@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.
- package/README.md +4 -4
- package/dist/icons/Circle.mjs +1 -1
- package/dist/icons/CircleFilled.mjs +1 -1
- package/dist/icons/{MenuExpand.d.ts → Dot.d.ts} +1 -1
- package/dist/icons/Dot.mjs +9 -0
- package/dist/icons/{MenuExpandB.d.ts → DotFilled.d.ts} +1 -1
- package/dist/icons/DotFilled.mjs +9 -0
- package/dist/icons/{MenuCollapse.d.ts → LeftCollapse.d.ts} +1 -1
- package/dist/icons/{MenuCollapse.mjs → LeftCollapse.mjs} +3 -3
- package/dist/icons/{MenuCollapseB.d.ts → LeftCollapseB.d.ts} +1 -1
- package/dist/icons/{MenuCollapseB.mjs → LeftCollapseB.mjs} +3 -3
- package/dist/icons/LeftExpand.d.ts +2 -0
- package/dist/icons/LeftExpand.mjs +10 -0
- package/dist/icons/LeftExpandB.d.ts +2 -0
- package/dist/icons/{MenuExpandB.mjs → LeftExpandB.mjs} +3 -3
- package/dist/icons/Logout.mjs +2 -2
- package/dist/icons/ParagraphCheck.d.ts +2 -0
- package/dist/icons/ParagraphCheck.mjs +12 -0
- package/dist/icons/Pin.d.ts +2 -0
- package/dist/icons/Pin.mjs +9 -0
- package/dist/icons/RightCollapse.d.ts +2 -0
- package/dist/icons/RightCollapse.mjs +10 -0
- package/dist/icons/RightCollapseB.d.ts +2 -0
- package/dist/icons/RightCollapseB.mjs +10 -0
- package/dist/icons/RightExpand.d.ts +2 -0
- package/dist/icons/{MenuExpand.mjs → RightExpand.mjs} +4 -4
- package/dist/icons/RightExpandB.d.ts +2 -0
- package/dist/icons/RightExpandB.mjs +9 -0
- package/dist/icons/SquareCheckFilled.d.ts +2 -0
- package/dist/icons/SquareCheckFilled.mjs +9 -0
- package/dist/icons/SquareDollar.d.ts +2 -0
- package/dist/icons/SquareDollar.mjs +10 -0
- package/dist/icons/SquareFilled.d.ts +2 -0
- package/dist/icons/SquareFilled.mjs +9 -0
- package/dist/icons/SquareSubtractFilled.d.ts +2 -0
- package/dist/icons/SquareSubtractFilled.mjs +9 -0
- package/dist/icons/SubtractCircleFilled.d.ts +2 -0
- package/dist/icons/SubtractCircleFilled.mjs +9 -0
- package/dist/icons/Volume.mjs +3 -3
- package/dist/icons/VolumeFilled.mjs +3 -3
- package/dist/icons/VolumeMute.mjs +4 -4
- package/dist/icons/VolumeMuteFilled.mjs +4 -4
- package/dist/icons/index.d.ts +17 -4
- package/dist/icons/index.mjs +17 -4
- package/dist/index.d.ts +17 -4
- package/dist/index.mjs +17 -4
- package/dist/meta.json +188 -48
- package/dist/sprite.svg +58 -19
- package/dist/svg/Circle.mjs +1 -1
- package/dist/svg/CircleFilled.mjs +1 -1
- package/dist/svg/Dot.d.ts +1 -0
- package/dist/svg/Dot.mjs +1 -0
- package/dist/svg/DotFilled.d.ts +1 -0
- package/dist/svg/DotFilled.mjs +1 -0
- package/dist/svg/LeftCollapse.d.ts +1 -0
- package/dist/svg/{MenuCollapse.mjs → LeftCollapse.mjs} +1 -1
- package/dist/svg/LeftCollapseB.d.ts +1 -0
- package/dist/svg/{MenuCollapseB.mjs → LeftCollapseB.mjs} +1 -1
- package/dist/svg/LeftExpand.d.ts +1 -0
- package/dist/svg/LeftExpand.mjs +1 -0
- package/dist/svg/LeftExpandB.d.ts +1 -0
- package/dist/svg/{MenuExpandB.mjs → LeftExpandB.mjs} +1 -1
- package/dist/svg/Logout.mjs +1 -1
- package/dist/svg/ParagraphCheck.d.ts +1 -0
- package/dist/svg/ParagraphCheck.mjs +1 -0
- package/dist/svg/Pin.d.ts +1 -0
- package/dist/svg/Pin.mjs +1 -0
- package/dist/svg/RightCollapse.d.ts +1 -0
- package/dist/svg/RightCollapse.mjs +1 -0
- package/dist/svg/RightCollapseB.d.ts +1 -0
- package/dist/svg/RightCollapseB.mjs +1 -0
- package/dist/svg/RightExpand.d.ts +1 -0
- package/dist/svg/RightExpand.mjs +1 -0
- package/dist/svg/RightExpandB.d.ts +1 -0
- package/dist/svg/RightExpandB.mjs +1 -0
- package/dist/svg/SquareCheckFilled.d.ts +1 -0
- package/dist/svg/SquareCheckFilled.mjs +1 -0
- package/dist/svg/SquareDollar.d.ts +1 -0
- package/dist/svg/SquareDollar.mjs +1 -0
- package/dist/svg/SquareFilled.d.ts +1 -0
- package/dist/svg/SquareFilled.mjs +1 -0
- package/dist/svg/SquareSubtractFilled.d.ts +1 -0
- package/dist/svg/SquareSubtractFilled.mjs +1 -0
- package/dist/svg/SubtractCircleFilled.d.ts +1 -0
- package/dist/svg/SubtractCircleFilled.mjs +1 -0
- package/dist/svg/Volume.mjs +1 -1
- package/dist/svg/VolumeFilled.mjs +1 -1
- package/dist/svg/VolumeMute.mjs +1 -1
- package/dist/svg/VolumeMuteFilled.mjs +1 -1
- package/dist/svg/index.d.ts +17 -4
- package/dist/svg/index.mjs +17 -4
- package/package.json +2 -2
- package/dist/svg/MenuCollapse.d.ts +0 -1
- package/dist/svg/MenuCollapseB.d.ts +0 -1
- package/dist/svg/MenuExpand.d.ts +0 -1
- package/dist/svg/MenuExpand.mjs +0 -1
- 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 — **
|
|
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` |
|
|
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 //
|
|
110
|
-
meta.categories // { system: {count:
|
|
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
|
|
package/dist/icons/Circle.mjs
CHANGED
|
@@ -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
|
|
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: '
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
-
|
|
10
|
-
export {
|
|
9
|
+
LeftCollapse.displayName = 'LeftCollapse';
|
|
10
|
+
export { LeftCollapse };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { IconComponent } from '../createIcon.mjs';
|
|
2
|
-
export declare const
|
|
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
|
|
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
|
-
|
|
10
|
-
export {
|
|
9
|
+
LeftCollapseB.displayName = 'LeftCollapseB';
|
|
10
|
+
export { LeftCollapseB };
|
|
@@ -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 };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { createElement } from 'react';
|
|
2
2
|
import { createIcon } from '../createIcon.mjs';
|
|
3
3
|
|
|
4
|
-
const
|
|
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
|
-
|
|
9
|
-
export {
|
|
8
|
+
LeftExpandB.displayName = 'LeftExpandB';
|
|
9
|
+
export { LeftExpandB };
|
package/dist/icons/Logout.mjs
CHANGED
|
@@ -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', {
|
|
6
|
-
createElement('path', { d: 'M13.
|
|
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,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,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,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,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 };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { createElement } from 'react';
|
|
2
2
|
import { createIcon } from '../createIcon.mjs';
|
|
3
3
|
|
|
4
|
-
const
|
|
5
|
-
createElement('path', { d: '
|
|
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
|
-
|
|
10
|
-
export {
|
|
9
|
+
RightExpand.displayName = 'RightExpand';
|
|
10
|
+
export { RightExpand };
|
|
@@ -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,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,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,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,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,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 };
|
package/dist/icons/Volume.mjs
CHANGED
|
@@ -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
|
|
6
|
-
createElement('path', { d: '
|
|
7
|
-
createElement('path', { d: '
|
|
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
|
|
6
|
-
createElement('path', { d: '
|
|
7
|
-
createElement('path', { d: '
|
|
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: '
|
|
6
|
-
createElement('path', { d: '
|
|
7
|
-
createElement('path', { d: '
|
|
8
|
-
createElement('path', { 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: '
|
|
6
|
-
createElement('path', { d: '
|
|
7
|
-
createElement('path', { d: '
|
|
8
|
-
createElement('path', { 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';
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -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';
|
package/dist/icons/index.mjs
CHANGED
|
@@ -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';
|