@mezzanine-ui/icons 0.12.1 → 0.12.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bell.d.ts +2 -0
- package/bell.js +15 -0
- package/cancel.d.ts +2 -0
- package/cancel.js +15 -0
- package/caret-down.d.ts +2 -0
- package/caret-down.js +15 -0
- package/check-bold.d.ts +2 -0
- package/check-bold.js +15 -0
- package/doc.d.ts +2 -0
- package/doc.js +17 -0
- package/eye-close.d.ts +2 -0
- package/eye-close.js +17 -0
- package/filter.d.ts +2 -0
- package/filter.js +15 -0
- package/help-circle-filled.d.ts +2 -0
- package/help-circle-filled.js +15 -0
- package/index.d.ts +20 -1
- package/index.js +20 -1
- package/menu-close.d.ts +2 -0
- package/menu-close.js +15 -0
- package/menu-open.d.ts +2 -0
- package/menu-open.js +15 -0
- package/menu.d.ts +2 -0
- package/menu.js +15 -0
- package/minus-bold.d.ts +2 -0
- package/minus-bold.js +15 -0
- package/minus.d.ts +2 -0
- package/minus.js +15 -0
- package/package.json +1 -1
- package/profile.d.ts +2 -0
- package/profile.js +15 -0
- package/settings.d.ts +2 -0
- package/settings.js +15 -0
- package/slash.d.ts +2 -0
- package/slash.js +15 -0
- package/star-pressed.d.ts +2 -0
- package/star-pressed.js +15 -0
- package/star.d.ts +2 -0
- package/star.js +15 -0
- package/switcher.d.ts +2 -0
- package/switcher.js +15 -0
package/bell.d.ts
ADDED
package/bell.js
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const BellIcon = {
|
|
2
|
+
name: 'bell',
|
|
3
|
+
definition: {
|
|
4
|
+
svg: {
|
|
5
|
+
viewBox: '0 0 24 24',
|
|
6
|
+
},
|
|
7
|
+
path: {
|
|
8
|
+
fill: 'currentColor',
|
|
9
|
+
fillRule: 'evenodd',
|
|
10
|
+
d: 'M18 11C18 7.68629 15.3137 5 12 5C8.68629 5 6 7.68629 6 11V16H4.5V17.5H10C10 17.5001 10 17.5003 10 17.5004C10 18.605 10.8954 19.5004 12 19.5004C13.1046 19.5004 14 18.605 14 17.5004C14 17.5003 14 17.5001 14 17.5H19.5V16H18V11ZM16.5 11V16H7.5V11L7.5049 10.7882C7.61551 8.40124 9.58573 6.5 12 6.5L12.2118 6.5049C14.5988 6.61551 16.5 8.58573 16.5 11Z',
|
|
11
|
+
},
|
|
12
|
+
},
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
export { BellIcon };
|
package/cancel.d.ts
ADDED
package/cancel.js
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const CancelIcon = {
|
|
2
|
+
name: 'cancel',
|
|
3
|
+
definition: {
|
|
4
|
+
svg: {
|
|
5
|
+
viewBox: '0 0 24 24',
|
|
6
|
+
},
|
|
7
|
+
path: {
|
|
8
|
+
fill: 'currentColor',
|
|
9
|
+
fillRule: 'evenodd',
|
|
10
|
+
d: 'M17.938 5L11.999 10.938L6.06 5L5 6.06L10.938 11.999L5 17.938L6.06 18.999L11.999 13.059L17.938 18.999L18.998 17.938L13.06 11.999L18.998 6.06L17.938 5Z',
|
|
11
|
+
},
|
|
12
|
+
},
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
export { CancelIcon };
|
package/caret-down.d.ts
ADDED
package/caret-down.js
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const CaretDownIcon = {
|
|
2
|
+
name: 'caret-down',
|
|
3
|
+
definition: {
|
|
4
|
+
svg: {
|
|
5
|
+
viewBox: '0 0 24 24',
|
|
6
|
+
},
|
|
7
|
+
path: {
|
|
8
|
+
fill: 'currentColor',
|
|
9
|
+
fillRule: 'evenodd',
|
|
10
|
+
d: 'M18 8.50111L6 8.5L11.9991 17.5L18 8.50111Z',
|
|
11
|
+
},
|
|
12
|
+
},
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
export { CaretDownIcon };
|
package/check-bold.d.ts
ADDED
package/check-bold.js
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const CheckBoldIcon = {
|
|
2
|
+
name: 'check-bold',
|
|
3
|
+
definition: {
|
|
4
|
+
svg: {
|
|
5
|
+
viewBox: '0 0 24 24',
|
|
6
|
+
},
|
|
7
|
+
path: {
|
|
8
|
+
fill: 'currentColor',
|
|
9
|
+
fillRule: 'evenodd',
|
|
10
|
+
d: 'M16.9016 6.79266L18.7069 8.59828L10.1073 17.2075L5.2933 12.3881L7.09705 10.5823L10.1082 13.5937L16.9016 6.79266Z',
|
|
11
|
+
},
|
|
12
|
+
},
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
export { CheckBoldIcon };
|
package/doc.d.ts
ADDED
package/doc.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
const DocIcon = {
|
|
2
|
+
name: 'doc',
|
|
3
|
+
definition: {
|
|
4
|
+
svg: {
|
|
5
|
+
viewBox: '0 0 24 24',
|
|
6
|
+
},
|
|
7
|
+
path: {
|
|
8
|
+
fill: 'currentColor',
|
|
9
|
+
fillRule: 'evenodd',
|
|
10
|
+
stroke: 'none',
|
|
11
|
+
strokeWidth: 1,
|
|
12
|
+
d: 'M4.75 3.25V20.75H19.25V9.11L13.389 3.25H4.75ZM6.25 4.749H12.33V10.169H17.75V19.249H6.25V4.749ZM13.83 5.81L16.69 8.67H13.83V5.81ZM8.01 14.3H15.995V12.8H8.01V14.3ZM15.995 17.3H8.01V15.8H15.995V17.3Z',
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
export { DocIcon };
|
package/eye-close.d.ts
ADDED
package/eye-close.js
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
const EyeCloseIcon = {
|
|
2
|
+
name: 'eye-close',
|
|
3
|
+
definition: {
|
|
4
|
+
svg: {
|
|
5
|
+
viewBox: '0 0 24 24',
|
|
6
|
+
},
|
|
7
|
+
path: {
|
|
8
|
+
fill: 'currentColor',
|
|
9
|
+
fillRule: 'evenodd',
|
|
10
|
+
stroke: 'none',
|
|
11
|
+
strokeWidth: 1,
|
|
12
|
+
d: 'M19.0303 6.03033L17.9697 4.96967L15.9493 6.99003C14.8926 6.39825 13.5906 5.9996 12.0002 5.9996C5.83018 5.9996 4.00018 11.9996 4.00018 11.9996C4.00018 11.9996 4.72516 14.3766 6.80099 16.1383L4.96965 17.9697L6.03031 19.0303L19.0303 6.03033ZM7.68453 15.2548L9.05164 13.8877C8.70235 13.3427 8.50018 12.6944 8.50018 11.9993C8.50018 10.0703 10.0692 8.4993 12.0002 8.4993C12.6966 8.4993 13.3442 8.70194 13.8883 9.05103L15.0373 7.902C14.1988 7.47857 13.1935 7.1996 12.0002 7.1996C7.06018 7.1996 5.33518 11.9996 5.33518 11.9996C5.33518 11.9996 5.99687 13.8516 7.68453 15.2548ZM12.857 10.0824C12.5953 9.96536 12.3054 9.9003 12.0002 9.9003C10.8402 9.9003 9.89918 10.8403 9.89918 11.9993C9.89918 12.3051 9.96446 12.5955 10.0818 12.8575L12.857 10.0824ZM15.4759 11.5847L11.5855 15.4751C11.7215 15.4911 11.8598 15.4993 12.0002 15.4993C13.9302 15.4993 15.5002 13.9303 15.5002 11.9993C15.5002 11.8591 15.4919 11.7207 15.4759 11.5847ZM12.0002 16.7996C11.4368 16.7996 10.9153 16.7374 10.4334 16.6272L9.44535 17.6153C10.1998 17.8568 11.0484 17.9996 12.0002 17.9996C18.1702 17.9996 20.0002 11.9996 20.0002 11.9996C20.0002 11.9996 19.5142 10.4063 18.1988 8.8618L17.3139 9.74678C18.27 10.8958 18.6642 11.9996 18.6642 11.9996C18.6642 11.9996 16.9392 16.7996 12.0002 16.7996Z',
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
|
+
};
|
|
16
|
+
|
|
17
|
+
export { EyeCloseIcon };
|
package/filter.d.ts
ADDED
package/filter.js
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const FilterIcon = {
|
|
2
|
+
name: 'filter',
|
|
3
|
+
definition: {
|
|
4
|
+
svg: {
|
|
5
|
+
viewBox: '0 0 24 24',
|
|
6
|
+
},
|
|
7
|
+
path: {
|
|
8
|
+
fill: 'currentColor',
|
|
9
|
+
fillRule: 'evenodd',
|
|
10
|
+
d: 'M18.75 5H5.25V9.25087L9.5 11.107V19.263L14.5 17.7373V11.106L18.75 9.25087V5ZM17.25 6.5V8.268L13 10.1251V16.626L10.999 17.237L11 10.1251L6.75 8.269V6.5H17.25Z',
|
|
11
|
+
},
|
|
12
|
+
},
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
export { FilterIcon };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const HelpCircleFilledIcon = {
|
|
2
|
+
name: 'help-circle-filled',
|
|
3
|
+
definition: {
|
|
4
|
+
svg: {
|
|
5
|
+
viewBox: '0 0 24 24',
|
|
6
|
+
},
|
|
7
|
+
path: {
|
|
8
|
+
fill: 'currentColor',
|
|
9
|
+
fillRule: 'evenodd',
|
|
10
|
+
d: 'M12 20C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12C4 16.4183 7.58172 20 12 20ZM12.6757 13.5257V13.0941C12.6757 12.9515 12.6869 12.8295 12.7095 12.7282C12.732 12.6268 12.7676 12.5367 12.8164 12.4579C12.8652 12.3791 12.9272 12.3021 13.0023 12.227C13.0773 12.152 13.1674 12.0656 13.2725 11.968C13.4377 11.8104 13.5935 11.6602 13.7399 11.5176C13.8863 11.3749 14.0158 11.2248 14.1284 11.0671C14.241 10.9095 14.3311 10.7368 14.3986 10.5491C14.4662 10.3614 14.5 10.1437 14.5 9.89595C14.5 9.54309 14.4399 9.22965 14.3198 8.95563C14.1997 8.68161 14.0327 8.45263 13.8187 8.26869C13.6047 8.08476 13.3532 7.94399 13.0642 7.8464C12.7752 7.7488 12.4617 7.7 12.1239 7.7C11.7635 7.7 11.4332 7.75068 11.1329 7.85203C10.8326 7.95338 10.5679 8.10165 10.339 8.29685C10.11 8.49204 9.92417 8.73041 9.78153 9.01194C9.63889 9.29347 9.54504 9.61441 9.5 9.97477L10.9414 10.0874C10.9715 9.77958 11.0878 9.51869 11.2905 9.30473C11.4932 9.09077 11.7523 8.98378 12.0676 8.98378C12.3604 8.98378 12.6025 9.07575 12.7939 9.25968C12.9854 9.44362 13.0811 9.68198 13.0811 9.97477C13.0811 10.2751 12.9872 10.5191 12.7995 10.7068L11.9324 11.5851C11.8198 11.7053 11.7241 11.8085 11.6453 11.8948C11.5664 11.9812 11.5026 12.0712 11.4538 12.1651C11.405 12.2589 11.3712 12.364 11.3525 12.4804C11.3337 12.5968 11.3243 12.7375 11.3243 12.9027V13.5257H12.6757ZM13 15.75C13 16.3023 12.5523 16.75 12 16.75C11.4477 16.75 11 16.3023 11 15.75C11 15.1977 11.4477 14.75 12 14.75C12.5523 14.75 13 15.1977 13 15.75Z',
|
|
11
|
+
},
|
|
12
|
+
},
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
export { HelpCircleFilledIcon };
|
package/index.d.ts
CHANGED
|
@@ -5,30 +5,49 @@ export type { IconDefinition } from './typings';
|
|
|
5
5
|
export { ArrowDownIcon } from './arrow-down';
|
|
6
6
|
export { ArrowRightIcon } from './arrow-right';
|
|
7
7
|
export { ArrowUpIcon } from './arrow-up';
|
|
8
|
+
export { BellIcon } from './bell';
|
|
8
9
|
export { CalendarIcon } from './calendar';
|
|
10
|
+
export { CancelIcon } from './cancel';
|
|
11
|
+
export { CaretDownIcon } from './caret-down';
|
|
9
12
|
export { CaretRightIcon } from './caret-right';
|
|
13
|
+
export { CheckBoldIcon } from './check-bold';
|
|
10
14
|
export { CheckCircleFilledIcon } from './check-circle-filled';
|
|
11
15
|
export { CheckIcon } from './check';
|
|
12
16
|
export { ChevronDownIcon } from './chevron-down';
|
|
13
|
-
export { ChevronRightIcon } from './chevron-right';
|
|
14
17
|
export { ChevronLeftIcon } from './chevron-left';
|
|
18
|
+
export { ChevronRightIcon } from './chevron-right';
|
|
15
19
|
export { ChevronUpIcon } from './chevron-up';
|
|
16
20
|
export { ClockIcon } from './clock';
|
|
21
|
+
export { DocIcon } from './doc';
|
|
17
22
|
export { DollarIcon } from './dollar';
|
|
18
23
|
export { DownloadIcon } from './download';
|
|
19
24
|
export { ExclamationCircleFilledIcon } from './exclamation-circle-filled';
|
|
25
|
+
export { EyeCloseIcon } from './eye-close';
|
|
20
26
|
export { EyeIcon } from './eye';
|
|
21
27
|
export { EyeSlashIcon } from './eye-slash';
|
|
28
|
+
export { FilterIcon } from './filter';
|
|
22
29
|
export { FolderOpenIcon } from './folder-open';
|
|
30
|
+
export { HelpCircleFilledIcon } from './help-circle-filled';
|
|
23
31
|
export { InfoCircleFilledIcon } from './info-circle-filled';
|
|
32
|
+
export { MenuCloseIcon } from './menu-close';
|
|
33
|
+
export { MenuIcon } from './menu';
|
|
34
|
+
export { MenuOpenIcon } from './menu-open';
|
|
35
|
+
export { MinusBoldIcon } from './minus-bold';
|
|
24
36
|
export { MinusCircleFilledIcon } from './minus-circle-filled';
|
|
37
|
+
export { MinusIcon } from './minus';
|
|
25
38
|
export { MoreHorizontalIcon } from './more-horizontal';
|
|
26
39
|
export { MoreVerticalIcon } from './more-vertical';
|
|
27
40
|
export { PercentIcon } from './percent';
|
|
28
41
|
export { PlusIcon } from './plus';
|
|
42
|
+
export { ProfileIcon } from './profile';
|
|
29
43
|
export { ResetIcon } from './reset';
|
|
30
44
|
export { SearchIcon } from './search';
|
|
45
|
+
export { SettingsIcon } from './settings';
|
|
46
|
+
export { SlashIcon } from './slash';
|
|
31
47
|
export { SpinnerIcon } from './spinner';
|
|
48
|
+
export { StarIcon } from './star';
|
|
49
|
+
export { StarPressedIcon } from './star-pressed';
|
|
50
|
+
export { SwitcherIcon } from './switcher';
|
|
32
51
|
export { TimesCircleFilledIcon } from './times-circle-filled';
|
|
33
52
|
export { TimesIcon } from './times';
|
|
34
53
|
export { TrashIcon } from './trash';
|
package/index.js
CHANGED
|
@@ -1,30 +1,49 @@
|
|
|
1
1
|
export { ArrowDownIcon } from './arrow-down.js';
|
|
2
2
|
export { ArrowRightIcon } from './arrow-right.js';
|
|
3
3
|
export { ArrowUpIcon } from './arrow-up.js';
|
|
4
|
+
export { BellIcon } from './bell.js';
|
|
4
5
|
export { CalendarIcon } from './calendar.js';
|
|
6
|
+
export { CancelIcon } from './cancel.js';
|
|
7
|
+
export { CaretDownIcon } from './caret-down.js';
|
|
5
8
|
export { CaretRightIcon } from './caret-right.js';
|
|
9
|
+
export { CheckBoldIcon } from './check-bold.js';
|
|
6
10
|
export { CheckCircleFilledIcon } from './check-circle-filled.js';
|
|
7
11
|
export { CheckIcon } from './check.js';
|
|
8
12
|
export { ChevronDownIcon } from './chevron-down.js';
|
|
9
|
-
export { ChevronRightIcon } from './chevron-right.js';
|
|
10
13
|
export { ChevronLeftIcon } from './chevron-left.js';
|
|
14
|
+
export { ChevronRightIcon } from './chevron-right.js';
|
|
11
15
|
export { ChevronUpIcon } from './chevron-up.js';
|
|
12
16
|
export { ClockIcon } from './clock.js';
|
|
17
|
+
export { DocIcon } from './doc.js';
|
|
13
18
|
export { DollarIcon } from './dollar.js';
|
|
14
19
|
export { DownloadIcon } from './download.js';
|
|
15
20
|
export { ExclamationCircleFilledIcon } from './exclamation-circle-filled.js';
|
|
21
|
+
export { EyeCloseIcon } from './eye-close.js';
|
|
16
22
|
export { EyeIcon } from './eye.js';
|
|
17
23
|
export { EyeSlashIcon } from './eye-slash.js';
|
|
24
|
+
export { FilterIcon } from './filter.js';
|
|
18
25
|
export { FolderOpenIcon } from './folder-open.js';
|
|
26
|
+
export { HelpCircleFilledIcon } from './help-circle-filled.js';
|
|
19
27
|
export { InfoCircleFilledIcon } from './info-circle-filled.js';
|
|
28
|
+
export { MenuCloseIcon } from './menu-close.js';
|
|
29
|
+
export { MenuIcon } from './menu.js';
|
|
30
|
+
export { MenuOpenIcon } from './menu-open.js';
|
|
31
|
+
export { MinusBoldIcon } from './minus-bold.js';
|
|
20
32
|
export { MinusCircleFilledIcon } from './minus-circle-filled.js';
|
|
33
|
+
export { MinusIcon } from './minus.js';
|
|
21
34
|
export { MoreHorizontalIcon } from './more-horizontal.js';
|
|
22
35
|
export { MoreVerticalIcon } from './more-vertical.js';
|
|
23
36
|
export { PercentIcon } from './percent.js';
|
|
24
37
|
export { PlusIcon } from './plus.js';
|
|
38
|
+
export { ProfileIcon } from './profile.js';
|
|
25
39
|
export { ResetIcon } from './reset.js';
|
|
26
40
|
export { SearchIcon } from './search.js';
|
|
41
|
+
export { SettingsIcon } from './settings.js';
|
|
42
|
+
export { SlashIcon } from './slash.js';
|
|
27
43
|
export { SpinnerIcon } from './spinner.js';
|
|
44
|
+
export { StarIcon } from './star.js';
|
|
45
|
+
export { StarPressedIcon } from './star-pressed.js';
|
|
46
|
+
export { SwitcherIcon } from './switcher.js';
|
|
28
47
|
export { TimesCircleFilledIcon } from './times-circle-filled.js';
|
|
29
48
|
export { TimesIcon } from './times.js';
|
|
30
49
|
export { TrashIcon } from './trash.js';
|
package/menu-close.d.ts
ADDED
package/menu-close.js
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const MenuCloseIcon = {
|
|
2
|
+
name: 'menu-close',
|
|
3
|
+
definition: {
|
|
4
|
+
svg: {
|
|
5
|
+
viewBox: '0 0 24 24',
|
|
6
|
+
},
|
|
7
|
+
path: {
|
|
8
|
+
fill: 'currentColor',
|
|
9
|
+
fillRule: 'evenodd',
|
|
10
|
+
d: 'M10.5 7.75H20V6.25H10.5V7.75ZM10.5 12.75H20V11.25H10.5V12.75ZM20.004 17.749H4.004V16.249H20.004V17.749Z M5.06 6.25L7.25 8.44L8.31 9.5L7.25 10.56L5.06 12.75L4 11.69L6.189 9.5L4 7.31L5.06 6.25Z',
|
|
11
|
+
},
|
|
12
|
+
},
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
export { MenuCloseIcon };
|
package/menu-open.d.ts
ADDED
package/menu-open.js
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const MenuOpenIcon = {
|
|
2
|
+
name: 'menu-open',
|
|
3
|
+
definition: {
|
|
4
|
+
svg: {
|
|
5
|
+
viewBox: '0 0 24 24',
|
|
6
|
+
},
|
|
7
|
+
path: {
|
|
8
|
+
fill: 'currentColor',
|
|
9
|
+
fillRule: 'evenodd',
|
|
10
|
+
d: 'M10.5 7.75H20V6.25H10.5V7.75ZM10.5 12.75H20V11.25H10.5V12.75ZM20.004 17.749H4.004V16.249H20.004V17.749Z M7.25 6.25L5.06 8.44L4 9.5L5.06 10.56L7.25 12.75L8.31 11.69L6.121 9.5L8.31 7.31L7.25 6.25Z',
|
|
11
|
+
},
|
|
12
|
+
},
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
export { MenuOpenIcon };
|
package/menu.d.ts
ADDED
package/menu.js
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const MenuIcon = {
|
|
2
|
+
name: 'menu',
|
|
3
|
+
definition: {
|
|
4
|
+
svg: {
|
|
5
|
+
viewBox: '0 0 24 24',
|
|
6
|
+
},
|
|
7
|
+
path: {
|
|
8
|
+
fill: 'currentColor',
|
|
9
|
+
fillRule: 'evenodd',
|
|
10
|
+
d: 'M4 7.75H20V6.25H4V7.75ZM4.001 12.75H20.001V11.25H4.001V12.75ZM20.004 17.749H4.004V16.249H20.004V17.749Z',
|
|
11
|
+
},
|
|
12
|
+
},
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
export { MenuIcon };
|
package/minus-bold.d.ts
ADDED
package/minus-bold.js
ADDED
package/minus.d.ts
ADDED
package/minus.js
ADDED
package/package.json
CHANGED
package/profile.d.ts
ADDED
package/profile.js
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const ProfileIcon = {
|
|
2
|
+
name: 'profile',
|
|
3
|
+
definition: {
|
|
4
|
+
svg: {
|
|
5
|
+
viewBox: '0 0 24 24',
|
|
6
|
+
},
|
|
7
|
+
path: {
|
|
8
|
+
fill: 'currentColor',
|
|
9
|
+
fillRule: 'evenodd',
|
|
10
|
+
d: 'M12 5C14.4853 5 16.5 7.01472 16.5 9.5C16.5 10.8838 15.8754 12.1217 14.8928 12.9471C17.515 13.9369 19.4411 16.467 19.7162 19.5H18.2086C17.872 16.4701 15.5213 14.1179 12.6547 14.0043L12.4375 14H12H11.5625C8.59814 14 6.13648 16.3939 5.79136 19.5H4.28383C4.5589 16.467 6.48494 13.9369 9.1072 12.9471C8.12457 12.1217 7.49999 10.8838 7.49999 9.5C7.49999 7.01472 9.51471 5 12 5ZM12 12.5C13.6568 12.5 15 11.1569 15 9.5C15 7.84315 13.6568 6.5 12 6.5C10.3431 6.5 8.99999 7.84315 8.99999 9.5C8.99999 11.1569 10.3431 12.5 12 12.5Z',
|
|
11
|
+
},
|
|
12
|
+
},
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
export { ProfileIcon };
|
package/settings.d.ts
ADDED
package/settings.js
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const SettingsIcon = {
|
|
2
|
+
name: 'settings',
|
|
3
|
+
definition: {
|
|
4
|
+
svg: {
|
|
5
|
+
viewBox: '0 0 24 24',
|
|
6
|
+
},
|
|
7
|
+
path: {
|
|
8
|
+
fill: 'currentColor',
|
|
9
|
+
fillRule: 'evenodd',
|
|
10
|
+
d: 'M17 8.25C17 7.2835 16.2165 6.5 15.25 6.5C14.2835 6.5 13.5 7.2835 13.5 8.25C13.5 9.2165 14.2835 10 15.25 10C16.2165 10 17 9.2165 17 8.25ZM18.413 9H20V7.5H18.413C18.0745 6.06665 16.7868 5 15.25 5C13.7132 5 12.4255 6.06665 12.087 7.5H4V9H12.087C12.4255 10.4334 13.7132 11.5 15.25 11.5C16.7868 11.5 18.0745 10.4334 18.413 9ZM20.004 15H12.413C12.0745 13.5667 10.7868 12.5 9.25 12.5C7.71321 12.5 6.42555 13.5667 6.08697 15H4.004V16.5H6.08697C6.42555 17.9333 7.71321 19 9.25 19C10.7868 19 12.0745 17.9333 12.413 16.5H20.004V15ZM7.5 15.75C7.5 14.7835 8.2835 14 9.25 14C10.2165 14 11 14.7835 11 15.75C11 16.7165 10.2165 17.5 9.25 17.5C8.2835 17.5 7.5 16.7165 7.5 15.75Z',
|
|
11
|
+
},
|
|
12
|
+
},
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
export { SettingsIcon };
|
package/slash.d.ts
ADDED
package/slash.js
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const SlashIcon = {
|
|
2
|
+
name: 'slash',
|
|
3
|
+
definition: {
|
|
4
|
+
svg: {
|
|
5
|
+
viewBox: '0 0 24 24',
|
|
6
|
+
},
|
|
7
|
+
path: {
|
|
8
|
+
fill: 'currentColor',
|
|
9
|
+
fillRule: 'evenodd',
|
|
10
|
+
d: 'M14.11 4L8.28999 20H9.88999L15.709 4.002V4H14.11Z',
|
|
11
|
+
},
|
|
12
|
+
},
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
export { SlashIcon };
|
package/star-pressed.js
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const StarPressedIcon = {
|
|
2
|
+
name: 'star-pressed',
|
|
3
|
+
definition: {
|
|
4
|
+
svg: {
|
|
5
|
+
viewBox: '0 0 24 24',
|
|
6
|
+
},
|
|
7
|
+
path: {
|
|
8
|
+
fill: 'currentColor',
|
|
9
|
+
fillRule: 'evenodd',
|
|
10
|
+
d: 'M12 3L14.9858 8.8565L21.5 9.87539L16.8311 14.5138L17.8713 21L12 18.0102L6.12868 21L7.16889 14.5138L2.5 9.87539L9.01421 8.8565L12 3Z',
|
|
11
|
+
},
|
|
12
|
+
},
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
export { StarPressedIcon };
|
package/star.d.ts
ADDED
package/star.js
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const StarIcon = {
|
|
2
|
+
name: 'star',
|
|
3
|
+
definition: {
|
|
4
|
+
svg: {
|
|
5
|
+
viewBox: '0 0 24 24',
|
|
6
|
+
},
|
|
7
|
+
path: {
|
|
8
|
+
fill: 'currentColor',
|
|
9
|
+
fillRule: 'evenodd',
|
|
10
|
+
d: 'M12 3L14.9858 8.8565L21.5 9.87539L16.8311 14.5138L17.8713 21L12 18.0102L6.12868 21L7.16889 14.5138L2.5 9.87539L9.01421 8.8565L12 3ZM13.9967 10.2126L12 6.29649L10.0033 10.2126L5.64607 10.8935L8.76929 13.9958L8.07337 18.3332L12 16.3339L15.9256 18.3332L15.2307 13.9958L18.3529 10.8935L13.9967 10.2126Z',
|
|
11
|
+
},
|
|
12
|
+
},
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
export { StarIcon };
|
package/switcher.d.ts
ADDED
package/switcher.js
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const SwitcherIcon = {
|
|
2
|
+
name: 'switcher',
|
|
3
|
+
definition: {
|
|
4
|
+
svg: {
|
|
5
|
+
viewBox: '0 0 24 24',
|
|
6
|
+
},
|
|
7
|
+
path: {
|
|
8
|
+
fill: 'currentColor',
|
|
9
|
+
fillRule: 'evenodd',
|
|
10
|
+
d: 'M5 5H7.5V7.5H5V5ZM16.5 5H19V7.5H16.5V5ZM16.5 16.5H19V19H16.5V16.5ZM19 10.75H16.5V13.25H19V10.75ZM13.25 5H10.75V7.5H13.25V5ZM13.25 16.5H10.75V19H13.25V16.5ZM10.75 10.75H13.25V13.25H10.75V10.75ZM5 16.5H7.5V19H5V16.5ZM7.5 10.75H5V13.25H7.5V10.75Z',
|
|
11
|
+
},
|
|
12
|
+
},
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
export { SwitcherIcon };
|