fix: 更改不能换色的图标

This commit is contained in:
lifan 2024-06-28 14:52:50 +08:00
parent 53ab45c536
commit e8e36098e4
11 changed files with 11 additions and 11 deletions

View File

@ -4,7 +4,7 @@ import { CustomSVGProps } from '../type';
const Errorfilled = (props: CustomSVGProps) => (
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16" {...props}>
<path
fill="#F55D58"
fill="currentColor"
fillRule="evenodd"
d="M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1Zm2.575 4.098a.387.387 0 0 0-.547.032L8 7.416 5.956 5.113a.387.387 0 0 0-.548 0l-.31.312a.387.387 0 0 0 .032.547l2.286 2.027-2.294 2.037-.053.062a.387.387 0 0 0 .044.494l.304.303.064.049a.387.387 0 0 0 .491-.074L8 8.582l2.036 2.296.062.053c.15.105.36.09.494-.044l.31-.312a.387.387 0 0 0-.032-.547L8.582 8l2.305-2.044a.387.387 0 0 0 0-.548l-.312-.31Z"
/>

View File

@ -4,7 +4,7 @@ import { CustomSVGProps } from '../type';
const Failurefilled = (props: CustomSVGProps) => (
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16" {...props}>
<path
fill="#F55D58"
fill="currentColor"
fillRule="evenodd"
d="M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1Zm0 9.5a.9.9 0 1 0 0 1.8.9.9 0 0 0 0-1.8ZM8 4l-.067.002a.93.93 0 0 0-.86.995l.283 3.905a.645.645 0 0 0 1.288 0l.283-3.905.003-.067A.93.93 0 0 0 8 4Z"
/>

View File

@ -4,7 +4,7 @@ import { CustomSVGProps } from '../type';
const Files = (props: CustomSVGProps) => (
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16" {...props}>
<path
fill="#666"
fill="currentColor"
fillRule="nonzero"
d="M6 1a1.5 1.5 0 0 1 1.5 1.5v11A1.5 1.5 0 0 1 6 15H3.5A1.5 1.5 0 0 1 2 13.5v-11A1.5 1.5 0 0 1 3.5 1H6Zm.5 11H3v1.5a.5.5 0 0 0 .41.492L3.5 14H6a.5.5 0 0 0 .5-.5V12ZM6 2H3.5a.5.5 0 0 0-.5.5V11h3.5V2.5a.5.5 0 0 0-.41-.492L6 2ZM5 5a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-1 0v-2A.5.5 0 0 1 5 5Zm7.5-4A1.5 1.5 0 0 1 14 2.5v11a1.5 1.5 0 0 1-1.5 1.5H10a1.5 1.5 0 0 1-1.5-1.5v-11A1.5 1.5 0 0 1 10 1h2.5Zm.5 11H9.5v1.5a.5.5 0 0 0 .41.492L10 14h2.5a.5.5 0 0 0 .5-.5V12Zm-.5-10H10a.5.5 0 0 0-.5.5V11H13V2.5a.5.5 0 0 0-.41-.492L12.5 2ZM11 5a.5.5 0 0 1 .5.5v2a.5.5 0 1 1-1 0v-2A.5.5 0 0 1 11 5Z"
/>

View File

@ -4,7 +4,7 @@ import { CustomSVGProps } from '../type';
const Infomationfilled = (props: CustomSVGProps) => (
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16" {...props}>
<path
fill="#59ADF7"
fill="currentColor"
fillRule="evenodd"
d="M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1Zm.592 6H7.408l-.06.01a.2.2 0 0 0-.14.198l.184 4.6a.2.2 0 0 0 .2.192h.816a.2.2 0 0 0 .2-.192l.184-4.6-.007-.061A.2.2 0 0 0 8.592 7ZM8 4a1.1 1.1 0 1 0 0 2.2A1.1 1.1 0 0 0 8 4Z"
/>

View File

@ -4,7 +4,7 @@ import { CustomSVGProps } from '../type';
const Map = (props: CustomSVGProps) => (
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16" {...props}>
<path
fill="#191919"
fill="currentColor"
fillRule="nonzero"
d="M3.498 9a.5.5 0 1 1 0 1H2.91l-.8 3.999h11.779l-.8-3.999h-.59a.5.5 0 0 1-.492-.41l-.008-.09a.5.5 0 0 1 .5-.5H13.5a.5.5 0 0 1 .49.403l1 4.999a.5.5 0 0 1-.49.598h-13a.5.5 0 0 1-.49-.598l1-5a.5.5 0 0 1 .49-.401h.998ZM8 1a4.5 4.5 0 0 1 4.5 4.5c0 1.653-1.396 3.747-4.156 6.363a.5.5 0 0 1-.688 0C4.896 9.247 3.5 7.153 3.5 5.5A4.5 4.5 0 0 1 8 1Zm0 1a3.5 3.5 0 0 0-3.5 3.5c0 1.2 1.096 2.93 3.312 5.123l.188.182.188-.182c2.131-2.11 3.226-3.79 3.307-4.982L11.5 5.5A3.5 3.5 0 0 0 8 2Zm0 1.5a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm0 1a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z"
/>

View File

@ -4,7 +4,7 @@ import { CustomSVGProps } from '../type';
const Screenl = (props: CustomSVGProps) => (
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16" {...props}>
<path
fill="#191919"
fill="currentColor"
fillRule="nonzero"
d="M12.994 1C14.102 1 15 1.897 15 3.006v9.988A2.005 2.005 0 0 1 12.994 15H3.006A2.005 2.005 0 0 1 1 12.994V3.006C1 1.898 1.897 1 3.006 1h9.988Zm0 1H3.006C2.45 2 2 2.45 2 3.006v9.988C2 13.55 2.45 14 3.006 14h9.988C13.55 14 14 13.55 14 12.994V3.006C14 2.45 13.55 2 12.994 2ZM8.997 3C9.551 3 10 3.456 10 3.995v8.01c0 .55-.438.995-1.003.995H4.003A1.006 1.006 0 0 1 3 12.005v-8.01C3 3.445 3.438 3 4.003 3h4.994Z"
/>

View File

@ -4,7 +4,7 @@ import { CustomSVGProps } from '../type';
const Screenm = (props: CustomSVGProps) => (
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16" {...props}>
<path
fill="#191919"
fill="currentColor"
fillRule="nonzero"
d="M12.994 1C14.102 1 15 1.897 15 3.006v9.988A2.005 2.005 0 0 1 12.994 15H3.006A2.005 2.005 0 0 1 1 12.994V3.006C1 1.898 1.897 1 3.006 1h9.988Zm0 1H3.006C2.45 2 2 2.45 2 3.006v9.988C2 13.55 2.45 14 3.006 14h9.988C13.55 14 14 13.55 14 12.994V3.006C14 2.45 13.55 2 12.994 2ZM7 3c.552 0 1 .456 1 .995v8.01c0 .55-.444.995-1 .995H4c-.552 0-1-.456-1-.995v-8.01C3 3.445 3.444 3 4 3h3Z"
/>

View File

@ -4,7 +4,7 @@ import { CustomSVGProps } from '../type';
const Screens = (props: CustomSVGProps) => (
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16" {...props}>
<path
fill="#191919"
fill="currentColor"
fillRule="nonzero"
d="M12.994 1C14.102 1 15 1.897 15 3.006v9.988A2.005 2.005 0 0 1 12.994 15H3.006A2.005 2.005 0 0 1 1 12.994V3.006C1 1.898 1.897 1 3.006 1h9.988Zm0 1H3.006C2.45 2 2 2.45 2 3.006v9.988C2 13.55 2.45 14 3.006 14h9.988C13.55 14 14 13.55 14 12.994V3.006C14 2.45 13.55 2 12.994 2ZM5.001 3c.552 0 .999.456.999.995v8.01c0 .55-.443.995-.999.995H3.999C3.447 13 3 12.544 3 12.005v-8.01c0-.55.443-.995.999-.995h1.002Z"
/>

View File

@ -4,7 +4,7 @@ import { CustomSVGProps } from '../type';
const Stopfilled = (props: CustomSVGProps) => (
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16" {...props}>
<path
fill="#CCC"
fill="currentColor"
fillRule="evenodd"
d="M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1Zm1.5 4.5h-3a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-3a1 1 0 0 0-1-1Z"
/>

View File

@ -4,7 +4,7 @@ import { CustomSVGProps } from '../type';
const Successfilled = (props: CustomSVGProps) => (
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16" {...props}>
<path
fill="#3CD6A3"
fill="currentColor"
fillRule="evenodd"
d="M8 1a7 7 0 1 1 0 14A7 7 0 0 1 8 1Zm3.502 4.378-4.447 4.58a.2.2 0 0 1-.23.041l-.058-.042-.358-.409c-.33-.377-.65-.763-.96-1.157L4.499 7.18a.2.2 0 0 0-.281-.034l-.018.016-.819.819a.2.2 0 0 0-.037.23l.043.058.796.678a17.1 17.1 0 0 1 1.78 1.757l.995 1.137a.2.2 0 0 0 .282.018l.026-.027 1.089-1.4a16.125 16.125 0 0 1 2.828-2.828l1.412-1.099a.2.2 0 0 0 .035-.28l-.844-.847a.2.2 0 0 0-.283 0Z"
/>

View File

@ -4,7 +4,7 @@ import { CustomSVGProps } from '../type';
const Warningfilled = (props: CustomSVGProps) => (
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16" {...props}>
<path
fill="#FAA719"
fill="currentColor"
fillRule="evenodd"
d="M8.72 1.52A1.4 1.4 0 0 1 9.2 2l6.528 10.88a1.4 1.4 0 0 1-1.2 2.12H1.472a1.4 1.4 0 0 1-1.2-2.12L6.8 2a1.4 1.4 0 0 1 1.92-.48ZM8 11.5a.9.9 0 1 0 0 1.8.9.9 0 0 0 0-1.8ZM8 5l-.067.002a.93.93 0 0 0-.86.995l.283 3.905a.645.645 0 0 0 1.288 0l.283-3.905.003-.067A.93.93 0 0 0 8 5Z"
/>