@ds-mo/icons 0.5.0 → 0.6.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 (97) hide show
  1. package/README.md +4 -4
  2. package/dist/icons/Circle.mjs +1 -1
  3. package/dist/icons/CircleFilled.mjs +1 -1
  4. package/dist/icons/{MenuExpand.d.ts → Dot.d.ts} +1 -1
  5. package/dist/icons/Dot.mjs +9 -0
  6. package/dist/icons/{MenuExpandB.d.ts → DotFilled.d.ts} +1 -1
  7. package/dist/icons/DotFilled.mjs +9 -0
  8. package/dist/icons/{MenuCollapse.d.ts → LeftCollapse.d.ts} +1 -1
  9. package/dist/icons/{MenuCollapse.mjs → LeftCollapse.mjs} +3 -3
  10. package/dist/icons/{MenuCollapseB.d.ts → LeftCollapseB.d.ts} +1 -1
  11. package/dist/icons/{MenuCollapseB.mjs → LeftCollapseB.mjs} +3 -3
  12. package/dist/icons/LeftExpand.d.ts +2 -0
  13. package/dist/icons/LeftExpand.mjs +10 -0
  14. package/dist/icons/LeftExpandB.d.ts +2 -0
  15. package/dist/icons/{MenuExpandB.mjs → LeftExpandB.mjs} +3 -3
  16. package/dist/icons/Logout.mjs +2 -2
  17. package/dist/icons/ParagraphCheck.d.ts +2 -0
  18. package/dist/icons/ParagraphCheck.mjs +12 -0
  19. package/dist/icons/Pin.d.ts +2 -0
  20. package/dist/icons/Pin.mjs +9 -0
  21. package/dist/icons/RightCollapse.d.ts +2 -0
  22. package/dist/icons/RightCollapse.mjs +10 -0
  23. package/dist/icons/RightCollapseB.d.ts +2 -0
  24. package/dist/icons/RightCollapseB.mjs +10 -0
  25. package/dist/icons/RightExpand.d.ts +2 -0
  26. package/dist/icons/{MenuExpand.mjs → RightExpand.mjs} +4 -4
  27. package/dist/icons/RightExpandB.d.ts +2 -0
  28. package/dist/icons/RightExpandB.mjs +9 -0
  29. package/dist/icons/SquareCheckFilled.d.ts +2 -0
  30. package/dist/icons/SquareCheckFilled.mjs +9 -0
  31. package/dist/icons/SquareDollar.d.ts +2 -0
  32. package/dist/icons/SquareDollar.mjs +10 -0
  33. package/dist/icons/SquareFilled.d.ts +2 -0
  34. package/dist/icons/SquareFilled.mjs +9 -0
  35. package/dist/icons/SquareSubtractFilled.d.ts +2 -0
  36. package/dist/icons/SquareSubtractFilled.mjs +9 -0
  37. package/dist/icons/SubtractCircleFilled.d.ts +2 -0
  38. package/dist/icons/SubtractCircleFilled.mjs +9 -0
  39. package/dist/icons/Volume.mjs +3 -3
  40. package/dist/icons/VolumeFilled.mjs +3 -3
  41. package/dist/icons/VolumeMute.mjs +4 -4
  42. package/dist/icons/VolumeMuteFilled.mjs +4 -4
  43. package/dist/icons/index.d.ts +17 -4
  44. package/dist/icons/index.mjs +17 -4
  45. package/dist/index.d.ts +17 -4
  46. package/dist/index.mjs +17 -4
  47. package/dist/meta.json +188 -48
  48. package/dist/sprite.svg +58 -19
  49. package/dist/svg/Circle.mjs +1 -1
  50. package/dist/svg/CircleFilled.mjs +1 -1
  51. package/dist/svg/Dot.d.ts +1 -0
  52. package/dist/svg/Dot.mjs +1 -0
  53. package/dist/svg/DotFilled.d.ts +1 -0
  54. package/dist/svg/DotFilled.mjs +1 -0
  55. package/dist/svg/LeftCollapse.d.ts +1 -0
  56. package/dist/svg/{MenuCollapse.mjs → LeftCollapse.mjs} +1 -1
  57. package/dist/svg/LeftCollapseB.d.ts +1 -0
  58. package/dist/svg/{MenuCollapseB.mjs → LeftCollapseB.mjs} +1 -1
  59. package/dist/svg/LeftExpand.d.ts +1 -0
  60. package/dist/svg/LeftExpand.mjs +1 -0
  61. package/dist/svg/LeftExpandB.d.ts +1 -0
  62. package/dist/svg/{MenuExpandB.mjs → LeftExpandB.mjs} +1 -1
  63. package/dist/svg/Logout.mjs +1 -1
  64. package/dist/svg/ParagraphCheck.d.ts +1 -0
  65. package/dist/svg/ParagraphCheck.mjs +1 -0
  66. package/dist/svg/Pin.d.ts +1 -0
  67. package/dist/svg/Pin.mjs +1 -0
  68. package/dist/svg/RightCollapse.d.ts +1 -0
  69. package/dist/svg/RightCollapse.mjs +1 -0
  70. package/dist/svg/RightCollapseB.d.ts +1 -0
  71. package/dist/svg/RightCollapseB.mjs +1 -0
  72. package/dist/svg/RightExpand.d.ts +1 -0
  73. package/dist/svg/RightExpand.mjs +1 -0
  74. package/dist/svg/RightExpandB.d.ts +1 -0
  75. package/dist/svg/RightExpandB.mjs +1 -0
  76. package/dist/svg/SquareCheckFilled.d.ts +1 -0
  77. package/dist/svg/SquareCheckFilled.mjs +1 -0
  78. package/dist/svg/SquareDollar.d.ts +1 -0
  79. package/dist/svg/SquareDollar.mjs +1 -0
  80. package/dist/svg/SquareFilled.d.ts +1 -0
  81. package/dist/svg/SquareFilled.mjs +1 -0
  82. package/dist/svg/SquareSubtractFilled.d.ts +1 -0
  83. package/dist/svg/SquareSubtractFilled.mjs +1 -0
  84. package/dist/svg/SubtractCircleFilled.d.ts +1 -0
  85. package/dist/svg/SubtractCircleFilled.mjs +1 -0
  86. package/dist/svg/Volume.mjs +1 -1
  87. package/dist/svg/VolumeFilled.mjs +1 -1
  88. package/dist/svg/VolumeMute.mjs +1 -1
  89. package/dist/svg/VolumeMuteFilled.mjs +1 -1
  90. package/dist/svg/index.d.ts +17 -4
  91. package/dist/svg/index.mjs +17 -4
  92. package/package.json +2 -2
  93. package/dist/svg/MenuCollapse.d.ts +0 -1
  94. package/dist/svg/MenuCollapseB.d.ts +0 -1
  95. package/dist/svg/MenuExpand.d.ts +0 -1
  96. package/dist/svg/MenuExpand.mjs +0 -1
  97. package/dist/svg/MenuExpandB.d.ts +0 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @ds-mo/icons
2
2
 
3
- IcoMo — **409 SVG icons** (377 system icons + 32 country flags) as tree-shakeable React components, framework-agnostic SVG strings, TypeScript definitions, and an SVG sprite.
3
+ IcoMo — **422 SVG icons** (390 system icons + 32 country flags) as tree-shakeable React components, framework-agnostic SVG strings, TypeScript definitions, and an SVG sprite.
4
4
 
5
5
  Part of the **ds-mo design system trilogy**: [@ds-mo/tokens](https://www.npmjs.com/package/@ds-mo/tokens) → **@ds-mo/icons** → [@ds-mo/ui](https://www.npmjs.com/package/@ds-mo/ui) (CompoMo).
6
6
 
@@ -26,7 +26,7 @@ Icons are grouped into **categories** so the pipeline can treat them differently
26
26
 
27
27
  | Category | Count | Themeable | Description |
28
28
  |---|---|---|---|
29
- | `system` | 377 | ✅ `currentColor` | Monochrome UI icons — respond to CSS `color` and the `color` prop |
29
+ | `system` | 390 | ✅ `currentColor` | Monochrome UI icons — respond to CSS `color` and the `color` prop |
30
30
  | `flag` | 32 | ❌ preserved | Multi-color country flags — hex + P3 wide-gamut colors kept verbatim |
31
31
 
32
32
  Flag component names are prefixed with `Flag` (e.g. `FlagFrance`, `FlagUnitedStates`) so every export is globally unique.
@@ -106,8 +106,8 @@ Machine-readable icon list (for docs, agents, search indexes):
106
106
  import meta from '@ds-mo/icons/meta';
107
107
 
108
108
  meta.version // "0.5.0"
109
- meta.count // 409
110
- meta.categories // { system: {count:377,themeable:true}, flag: {count:32,themeable:false} }
109
+ meta.count // 422
110
+ meta.categories // { system: {count:390,themeable:true}, flag: {count:32,themeable:false} }
111
111
  meta.icons // [{ name, category, kebab, aliases }, ...]
112
112
  ```
113
113
 
@@ -2,7 +2,7 @@ import { createElement } from 'react';
2
2
  import { createIcon } from '../createIcon.mjs';
3
3
 
4
4
  const Circle = createIcon('circle', [
5
- createElement('path', { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M8 5C6.34315 5 5 6.34315 5 8C5 9.65685 6.34315 11 8 11C9.65685 11 11 9.65685 11 8C11 6.34315 9.65685 5 8 5ZM4 8C4 5.79086 5.79086 4 8 4C10.2091 4 12 5.79086 12 8C12 10.2091 10.2091 12 8 12C5.79086 12 4 10.2091 4 8Z', key: 'a' }),
5
+ createElement('path', { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2ZM3 8C3 5.23858 5.23858 3 8 3C10.7614 3 13 5.23858 13 8C13 10.7614 10.7614 13 8 13C5.23858 13 3 10.7614 3 8Z', key: 'a' }),
6
6
  ]);
7
7
 
8
8
  Circle.displayName = 'Circle';
@@ -2,7 +2,7 @@ import { createElement } from 'react';
2
2
  import { createIcon } from '../createIcon.mjs';
3
3
 
4
4
  const CircleFilled = createIcon('circle-filled', [
5
- createElement('path', { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M4 8C4 5.79086 5.79086 4 8 4C10.2091 4 12 5.79086 12 8C12 10.2091 10.2091 12 8 12C5.79086 12 4 10.2091 4 8Z', key: 'a' }),
5
+ createElement('path', { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14C11.3137 14 14 11.3137 14 8C14 4.68629 11.3137 2 8 2Z', key: 'a' }),
6
6
  ]);
7
7
 
8
8
  CircleFilled.displayName = 'CircleFilled';
@@ -1,2 +1,2 @@
1
1
  import { IconComponent } from '../createIcon.mjs';
2
- export declare const MenuExpand: IconComponent;
2
+ export declare const Dot: IconComponent;
@@ -0,0 +1,9 @@
1
+ import { createElement } from 'react';
2
+ import { createIcon } from '../createIcon.mjs';
3
+
4
+ const Dot = createIcon('dot', [
5
+ createElement('path', { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M8 5C6.34315 5 5 6.34315 5 8C5 9.65685 6.34315 11 8 11C9.65685 11 11 9.65685 11 8C11 6.34315 9.65685 5 8 5ZM4 8C4 5.79086 5.79086 4 8 4C10.2091 4 12 5.79086 12 8C12 10.2091 10.2091 12 8 12C5.79086 12 4 10.2091 4 8Z', key: 'a' }),
6
+ ]);
7
+
8
+ Dot.displayName = 'Dot';
9
+ export { Dot };
@@ -1,2 +1,2 @@
1
1
  import { IconComponent } from '../createIcon.mjs';
2
- export declare const MenuExpandB: IconComponent;
2
+ export declare const DotFilled: IconComponent;
@@ -0,0 +1,9 @@
1
+ import { createElement } from 'react';
2
+ import { createIcon } from '../createIcon.mjs';
3
+
4
+ const DotFilled = createIcon('dot-filled', [
5
+ createElement('path', { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M4 8C4 5.79086 5.79086 4 8 4C10.2091 4 12 5.79086 12 8C12 10.2091 10.2091 12 8 12C5.79086 12 4 10.2091 4 8Z', key: 'a' }),
6
+ ]);
7
+
8
+ DotFilled.displayName = 'DotFilled';
9
+ export { DotFilled };
@@ -1,2 +1,2 @@
1
1
  import { IconComponent } from '../createIcon.mjs';
2
- export declare const MenuCollapse: IconComponent;
2
+ export declare const LeftCollapse: IconComponent;
@@ -1,10 +1,10 @@
1
1
  import { createElement } from 'react';
2
2
  import { createIcon } from '../createIcon.mjs';
3
3
 
4
- const MenuCollapse = createIcon('menu-collapse', [
4
+ const LeftCollapse = createIcon('left-collapse', [
5
5
  createElement('path', { d: 'M7.42883 8.50422L9.05083 10.1262L8.34372 10.8333L6 8.4896V7.52019L8.34372 5.17647L9.05083 5.88357L7.43018 7.50422L12.9996 7.49998L13.0004 8.49998L7.42883 8.50422Z', key: 'a' }),
6
6
  createElement('path', { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M1 4C1 3.17157 1.67157 2.5 2.5 2.5H13.5C14.3284 2.5 15 3.17157 15 4V12C15 12.8284 14.3284 13.5 13.5 13.5H2.5C1.67157 13.5 1 12.8284 1 12V4ZM2.5 3.5C2.22386 3.5 2 3.72386 2 4V12C2 12.2761 2.22386 12.5 2.5 12.5H4V3.5H2.5ZM5 3.5V12.5H13.5C13.7761 12.5 14 12.2761 14 12V4C14 3.72386 13.7761 3.5 13.5 3.5H5Z', key: 'b' }),
7
7
  ]);
8
8
 
9
- MenuCollapse.displayName = 'MenuCollapse';
10
- export { MenuCollapse };
9
+ LeftCollapse.displayName = 'LeftCollapse';
10
+ export { LeftCollapse };
@@ -1,2 +1,2 @@
1
1
  import { IconComponent } from '../createIcon.mjs';
2
- export declare const MenuCollapseB: IconComponent;
2
+ export declare const LeftCollapseB: IconComponent;
@@ -1,10 +1,10 @@
1
1
  import { createElement } from 'react';
2
2
  import { createIcon } from '../createIcon.mjs';
3
3
 
4
- const MenuCollapseB = createIcon('menu-collapse-b', [
4
+ const LeftCollapseB = createIcon('left-collapse-b', [
5
5
  createElement('path', { d: 'M4 11.5H3V4.5H4V11.5Z', key: 'a' }),
6
6
  createElement('path', { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M13.5 2.5C14.3284 2.5 15 3.17157 15 4V12C15 12.8284 14.3284 13.5 13.5 13.5H2.5C1.67157 13.5 1 12.8284 1 12V4C1 3.17157 1.67157 2.5 2.5 2.5H13.5ZM2.5 3.5C2.22386 3.5 2 3.72386 2 4V12C2 12.2761 2.22386 12.5 2.5 12.5H13.5C13.7761 12.5 14 12.2761 14 12V4C14 3.72386 13.7761 3.5 13.5 3.5H2.5Z', key: 'b' }),
7
7
  ]);
8
8
 
9
- MenuCollapseB.displayName = 'MenuCollapseB';
10
- export { MenuCollapseB };
9
+ LeftCollapseB.displayName = 'LeftCollapseB';
10
+ export { LeftCollapseB };
@@ -0,0 +1,2 @@
1
+ import { IconComponent } from '../createIcon.mjs';
2
+ export declare const LeftExpand: IconComponent;
@@ -0,0 +1,10 @@
1
+ import { createElement } from 'react';
2
+ import { createIcon } from '../createIcon.mjs';
3
+
4
+ const LeftExpand = createIcon('left-expand', [
5
+ createElement('path', { d: 'M11.5715 8.50424L9.94954 10.1262L10.6566 10.8333L13.0004 8.48962V7.5202L10.6566 5.17648L9.94954 5.88359L11.5702 7.50424L6.00075 7.5L5.99999 8.5L11.5715 8.50424Z', key: 'a' }),
6
+ createElement('path', { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M1 4C1 3.17157 1.67157 2.5 2.5 2.5H13.5C14.3284 2.5 15 3.17157 15 4V12C15 12.8284 14.3284 13.5 13.5 13.5H2.5C1.67157 13.5 1 12.8284 1 12V4ZM2.5 3.5C2.22386 3.5 2 3.72386 2 4V12C2 12.2761 2.22386 12.5 2.5 12.5H4V3.5H2.5ZM5 3.5V12.5H13.5C13.7761 12.5 14 12.2761 14 12V4C14 3.72386 13.7761 3.5 13.5 3.5H5Z', key: 'b' }),
7
+ ]);
8
+
9
+ LeftExpand.displayName = 'LeftExpand';
10
+ export { LeftExpand };
@@ -0,0 +1,2 @@
1
+ import { IconComponent } from '../createIcon.mjs';
2
+ export declare const LeftExpandB: IconComponent;
@@ -1,9 +1,9 @@
1
1
  import { createElement } from 'react';
2
2
  import { createIcon } from '../createIcon.mjs';
3
3
 
4
- const MenuExpandB = createIcon('menu-expand-b', [
4
+ const LeftExpandB = createIcon('left-expand-b', [
5
5
  createElement('path', { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M1 4C1 3.17157 1.67157 2.5 2.5 2.5H13.5C14.3284 2.5 15 3.17157 15 4V12C15 12.8284 14.3284 13.5 13.5 13.5H2.5C1.67157 13.5 1 12.8284 1 12V4ZM2.5 3.5C2.22386 3.5 2 3.72386 2 4V12C2 12.2761 2.22386 12.5 2.5 12.5H4V3.5H2.5ZM5 3.5V12.5H13.5C13.7761 12.5 14 12.2761 14 12V4C14 3.72386 13.7761 3.5 13.5 3.5H5Z', key: 'a' }),
6
6
  ]);
7
7
 
8
- MenuExpandB.displayName = 'MenuExpandB';
9
- export { MenuExpandB };
8
+ LeftExpandB.displayName = 'LeftExpandB';
9
+ export { LeftExpandB };
@@ -2,8 +2,8 @@ import { createElement } from 'react';
2
2
  import { createIcon } from '../createIcon.mjs';
3
3
 
4
4
  const Logout = createIcon('logout', [
5
- createElement('path', { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M3.5 2C2.67157 2 2 2.67157 2 3.5V10.4707C2 10.9674 2.24584 11.4318 2.65653 11.7111L5.65653 13.7511C6.65239 14.4283 8 13.715 8 12.5107V12H10.5C11.3284 12 12 11.3284 12 10.5V10H11V10.5C11 10.7761 10.7761 11 10.5 11H8V5.11803C8 4.54988 7.679 4.03048 7.17082 3.77639L5.61803 3H10.5C10.7761 3 11 3.22386 11 3.5V4H12V3.5C12 2.67157 11.3284 2 10.5 2H3.5ZM3 3.5C3 3.25761 3.17248 3.0555 3.4014 3.00972L6.72361 4.67082C6.893 4.75552 7 4.92865 7 5.11803V12.5107C7 12.9121 6.5508 13.1499 6.21884 12.9242L3.21884 10.8842C3.08195 10.7911 3 10.6363 3 10.4707V3.5Z', key: 'a' }),
6
- createElement('path', { d: 'M13.5703 7.5L11.949 9.12127L12.6561 9.82838L15 7.48452V6.51538L12.6561 4.17152L11.949 4.87863L13.5704 6.5H8.9998V7.5H13.5703Z', key: 'b' }),
5
+ createElement('path', { d: 'M8 3H4V13H8V14H3V2H8V3Z', key: 'a' }),
6
+ createElement('path', { d: 'M13.999 7.50195V8.49805L11.668 10.8281L10.9609 10.1211L12.583 8.5H6V7.5H12.583L10.9609 5.87891L11.668 5.17188L13.999 7.50195Z', key: 'b' }),
7
7
  ]);
8
8
 
9
9
  Logout.displayName = 'Logout';
@@ -0,0 +1,2 @@
1
+ import { IconComponent } from '../createIcon.mjs';
2
+ export declare const ParagraphCheck: IconComponent;
@@ -0,0 +1,12 @@
1
+ import { createElement } from 'react';
2
+ import { createIcon } from '../createIcon.mjs';
3
+
4
+ const ParagraphCheck = createIcon('paragraph-check', [
5
+ createElement('path', { d: 'M14.3535 9.35352L10 13.707L7.64648 11.3535L8.35352 10.6465L10 12.293L13.6465 8.64648L14.3535 9.35352Z', key: 'a' }),
6
+ createElement('path', { d: 'M6 12H2V11H6V12Z', key: 'b' }),
7
+ createElement('path', { d: 'M11 8H2V7H11V8Z', key: 'c' }),
8
+ createElement('path', { d: 'M14 4H2V3H14V4Z', key: 'd' }),
9
+ ]);
10
+
11
+ ParagraphCheck.displayName = 'ParagraphCheck';
12
+ export { ParagraphCheck };
@@ -0,0 +1,2 @@
1
+ import { IconComponent } from '../createIcon.mjs';
2
+ export declare const Pin: IconComponent;
@@ -0,0 +1,9 @@
1
+ import { createElement } from 'react';
2
+ import { createIcon } from '../createIcon.mjs';
3
+
4
+ const Pin = createIcon('pin', [
5
+ createElement('path', { d: 'M7.5 11H4L3.57617 10.2354L6 6.35645V5.5H4.5V2.5H11.5V5.5H10V6.35645L12.4238 10.2354L12 11H8.5V14.5H7.5V11ZM5.5 4.5H7V6.64355L6.92383 6.76465L4.90137 10H11.0986L9.07617 6.76465L9 6.64355V4.5H10.5V3.5H5.5V4.5Z', key: 'a' }),
6
+ ]);
7
+
8
+ Pin.displayName = 'Pin';
9
+ export { Pin };
@@ -0,0 +1,2 @@
1
+ import { IconComponent } from '../createIcon.mjs';
2
+ export declare const RightCollapse: IconComponent;
@@ -0,0 +1,10 @@
1
+ import { createElement } from 'react';
2
+ import { createIcon } from '../createIcon.mjs';
3
+
4
+ const RightCollapse = createIcon('right-collapse', [
5
+ createElement('path', { d: 'M8.57117 8.50422L6.94917 10.1262L7.65628 10.8333L10 8.4896V7.52019L7.65628 5.17647L6.94917 5.88357L8.56982 7.50422L3.00039 7.49998L2.99963 8.49998L8.57117 8.50422Z', key: 'a' }),
6
+ createElement('path', { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M15 4C15 3.17157 14.3284 2.5 13.5 2.5H2.5C1.67157 2.5 1 3.17157 1 4V12C1 12.8284 1.67157 13.5 2.5 13.5H13.5C14.3284 13.5 15 12.8284 15 12V4ZM13.5 3.5C13.7761 3.5 14 3.72386 14 4V12C14 12.2761 13.7761 12.5 13.5 12.5H12V3.5H13.5ZM11 3.5V12.5H2.5C2.22386 12.5 2 12.2761 2 12V4C2 3.72386 2.22386 3.5 2.5 3.5H11Z', key: 'b' }),
7
+ ]);
8
+
9
+ RightCollapse.displayName = 'RightCollapse';
10
+ export { RightCollapse };
@@ -0,0 +1,2 @@
1
+ import { IconComponent } from '../createIcon.mjs';
2
+ export declare const RightCollapseB: IconComponent;
@@ -0,0 +1,10 @@
1
+ import { createElement } from 'react';
2
+ import { createIcon } from '../createIcon.mjs';
3
+
4
+ const RightCollapseB = createIcon('right-collapse-b', [
5
+ createElement('path', { d: 'M12 11.5H13V4.5H12V11.5Z', key: 'a' }),
6
+ createElement('path', { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M2.5 2.5C1.67157 2.5 1 3.17157 1 4V12C1 12.8284 1.67157 13.5 2.5 13.5H13.5C14.3284 13.5 15 12.8284 15 12V4C15 3.17157 14.3284 2.5 13.5 2.5H2.5ZM13.5 3.5C13.7761 3.5 14 3.72386 14 4V12C14 12.2761 13.7761 12.5 13.5 12.5H2.5C2.22386 12.5 2 12.2761 2 12V4C2 3.72386 2.22386 3.5 2.5 3.5H13.5Z', key: 'b' }),
7
+ ]);
8
+
9
+ RightCollapseB.displayName = 'RightCollapseB';
10
+ export { RightCollapseB };
@@ -0,0 +1,2 @@
1
+ import { IconComponent } from '../createIcon.mjs';
2
+ export declare const RightExpand: IconComponent;
@@ -1,10 +1,10 @@
1
1
  import { createElement } from 'react';
2
2
  import { createIcon } from '../createIcon.mjs';
3
3
 
4
- const MenuExpand = createIcon('menu-expand', [
5
- createElement('path', { d: 'M8.57118 8.50424L6.94919 10.1262L7.65629 10.8333L10 8.48962V7.5202L7.6563 5.17648L6.94919 5.88359L8.56983 7.50424L3.00039 7.5L2.99963 8.5L8.57118 8.50424Z', key: 'a' }),
4
+ const RightExpand = createIcon('right-expand', [
5
+ createElement('path', { d: 'M4.42847 8.50424L6.05046 10.1262L5.34335 10.8333L2.99963 8.48962V7.5202L5.34335 5.17648L6.05046 5.88359L4.42981 7.50424L9.99925 7.5L10 8.5L4.42847 8.50424Z', key: 'a' }),
6
6
  createElement('path', { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M15 4C15 3.17157 14.3284 2.5 13.5 2.5H2.5C1.67157 2.5 1 3.17157 1 4V12C1 12.8284 1.67157 13.5 2.5 13.5H13.5C14.3284 13.5 15 12.8284 15 12V4ZM13.5 3.5C13.7761 3.5 14 3.72386 14 4V12C14 12.2761 13.7761 12.5 13.5 12.5H12V3.5H13.5ZM11 3.5V12.5H2.5C2.22386 12.5 2 12.2761 2 12V4C2 3.72386 2.22386 3.5 2.5 3.5H11Z', key: 'b' }),
7
7
  ]);
8
8
 
9
- MenuExpand.displayName = 'MenuExpand';
10
- export { MenuExpand };
9
+ RightExpand.displayName = 'RightExpand';
10
+ export { RightExpand };
@@ -0,0 +1,2 @@
1
+ import { IconComponent } from '../createIcon.mjs';
2
+ export declare const RightExpandB: IconComponent;
@@ -0,0 +1,9 @@
1
+ import { createElement } from 'react';
2
+ import { createIcon } from '../createIcon.mjs';
3
+
4
+ const RightExpandB = createIcon('right-expand-b', [
5
+ createElement('path', { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M15 4C15 3.17157 14.3284 2.5 13.5 2.5H2.5C1.67157 2.5 1 3.17157 1 4V12C1 12.8284 1.67157 13.5 2.5 13.5H13.5C14.3284 13.5 15 12.8284 15 12V4ZM13.5 3.5C13.7761 3.5 14 3.72386 14 4V12C14 12.2761 13.7761 12.5 13.5 12.5H12V3.5H13.5ZM11 3.5V12.5H2.5C2.22386 12.5 2 12.2761 2 12V4C2 3.72386 2.22386 3.5 2.5 3.5H11Z', key: 'a' }),
6
+ ]);
7
+
8
+ RightExpandB.displayName = 'RightExpandB';
9
+ export { RightExpandB };
@@ -0,0 +1,2 @@
1
+ import { IconComponent } from '../createIcon.mjs';
2
+ export declare const SquareCheckFilled: IconComponent;
@@ -0,0 +1,9 @@
1
+ import { createElement } from 'react';
2
+ import { createIcon } from '../createIcon.mjs';
3
+
4
+ const SquareCheckFilled = createIcon('square-check-filled', [
5
+ createElement('path', { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M2 3.5C2 2.67157 2.67157 2 3.5 2H12.5C13.3284 2 14 2.67157 14 3.5V12.5C14 13.3284 13.3284 14 12.5 14H3.5C2.67157 14 2 13.3284 2 12.5V3.5ZM7.16667 10.0404L10.8536 6.35356L10.1465 5.64645L7.16667 8.62623L5.85356 7.31312L5.14645 8.02023L7.16667 10.0404Z', key: 'a' }),
6
+ ]);
7
+
8
+ SquareCheckFilled.displayName = 'SquareCheckFilled';
9
+ export { SquareCheckFilled };
@@ -0,0 +1,2 @@
1
+ import { IconComponent } from '../createIcon.mjs';
2
+ export declare const SquareDollar: IconComponent;
@@ -0,0 +1,10 @@
1
+ import { createElement } from 'react';
2
+ import { createIcon } from '../createIcon.mjs';
3
+
4
+ const SquareDollar = createIcon('square-dollar', [
5
+ createElement('path', { d: 'M8.5 5.10742C9.51548 5.34532 10.25 6.29279 10.25 7.3877H9.25C9.25 6.62575 8.66765 6.0498 8 6.0498C7.43621 6.0498 6.93288 6.46038 6.79004 7.04688L10.25 8.25781V8.6123C10.25 9.7072 9.51548 10.6547 8.5 10.8926V11.5H7.5V10.8926C6.48452 10.6547 5.75 9.7072 5.75 8.6123H6.75C6.75 9.37425 7.33235 9.9502 8 9.9502C8.56379 9.9502 9.06712 9.53962 9.20996 8.95312L5.75 7.74219V7.3877C5.75 6.29279 6.48452 5.34532 7.5 5.10742V4.5H8.5V5.10742Z', key: 'a' }),
6
+ createElement('path', { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M11.5 2C12.8807 2 14 3.11929 14 4.5V11.5C14 12.8807 12.8807 14 11.5 14H4.5C3.11929 14 2 12.8807 2 11.5V4.5C2 3.11929 3.11929 2 4.5 2H11.5ZM4.5 3C3.67157 3 3 3.67157 3 4.5V11.5C3 12.3284 3.67157 13 4.5 13H11.5C12.3284 13 13 12.3284 13 11.5V4.5C13 3.67157 12.3284 3 11.5 3H4.5Z', key: 'b' }),
7
+ ]);
8
+
9
+ SquareDollar.displayName = 'SquareDollar';
10
+ export { SquareDollar };
@@ -0,0 +1,2 @@
1
+ import { IconComponent } from '../createIcon.mjs';
2
+ export declare const SquareFilled: IconComponent;
@@ -0,0 +1,9 @@
1
+ import { createElement } from 'react';
2
+ import { createIcon } from '../createIcon.mjs';
3
+
4
+ const SquareFilled = createIcon('square-filled', [
5
+ createElement('path', { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M2 3.49649C2 2.67 2.67158 2 3.5 2L12.5 2.00003C13.3284 2.00003 14 2.67003 14 3.49652V12.5035C14 13.33 13.3284 14 12.5 14L3.5 14C2.67157 14 2 13.33 2 12.5035V3.49649Z', key: 'a' }),
6
+ ]);
7
+
8
+ SquareFilled.displayName = 'SquareFilled';
9
+ export { SquareFilled };
@@ -0,0 +1,2 @@
1
+ import { IconComponent } from '../createIcon.mjs';
2
+ export declare const SquareSubtractFilled: IconComponent;
@@ -0,0 +1,9 @@
1
+ import { createElement } from 'react';
2
+ import { createIcon } from '../createIcon.mjs';
3
+
4
+ const SquareSubtractFilled = createIcon('square-subtract-filled', [
5
+ createElement('path', { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M3.5 2C2.67157 2 2 2.67157 2 3.5V12.5C2 13.3284 2.67157 14 3.5 14H12.5C13.3284 14 14 13.3284 14 12.5V3.5C14 2.67157 13.3284 2 12.5 2H3.5ZM11 8.5H5V7.5H11V8.5Z', key: 'a' }),
6
+ ]);
7
+
8
+ SquareSubtractFilled.displayName = 'SquareSubtractFilled';
9
+ export { SquareSubtractFilled };
@@ -0,0 +1,2 @@
1
+ import { IconComponent } from '../createIcon.mjs';
2
+ export declare const SubtractCircleFilled: IconComponent;
@@ -0,0 +1,9 @@
1
+ import { createElement } from 'react';
2
+ import { createIcon } from '../createIcon.mjs';
3
+
4
+ const SubtractCircleFilled = createIcon('subtract-circle-filled', [
5
+ createElement('path', { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M2 8C2 4.68629 4.68629 2 8 2C11.3137 2 14 4.68629 14 8C14 11.3137 11.3137 14 8 14C4.68629 14 2 11.3137 2 8ZM10.9615 7.5H5.03847V8.5H10.9615V7.5Z', key: 'a' }),
6
+ ]);
7
+
8
+ SubtractCircleFilled.displayName = 'SubtractCircleFilled';
9
+ export { SubtractCircleFilled };
@@ -2,9 +2,9 @@ import { createElement } from 'react';
2
2
  import { createIcon } from '../createIcon.mjs';
3
3
 
4
4
  const Volume = createIcon('volume', [
5
- createElement('path', { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M9 4.61802C9 3.50295 7.82653 2.77771 6.82918 3.27638L1 6.19097V9.80901L6.82918 12.7236C7.82653 13.2223 9 12.497 9 11.382V4.61802ZM7.27639 4.17081C7.60884 4.00459 8 4.24633 8 4.61802V11.382C8 11.7536 7.60884 11.9954 7.27639 11.8292L2 9.19097V6.80901L7.27639 4.17081Z', key: 'a' }),
6
- createElement('path', { d: 'M11.2841 11.2841C12.3213 10.5614 13 9.35997 13 7.99999C13 6.64002 12.3213 5.43857 11.2841 4.71586L10.5619 5.43813C11.4243 5.96507 12 6.9153 12 7.99999C12 9.08468 11.4243 10.0349 10.5619 10.5619L11.2841 11.2841Z', key: 'b' }),
7
- createElement('path', { d: 'M14 8C14 6.36427 13.2145 4.912 12.0002 3.99979L12.7133 3.28674C14.106 4.38549 15 6.08834 15 8C15 9.91165 14.106 11.6145 12.7133 12.7132L12.0002 12.0002C13.2145 11.088 14 9.63572 14 8Z', key: 'c' }),
5
+ createElement('path', { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M9.5 3V13L9 13.5H7.75L7.3125 13.2432L6.19336 11.2295L3.89355 11.0654C3.10875 11.0094 2.50023 10.3561 2.5 9.56934V6.43066C2.50023 5.64391 3.10875 4.99063 3.89355 4.93457L6.19336 4.76953L7.3125 2.75684L7.75 2.5H9L9.5 3ZM6.9375 5.49316L6.53516 5.74902L3.96484 5.93262C3.70334 5.9513 3.50023 6.16855 3.5 6.43066V9.56934C3.50023 9.83145 3.70334 10.0487 3.96484 10.0674L6.53516 10.251L6.9375 10.5068L8.04492 12.5H8.5V3.5H8.04492L6.9375 5.49316Z', key: 'a' }),
6
+ createElement('path', { d: 'M12.8896 4.18164C14.9982 6.2902 14.9981 9.70978 12.8896 11.8184L12.1816 11.1113C13.8997 9.39328 13.8997 6.6077 12.1816 4.88965L12.8896 4.18164Z', key: 'b' }),
7
+ createElement('path', { d: 'M11.4746 5.52539C12.8414 6.89222 12.8414 9.10777 11.4746 10.4746L10.7676 9.76758C11.7439 8.79127 11.7439 7.20873 10.7676 6.23242L11.4746 5.52539Z', key: 'c' }),
8
8
  ]);
9
9
 
10
10
  Volume.displayName = 'Volume';
@@ -2,9 +2,9 @@ import { createElement } from 'react';
2
2
  import { createIcon } from '../createIcon.mjs';
3
3
 
4
4
  const VolumeFilled = createIcon('volume-filled', [
5
- createElement('path', { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M9 4.61802C9 3.50295 7.82653 2.77771 6.82918 3.27638L1 6.19097V9.80901L6.82918 12.7236C7.82653 13.2223 9 12.497 9 11.382V4.61802Z', key: 'a' }),
6
- createElement('path', { d: 'M11.2841 11.2841C12.3213 10.5614 13 9.35997 13 7.99999C13 6.64002 12.3213 5.43857 11.2841 4.71586L10.5619 5.43813C11.4243 5.96507 12 6.9153 12 7.99999C12 9.08468 11.4243 10.0349 10.5619 10.5619L11.2841 11.2841Z', key: 'b' }),
7
- createElement('path', { d: 'M14 8C14 6.36427 13.2145 4.912 12.0002 3.99979L12.7133 3.28674C14.106 4.38549 15 6.08834 15 8C15 9.91165 14.106 11.6145 12.7133 12.7132L12.0002 12.0002C13.2145 11.088 14 9.63572 14 8Z', key: 'c' }),
5
+ createElement('path', { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M9.5 3V13L9 13.5H7.75L7.3125 13.2432L6.19336 11.2295L3.89355 11.0654C3.10875 11.0094 2.50023 10.3561 2.5 9.56934V6.43066C2.50023 5.64391 3.10875 4.99063 3.89355 4.93457L6.19336 4.76953L7.3125 2.75684L7.75 2.5H9L9.5 3Z', key: 'a' }),
6
+ createElement('path', { d: 'M12.8896 4.18164C14.9982 6.2902 14.9981 9.70978 12.8896 11.8184L12.1816 11.1113C13.8997 9.39328 13.8997 6.6077 12.1816 4.88965L12.8896 4.18164Z', key: 'b' }),
7
+ createElement('path', { d: 'M11.4746 5.52539C12.8414 6.89222 12.8414 9.10777 11.4746 10.4746L10.7676 9.76758C11.7439 8.79127 11.7439 7.20873 10.7676 6.23242L11.4746 5.52539Z', key: 'c' }),
8
8
  ]);
9
9
 
10
10
  VolumeFilled.displayName = 'VolumeFilled';
@@ -2,10 +2,10 @@ import { createElement } from 'react';
2
2
  import { createIcon } from '../createIcon.mjs';
3
3
 
4
4
  const VolumeMute = createIcon('volume-mute', [
5
- createElement('path', { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M3.98929 11.3037L1.14645 14.1465L1.85356 14.8536L14.8536 1.85359L14.1465 1.14648L9 6.29294V4.61802C9 3.50295 7.82653 2.77771 6.82918 3.27638L1 6.19097V9.80901L3.98929 11.3037ZM4.73464 10.5583L2 9.19097V6.80901L7.27639 4.17081C7.60884 4.00459 8 4.24633 8 4.61802V7.29294L4.73464 10.5583Z', key: 'a' }),
6
- createElement('path', { d: 'M7.27639 11.8292L6.62023 11.5011L5.87488 12.2464L6.82918 12.7236C7.82653 13.2223 9 12.497 9 11.382V9.12132L8 10.1213V11.382C8 11.7536 7.60884 11.9954 7.27639 11.8292Z', key: 'b' }),
7
- createElement('path', { d: 'M11.6069 6.51439C11.8571 6.95238 12 7.4595 12 7.99999C12 9.08468 11.4243 10.0349 10.5619 10.5619L11.2841 11.2841C12.3213 10.5614 13 9.35997 13 7.99999C13 7.18213 12.7545 6.4216 12.3333 5.78804L11.6069 6.51439Z', key: 'c' }),
8
- createElement('path', { d: 'M14 8C14 6.90544 13.6483 5.89302 13.0517 5.0696L13.7663 4.35501C14.5402 5.36539 15 6.62899 15 8C15 9.91165 14.106 11.6145 12.7133 12.7132L12.0002 12.0002C13.2145 11.088 14 9.63572 14 8Z', key: 'd' }),
5
+ createElement('path', { fillRule: 'evenodd', clipRule: 'evenodd', d: 'M14.8535 1.85352L1.85352 14.8535L1.14648 14.1465L4.20508 11.0869L3.89355 11.0654C3.10875 11.0094 2.50023 10.3561 2.5 9.56934V6.43066C2.50023 5.64391 3.10875 4.99063 3.89355 4.93457L6.19336 4.76953L7.3125 2.75684L7.75 2.5H9L9.5 3V5.79297L14.1465 1.14648L14.8535 1.85352ZM6.9375 5.49316L6.53516 5.74902L3.96484 5.93262C3.70334 5.9513 3.50023 6.16855 3.5 6.43066V9.56934C3.50023 9.83145 3.70334 10.0487 3.96484 10.0674L5.1416 10.1504L8.5 6.79297V3.5H8.04492L6.9375 5.49316Z', key: 'a' }),
6
+ createElement('path', { d: 'M9.5 13L9 13.5H7.75L7.3125 13.2432L6.44238 11.6777L7.17871 10.9414L8.04492 12.5H8.5V9.62109L9.5 8.62109V13Z', key: 'b' }),
7
+ createElement('path', { d: 'M13.377 4.74316C14.9816 6.85928 14.8202 9.88775 12.8896 11.8184L12.1816 11.1113C13.7209 9.57206 13.8801 7.1766 12.6611 5.45898L13.377 4.74316Z', key: 'c' }),
8
+ createElement('path', { d: 'M11.9707 6.14941C12.8139 7.50015 12.6488 9.30042 11.4746 10.4746L10.7676 9.76758C11.5479 8.98722 11.7025 7.82059 11.2354 6.88477L11.9707 6.14941Z', key: 'd' }),
9
9
  ]);
10
10
 
11
11
  VolumeMute.displayName = 'VolumeMute';
@@ -2,10 +2,10 @@ import { createElement } from 'react';
2
2
  import { createIcon } from '../createIcon.mjs';
3
3
 
4
4
  const VolumeMuteFilled = createIcon('volume-mute-filled', [
5
- createElement('path', { d: 'M3.98926 11.3036L1.14645 14.1464L1.85355 14.8535L14.8536 1.85353L14.1464 1.14642L9 6.29287V4.618C9 3.50293 7.82653 2.77768 6.82918 3.27636L1 6.19095V9.80898L3.98926 11.3036Z', key: 'a' }),
6
- createElement('path', { d: 'M6.82918 12.7236L5.87488 12.2464L9 9.1213V11.3819C9 12.497 7.82653 13.2222 6.82918 12.7236Z', key: 'b' }),
7
- createElement('path', { d: 'M11.6069 6.51437C11.8571 6.95236 12 7.45947 12 7.99997C12 9.08466 11.4243 10.0349 10.5619 10.5618L11.2841 11.2841C12.3213 10.5614 13 9.35994 13 7.99997C13 7.18211 12.7545 6.42158 12.3333 5.78802L11.6069 6.51437Z', key: 'c' }),
8
- createElement('path', { d: 'M14 7.99997C14 6.90541 13.6483 5.893 13.0517 5.06958L13.7663 4.35498C14.5402 5.36537 15 6.62897 15 7.99997C15 9.91163 14.106 11.6145 12.7133 12.7132L12.0002 12.0002C13.2145 11.088 14 9.6357 14 7.99997Z', key: 'd' }),
5
+ createElement('path', { d: 'M14.8535 1.85352L1.85352 14.8535L1.14648 14.1465L4.20508 11.0869L3.89355 11.0654C3.10875 11.0094 2.50023 10.3561 2.5 9.56934V6.43066C2.50023 5.64391 3.10875 4.99063 3.89355 4.93457L6.19336 4.76953L7.3125 2.75684L7.75 2.5H9L9.5 3V5.79297L14.1465 1.14648L14.8535 1.85352Z', key: 'a' }),
6
+ createElement('path', { d: 'M9.5 13L9 13.5H7.75L7.3125 13.2432L6.44238 11.6777L9.5 8.62109V13Z', key: 'b' }),
7
+ createElement('path', { d: 'M13.377 4.74316C14.9816 6.85928 14.8202 9.88775 12.8896 11.8184L12.1816 11.1113C13.7209 9.57206 13.8801 7.1766 12.6611 5.45898L13.377 4.74316Z', key: 'c' }),
8
+ createElement('path', { d: 'M11.9707 6.14941C12.8139 7.50015 12.6488 9.30042 11.4746 10.4746L10.7676 9.76758C11.5479 8.98722 11.7025 7.82059 11.2354 6.88477L11.9707 6.14941Z', key: 'd' }),
9
9
  ]);
10
10
 
11
11
  VolumeMuteFilled.displayName = 'VolumeMuteFilled';
@@ -120,6 +120,8 @@ export { DocumentQuestion } from './DocumentQuestion.mjs';
120
120
  export { DocumentReceipt } from './DocumentReceipt.mjs';
121
121
  export { DocumentStacked } from './DocumentStacked.mjs';
122
122
  export { DoorSensor } from './DoorSensor.mjs';
123
+ export { Dot } from './Dot.mjs';
124
+ export { DotFilled } from './DotFilled.mjs';
123
125
  export { DotPath } from './DotPath.mjs';
124
126
  export { Download } from './Download.mjs';
125
127
  export { Drag } from './Drag.mjs';
@@ -190,6 +192,10 @@ export { KeyB } from './KeyB.mjs';
190
192
  export { LED } from './LED.mjs';
191
193
  export { Layers } from './Layers.mjs';
192
194
  export { Leaf } from './Leaf.mjs';
195
+ export { LeftCollapse } from './LeftCollapse.mjs';
196
+ export { LeftCollapseB } from './LeftCollapseB.mjs';
197
+ export { LeftExpand } from './LeftExpand.mjs';
198
+ export { LeftExpandB } from './LeftExpandB.mjs';
193
199
  export { LeftTurnSignal } from './LeftTurnSignal.mjs';
194
200
  export { LetterB } from './LetterB.mjs';
195
201
  export { LetterC } from './LetterC.mjs';
@@ -223,10 +229,6 @@ export { MapBBetaTop } from './MapBBetaTop.mjs';
223
229
  export { MapNavigation } from './MapNavigation.mjs';
224
230
  export { MarkRead } from './MarkRead.mjs';
225
231
  export { Match } from './Match.mjs';
226
- export { MenuCollapse } from './MenuCollapse.mjs';
227
- export { MenuCollapseB } from './MenuCollapseB.mjs';
228
- export { MenuExpand } from './MenuExpand.mjs';
229
- export { MenuExpandB } from './MenuExpandB.mjs';
230
232
  export { MessageBubble } from './MessageBubble.mjs';
231
233
  export { MessageBubbleStack } from './MessageBubbleStack.mjs';
232
234
  export { Messaging } from './Messaging.mjs';
@@ -247,6 +249,7 @@ export { Paperclip } from './Paperclip.mjs';
247
249
  export { PaperplaneMarker } from './PaperplaneMarker.mjs';
248
250
  export { PaperplaneSend } from './PaperplaneSend.mjs';
249
251
  export { Paragraph } from './Paragraph.mjs';
252
+ export { ParagraphCheck } from './ParagraphCheck.mjs';
250
253
  export { ParagraphPencil } from './ParagraphPencil.mjs';
251
254
  export { Pause } from './Pause.mjs';
252
255
  export { PauseFilled } from './PauseFilled.mjs';
@@ -265,6 +268,7 @@ export { PersonStar } from './PersonStar.mjs';
265
268
  export { Phone } from './Phone.mjs';
266
269
  export { PhoneDisconnect } from './PhoneDisconnect.mjs';
267
270
  export { PicmanFilled } from './PicmanFilled.mjs';
271
+ export { Pin } from './Pin.mjs';
268
272
  export { PipBottomLeft } from './PipBottomLeft.mjs';
269
273
  export { PipBottomRight } from './PipBottomRight.mjs';
270
274
  export { PipTopLeft } from './PipTopLeft.mjs';
@@ -286,6 +290,10 @@ export { RewardRibbon } from './RewardRibbon.mjs';
286
290
  export { Rewind } from './Rewind.mjs';
287
291
  export { RewindSkip } from './RewindSkip.mjs';
288
292
  export { RewindSkipFilled } from './RewindSkipFilled.mjs';
293
+ export { RightCollapse } from './RightCollapse.mjs';
294
+ export { RightCollapseB } from './RightCollapseB.mjs';
295
+ export { RightExpand } from './RightExpand.mjs';
296
+ export { RightExpandB } from './RightExpandB.mjs';
289
297
  export { RightTurnSignal } from './RightTurnSignal.mjs';
290
298
  export { Rotate } from './Rotate.mjs';
291
299
  export { Satellite } from './Satellite.mjs';
@@ -319,17 +327,22 @@ export { SpikeCirclePercentage } from './SpikeCirclePercentage.mjs';
319
327
  export { SpikeCirclePercentageFilled } from './SpikeCirclePercentageFilled.mjs';
320
328
  export { Square } from './Square.mjs';
321
329
  export { SquareCheck } from './SquareCheck.mjs';
330
+ export { SquareCheckFilled } from './SquareCheckFilled.mjs';
331
+ export { SquareDollar } from './SquareDollar.mjs';
322
332
  export { SquareDollarFilled } from './SquareDollarFilled.mjs';
333
+ export { SquareFilled } from './SquareFilled.mjs';
323
334
  export { SquareGrid } from './SquareGrid.mjs';
324
335
  export { SquarePencil } from './SquarePencil.mjs';
325
336
  export { SquarePlus } from './SquarePlus.mjs';
326
337
  export { SquareSubtract } from './SquareSubtract.mjs';
338
+ export { SquareSubtractFilled } from './SquareSubtractFilled.mjs';
327
339
  export { Star } from './Star.mjs';
328
340
  export { StarFilled } from './StarFilled.mjs';
329
341
  export { Stopwatch } from './Stopwatch.mjs';
330
342
  export { Street } from './Street.mjs';
331
343
  export { Subtract } from './Subtract.mjs';
332
344
  export { SubtractCircle } from './SubtractCircle.mjs';
345
+ export { SubtractCircleFilled } from './SubtractCircleFilled.mjs';
333
346
  export { Table } from './Table.mjs';
334
347
  export { Tag } from './Tag.mjs';
335
348
  export { Target } from './Target.mjs';
@@ -120,6 +120,8 @@ export { DocumentQuestion } from './DocumentQuestion.mjs';
120
120
  export { DocumentReceipt } from './DocumentReceipt.mjs';
121
121
  export { DocumentStacked } from './DocumentStacked.mjs';
122
122
  export { DoorSensor } from './DoorSensor.mjs';
123
+ export { Dot } from './Dot.mjs';
124
+ export { DotFilled } from './DotFilled.mjs';
123
125
  export { DotPath } from './DotPath.mjs';
124
126
  export { Download } from './Download.mjs';
125
127
  export { Drag } from './Drag.mjs';
@@ -190,6 +192,10 @@ export { KeyB } from './KeyB.mjs';
190
192
  export { LED } from './LED.mjs';
191
193
  export { Layers } from './Layers.mjs';
192
194
  export { Leaf } from './Leaf.mjs';
195
+ export { LeftCollapse } from './LeftCollapse.mjs';
196
+ export { LeftCollapseB } from './LeftCollapseB.mjs';
197
+ export { LeftExpand } from './LeftExpand.mjs';
198
+ export { LeftExpandB } from './LeftExpandB.mjs';
193
199
  export { LeftTurnSignal } from './LeftTurnSignal.mjs';
194
200
  export { LetterB } from './LetterB.mjs';
195
201
  export { LetterC } from './LetterC.mjs';
@@ -223,10 +229,6 @@ export { MapBBetaTop } from './MapBBetaTop.mjs';
223
229
  export { MapNavigation } from './MapNavigation.mjs';
224
230
  export { MarkRead } from './MarkRead.mjs';
225
231
  export { Match } from './Match.mjs';
226
- export { MenuCollapse } from './MenuCollapse.mjs';
227
- export { MenuCollapseB } from './MenuCollapseB.mjs';
228
- export { MenuExpand } from './MenuExpand.mjs';
229
- export { MenuExpandB } from './MenuExpandB.mjs';
230
232
  export { MessageBubble } from './MessageBubble.mjs';
231
233
  export { MessageBubbleStack } from './MessageBubbleStack.mjs';
232
234
  export { Messaging } from './Messaging.mjs';
@@ -247,6 +249,7 @@ export { Paperclip } from './Paperclip.mjs';
247
249
  export { PaperplaneMarker } from './PaperplaneMarker.mjs';
248
250
  export { PaperplaneSend } from './PaperplaneSend.mjs';
249
251
  export { Paragraph } from './Paragraph.mjs';
252
+ export { ParagraphCheck } from './ParagraphCheck.mjs';
250
253
  export { ParagraphPencil } from './ParagraphPencil.mjs';
251
254
  export { Pause } from './Pause.mjs';
252
255
  export { PauseFilled } from './PauseFilled.mjs';
@@ -265,6 +268,7 @@ export { PersonStar } from './PersonStar.mjs';
265
268
  export { Phone } from './Phone.mjs';
266
269
  export { PhoneDisconnect } from './PhoneDisconnect.mjs';
267
270
  export { PicmanFilled } from './PicmanFilled.mjs';
271
+ export { Pin } from './Pin.mjs';
268
272
  export { PipBottomLeft } from './PipBottomLeft.mjs';
269
273
  export { PipBottomRight } from './PipBottomRight.mjs';
270
274
  export { PipTopLeft } from './PipTopLeft.mjs';
@@ -286,6 +290,10 @@ export { RewardRibbon } from './RewardRibbon.mjs';
286
290
  export { Rewind } from './Rewind.mjs';
287
291
  export { RewindSkip } from './RewindSkip.mjs';
288
292
  export { RewindSkipFilled } from './RewindSkipFilled.mjs';
293
+ export { RightCollapse } from './RightCollapse.mjs';
294
+ export { RightCollapseB } from './RightCollapseB.mjs';
295
+ export { RightExpand } from './RightExpand.mjs';
296
+ export { RightExpandB } from './RightExpandB.mjs';
289
297
  export { RightTurnSignal } from './RightTurnSignal.mjs';
290
298
  export { Rotate } from './Rotate.mjs';
291
299
  export { Satellite } from './Satellite.mjs';
@@ -319,17 +327,22 @@ export { SpikeCirclePercentage } from './SpikeCirclePercentage.mjs';
319
327
  export { SpikeCirclePercentageFilled } from './SpikeCirclePercentageFilled.mjs';
320
328
  export { Square } from './Square.mjs';
321
329
  export { SquareCheck } from './SquareCheck.mjs';
330
+ export { SquareCheckFilled } from './SquareCheckFilled.mjs';
331
+ export { SquareDollar } from './SquareDollar.mjs';
322
332
  export { SquareDollarFilled } from './SquareDollarFilled.mjs';
333
+ export { SquareFilled } from './SquareFilled.mjs';
323
334
  export { SquareGrid } from './SquareGrid.mjs';
324
335
  export { SquarePencil } from './SquarePencil.mjs';
325
336
  export { SquarePlus } from './SquarePlus.mjs';
326
337
  export { SquareSubtract } from './SquareSubtract.mjs';
338
+ export { SquareSubtractFilled } from './SquareSubtractFilled.mjs';
327
339
  export { Star } from './Star.mjs';
328
340
  export { StarFilled } from './StarFilled.mjs';
329
341
  export { Stopwatch } from './Stopwatch.mjs';
330
342
  export { Street } from './Street.mjs';
331
343
  export { Subtract } from './Subtract.mjs';
332
344
  export { SubtractCircle } from './SubtractCircle.mjs';
345
+ export { SubtractCircleFilled } from './SubtractCircleFilled.mjs';
333
346
  export { Table } from './Table.mjs';
334
347
  export { Tag } from './Tag.mjs';
335
348
  export { Target } from './Target.mjs';