@mezzanine-ui/icons 0.13.9 → 0.13.11
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/arrow-down.d.ts +2 -2
- package/arrow-down.js +14 -14
- package/arrow-left.d.ts +2 -0
- package/arrow-left.js +17 -0
- package/arrow-right.d.ts +2 -2
- package/arrow-right.js +14 -14
- package/arrow-up.d.ts +2 -2
- package/arrow-up.js +14 -14
- package/bell.d.ts +2 -2
- package/bell.js +12 -12
- package/calendar.d.ts +2 -2
- package/calendar.js +14 -14
- package/cancel.d.ts +2 -2
- package/cancel.js +12 -12
- package/caret-down.d.ts +2 -2
- package/caret-down.js +12 -12
- package/caret-right.d.ts +2 -2
- package/caret-right.js +14 -14
- package/check-bold.d.ts +2 -2
- package/check-bold.js +12 -12
- package/check-circle-filled.d.ts +2 -2
- package/check-circle-filled.js +14 -14
- package/check.d.ts +2 -2
- package/check.js +14 -14
- package/chevron-down.d.ts +2 -2
- package/chevron-down.js +14 -14
- package/chevron-left.d.ts +2 -2
- package/chevron-left.js +12 -12
- package/chevron-right.d.ts +2 -2
- package/chevron-right.js +12 -12
- package/chevron-up.d.ts +2 -2
- package/chevron-up.js +14 -14
- package/clock.d.ts +2 -2
- package/clock.js +14 -14
- package/doc.d.ts +2 -2
- package/doc.js +14 -14
- package/dollar.d.ts +2 -2
- package/dollar.js +14 -14
- package/download.d.ts +2 -2
- package/download.js +14 -14
- package/edit.d.ts +2 -0
- package/edit.js +15 -0
- package/exclamation-circle-filled.d.ts +2 -2
- package/exclamation-circle-filled.js +14 -14
- package/eye-close.d.ts +2 -2
- package/eye-close.js +14 -14
- package/eye-slash.d.ts +2 -2
- package/eye-slash.js +14 -14
- package/eye.d.ts +2 -2
- package/eye.js +14 -14
- package/filter.d.ts +2 -2
- package/filter.js +12 -12
- package/folder-open.d.ts +2 -2
- package/folder-open.js +14 -14
- package/help-circle-filled.d.ts +2 -2
- package/help-circle-filled.js +12 -12
- package/index.d.ts +56 -54
- package/index.js +2 -0
- package/info-circle-filled.d.ts +2 -2
- package/info-circle-filled.js +14 -14
- package/menu-close.d.ts +2 -2
- package/menu-close.js +12 -12
- package/menu-open.d.ts +2 -2
- package/menu-open.js +12 -12
- package/menu.d.ts +2 -2
- package/menu.js +12 -12
- package/minus-bold.d.ts +2 -2
- package/minus-bold.js +12 -12
- package/minus-circle-filled.d.ts +2 -2
- package/minus-circle-filled.js +15 -15
- package/minus.d.ts +2 -2
- package/minus.js +12 -12
- package/more-horizontal.d.ts +2 -2
- package/more-horizontal.js +12 -12
- package/more-vertical.d.ts +2 -2
- package/more-vertical.js +12 -12
- package/package.json +1 -1
- package/percent.d.ts +2 -2
- package/percent.js +12 -12
- package/plus.d.ts +2 -2
- package/plus.js +14 -14
- package/profile.d.ts +2 -2
- package/profile.js +12 -12
- package/reset.d.ts +2 -2
- package/reset.js +14 -14
- package/search.d.ts +2 -2
- package/search.js +14 -14
- package/settings.d.ts +2 -2
- package/settings.js +12 -12
- package/slash.d.ts +2 -2
- package/slash.js +12 -12
- package/spinner.d.ts +2 -2
- package/spinner.js +12 -12
- package/star-pressed.d.ts +2 -2
- package/star-pressed.js +12 -12
- package/star.d.ts +2 -2
- package/star.js +12 -12
- package/switcher.d.ts +2 -2
- package/switcher.js +12 -12
- package/times-circle-filled.d.ts +2 -2
- package/times-circle-filled.js +14 -14
- package/times.d.ts +2 -2
- package/times.js +15 -15
- package/trash.d.ts +2 -2
- package/trash.js +14 -14
- package/typings.d.ts +21 -20
- package/upload.d.ts +2 -2
- package/upload.js +14 -14
package/doc.js
CHANGED
|
@@ -1,17 +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
|
-
},
|
|
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
15
|
};
|
|
16
16
|
|
|
17
17
|
export { DocIcon };
|
package/dollar.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IconDefinition } from './typings';
|
|
2
|
-
export declare const DollarIcon: IconDefinition;
|
|
1
|
+
import { IconDefinition } from './typings';
|
|
2
|
+
export declare const DollarIcon: IconDefinition;
|
package/dollar.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
const DollarIcon = {
|
|
2
|
-
name: 'dollar',
|
|
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: 'M12.75 4l.001 1.749c2.03.265 3.637 1.589 3.744 3.295l.006.181h-1.517c0-.899-.926-1.725-2.232-1.958v4.012c2.331.186 3.749 1.283 3.749 3.495 0 1.793-1.648 3.202-3.749 3.476L12.75 20h-1.5l-.001-1.75c-2.03-.265-3.637-1.59-3.743-3.296l-.006-.181h1.517c0 .9.926 1.725 2.232 1.959v-4.012C8.918 12.535 7.5 11.437 7.5 9.225c0-1.792 1.648-3.201 3.749-3.475L11.25 4h1.5zm.002 8.781l-.001 3.952c1.306-.234 2.232-1.06 2.232-1.959 0-1.243-.71-1.853-2.231-1.992zM9.017 9.225c0 1.244.71 1.854 2.231 1.993l.001-3.952C9.943 7.5 9.017 8.326 9.017 9.225z',
|
|
13
|
-
},
|
|
14
|
-
},
|
|
1
|
+
const DollarIcon = {
|
|
2
|
+
name: 'dollar',
|
|
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: 'M12.75 4l.001 1.749c2.03.265 3.637 1.589 3.744 3.295l.006.181h-1.517c0-.899-.926-1.725-2.232-1.958v4.012c2.331.186 3.749 1.283 3.749 3.495 0 1.793-1.648 3.202-3.749 3.476L12.75 20h-1.5l-.001-1.75c-2.03-.265-3.637-1.59-3.743-3.296l-.006-.181h1.517c0 .9.926 1.725 2.232 1.959v-4.012C8.918 12.535 7.5 11.437 7.5 9.225c0-1.792 1.648-3.201 3.749-3.475L11.25 4h1.5zm.002 8.781l-.001 3.952c1.306-.234 2.232-1.06 2.232-1.959 0-1.243-.71-1.853-2.231-1.992zM9.017 9.225c0 1.244.71 1.854 2.231 1.993l.001-3.952C9.943 7.5 9.017 8.326 9.017 9.225z',
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
15
|
};
|
|
16
16
|
|
|
17
17
|
export { DollarIcon };
|
package/download.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IconDefinition } from './typings';
|
|
2
|
-
export declare const DownloadIcon: IconDefinition;
|
|
1
|
+
import { IconDefinition } from './typings';
|
|
2
|
+
export declare const DownloadIcon: IconDefinition;
|
package/download.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
const DownloadIcon = {
|
|
2
|
-
name: 'download',
|
|
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: 'M5.845 15v2.658h12.311V15H19.5v4.003h-15V15h1.345zm6.886-10l-.001 7.701 1.986-1.985 1.034 1.034L12 15.5l-3.75-3.75 1.034-1.034 1.984 1.985V5h1.462z',
|
|
13
|
-
},
|
|
14
|
-
},
|
|
1
|
+
const DownloadIcon = {
|
|
2
|
+
name: 'download',
|
|
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: 'M5.845 15v2.658h12.311V15H19.5v4.003h-15V15h1.345zm6.886-10l-.001 7.701 1.986-1.985 1.034 1.034L12 15.5l-3.75-3.75 1.034-1.034 1.984 1.985V5h1.462z',
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
15
|
};
|
|
16
16
|
|
|
17
17
|
export { DownloadIcon };
|
package/edit.d.ts
ADDED
package/edit.js
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
const EditIcon = {
|
|
2
|
+
name: 'edit',
|
|
3
|
+
definition: {
|
|
4
|
+
svg: {
|
|
5
|
+
viewBox: '0 0 24 24',
|
|
6
|
+
},
|
|
7
|
+
path: {
|
|
8
|
+
fill: 'currentColor',
|
|
9
|
+
fillRule: 'evenodd',
|
|
10
|
+
d: 'M6.91401 16.8C6.95401 16.8 6.99401 16.796 7.03401 16.79L10.398 16.2C10.438 16.192 10.476 16.174 10.504 16.144L18.982 7.666C19.06 7.588 19.06 7.462 18.982 7.384L15.658 4.058C15.62 4.02 15.57 4 15.516 4C15.462 4 15.412 4.02 15.374 4.058L6.89601 12.536C6.86601 12.566 6.84801 12.602 6.84001 12.642L6.25001 16.006C6.21201 16.228 6.28001 16.444 6.43801 16.602C6.57001 16.73 6.73601 16.8 6.91401 16.8ZM8.26202 13.312L15.516 6.06L16.982 7.526L9.72802 14.778L7.95002 15.092L8.26202 13.312ZM4.64 18.48H19.36C19.714 18.48 20 18.766 20 19.12V19.84C20 19.928 19.928 20 19.84 20H4.16C4.072 20 4 19.928 4 19.84V19.12C4 18.766 4.286 18.48 4.64 18.48Z',
|
|
11
|
+
},
|
|
12
|
+
},
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
export { EditIcon };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IconDefinition } from './typings';
|
|
2
|
-
export declare const ExclamationCircleFilledIcon: IconDefinition;
|
|
1
|
+
import { IconDefinition } from './typings';
|
|
2
|
+
export declare const ExclamationCircleFilledIcon: IconDefinition;
|
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
const ExclamationCircleFilledIcon = {
|
|
2
|
-
name: 'exclamation-circle-filled',
|
|
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: 'M12,4 C16.418278,4 20,7.581722 20,12 C20,16.418278 16.418278,20 12,20 C7.581722,20 4,16.418278 4,12 C4,7.581722 7.581722,4 12,4 Z M12,14.75 C11.4477153,14.75 11,15.1977153 11,15.75 C11,16.3022847 11.4477153,16.75 12,16.75 C12.5522847,16.75 13,16.3022847 13,15.75 C13,15.1977153 12.5522847,14.75 12,14.75 Z M13,8 L11,8 L11.25,13.5 L12.75,13.5 L13,8 Z',
|
|
13
|
-
},
|
|
14
|
-
},
|
|
1
|
+
const ExclamationCircleFilledIcon = {
|
|
2
|
+
name: 'exclamation-circle-filled',
|
|
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: 'M12,4 C16.418278,4 20,7.581722 20,12 C20,16.418278 16.418278,20 12,20 C7.581722,20 4,16.418278 4,12 C4,7.581722 7.581722,4 12,4 Z M12,14.75 C11.4477153,14.75 11,15.1977153 11,15.75 C11,16.3022847 11.4477153,16.75 12,16.75 C12.5522847,16.75 13,16.3022847 13,15.75 C13,15.1977153 12.5522847,14.75 12,14.75 Z M13,8 L11,8 L11.25,13.5 L12.75,13.5 L13,8 Z',
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
15
|
};
|
|
16
16
|
|
|
17
17
|
export { ExclamationCircleFilledIcon };
|
package/eye-close.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IconDefinition } from './typings';
|
|
2
|
-
export declare const EyeCloseIcon: IconDefinition;
|
|
1
|
+
import { IconDefinition } from './typings';
|
|
2
|
+
export declare const EyeCloseIcon: IconDefinition;
|
package/eye-close.js
CHANGED
|
@@ -1,17 +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
|
-
},
|
|
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
15
|
};
|
|
16
16
|
|
|
17
17
|
export { EyeCloseIcon };
|
package/eye-slash.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IconDefinition } from './typings';
|
|
2
|
-
export declare const EyeSlashIcon: IconDefinition;
|
|
1
|
+
import { IconDefinition } from './typings';
|
|
2
|
+
export declare const EyeSlashIcon: IconDefinition;
|
package/eye-slash.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
const EyeSlashIcon = {
|
|
2
|
-
name: 'eye-slash',
|
|
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: 'M17.9696699,4.96966991 L19.0303301,6.03033009 L17.2674105,7.79332968 C18.9422922,9.03543341 20,10.693845 20,12 C20,14.4035756 16.418278,18 12,18 C10.559745,18 9.20838304,17.6178414 8.04100254,17.0194174 L6.03033009,19.0303301 L4.96966991,17.9696699 L6.73258947,16.2066703 C5.0577078,14.9645666 4,13.306155 4,12 C4,9.5964244 7.581722,6 12,6 C13.440663,6 14.7923826,6.38237515 15.9599895,6.9810912 L17.9696699,4.96966991 Z M16.4081906,8.65344541 L14.9483081,10.1130714 C15.2975059,10.6575589 15.5,11.3051319 15.5,12 C15.5,13.9329966 13.9329966,15.5 12,15.5 C11.3051319,15.5 10.6575589,15.2975059 10.1130714,14.9483081 L8.95145711,16.1096485 C9.89888747,16.5349304 10.9474746,16.8 12,16.8 C15.4208001,16.8 18.8,14.0000505 18.8,12 C18.8,10.9296565 17.8322164,9.63022656 16.4081906,8.65344541 Z M12,7.2 C8.5791999,7.2 5.2,9.99994947 5.2,12 C5.2,13.0703435 6.16778363,14.3697734 7.59180944,15.3465546 L9.05169188,13.8869286 C8.70249414,13.3424411 8.5,12.6948681 8.5,12 C8.5,10.0670034 10.0670034,8.5 12,8.5 C12.6948681,8.5 13.3424411,8.70249414 13.8869286,9.05169188 L15.0485429,7.89035154 C14.1011125,7.46506963 13.0525254,7.2 12,7.2 Z M13.9176803,11.1428583 L11.1428025,13.9176553 C11.4045492,14.0348355 11.6946646,14.1 12,14.1 C13.159798,14.1 14.1,13.159798 14.1,12 C14.1,11.6946863 14.0348448,11.4045905 13.9176803,11.1428583 Z M12,9.9 C10.840202,9.9 9.9,10.840202 9.9,12 C9.9,12.3049383 9.96499508,12.5946962 10.0818878,12.8561763 L12.8561763,10.0818878 C12.5946962,9.96499508 12.3049383,9.9 12,9.9 Z',
|
|
13
|
-
},
|
|
14
|
-
},
|
|
1
|
+
const EyeSlashIcon = {
|
|
2
|
+
name: 'eye-slash',
|
|
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: 'M17.9696699,4.96966991 L19.0303301,6.03033009 L17.2674105,7.79332968 C18.9422922,9.03543341 20,10.693845 20,12 C20,14.4035756 16.418278,18 12,18 C10.559745,18 9.20838304,17.6178414 8.04100254,17.0194174 L6.03033009,19.0303301 L4.96966991,17.9696699 L6.73258947,16.2066703 C5.0577078,14.9645666 4,13.306155 4,12 C4,9.5964244 7.581722,6 12,6 C13.440663,6 14.7923826,6.38237515 15.9599895,6.9810912 L17.9696699,4.96966991 Z M16.4081906,8.65344541 L14.9483081,10.1130714 C15.2975059,10.6575589 15.5,11.3051319 15.5,12 C15.5,13.9329966 13.9329966,15.5 12,15.5 C11.3051319,15.5 10.6575589,15.2975059 10.1130714,14.9483081 L8.95145711,16.1096485 C9.89888747,16.5349304 10.9474746,16.8 12,16.8 C15.4208001,16.8 18.8,14.0000505 18.8,12 C18.8,10.9296565 17.8322164,9.63022656 16.4081906,8.65344541 Z M12,7.2 C8.5791999,7.2 5.2,9.99994947 5.2,12 C5.2,13.0703435 6.16778363,14.3697734 7.59180944,15.3465546 L9.05169188,13.8869286 C8.70249414,13.3424411 8.5,12.6948681 8.5,12 C8.5,10.0670034 10.0670034,8.5 12,8.5 C12.6948681,8.5 13.3424411,8.70249414 13.8869286,9.05169188 L15.0485429,7.89035154 C14.1011125,7.46506963 13.0525254,7.2 12,7.2 Z M13.9176803,11.1428583 L11.1428025,13.9176553 C11.4045492,14.0348355 11.6946646,14.1 12,14.1 C13.159798,14.1 14.1,13.159798 14.1,12 C14.1,11.6946863 14.0348448,11.4045905 13.9176803,11.1428583 Z M12,9.9 C10.840202,9.9 9.9,10.840202 9.9,12 C9.9,12.3049383 9.96499508,12.5946962 10.0818878,12.8561763 L12.8561763,10.0818878 C12.5946962,9.96499508 12.3049383,9.9 12,9.9 Z',
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
15
|
};
|
|
16
16
|
|
|
17
17
|
export { EyeSlashIcon };
|
package/eye.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IconDefinition } from './typings';
|
|
2
|
-
export declare const EyeIcon: IconDefinition;
|
|
1
|
+
import { IconDefinition } from './typings';
|
|
2
|
+
export declare const EyeIcon: IconDefinition;
|
package/eye.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
const EyeIcon = {
|
|
2
|
-
name: 'eye',
|
|
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: 'M12,6 C16.418278,6 20,9.5964244 20,12 C20,14.4035756 16.418278,18 12,18 C7.581722,18 4,14.4035756 4,12 C4,9.5964244 7.581722,6 12,6 Z M12,7.2 C8.5791999,7.2 5.2,9.99994947 5.2,12 C5.2,14.0000505 8.5791999,16.8 12,16.8 C15.4208001,16.8 18.8,14.0000505 18.8,12 C18.8,9.99994947 15.4208001,7.2 12,7.2 Z M12,8.5 C13.9329966,8.5 15.5,10.0670034 15.5,12 C15.5,13.9329966 13.9329966,15.5 12,15.5 C10.0670034,15.5 8.5,13.9329966 8.5,12 C8.5,10.0670034 10.0670034,8.5 12,8.5 Z M12,9.9 C10.840202,9.9 9.9,10.840202 9.9,12 C9.9,13.159798 10.840202,14.1 12,14.1 C13.159798,14.1 14.1,13.159798 14.1,12 C14.1,10.840202 13.159798,9.9 12,9.9 Z',
|
|
13
|
-
},
|
|
14
|
-
},
|
|
1
|
+
const EyeIcon = {
|
|
2
|
+
name: 'eye',
|
|
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: 'M12,6 C16.418278,6 20,9.5964244 20,12 C20,14.4035756 16.418278,18 12,18 C7.581722,18 4,14.4035756 4,12 C4,9.5964244 7.581722,6 12,6 Z M12,7.2 C8.5791999,7.2 5.2,9.99994947 5.2,12 C5.2,14.0000505 8.5791999,16.8 12,16.8 C15.4208001,16.8 18.8,14.0000505 18.8,12 C18.8,9.99994947 15.4208001,7.2 12,7.2 Z M12,8.5 C13.9329966,8.5 15.5,10.0670034 15.5,12 C15.5,13.9329966 13.9329966,15.5 12,15.5 C10.0670034,15.5 8.5,13.9329966 8.5,12 C8.5,10.0670034 10.0670034,8.5 12,8.5 Z M12,9.9 C10.840202,9.9 9.9,10.840202 9.9,12 C9.9,13.159798 10.840202,14.1 12,14.1 C13.159798,14.1 14.1,13.159798 14.1,12 C14.1,10.840202 13.159798,9.9 12,9.9 Z',
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
15
|
};
|
|
16
16
|
|
|
17
17
|
export { EyeIcon };
|
package/filter.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IconDefinition } from './typings';
|
|
2
|
-
export declare const FilterIcon: IconDefinition;
|
|
1
|
+
import { IconDefinition } from './typings';
|
|
2
|
+
export declare const FilterIcon: IconDefinition;
|
package/filter.js
CHANGED
|
@@ -1,15 +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
|
-
},
|
|
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
13
|
};
|
|
14
14
|
|
|
15
15
|
export { FilterIcon };
|
package/folder-open.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IconDefinition } from './typings';
|
|
2
|
-
export declare const FolderOpenIcon: IconDefinition;
|
|
1
|
+
import { IconDefinition } from './typings';
|
|
2
|
+
export declare const FolderOpenIcon: IconDefinition;
|
package/folder-open.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
const FolderOpenIcon = {
|
|
2
|
-
name: 'folder-open',
|
|
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: 'M9.786 5.5L11.071 7H18.5v2.499L20 9.5l-1.5 9h-13L4 9.5l1.5-.001V5.5h4.286zm8.679 5.299H5.534l1.067 6.4h10.797l1.067-6.4zM9.187 6.8H6.8l-.001 2.699h10.4L17.2 8.3h-6.726L9.187 6.8z',
|
|
13
|
-
},
|
|
14
|
-
},
|
|
1
|
+
const FolderOpenIcon = {
|
|
2
|
+
name: 'folder-open',
|
|
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: 'M9.786 5.5L11.071 7H18.5v2.499L20 9.5l-1.5 9h-13L4 9.5l1.5-.001V5.5h4.286zm8.679 5.299H5.534l1.067 6.4h10.797l1.067-6.4zM9.187 6.8H6.8l-.001 2.699h10.4L17.2 8.3h-6.726L9.187 6.8z',
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
15
|
};
|
|
16
16
|
|
|
17
17
|
export { FolderOpenIcon };
|
package/help-circle-filled.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IconDefinition } from './typings';
|
|
2
|
-
export declare const HelpCircleFilledIcon: IconDefinition;
|
|
1
|
+
import { IconDefinition } from './typings';
|
|
2
|
+
export declare const HelpCircleFilledIcon: IconDefinition;
|
package/help-circle-filled.js
CHANGED
|
@@ -1,15 +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
|
-
},
|
|
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
13
|
};
|
|
14
14
|
|
|
15
15
|
export { HelpCircleFilledIcon };
|
package/index.d.ts
CHANGED
|
@@ -1,54 +1,56 @@
|
|
|
1
|
-
export type { IconDefinition } from './typings';
|
|
2
|
-
/**
|
|
3
|
-
* icons
|
|
4
|
-
*/
|
|
5
|
-
export { ArrowDownIcon } from './arrow-down';
|
|
6
|
-
export { ArrowRightIcon } from './arrow-right';
|
|
7
|
-
export { ArrowUpIcon } from './arrow-up';
|
|
8
|
-
export {
|
|
9
|
-
export {
|
|
10
|
-
export {
|
|
11
|
-
export {
|
|
12
|
-
export {
|
|
13
|
-
export {
|
|
14
|
-
export {
|
|
15
|
-
export {
|
|
16
|
-
export {
|
|
17
|
-
export {
|
|
18
|
-
export {
|
|
19
|
-
export {
|
|
20
|
-
export {
|
|
21
|
-
export {
|
|
22
|
-
export {
|
|
23
|
-
export {
|
|
24
|
-
export {
|
|
25
|
-
export {
|
|
26
|
-
export {
|
|
27
|
-
export {
|
|
28
|
-
export {
|
|
29
|
-
export {
|
|
30
|
-
export {
|
|
31
|
-
export {
|
|
32
|
-
export {
|
|
33
|
-
export {
|
|
34
|
-
export {
|
|
35
|
-
export {
|
|
36
|
-
export {
|
|
37
|
-
export {
|
|
38
|
-
export {
|
|
39
|
-
export {
|
|
40
|
-
export {
|
|
41
|
-
export {
|
|
42
|
-
export {
|
|
43
|
-
export {
|
|
44
|
-
export {
|
|
45
|
-
export {
|
|
46
|
-
export {
|
|
47
|
-
export {
|
|
48
|
-
export {
|
|
49
|
-
export {
|
|
50
|
-
export {
|
|
51
|
-
export {
|
|
52
|
-
export {
|
|
53
|
-
export {
|
|
54
|
-
export {
|
|
1
|
+
export type { IconDefinition } from './typings';
|
|
2
|
+
/**
|
|
3
|
+
* icons
|
|
4
|
+
*/
|
|
5
|
+
export { ArrowDownIcon } from './arrow-down';
|
|
6
|
+
export { ArrowRightIcon } from './arrow-right';
|
|
7
|
+
export { ArrowUpIcon } from './arrow-up';
|
|
8
|
+
export { ArrowLeftIcon } from './arrow-left';
|
|
9
|
+
export { BellIcon } from './bell';
|
|
10
|
+
export { CalendarIcon } from './calendar';
|
|
11
|
+
export { CancelIcon } from './cancel';
|
|
12
|
+
export { CaretDownIcon } from './caret-down';
|
|
13
|
+
export { CaretRightIcon } from './caret-right';
|
|
14
|
+
export { CheckBoldIcon } from './check-bold';
|
|
15
|
+
export { CheckCircleFilledIcon } from './check-circle-filled';
|
|
16
|
+
export { CheckIcon } from './check';
|
|
17
|
+
export { ChevronDownIcon } from './chevron-down';
|
|
18
|
+
export { ChevronLeftIcon } from './chevron-left';
|
|
19
|
+
export { ChevronRightIcon } from './chevron-right';
|
|
20
|
+
export { ChevronUpIcon } from './chevron-up';
|
|
21
|
+
export { ClockIcon } from './clock';
|
|
22
|
+
export { DocIcon } from './doc';
|
|
23
|
+
export { DollarIcon } from './dollar';
|
|
24
|
+
export { DownloadIcon } from './download';
|
|
25
|
+
export { EditIcon } from './edit';
|
|
26
|
+
export { ExclamationCircleFilledIcon } from './exclamation-circle-filled';
|
|
27
|
+
export { EyeCloseIcon } from './eye-close';
|
|
28
|
+
export { EyeIcon } from './eye';
|
|
29
|
+
export { EyeSlashIcon } from './eye-slash';
|
|
30
|
+
export { FilterIcon } from './filter';
|
|
31
|
+
export { FolderOpenIcon } from './folder-open';
|
|
32
|
+
export { HelpCircleFilledIcon } from './help-circle-filled';
|
|
33
|
+
export { InfoCircleFilledIcon } from './info-circle-filled';
|
|
34
|
+
export { MenuCloseIcon } from './menu-close';
|
|
35
|
+
export { MenuIcon } from './menu';
|
|
36
|
+
export { MenuOpenIcon } from './menu-open';
|
|
37
|
+
export { MinusBoldIcon } from './minus-bold';
|
|
38
|
+
export { MinusCircleFilledIcon } from './minus-circle-filled';
|
|
39
|
+
export { MinusIcon } from './minus';
|
|
40
|
+
export { MoreHorizontalIcon } from './more-horizontal';
|
|
41
|
+
export { MoreVerticalIcon } from './more-vertical';
|
|
42
|
+
export { PercentIcon } from './percent';
|
|
43
|
+
export { PlusIcon } from './plus';
|
|
44
|
+
export { ProfileIcon } from './profile';
|
|
45
|
+
export { ResetIcon } from './reset';
|
|
46
|
+
export { SearchIcon } from './search';
|
|
47
|
+
export { SettingsIcon } from './settings';
|
|
48
|
+
export { SlashIcon } from './slash';
|
|
49
|
+
export { SpinnerIcon } from './spinner';
|
|
50
|
+
export { StarIcon } from './star';
|
|
51
|
+
export { StarPressedIcon } from './star-pressed';
|
|
52
|
+
export { SwitcherIcon } from './switcher';
|
|
53
|
+
export { TimesCircleFilledIcon } from './times-circle-filled';
|
|
54
|
+
export { TimesIcon } from './times';
|
|
55
|
+
export { TrashIcon } from './trash';
|
|
56
|
+
export { UploadIcon } from './upload';
|
package/index.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
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 { ArrowLeftIcon } from './arrow-left.js';
|
|
4
5
|
export { BellIcon } from './bell.js';
|
|
5
6
|
export { CalendarIcon } from './calendar.js';
|
|
6
7
|
export { CancelIcon } from './cancel.js';
|
|
@@ -17,6 +18,7 @@ export { ClockIcon } from './clock.js';
|
|
|
17
18
|
export { DocIcon } from './doc.js';
|
|
18
19
|
export { DollarIcon } from './dollar.js';
|
|
19
20
|
export { DownloadIcon } from './download.js';
|
|
21
|
+
export { EditIcon } from './edit.js';
|
|
20
22
|
export { ExclamationCircleFilledIcon } from './exclamation-circle-filled.js';
|
|
21
23
|
export { EyeCloseIcon } from './eye-close.js';
|
|
22
24
|
export { EyeIcon } from './eye.js';
|
package/info-circle-filled.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IconDefinition } from './typings';
|
|
2
|
-
export declare const InfoCircleFilledIcon: IconDefinition;
|
|
1
|
+
import { IconDefinition } from './typings';
|
|
2
|
+
export declare const InfoCircleFilledIcon: IconDefinition;
|
package/info-circle-filled.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
const InfoCircleFilledIcon = {
|
|
2
|
-
name: 'info-circle-filled',
|
|
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: 'M12,4 C16.418278,4 20,7.581722 20,12 C20,16.418278 16.418278,20 12,20 C7.581722,20 4,16.418278 4,12 C4,7.581722 7.581722,4 12,4 Z M12.75,11.25 L11.25,11.25 L11.25,16.75 L12.75,16.75 L12.75,11.25 Z M12,8 C11.4477153,8 11,8.44771525 11,9 C11,9.55228475 11.4477153,10 12,10 C12.5522847,10 13,9.55228475 13,9 C13,8.44771525 12.5522847,8 12,8 Z',
|
|
13
|
-
},
|
|
14
|
-
},
|
|
1
|
+
const InfoCircleFilledIcon = {
|
|
2
|
+
name: 'info-circle-filled',
|
|
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: 'M12,4 C16.418278,4 20,7.581722 20,12 C20,16.418278 16.418278,20 12,20 C7.581722,20 4,16.418278 4,12 C4,7.581722 7.581722,4 12,4 Z M12.75,11.25 L11.25,11.25 L11.25,16.75 L12.75,16.75 L12.75,11.25 Z M12,8 C11.4477153,8 11,8.44771525 11,9 C11,9.55228475 11.4477153,10 12,10 C12.5522847,10 13,9.55228475 13,9 C13,8.44771525 12.5522847,8 12,8 Z',
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
15
|
};
|
|
16
16
|
|
|
17
17
|
export { InfoCircleFilledIcon };
|
package/menu-close.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IconDefinition } from './typings';
|
|
2
|
-
export declare const MenuCloseIcon: IconDefinition;
|
|
1
|
+
import { IconDefinition } from './typings';
|
|
2
|
+
export declare const MenuCloseIcon: IconDefinition;
|
package/menu-close.js
CHANGED
|
@@ -1,15 +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
|
-
},
|
|
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
13
|
};
|
|
14
14
|
|
|
15
15
|
export { MenuCloseIcon };
|
package/menu-open.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IconDefinition } from './typings';
|
|
2
|
-
export declare const MenuOpenIcon: IconDefinition;
|
|
1
|
+
import { IconDefinition } from './typings';
|
|
2
|
+
export declare const MenuOpenIcon: IconDefinition;
|