chore(integration): icon color (#1289)

Co-authored-by: ericyzhu <ericyzhu@users.noreply.github.com>
This commit is contained in:
Eric Zhu 2024-11-01 21:35:57 +08:00 committed by GitHub
parent 7b3435749b
commit ca43bfb291
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ export function SimpleIconsOmnivore(props: SVGProps<SVGSVGElement>) {
return (
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16" {...props}>
<path
fill="#3D3D3D"
fill="currentColor"
d="M15.9 7.801c0 .507-.123 1.12-.248 1.656v.004l-.001.003a2.87 2.87 0 0 1-2.793 2.186h-.036c-1.625 0-2.649-1.334-2.649-2.828v-2.14l-1.21 1.794-.067.055a1.404 1.404 0 0 1-1.793 0l-.065-.053-1.248-1.82v4.414H4.6V6.268c0-.91 1.078-1.439 1.794-.802l.055.048 1.46 2.13a.21.21 0 0 0 .179 0l1.43-2.119.065-.054c.68-.567 1.78-.138 1.78.815v2.536c0 .971.619 1.638 1.46 1.638h.035c.78 0 1.45-.527 1.636-1.277.125-.534.216-1.026.216-1.378-.017-3.835-3.262-6.762-7.188-6.498-3.311.23-5.986 2.905-6.216 6.216A6.705 6.705 0 0 0 8 14.693v1.19a7.895 7.895 0 0 1-7.882-8.44C.39 3.536 3.536.39 7.44.118 12.017-.19 15.88 3.242 15.9 7.8z"
/>
</svg>

View File

@ -4,7 +4,7 @@ export function SimpleIconsOutline(props: SVGProps<SVGSVGElement>) {
return (
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24" {...props}>
<path
fill="#3D3D3D"
fill="currentColor"
d="M15.081 21.859v.601a1.54 1.54 0 0 1-2.296 1.342l-9.242-5.199a1.54 1.54 0 0 1-.785-1.342V6.74a1.54 1.54 0 0 1 .785-1.342L12.785.198a1.54 1.54 0 0 1 2.098.587c.13.231.198.491.198.756v.601l1.098-.33a1.54 1.54 0 0 1 1.983 1.476v.625l1.349-.169a1.54 1.54 0 0 1 1.72 1.337 1.6 1.6 0 0 1 .012.192v13.454a1.54 1.54 0 0 1-1.54 1.54 1.58 1.58 0 0 1-.191-.012l-1.349-.169v.625a1.54 1.54 0 0 1-1.983 1.476l-1.098-.33zm0-1.608l1.54.462V3.288l-1.54.462V20.25zm3.081-14.785v13.069l1.54.193V5.273l-1.54.193zM2.758 16.802V7.199v9.603zM4.298 6.74v10.521l9.242 5.199V1.541L4.298 6.74zm1.54 1.024l1.54-.77v10.013l-1.54-.77V7.764z"
/>
</svg>