@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.
Files changed (108) hide show
  1. package/arrow-down.d.ts +2 -2
  2. package/arrow-down.js +14 -14
  3. package/arrow-left.d.ts +2 -0
  4. package/arrow-left.js +17 -0
  5. package/arrow-right.d.ts +2 -2
  6. package/arrow-right.js +14 -14
  7. package/arrow-up.d.ts +2 -2
  8. package/arrow-up.js +14 -14
  9. package/bell.d.ts +2 -2
  10. package/bell.js +12 -12
  11. package/calendar.d.ts +2 -2
  12. package/calendar.js +14 -14
  13. package/cancel.d.ts +2 -2
  14. package/cancel.js +12 -12
  15. package/caret-down.d.ts +2 -2
  16. package/caret-down.js +12 -12
  17. package/caret-right.d.ts +2 -2
  18. package/caret-right.js +14 -14
  19. package/check-bold.d.ts +2 -2
  20. package/check-bold.js +12 -12
  21. package/check-circle-filled.d.ts +2 -2
  22. package/check-circle-filled.js +14 -14
  23. package/check.d.ts +2 -2
  24. package/check.js +14 -14
  25. package/chevron-down.d.ts +2 -2
  26. package/chevron-down.js +14 -14
  27. package/chevron-left.d.ts +2 -2
  28. package/chevron-left.js +12 -12
  29. package/chevron-right.d.ts +2 -2
  30. package/chevron-right.js +12 -12
  31. package/chevron-up.d.ts +2 -2
  32. package/chevron-up.js +14 -14
  33. package/clock.d.ts +2 -2
  34. package/clock.js +14 -14
  35. package/doc.d.ts +2 -2
  36. package/doc.js +14 -14
  37. package/dollar.d.ts +2 -2
  38. package/dollar.js +14 -14
  39. package/download.d.ts +2 -2
  40. package/download.js +14 -14
  41. package/edit.d.ts +2 -0
  42. package/edit.js +15 -0
  43. package/exclamation-circle-filled.d.ts +2 -2
  44. package/exclamation-circle-filled.js +14 -14
  45. package/eye-close.d.ts +2 -2
  46. package/eye-close.js +14 -14
  47. package/eye-slash.d.ts +2 -2
  48. package/eye-slash.js +14 -14
  49. package/eye.d.ts +2 -2
  50. package/eye.js +14 -14
  51. package/filter.d.ts +2 -2
  52. package/filter.js +12 -12
  53. package/folder-open.d.ts +2 -2
  54. package/folder-open.js +14 -14
  55. package/help-circle-filled.d.ts +2 -2
  56. package/help-circle-filled.js +12 -12
  57. package/index.d.ts +56 -54
  58. package/index.js +2 -0
  59. package/info-circle-filled.d.ts +2 -2
  60. package/info-circle-filled.js +14 -14
  61. package/menu-close.d.ts +2 -2
  62. package/menu-close.js +12 -12
  63. package/menu-open.d.ts +2 -2
  64. package/menu-open.js +12 -12
  65. package/menu.d.ts +2 -2
  66. package/menu.js +12 -12
  67. package/minus-bold.d.ts +2 -2
  68. package/minus-bold.js +12 -12
  69. package/minus-circle-filled.d.ts +2 -2
  70. package/minus-circle-filled.js +15 -15
  71. package/minus.d.ts +2 -2
  72. package/minus.js +12 -12
  73. package/more-horizontal.d.ts +2 -2
  74. package/more-horizontal.js +12 -12
  75. package/more-vertical.d.ts +2 -2
  76. package/more-vertical.js +12 -12
  77. package/package.json +1 -1
  78. package/percent.d.ts +2 -2
  79. package/percent.js +12 -12
  80. package/plus.d.ts +2 -2
  81. package/plus.js +14 -14
  82. package/profile.d.ts +2 -2
  83. package/profile.js +12 -12
  84. package/reset.d.ts +2 -2
  85. package/reset.js +14 -14
  86. package/search.d.ts +2 -2
  87. package/search.js +14 -14
  88. package/settings.d.ts +2 -2
  89. package/settings.js +12 -12
  90. package/slash.d.ts +2 -2
  91. package/slash.js +12 -12
  92. package/spinner.d.ts +2 -2
  93. package/spinner.js +12 -12
  94. package/star-pressed.d.ts +2 -2
  95. package/star-pressed.js +12 -12
  96. package/star.d.ts +2 -2
  97. package/star.js +12 -12
  98. package/switcher.d.ts +2 -2
  99. package/switcher.js +12 -12
  100. package/times-circle-filled.d.ts +2 -2
  101. package/times-circle-filled.js +14 -14
  102. package/times.d.ts +2 -2
  103. package/times.js +15 -15
  104. package/trash.d.ts +2 -2
  105. package/trash.js +14 -14
  106. package/typings.d.ts +21 -20
  107. package/upload.d.ts +2 -2
  108. package/upload.js +14 -14
package/arrow-down.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { IconDefinition } from './typings';
2
- export declare const ArrowDownIcon: IconDefinition;
1
+ import { IconDefinition } from './typings';
2
+ export declare const ArrowDownIcon: IconDefinition;
package/arrow-down.js CHANGED
@@ -1,17 +1,17 @@
1
- const ArrowDownIcon = {
2
- name: 'arrow-down',
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: 'M16.137 12.739L17.197 13.799L11.999 18.997L6.80102 13.799L7.86102 12.739L11.247 16.1242V4.999H12.747V16.129L16.137 12.739Z',
13
- },
14
- },
1
+ const ArrowDownIcon = {
2
+ name: 'arrow-down',
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: 'M16.137 12.739L17.197 13.799L11.999 18.997L6.80102 13.799L7.86102 12.739L11.247 16.1242V4.999H12.747V16.129L16.137 12.739Z',
13
+ },
14
+ },
15
15
  };
16
16
 
17
17
  export { ArrowDownIcon };
@@ -0,0 +1,2 @@
1
+ import { IconDefinition } from './typings';
2
+ export declare const ArrowLeftIcon: IconDefinition;
package/arrow-left.js ADDED
@@ -0,0 +1,17 @@
1
+ const ArrowLeftIcon = {
2
+ name: 'arrow-left',
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: 'M10.2 6.8l-5.198 5.198 5.198 5.198 1.06-1.06-3.384-3.386H19v-1.5H7.869l3.391-3.39L10.2 6.8z',
13
+ },
14
+ },
15
+ };
16
+
17
+ export { ArrowLeftIcon };
package/arrow-right.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { IconDefinition } from './typings';
2
- export declare const ArrowRightIcon: IconDefinition;
1
+ import { IconDefinition } from './typings';
2
+ export declare const ArrowRightIcon: IconDefinition;
package/arrow-right.js CHANGED
@@ -1,17 +1,17 @@
1
- const ArrowRightIcon = {
2
- name: 'arrow-right',
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: 'M13.8 6.8l5.198 5.198-5.198 5.198-1.06-1.06 3.384-3.386H5v-1.5h11.131L12.74 7.86 13.8 6.8z',
13
- },
14
- },
1
+ const ArrowRightIcon = {
2
+ name: 'arrow-right',
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: 'M13.8 6.8l5.198 5.198-5.198 5.198-1.06-1.06 3.384-3.386H5v-1.5h11.131L12.74 7.86 13.8 6.8z',
13
+ },
14
+ },
15
15
  };
16
16
 
17
17
  export { ArrowRightIcon };
package/arrow-up.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { IconDefinition } from './typings';
2
- export declare const ArrowUpIcon: IconDefinition;
1
+ import { IconDefinition } from './typings';
2
+ export declare const ArrowUpIcon: IconDefinition;
package/arrow-up.js CHANGED
@@ -1,17 +1,17 @@
1
- const ArrowUpIcon = {
2
- name: 'arrow-up',
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: 'M16.137 11.257L17.197 10.197L11.999 4.999L6.80102 10.197L7.86102 11.257L11.247 7.87182V18.997H12.747V7.867L16.137 11.257Z',
13
- },
14
- },
1
+ const ArrowUpIcon = {
2
+ name: 'arrow-up',
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: 'M16.137 11.257L17.197 10.197L11.999 4.999L6.80102 10.197L7.86102 11.257L11.247 7.87182V18.997H12.747V7.867L16.137 11.257Z',
13
+ },
14
+ },
15
15
  };
16
16
 
17
17
  export { ArrowUpIcon };
package/bell.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { IconDefinition } from './typings';
2
- export declare const BellIcon: IconDefinition;
1
+ import { IconDefinition } from './typings';
2
+ export declare const BellIcon: IconDefinition;
package/bell.js CHANGED
@@ -1,15 +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
- },
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
13
  };
14
14
 
15
15
  export { BellIcon };
package/calendar.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { IconDefinition } from './typings';
2
- export declare const CalendarIcon: IconDefinition;
1
+ import { IconDefinition } from './typings';
2
+ export declare const CalendarIcon: IconDefinition;
package/calendar.js CHANGED
@@ -1,17 +1,17 @@
1
- const CalendarIcon = {
2
- name: 'calendar',
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 19H5V7h3.5V5H10v2h4V5h1.5v2H19v12zm-1.313-6.5H6.312v5.214h11.375V12.5zM8.5 8.285l-2.187.001V11h11.375V8.286L15.5 8.285V9.5H14V8.285h-4V9.5H8.5V8.285z',
13
- },
14
- },
1
+ const CalendarIcon = {
2
+ name: 'calendar',
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 19H5V7h3.5V5H10v2h4V5h1.5v2H19v12zm-1.313-6.5H6.312v5.214h11.375V12.5zM8.5 8.285l-2.187.001V11h11.375V8.286L15.5 8.285V9.5H14V8.285h-4V9.5H8.5V8.285z',
13
+ },
14
+ },
15
15
  };
16
16
 
17
17
  export { CalendarIcon };
package/cancel.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { IconDefinition } from './typings';
2
- export declare const CancelIcon: IconDefinition;
1
+ import { IconDefinition } from './typings';
2
+ export declare const CancelIcon: IconDefinition;
package/cancel.js CHANGED
@@ -1,15 +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
- },
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
13
  };
14
14
 
15
15
  export { CancelIcon };
package/caret-down.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { IconDefinition } from './typings';
2
- export declare const CaretDownIcon: IconDefinition;
1
+ import { IconDefinition } from './typings';
2
+ export declare const CaretDownIcon: IconDefinition;
package/caret-down.js CHANGED
@@ -1,15 +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
- },
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
13
  };
14
14
 
15
15
  export { CaretDownIcon };
package/caret-right.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { IconDefinition } from './typings';
2
- export declare const CaretRightIcon: IconDefinition;
1
+ import { IconDefinition } from './typings';
2
+ export declare const CaretRightIcon: IconDefinition;
package/caret-right.js CHANGED
@@ -1,17 +1,17 @@
1
- const CaretRightIcon = {
2
- name: 'caret-right',
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: 'M8.501 6L8.5 18l9-5.999z',
13
- },
14
- },
1
+ const CaretRightIcon = {
2
+ name: 'caret-right',
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: 'M8.501 6L8.5 18l9-5.999z',
13
+ },
14
+ },
15
15
  };
16
16
 
17
17
  export { CaretRightIcon };
package/check-bold.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { IconDefinition } from './typings';
2
- export declare const CheckBoldIcon: IconDefinition;
1
+ import { IconDefinition } from './typings';
2
+ export declare const CheckBoldIcon: IconDefinition;
package/check-bold.js CHANGED
@@ -1,15 +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
- },
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
13
  };
14
14
 
15
15
  export { CheckBoldIcon };
@@ -1,2 +1,2 @@
1
- import { IconDefinition } from './typings';
2
- export declare const CheckCircleFilledIcon: IconDefinition;
1
+ import { IconDefinition } from './typings';
2
+ export declare const CheckCircleFilledIcon: IconDefinition;
@@ -1,17 +1,17 @@
1
- const CheckCircleFilledIcon = {
2
- name: 'check-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 M15.3747475,9 L11.1053435,13.2691863 L9.26,11.424 L8.2,12.485 L11.1049383,15.3911496 L16.4347475,10.061 L15.3747475,9 Z',
13
- },
14
- },
1
+ const CheckCircleFilledIcon = {
2
+ name: 'check-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 M15.3747475,9 L11.1053435,13.2691863 L9.26,11.424 L8.2,12.485 L11.1049383,15.3911496 L16.4347475,10.061 L15.3747475,9 Z',
13
+ },
14
+ },
15
15
  };
16
16
 
17
17
  export { CheckCircleFilledIcon };
package/check.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { IconDefinition } from './typings';
2
- export declare const CheckIcon: IconDefinition;
1
+ import { IconDefinition } from './typings';
2
+ export declare const CheckIcon: IconDefinition;
package/check.js CHANGED
@@ -1,17 +1,17 @@
1
- const CheckIcon = {
2
- name: 'check',
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.993 8.768l-7.625 7.625L6.4 12.425l1.061-1.061 2.908 2.907 6.564-6.563z',
13
- },
14
- },
1
+ const CheckIcon = {
2
+ name: 'check',
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.993 8.768l-7.625 7.625L6.4 12.425l1.061-1.061 2.908 2.907 6.564-6.563z',
13
+ },
14
+ },
15
15
  };
16
16
 
17
17
  export { CheckIcon };
package/chevron-down.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { IconDefinition } from './typings';
2
- export declare const ChevronDownIcon: IconDefinition;
1
+ import { IconDefinition } from './typings';
2
+ export declare const ChevronDownIcon: IconDefinition;
package/chevron-down.js CHANGED
@@ -1,17 +1,17 @@
1
- const ChevronDownIcon = {
2
- name: 'chevron-down',
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.071 9.071l-.987-.987L12 14.169 5.916 8.084l-.987.987L12 16.142z',
13
- },
14
- },
1
+ const ChevronDownIcon = {
2
+ name: 'chevron-down',
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.071 9.071l-.987-.987L12 14.169 5.916 8.084l-.987.987L12 16.142z',
13
+ },
14
+ },
15
15
  };
16
16
 
17
17
  export { ChevronDownIcon };
package/chevron-left.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { IconDefinition } from './typings';
2
- export declare const ChevronLeftIcon: IconDefinition;
1
+ import { IconDefinition } from './typings';
2
+ export declare const ChevronLeftIcon: IconDefinition;
package/chevron-left.js CHANGED
@@ -1,15 +1,15 @@
1
- const ChevronLeftIcon = {
2
- name: 'chevron-left',
3
- definition: {
4
- svg: {
5
- viewBox: '0 0 24 24',
6
- },
7
- path: {
8
- fill: 'currentColor',
9
- fillRule: 'evenodd',
10
- d: 'M8 12l7.02-7 .98.976v.002L9.959 12 16 18.026l-.979.974h-.002z',
11
- },
12
- },
1
+ const ChevronLeftIcon = {
2
+ name: 'chevron-left',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 24 24',
6
+ },
7
+ path: {
8
+ fill: 'currentColor',
9
+ fillRule: 'evenodd',
10
+ d: 'M8 12l7.02-7 .98.976v.002L9.959 12 16 18.026l-.979.974h-.002z',
11
+ },
12
+ },
13
13
  };
14
14
 
15
15
  export { ChevronLeftIcon };
@@ -1,2 +1,2 @@
1
- import { IconDefinition } from './typings';
2
- export declare const ChevronRightIcon: IconDefinition;
1
+ import { IconDefinition } from './typings';
2
+ export declare const ChevronRightIcon: IconDefinition;
package/chevron-right.js CHANGED
@@ -1,15 +1,15 @@
1
- const ChevronRightIcon = {
2
- name: 'chevron-right',
3
- definition: {
4
- svg: {
5
- viewBox: '0 0 24 24',
6
- },
7
- path: {
8
- fill: 'currentColor',
9
- fillRule: 'evenodd',
10
- d: 'M16 12L8.98 5 8 5.976v.002L14.041 12 8 18.026l.979.974h.002z',
11
- },
12
- },
1
+ const ChevronRightIcon = {
2
+ name: 'chevron-right',
3
+ definition: {
4
+ svg: {
5
+ viewBox: '0 0 24 24',
6
+ },
7
+ path: {
8
+ fill: 'currentColor',
9
+ fillRule: 'evenodd',
10
+ d: 'M16 12L8.98 5 8 5.976v.002L14.041 12 8 18.026l.979.974h.002z',
11
+ },
12
+ },
13
13
  };
14
14
 
15
15
  export { ChevronRightIcon };
package/chevron-up.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { IconDefinition } from './typings';
2
- export declare const ChevronUpIcon: IconDefinition;
1
+ import { IconDefinition } from './typings';
2
+ export declare const ChevronUpIcon: IconDefinition;
package/chevron-up.js CHANGED
@@ -1,17 +1,17 @@
1
- const ChevronUpIcon = {
2
- name: 'chevron-up',
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.071 15.071l-.987.987L12 9.973l-6.084 6.084-.987-.987L12 8z',
13
- },
14
- },
1
+ const ChevronUpIcon = {
2
+ name: 'chevron-up',
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.071 15.071l-.987.987L12 9.973l-6.084 6.084-.987-.987L12 8z',
13
+ },
14
+ },
15
15
  };
16
16
 
17
17
  export { ChevronUpIcon };
package/clock.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { IconDefinition } from './typings';
2
- export declare const ClockIcon: IconDefinition;
1
+ import { IconDefinition } from './typings';
2
+ export declare const ClockIcon: IconDefinition;
package/clock.js CHANGED
@@ -1,17 +1,17 @@
1
- const ClockIcon = {
2
- name: 'clock',
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 5a7 7 0 1 1 0 14 7 7 0 1 1 0-14zm0 1.5a5.5 5.5 0 1 0 0 11 5.5 5.5 0 1 0 0-11zm.5 2v3.25h3v1.5H11V8.5h1.5z',
13
- },
14
- },
1
+ const ClockIcon = {
2
+ name: 'clock',
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 5a7 7 0 1 1 0 14 7 7 0 1 1 0-14zm0 1.5a5.5 5.5 0 1 0 0 11 5.5 5.5 0 1 0 0-11zm.5 2v3.25h3v1.5H11V8.5h1.5z',
13
+ },
14
+ },
15
15
  };
16
16
 
17
17
  export { ClockIcon };
package/doc.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- import { IconDefinition } from './typings';
2
- export declare const DocIcon: IconDefinition;
1
+ import { IconDefinition } from './typings';
2
+ export declare const DocIcon: IconDefinition;