Fix SVG imports

This commit is contained in:
Jackson Harper 2023-02-24 15:12:05 +08:00
parent ea734db683
commit 4dfee8d7f7
3 changed files with 4 additions and 4 deletions

View file

@ -15,7 +15,7 @@ export function GridSelectorIcon(props: GridSelectorIconProps): JSX.Element {
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g clip-path="url(#clip0_1646_7379)">
<g clipPath="url(#clip0_1646_7379)">
<path
d="M8.32487 0.170105H1.6582C0.967847 0.170105 0.408203 0.729749 0.408203 1.4201V8.08677C0.408203 8.77713 0.967847 9.33677 1.6582 9.33677H8.32487C9.01523 9.33677 9.57487 8.77713 9.57487 8.08677V1.4201C9.57487 0.729749 9.01523 0.170105 8.32487 0.170105Z"
fill="#FFEA9F"

View file

@ -15,7 +15,7 @@ export function ListSelectorIcon(props: ListSelectorIconProps): JSX.Element {
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g clip-path="url(#clip0_1646_7375)">
<g clipPath="url(#clip0_1646_7375)">
<path
d="M19.1582 0.795105H1.6582C0.967847 0.795105 0.408203 1.35475 0.408203 2.0451V4.12844C0.408203 4.81879 0.967847 5.37844 1.6582 5.37844H19.1582C19.8486 5.37844 20.4082 4.81879 20.4082 4.12844V2.0451C20.4082 1.35475 19.8486 0.795105 19.1582 0.795105Z"
fill="#6A6968"

View file

@ -53,8 +53,8 @@ export function OmnivoreFullLogo(props: OmnivoreFullLogoProps): JSX.Element {
<path
d="M8.42285 17.9061V10.5447C8.42285 9.91527 9.16173 9.55951 9.65432 9.99737L11.9257 13.3087C12.3909 13.6918 13.0477 13.6918 13.5129 13.3087L15.7296 10.0247C16.2222 9.61424 16.961 9.94263 16.961 10.5721V14.458C16.961 16.3463 18.2199 17.8788 20.1081 17.8788H20.1629C21.7775 17.8788 23.1731 16.7841 23.5563 15.2243C23.7478 14.4033 23.912 13.5549 23.912 12.8982C23.8847 6.46715 18.4388 1.596 11.9257 2.03385C6.39776 2.41698 1.9371 6.87764 1.55397 12.4056C1.11612 18.9187 6.26093 24.3645 12.7193 24.3645"
stroke={fillColor}
stroke-width="2.18182"
stroke-miterlimit="10"
strokeWidth="2.18182"
strokeMiterlimit="10"
/>
</svg>
)