@mezzanine-ui/icons 0.13.10 → 0.14.0
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/switcher.js
CHANGED
|
@@ -1,15 +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
|
-
},
|
|
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
13
|
};
|
|
14
14
|
|
|
15
15
|
export { SwitcherIcon };
|
package/times-circle-filled.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IconDefinition } from './typings';
|
|
2
|
-
export declare const TimesCircleFilledIcon: IconDefinition;
|
|
1
|
+
import { IconDefinition } from './typings';
|
|
2
|
+
export declare const TimesCircleFilledIcon: IconDefinition;
|
package/times-circle-filled.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
const TimesCircleFilledIcon = {
|
|
2
|
-
name: 'times-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 M14.7014661,8.23746609 L12,10.9393398 L9.29846609,8.23746609 L8.23746609,9.29846609 L10.9393398,12 L8.21946609,14.7194661 L9.28046609,15.7804661 L12,13.0606602 L14.7194661,15.7804661 L15.7804661,14.7194661 L13.0606602,12 L15.7624661,9.29846609 L14.7014661,8.23746609 Z',
|
|
13
|
-
},
|
|
14
|
-
},
|
|
1
|
+
const TimesCircleFilledIcon = {
|
|
2
|
+
name: 'times-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 M14.7014661,8.23746609 L12,10.9393398 L9.29846609,8.23746609 L8.23746609,9.29846609 L10.9393398,12 L8.21946609,14.7194661 L9.28046609,15.7804661 L12,13.0606602 L14.7194661,15.7804661 L15.7804661,14.7194661 L13.0606602,12 L15.7624661,9.29846609 L14.7014661,8.23746609 Z',
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
15
|
};
|
|
16
16
|
|
|
17
17
|
export { TimesCircleFilledIcon };
|
package/times.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IconDefinition } from './typings';
|
|
2
|
-
export declare const TimesIcon: IconDefinition;
|
|
1
|
+
import { IconDefinition } from './typings';
|
|
2
|
+
export declare const TimesIcon: IconDefinition;
|
package/times.js
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
const TimesIcon = {
|
|
2
|
-
name: 'times',
|
|
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,5 L12.75,11.25 L19,11.25 L19,12.75 L12.75,12.75 L12.75,19 L11.25,19 L11.25,12.75 L5,12.75 L5,11.25 L11.25,11.25 L11.25,5 L12.75,5 Z',
|
|
13
|
-
transform: 'translate(12.000000, 12.000000) rotate(45.000000) translate(-12.000000, -12.000000)',
|
|
14
|
-
},
|
|
15
|
-
},
|
|
1
|
+
const TimesIcon = {
|
|
2
|
+
name: 'times',
|
|
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,5 L12.75,11.25 L19,11.25 L19,12.75 L12.75,12.75 L12.75,19 L11.25,19 L11.25,12.75 L5,12.75 L5,11.25 L11.25,11.25 L11.25,5 L12.75,5 Z',
|
|
13
|
+
transform: 'translate(12.000000, 12.000000) rotate(45.000000) translate(-12.000000, -12.000000)',
|
|
14
|
+
},
|
|
15
|
+
},
|
|
16
16
|
};
|
|
17
17
|
|
|
18
18
|
export { TimesIcon };
|
package/trash.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IconDefinition } from './typings';
|
|
2
|
-
export declare const TrashIcon: IconDefinition;
|
|
1
|
+
import { IconDefinition } from './typings';
|
|
2
|
+
export declare const TrashIcon: IconDefinition;
|
package/trash.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
const TrashIcon = {
|
|
2
|
-
name: 'trash',
|
|
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: 'M14 5.5H10V4H14V5.5ZM5 7.9999V6.4999H19V7.9999H17.66L17.001 18.9999H7L6.34 7.9999H5ZM16.157 7.9999H7.842L8.412 17.4999H15.587L16.157 7.9999ZM11.0729 16.0007L10.6829 9.5007H9.4429L9.8329 16.0007H11.0729ZM13.3178 9.5007H14.5568L14.1668 16.0007H12.9268L13.3178 9.5007Z',
|
|
13
|
-
},
|
|
14
|
-
},
|
|
1
|
+
const TrashIcon = {
|
|
2
|
+
name: 'trash',
|
|
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: 'M14 5.5H10V4H14V5.5ZM5 7.9999V6.4999H19V7.9999H17.66L17.001 18.9999H7L6.34 7.9999H5ZM16.157 7.9999H7.842L8.412 17.4999H15.587L16.157 7.9999ZM11.0729 16.0007L10.6829 9.5007H9.4429L9.8329 16.0007H11.0729ZM13.3178 9.5007H14.5568L14.1668 16.0007H12.9268L13.3178 9.5007Z',
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
15
|
};
|
|
16
16
|
|
|
17
17
|
export { TrashIcon };
|
package/typings.d.ts
CHANGED
|
@@ -1,20 +1,21 @@
|
|
|
1
|
-
export interface IconDefinition {
|
|
2
|
-
name: string;
|
|
3
|
-
definition: {
|
|
4
|
-
svg?: {
|
|
5
|
-
viewBox?: string;
|
|
6
|
-
fill?: string;
|
|
7
|
-
};
|
|
8
|
-
title?: string;
|
|
9
|
-
path?: {
|
|
10
|
-
d?: string;
|
|
11
|
-
fill?: string;
|
|
12
|
-
fillRule?: 'nonzero' | 'evenodd' | 'inherit';
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
}
|
|
1
|
+
export interface IconDefinition {
|
|
2
|
+
name: string;
|
|
3
|
+
definition: {
|
|
4
|
+
svg?: {
|
|
5
|
+
viewBox?: string;
|
|
6
|
+
fill?: string;
|
|
7
|
+
};
|
|
8
|
+
title?: string;
|
|
9
|
+
path?: {
|
|
10
|
+
d?: string;
|
|
11
|
+
fill?: string;
|
|
12
|
+
fillRule?: 'nonzero' | 'evenodd' | 'inherit';
|
|
13
|
+
clipRule?: 'nonzero' | 'evenodd' | 'inherit';
|
|
14
|
+
stroke?: string;
|
|
15
|
+
strokeWidth?: string | number;
|
|
16
|
+
strokeLinecap?: 'inherit' | 'round' | 'butt' | 'square' | undefined;
|
|
17
|
+
strokeLinejoin?: 'inherit' | 'round' | 'bevel' | 'miter' | undefined;
|
|
18
|
+
transform?: string;
|
|
19
|
+
};
|
|
20
|
+
};
|
|
21
|
+
}
|
package/upload.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { IconDefinition } from './typings';
|
|
2
|
-
export declare const UploadIcon: IconDefinition;
|
|
1
|
+
import { IconDefinition } from './typings';
|
|
2
|
+
export declare const UploadIcon: IconDefinition;
|
package/upload.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
const UploadIcon = {
|
|
2
|
-
name: 'upload',
|
|
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: 'M6.345 15v2.658h11.311V15H19v4.003H5V15h1.345zM12 5l3.75 3.75-1.034 1.034-1.986-1.985.001 7.701h-1.462V7.799L9.284 9.784 8.25 8.75 12 5z',
|
|
13
|
-
},
|
|
14
|
-
},
|
|
1
|
+
const UploadIcon = {
|
|
2
|
+
name: 'upload',
|
|
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: 'M6.345 15v2.658h11.311V15H19v4.003H5V15h1.345zM12 5l3.75 3.75-1.034 1.034-1.986-1.985.001 7.701h-1.462V7.799L9.284 9.784 8.25 8.75 12 5z',
|
|
13
|
+
},
|
|
14
|
+
},
|
|
15
15
|
};
|
|
16
16
|
|
|
17
17
|
export { UploadIcon };
|