@ds-mo/icons 1.2.0 → 2.0.1
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/ChevronUpDown.mjs +2 -2
- package/dist/icons/CursorPointer.mjs +1 -1
- package/dist/icons/CursorPointerMinus.d.ts +2 -0
- package/dist/icons/CursorPointerMinus.mjs +11 -0
- package/dist/icons/CursorPointerPlus.d.ts +2 -0
- package/dist/icons/CursorPointerPlus.mjs +11 -0
- package/dist/icons/Devices.mjs +2 -2
- package/dist/icons/index.d.ts +2 -1
- package/dist/icons/index.mjs +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.mjs +2 -1
- package/dist/meta.json +23 -13
- package/dist/sprite.svg +9 -6
- package/dist/svg/ChevronUpDown.mjs +1 -1
- package/dist/svg/CursorPointer.mjs +1 -1
- package/dist/svg/CursorPointerMinus.d.ts +1 -0
- package/dist/svg/CursorPointerMinus.mjs +1 -0
- package/dist/svg/CursorPointerPlus.d.ts +1 -0
- package/dist/svg/CursorPointerPlus.mjs +1 -0
- package/dist/svg/Devices.mjs +1 -1
- package/dist/svg/index.d.ts +2 -1
- package/dist/svg/index.mjs +2 -1
- package/package.json +2 -2
- package/dist/icons/PaperplaneMarker.d.ts +0 -2
- package/dist/icons/PaperplaneMarker.mjs +0 -9
- package/dist/svg/PaperplaneMarker.d.ts +0 -1
- package/dist/svg/PaperplaneMarker.mjs +0 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@ds-mo/icons)
|
|
4
4
|
|
|
5
|
-
IcoMo — **
|
|
5
|
+
IcoMo — **424 SVG icons** (392 system icons + 32 country flags) as tree-shakeable React components, framework-agnostic SVG strings, TypeScript definitions, and an SVG sprite.
|
|
6
6
|
|
|
7
7
|
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).
|
|
8
8
|
|
|
@@ -28,7 +28,7 @@ Icons are grouped into **categories** so the pipeline can treat them differently
|
|
|
28
28
|
|
|
29
29
|
| Category | Count | Themeable | Description |
|
|
30
30
|
|---|---|---|---|
|
|
31
|
-
| `system` |
|
|
31
|
+
| `system` | 392 | ✅ `currentColor` | Monochrome UI icons — respond to CSS `color` and the `color` prop |
|
|
32
32
|
| `flag` | 32 | ❌ preserved | Multi-color country flags — hex + P3 wide-gamut colors kept verbatim |
|
|
33
33
|
|
|
34
34
|
Flag component names are prefixed with `Flag` (e.g. `FlagFrance`, `FlagUnitedStates`) so every export is globally unique.
|
|
@@ -108,8 +108,8 @@ Machine-readable icon list (for docs, agents, search indexes):
|
|
|
108
108
|
import meta from '@ds-mo/icons/meta';
|
|
109
109
|
|
|
110
110
|
meta.version // e.g. "0.7.3" — matches package version
|
|
111
|
-
meta.count //
|
|
112
|
-
meta.categories // { system: {count:
|
|
111
|
+
meta.count // 424
|
|
112
|
+
meta.categories // { system: {count:392,themeable:true}, flag: {count:32,themeable:false} }
|
|
113
113
|
meta.icons // [{ name, category, kebab, aliases }, ...]
|
|
114
114
|
```
|
|
115
115
|
|
|
@@ -2,8 +2,8 @@ import { createElement } from 'react';
|
|
|
2
2
|
import { createIcon } from '../createIcon.mjs';
|
|
3
3
|
|
|
4
4
|
const ChevronUpDown = createIcon('chevron-up-down', [
|
|
5
|
-
createElement('path', { d: "
|
|
6
|
-
createElement('path', { d: "
|
|
5
|
+
createElement('path', { d: "M10.8535 10.3535L8.35352 12.8535H7.64648L5.14648 10.3535L5.85352 9.64648L8 11.793L10.1465 9.64648L10.8535 10.3535Z", key: "a" }),
|
|
6
|
+
createElement('path', { d: "M10.8535 5.64648L10.1465 6.35352L8 4.20703L5.85352 6.35352L5.14648 5.64648L7.64648 3.14648H8.35352L10.8535 5.64648Z", key: "b" }),
|
|
7
7
|
]);
|
|
8
8
|
|
|
9
9
|
ChevronUpDown.displayName = 'ChevronUpDown';
|
|
@@ -2,7 +2,7 @@ import { createElement } from 'react';
|
|
|
2
2
|
import { createIcon } from '../createIcon.mjs';
|
|
3
3
|
|
|
4
4
|
const CursorPointer = createIcon('cursor-pointer', [
|
|
5
|
-
createElement('path', { d: "M13.
|
|
5
|
+
createElement('path', { fillRule: "evenodd", clipRule: "evenodd", d: "M13.1436 5.52148L13.2432 6.4375L10.2305 8.10938L13.3457 11.2246V11.9316L11.9316 13.3457H11.2246L8.10938 10.2305L6.4375 13.2432L5.52148 13.1436L2.52148 3.14355L3.14355 2.52148L13.1436 5.52148ZM6.1377 11.7207L7.55702 9.16623C7.71834 8.87589 8.1127 8.82064 8.34759 9.05548L11.5781 12.2852L12.2852 11.5781L9.05469 8.34766C8.81979 8.11276 8.87505 7.71832 9.16546 7.55701L11.7207 6.1377L3.74512 3.74512L6.1377 11.7207Z", key: "a" }),
|
|
6
6
|
]);
|
|
7
7
|
|
|
8
8
|
CursorPointer.displayName = 'CursorPointer';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { createElement } from 'react';
|
|
2
|
+
import { createIcon } from '../createIcon.mjs';
|
|
3
|
+
|
|
4
|
+
const CursorPointerMinus = createIcon('cursor-pointer-minus', [
|
|
5
|
+
createElement('path', { d: "M13 12H10V11H13V12Z", key: "a" }),
|
|
6
|
+
createElement('path', { fillRule: "evenodd", clipRule: "evenodd", d: "M11.5 8C13.433 8 15 9.567 15 11.5C15 13.433 13.433 15 11.5 15C9.567 15 8 13.433 8 11.5C8 9.567 9.567 8 11.5 8ZM11.5 9C10.1193 9 9 10.1193 9 11.5C9 12.8807 10.1193 14 11.5 14C12.8807 14 14 12.8807 14 11.5C14 10.1193 12.8807 9 11.5 9Z", key: "b" }),
|
|
7
|
+
createElement('path', { fillRule: "evenodd", clipRule: "evenodd", d: "M13.1436 5.52148L13.1318 6.48242L7.90723 7.90723L6.48242 13.1318L5.52148 13.1436L2.52148 3.14355L3.14355 2.52148L13.1436 5.52148ZM5.97656 11.1836L7.09277 7.09277L11.1836 5.97656L3.74512 3.74512L5.97656 11.1836Z", key: "c" }),
|
|
8
|
+
]);
|
|
9
|
+
|
|
10
|
+
CursorPointerMinus.displayName = 'CursorPointerMinus';
|
|
11
|
+
export { CursorPointerMinus };
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { createElement } from 'react';
|
|
2
|
+
import { createIcon } from '../createIcon.mjs';
|
|
3
|
+
|
|
4
|
+
const CursorPointerPlus = createIcon('cursor-pointer-plus', [
|
|
5
|
+
createElement('path', { d: "M12 11H13V12H12V13H11V12H10V11H11V10H12V11Z", key: "a" }),
|
|
6
|
+
createElement('path', { fillRule: "evenodd", clipRule: "evenodd", d: "M11.5 8C13.433 8 15 9.567 15 11.5C15 13.433 13.433 15 11.5 15C9.567 15 8 13.433 8 11.5C8 9.567 9.567 8 11.5 8ZM11.5 9C10.1193 9 9 10.1193 9 11.5C9 12.8807 10.1193 14 11.5 14C12.8807 14 14 12.8807 14 11.5C14 10.1193 12.8807 9 11.5 9Z", key: "b" }),
|
|
7
|
+
createElement('path', { fillRule: "evenodd", clipRule: "evenodd", d: "M13.1436 5.52148L13.1318 6.48242L7.90723 7.90723L6.48242 13.1318L5.52148 13.1436L2.52148 3.14355L3.14355 2.52148L13.1436 5.52148ZM5.97656 11.1836L7.09277 7.09277L11.1836 5.97656L3.74512 3.74512L5.97656 11.1836Z", key: "c" }),
|
|
8
|
+
]);
|
|
9
|
+
|
|
10
|
+
CursorPointerPlus.displayName = 'CursorPointerPlus';
|
|
11
|
+
export { CursorPointerPlus };
|
package/dist/icons/Devices.mjs
CHANGED
|
@@ -2,8 +2,8 @@ import { createElement } from 'react';
|
|
|
2
2
|
import { createIcon } from '../createIcon.mjs';
|
|
3
3
|
|
|
4
4
|
const Devices = createIcon('devices', [
|
|
5
|
-
createElement('path', { d: "
|
|
6
|
-
createElement('path', { fillRule: "evenodd", clipRule: "evenodd", d: "
|
|
5
|
+
createElement('path', { d: "M7 12.504C7.27614 12.504 7.5 12.2801 7.5 12.004C7.5 11.7278 7.27614 11.504 7 11.504C6.72386 11.504 6.5 11.7278 6.5 12.004C6.5 12.2801 6.72386 12.504 7 12.504Z", key: "a" }),
|
|
6
|
+
createElement('path', { fillRule: "evenodd", clipRule: "evenodd", d: "M6 1.5C4.78912 1.5 3.77931 2.36087 3.54921 3.50397H2.5V4.50397H3.5V6.55398C2.35888 6.78561 1.5 7.79449 1.5 9.00397V12.004C1.5 13.3847 2.61929 14.504 4 14.504H10C11.3807 14.504 12.5 13.3847 12.5 12.004V11.4531C13.6391 11.2199 14.4959 10.212 14.4959 9.00394V4C14.4959 2.61929 13.3767 1.5 11.9959 1.5L6 1.5ZM4.5 4C4.5 3.17157 5.17157 2.5 6 2.5H11.9959C12.8244 2.5 13.4959 3.17157 13.4959 4V9.00394C13.4959 9.65554 13.0805 10.2101 12.5 10.4172V9.00397C12.5 7.62326 11.3807 6.50397 10 6.50397H4.5V4ZM4 7.50397C3.17157 7.50397 2.5 8.17554 2.5 9.00397V12.004C2.5 12.8324 3.17157 13.504 4 13.504H4.5V11.004C4.5 10.1755 5.17157 9.50397 6 9.50397H6.5V7.50397H4ZM8 9.50397H7.5V7.50397H10C10.8284 7.50397 11.5 8.17554 11.5 9.00397V12.004C11.5 12.8324 10.8284 13.504 10 13.504H9.5V11.004C9.5 10.1755 8.82843 9.50397 8 9.50397ZM8.5 11.004V13.504H5.5V11.004C5.5 10.7278 5.72386 10.504 6 10.504H8C8.27614 10.504 8.5 10.7278 8.5 11.004Z", key: "b" }),
|
|
7
7
|
]);
|
|
8
8
|
|
|
9
9
|
Devices.displayName = 'Devices';
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -104,6 +104,8 @@ export { CrossCircleFilled } from './CrossCircleFilled.mjs';
|
|
|
104
104
|
export { Cube } from './Cube.mjs';
|
|
105
105
|
export { Cup } from './Cup.mjs';
|
|
106
106
|
export { CursorPointer } from './CursorPointer.mjs';
|
|
107
|
+
export { CursorPointerMinus } from './CursorPointerMinus.mjs';
|
|
108
|
+
export { CursorPointerPlus } from './CursorPointerPlus.mjs';
|
|
107
109
|
export { DVR } from './DVR.mjs';
|
|
108
110
|
export { Dashboard } from './Dashboard.mjs';
|
|
109
111
|
export { Dashcam } from './Dashcam.mjs';
|
|
@@ -247,7 +249,6 @@ export { OverviewAI } from './OverviewAI.mjs';
|
|
|
247
249
|
export { PanelCollapse } from './PanelCollapse.mjs';
|
|
248
250
|
export { PanelExpand } from './PanelExpand.mjs';
|
|
249
251
|
export { Paperclip } from './Paperclip.mjs';
|
|
250
|
-
export { PaperplaneMarker } from './PaperplaneMarker.mjs';
|
|
251
252
|
export { PaperplaneSend } from './PaperplaneSend.mjs';
|
|
252
253
|
export { Paragraph } from './Paragraph.mjs';
|
|
253
254
|
export { ParagraphCheck } from './ParagraphCheck.mjs';
|
package/dist/icons/index.mjs
CHANGED
|
@@ -104,6 +104,8 @@ export { CrossCircleFilled } from './CrossCircleFilled.mjs';
|
|
|
104
104
|
export { Cube } from './Cube.mjs';
|
|
105
105
|
export { Cup } from './Cup.mjs';
|
|
106
106
|
export { CursorPointer } from './CursorPointer.mjs';
|
|
107
|
+
export { CursorPointerMinus } from './CursorPointerMinus.mjs';
|
|
108
|
+
export { CursorPointerPlus } from './CursorPointerPlus.mjs';
|
|
107
109
|
export { DVR } from './DVR.mjs';
|
|
108
110
|
export { Dashboard } from './Dashboard.mjs';
|
|
109
111
|
export { Dashcam } from './Dashcam.mjs';
|
|
@@ -247,7 +249,6 @@ export { OverviewAI } from './OverviewAI.mjs';
|
|
|
247
249
|
export { PanelCollapse } from './PanelCollapse.mjs';
|
|
248
250
|
export { PanelExpand } from './PanelExpand.mjs';
|
|
249
251
|
export { Paperclip } from './Paperclip.mjs';
|
|
250
|
-
export { PaperplaneMarker } from './PaperplaneMarker.mjs';
|
|
251
252
|
export { PaperplaneSend } from './PaperplaneSend.mjs';
|
|
252
253
|
export { Paragraph } from './Paragraph.mjs';
|
|
253
254
|
export { ParagraphCheck } from './ParagraphCheck.mjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -109,6 +109,8 @@ export { CrossCircleFilled } from './icons/CrossCircleFilled.mjs';
|
|
|
109
109
|
export { Cube } from './icons/Cube.mjs';
|
|
110
110
|
export { Cup } from './icons/Cup.mjs';
|
|
111
111
|
export { CursorPointer } from './icons/CursorPointer.mjs';
|
|
112
|
+
export { CursorPointerMinus } from './icons/CursorPointerMinus.mjs';
|
|
113
|
+
export { CursorPointerPlus } from './icons/CursorPointerPlus.mjs';
|
|
112
114
|
export { DVR } from './icons/DVR.mjs';
|
|
113
115
|
export { Dashboard } from './icons/Dashboard.mjs';
|
|
114
116
|
export { Dashcam } from './icons/Dashcam.mjs';
|
|
@@ -252,7 +254,6 @@ export { OverviewAI } from './icons/OverviewAI.mjs';
|
|
|
252
254
|
export { PanelCollapse } from './icons/PanelCollapse.mjs';
|
|
253
255
|
export { PanelExpand } from './icons/PanelExpand.mjs';
|
|
254
256
|
export { Paperclip } from './icons/Paperclip.mjs';
|
|
255
|
-
export { PaperplaneMarker } from './icons/PaperplaneMarker.mjs';
|
|
256
257
|
export { PaperplaneSend } from './icons/PaperplaneSend.mjs';
|
|
257
258
|
export { Paragraph } from './icons/Paragraph.mjs';
|
|
258
259
|
export { ParagraphCheck } from './icons/ParagraphCheck.mjs';
|
package/dist/index.mjs
CHANGED
|
@@ -107,6 +107,8 @@ export { CrossCircleFilled } from './icons/CrossCircleFilled.mjs';
|
|
|
107
107
|
export { Cube } from './icons/Cube.mjs';
|
|
108
108
|
export { Cup } from './icons/Cup.mjs';
|
|
109
109
|
export { CursorPointer } from './icons/CursorPointer.mjs';
|
|
110
|
+
export { CursorPointerMinus } from './icons/CursorPointerMinus.mjs';
|
|
111
|
+
export { CursorPointerPlus } from './icons/CursorPointerPlus.mjs';
|
|
110
112
|
export { DVR } from './icons/DVR.mjs';
|
|
111
113
|
export { Dashboard } from './icons/Dashboard.mjs';
|
|
112
114
|
export { Dashcam } from './icons/Dashcam.mjs';
|
|
@@ -250,7 +252,6 @@ export { OverviewAI } from './icons/OverviewAI.mjs';
|
|
|
250
252
|
export { PanelCollapse } from './icons/PanelCollapse.mjs';
|
|
251
253
|
export { PanelExpand } from './icons/PanelExpand.mjs';
|
|
252
254
|
export { Paperclip } from './icons/Paperclip.mjs';
|
|
253
|
-
export { PaperplaneMarker } from './icons/PaperplaneMarker.mjs';
|
|
254
255
|
export { PaperplaneSend } from './icons/PaperplaneSend.mjs';
|
|
255
256
|
export { Paragraph } from './icons/Paragraph.mjs';
|
|
256
257
|
export { ParagraphCheck } from './icons/ParagraphCheck.mjs';
|
package/dist/meta.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "
|
|
3
|
-
"count":
|
|
2
|
+
"version": "2.0.1",
|
|
3
|
+
"count": 424,
|
|
4
4
|
"categories": {
|
|
5
5
|
"system": {
|
|
6
|
-
"count":
|
|
6
|
+
"count": 392,
|
|
7
7
|
"themeable": true
|
|
8
8
|
},
|
|
9
9
|
"flag": {
|
|
@@ -1072,6 +1072,26 @@
|
|
|
1072
1072
|
"select"
|
|
1073
1073
|
]
|
|
1074
1074
|
},
|
|
1075
|
+
{
|
|
1076
|
+
"name": "CursorPointerMinus",
|
|
1077
|
+
"category": "system",
|
|
1078
|
+
"kebab": "cursor-pointer-minus",
|
|
1079
|
+
"aliases": [
|
|
1080
|
+
"click-remove",
|
|
1081
|
+
"cursor-remove",
|
|
1082
|
+
"select-remove"
|
|
1083
|
+
]
|
|
1084
|
+
},
|
|
1085
|
+
{
|
|
1086
|
+
"name": "CursorPointerPlus",
|
|
1087
|
+
"category": "system",
|
|
1088
|
+
"kebab": "cursor-pointer-plus",
|
|
1089
|
+
"aliases": [
|
|
1090
|
+
"click-add",
|
|
1091
|
+
"cursor-add",
|
|
1092
|
+
"select-add"
|
|
1093
|
+
]
|
|
1094
|
+
},
|
|
1075
1095
|
{
|
|
1076
1096
|
"name": "DVR",
|
|
1077
1097
|
"category": "system",
|
|
@@ -2522,16 +2542,6 @@
|
|
|
2522
2542
|
"clip"
|
|
2523
2543
|
]
|
|
2524
2544
|
},
|
|
2525
|
-
{
|
|
2526
|
-
"name": "PaperplaneMarker",
|
|
2527
|
-
"category": "system",
|
|
2528
|
-
"kebab": "paperplane-marker",
|
|
2529
|
-
"aliases": [
|
|
2530
|
-
"send-location",
|
|
2531
|
-
"send-marker",
|
|
2532
|
-
"location-send"
|
|
2533
|
-
]
|
|
2534
|
-
},
|
|
2535
2545
|
{
|
|
2536
2546
|
"name": "PaperplaneSend",
|
|
2537
2547
|
"category": "system",
|
package/dist/sprite.svg
CHANGED
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
<path d="M7.50548 6H8.49466L12.3536 9.85896L11.6465 10.5661L8.00007 6.91962L4.35359 10.5661L3.64648 9.85896L7.50548 6Z" fill="currentColor"/>
|
|
193
193
|
</symbol>
|
|
194
194
|
<symbol id="chevron-up-down" viewBox="0 0 16 16" fill="currentColor">
|
|
195
|
-
<path d="
|
|
195
|
+
<path d="M10.8535 10.3535L8.35352 12.8535H7.64648L5.14648 10.3535L5.85352 9.64648L8 11.793L10.1465 9.64648L10.8535 10.3535Z" fill="currentColor"/><path d="M10.8535 5.64648L10.1465 6.35352L8 4.20703L5.85352 6.35352L5.14648 5.64648L7.64648 3.14648H8.35352L10.8535 5.64648Z" fill="currentColor"/>
|
|
196
196
|
</symbol>
|
|
197
197
|
<symbol id="circle" viewBox="0 0 16 16" fill="currentColor">
|
|
198
198
|
<path fill-rule="evenodd" clip-rule="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" fill="currentColor"/>
|
|
@@ -315,7 +315,13 @@
|
|
|
315
315
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M3 6H12V12.5C12 13.3284 11.3284 14 10.5 14H4.5C3.67157 14 3 13.3284 3 12.5V6ZM4 7V12.5C4 12.7761 4.22386 13 4.5 13H10.5C10.7761 13 11 12.7761 11 12.5V7H4Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M12.5 8H12V7H12.5C13.3284 7 14 7.67157 14 8.5V10.5C14 11.3284 13.3284 12 12.5 12H12V11H12.5C12.7761 11 13 10.7761 13 10.5V8.5C13 8.22386 12.7761 8 12.5 8Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M6 2V5H5V2H6ZM8 2V5H7V2H8ZM10 2V5H9V2H10Z" fill="currentColor"/>
|
|
316
316
|
</symbol>
|
|
317
317
|
<symbol id="cursor-pointer" viewBox="0 0 16 16" fill="currentColor">
|
|
318
|
-
<path d="M13.
|
|
318
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.1436 5.52148L13.2432 6.4375L10.2305 8.10938L13.3457 11.2246V11.9316L11.9316 13.3457H11.2246L8.10938 10.2305L6.4375 13.2432L5.52148 13.1436L2.52148 3.14355L3.14355 2.52148L13.1436 5.52148ZM6.1377 11.7207L7.55702 9.16623C7.71834 8.87589 8.1127 8.82064 8.34759 9.05548L11.5781 12.2852L12.2852 11.5781L9.05469 8.34766C8.81979 8.11276 8.87505 7.71832 9.16546 7.55701L11.7207 6.1377L3.74512 3.74512L6.1377 11.7207Z" fill="currentColor"/>
|
|
319
|
+
</symbol>
|
|
320
|
+
<symbol id="cursor-pointer-minus" viewBox="0 0 16 16" fill="currentColor">
|
|
321
|
+
<path d="M13 12H10V11H13V12Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11.5 8C13.433 8 15 9.567 15 11.5C15 13.433 13.433 15 11.5 15C9.567 15 8 13.433 8 11.5C8 9.567 9.567 8 11.5 8ZM11.5 9C10.1193 9 9 10.1193 9 11.5C9 12.8807 10.1193 14 11.5 14C12.8807 14 14 12.8807 14 11.5C14 10.1193 12.8807 9 11.5 9Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M13.1436 5.52148L13.1318 6.48242L7.90723 7.90723L6.48242 13.1318L5.52148 13.1436L2.52148 3.14355L3.14355 2.52148L13.1436 5.52148ZM5.97656 11.1836L7.09277 7.09277L11.1836 5.97656L3.74512 3.74512L5.97656 11.1836Z" fill="currentColor"/>
|
|
322
|
+
</symbol>
|
|
323
|
+
<symbol id="cursor-pointer-plus" viewBox="0 0 16 16" fill="currentColor">
|
|
324
|
+
<path d="M12 11H13V12H12V13H11V12H10V11H11V10H12V11Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11.5 8C13.433 8 15 9.567 15 11.5C15 13.433 13.433 15 11.5 15C9.567 15 8 13.433 8 11.5C8 9.567 9.567 8 11.5 8ZM11.5 9C10.1193 9 9 10.1193 9 11.5C9 12.8807 10.1193 14 11.5 14C12.8807 14 14 12.8807 14 11.5C14 10.1193 12.8807 9 11.5 9Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M13.1436 5.52148L13.1318 6.48242L7.90723 7.90723L6.48242 13.1318L5.52148 13.1436L2.52148 3.14355L3.14355 2.52148L13.1436 5.52148ZM5.97656 11.1836L7.09277 7.09277L11.1836 5.97656L3.74512 3.74512L5.97656 11.1836Z" fill="currentColor"/>
|
|
319
325
|
</symbol>
|
|
320
326
|
<symbol id="dvr" viewBox="0 0 16 16" fill="currentColor">
|
|
321
327
|
<path d="M12 8C12.5523 8 13 8.44772 13 9C13 9.55228 12.5523 10 12 10C11.4477 10 11 9.55228 11 9C11 8.44772 11.4477 8 12 8Z" fill="currentColor"/><path d="M5.5 9.5H3.5V8.5H5.5V9.5Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M13 4C14.1046 4 15 4.89543 15 6V10L14.9893 10.2041C14.8938 11.1457 14.1457 11.8938 13.2041 11.9893L13 12H3L2.7959 11.9893C1.78722 11.887 1 11.0357 1 10V6C1 4.89543 1.89543 4 3 4H13ZM3 5C2.44772 5 2 5.44772 2 6V10C2 10.5523 2.44772 11 3 11H13C13.5523 11 14 10.5523 14 10V6C14 5.44772 13.5523 5 13 5H3Z" fill="currentColor"/><path d="M8.5 9.5H6.5V8.5H8.5V9.5Z" fill="currentColor"/>
|
|
@@ -330,7 +336,7 @@
|
|
|
330
336
|
<path d="M8.5 11H7.5V10H8.5V11Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5 5H8.5V8H9.5C10.3284 8 11 8.67157 11 9.5V12H11.5C12.3284 12 13 11.3284 13 10.5V7.5H14V10.5C14 11.8807 12.8807 13 11.5 13H4.5C3.11929 13 2 11.8807 2 10.5V6.5C2 5.11929 3.11929 4 4.5 4H10.5V5ZM4.5 5C3.67157 5 3 5.67157 3 6.5V10.5C3 11.3284 3.67157 12 4.5 12H5V9.5C5 8.67157 5.67157 8 6.5 8H7.5V5H4.5ZM6.5 9C6.22386 9 6 9.22386 6 9.5V12H10V9.5C10 9.22386 9.77614 9 9.5 9H6.5Z" fill="currentColor"/><path d="M11.5 4C12.8807 4 14 5.11929 14 6.5H13C13 5.67157 12.3284 5 11.5 5V4Z" fill="currentColor"/><path d="M11.5 2C13.9853 2 16 4.01472 16 6.5H15C15 4.567 13.433 3 11.5 3V2Z" fill="currentColor"/>
|
|
331
337
|
</symbol>
|
|
332
338
|
<symbol id="devices" viewBox="0 0 16 16" fill="currentColor">
|
|
333
|
-
<path d="
|
|
339
|
+
<path d="M7 12.504C7.27614 12.504 7.5 12.2801 7.5 12.004C7.5 11.7278 7.27614 11.504 7 11.504C6.72386 11.504 6.5 11.7278 6.5 12.004C6.5 12.2801 6.72386 12.504 7 12.504Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M6 1.5C4.78912 1.5 3.77931 2.36087 3.54921 3.50397H2.5V4.50397H3.5V6.55398C2.35888 6.78561 1.5 7.79449 1.5 9.00397V12.004C1.5 13.3847 2.61929 14.504 4 14.504H10C11.3807 14.504 12.5 13.3847 12.5 12.004V11.4531C13.6391 11.2199 14.4959 10.212 14.4959 9.00394V4C14.4959 2.61929 13.3767 1.5 11.9959 1.5L6 1.5ZM4.5 4C4.5 3.17157 5.17157 2.5 6 2.5H11.9959C12.8244 2.5 13.4959 3.17157 13.4959 4V9.00394C13.4959 9.65554 13.0805 10.2101 12.5 10.4172V9.00397C12.5 7.62326 11.3807 6.50397 10 6.50397H4.5V4ZM4 7.50397C3.17157 7.50397 2.5 8.17554 2.5 9.00397V12.004C2.5 12.8324 3.17157 13.504 4 13.504H4.5V11.004C4.5 10.1755 5.17157 9.50397 6 9.50397H6.5V7.50397H4ZM8 9.50397H7.5V7.50397H10C10.8284 7.50397 11.5 8.17554 11.5 9.00397V12.004C11.5 12.8324 10.8284 13.504 10 13.504H9.5V11.004C9.5 10.1755 8.82843 9.50397 8 9.50397ZM8.5 11.004V13.504H5.5V11.004C5.5 10.7278 5.72386 10.504 6 10.504H8C8.27614 10.504 8.5 10.7278 8.5 11.004Z" fill="currentColor"/>
|
|
334
340
|
</symbol>
|
|
335
341
|
<symbol id="document" viewBox="0 0 16 16" fill="currentColor">
|
|
336
342
|
<path d="M5 12H11V11H5V12Z" fill="currentColor"/><path d="M5 10H11V9H5V10Z" fill="currentColor"/><path d="M5 8H11V7H5V8Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M9.70711 2H3V14H13V5.29289L9.70711 2ZM4 13V3H9.29289L12 5.70711V13H4Z" fill="currentColor"/>
|
|
@@ -746,9 +752,6 @@
|
|
|
746
752
|
<symbol id="paperclip" viewBox="0 0 16 16" fill="currentColor">
|
|
747
753
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M11.1948 3.95022C10.692 3.44742 9.87675 3.44742 9.37395 3.95022L4.80427 8.5199C3.92559 9.39858 3.92559 10.8232 4.80427 11.7019C5.68295 12.5806 7.10757 12.5806 7.98625 11.7019L12.2642 7.42388L12.9714 8.13099L8.69336 12.409C7.42416 13.6782 5.36637 13.6782 4.09717 12.409C2.82796 11.1398 2.82796 9.082 4.09717 7.81279L8.66684 3.24311C9.56017 2.34979 11.0085 2.34979 11.9019 3.24311C12.7952 4.13644 12.7952 5.5848 11.9019 6.47813L7.38079 10.9992C6.8365 11.5435 5.95403 11.5435 5.40973 10.9992C4.86544 10.4549 4.86544 9.57242 5.40973 9.02813L9.63912 4.79875L10.3462 5.50586L6.11684 9.73524C5.96307 9.88901 5.96307 10.1383 6.11684 10.2921C6.27061 10.4459 6.51992 10.4459 6.67369 10.2921L11.1948 5.77102C11.6976 5.26822 11.6976 4.45302 11.1948 3.95022Z" fill="currentColor"/>
|
|
748
754
|
</symbol>
|
|
749
|
-
<symbol id="paperplane-marker" viewBox="0 0 16 16" fill="currentColor">
|
|
750
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.0065 2.29205L2.00008 6.50054L2.00008 7.49999H1.99585L6.6166 9.38362L8.50044 14H9.49755L13.7045 3.00286L13.0001 2.29846L13.0065 2.29205ZM7.38356 8.61637L3.4549 7.01487L12.4087 3.59122L8.98506 12.5409L7.38356 8.61637Z" fill="currentColor"/>
|
|
751
|
-
</symbol>
|
|
752
755
|
<symbol id="paperplane-send" viewBox="0 0 16 16" fill="currentColor">
|
|
753
756
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.54053 3.40922L4.47607 8.00876L2.54396 12.6049L3.24911 13.3101L13.9999 8.50871V7.51252H14.0087L3.25049 2.70581L2.5438 3.41249L2.54053 3.40922ZM5.35053 7.50859L7.99998 7.50856L7.99999 8.50856L5.35073 8.50859L3.91832 11.916L12.6676 8.00856L3.91537 4.09815L5.35053 7.50859Z" fill="currentColor"/>
|
|
754
757
|
</symbol>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const ChevronUpDown = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"
|
|
1
|
+
export const ChevronUpDown = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M10.8535 10.3535L8.35352 12.8535H7.64648L5.14648 10.3535L5.85352 9.64648L8 11.793L10.1465 9.64648L10.8535 10.3535Z\" fill=\"currentColor\"/><path d=\"M10.8535 5.64648L10.1465 6.35352L8 4.20703L5.85352 6.35352L5.14648 5.64648L7.64648 3.14648H8.35352L10.8535 5.64648Z\" fill=\"currentColor\"/></svg>";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export const CursorPointer = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M13.
|
|
1
|
+
export const CursorPointer = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.1436 5.52148L13.2432 6.4375L10.2305 8.10938L13.3457 11.2246V11.9316L11.9316 13.3457H11.2246L8.10938 10.2305L6.4375 13.2432L5.52148 13.1436L2.52148 3.14355L3.14355 2.52148L13.1436 5.52148ZM6.1377 11.7207L7.55702 9.16623C7.71834 8.87589 8.1127 8.82064 8.34759 9.05548L11.5781 12.2852L12.2852 11.5781L9.05469 8.34766C8.81979 8.11276 8.87505 7.71832 9.16546 7.55701L11.7207 6.1377L3.74512 3.74512L6.1377 11.7207Z\" fill=\"currentColor\"/></svg>";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const CursorPointerMinus: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const CursorPointerMinus = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M13 12H10V11H13V12Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.5 8C13.433 8 15 9.567 15 11.5C15 13.433 13.433 15 11.5 15C9.567 15 8 13.433 8 11.5C8 9.567 9.567 8 11.5 8ZM11.5 9C10.1193 9 9 10.1193 9 11.5C9 12.8807 10.1193 14 11.5 14C12.8807 14 14 12.8807 14 11.5C14 10.1193 12.8807 9 11.5 9Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.1436 5.52148L13.1318 6.48242L7.90723 7.90723L6.48242 13.1318L5.52148 13.1436L2.52148 3.14355L3.14355 2.52148L13.1436 5.52148ZM5.97656 11.1836L7.09277 7.09277L11.1836 5.97656L3.74512 3.74512L5.97656 11.1836Z\" fill=\"currentColor\"/></svg>";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const CursorPointerPlus: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const CursorPointerPlus = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M12 11H13V12H12V13H11V12H10V11H11V10H12V11Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.5 8C13.433 8 15 9.567 15 11.5C15 13.433 13.433 15 11.5 15C9.567 15 8 13.433 8 11.5C8 9.567 9.567 8 11.5 8ZM11.5 9C10.1193 9 9 10.1193 9 11.5C9 12.8807 10.1193 14 11.5 14C12.8807 14 14 12.8807 14 11.5C14 10.1193 12.8807 9 11.5 9Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.1436 5.52148L13.1318 6.48242L7.90723 7.90723L6.48242 13.1318L5.52148 13.1436L2.52148 3.14355L3.14355 2.52148L13.1436 5.52148ZM5.97656 11.1836L7.09277 7.09277L11.1836 5.97656L3.74512 3.74512L5.97656 11.1836Z\" fill=\"currentColor\"/></svg>";
|
package/dist/svg/Devices.mjs
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const Devices = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"
|
|
1
|
+
export const Devices = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7 12.504C7.27614 12.504 7.5 12.2801 7.5 12.004C7.5 11.7278 7.27614 11.504 7 11.504C6.72386 11.504 6.5 11.7278 6.5 12.004C6.5 12.2801 6.72386 12.504 7 12.504Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 1.5C4.78912 1.5 3.77931 2.36087 3.54921 3.50397H2.5V4.50397H3.5V6.55398C2.35888 6.78561 1.5 7.79449 1.5 9.00397V12.004C1.5 13.3847 2.61929 14.504 4 14.504H10C11.3807 14.504 12.5 13.3847 12.5 12.004V11.4531C13.6391 11.2199 14.4959 10.212 14.4959 9.00394V4C14.4959 2.61929 13.3767 1.5 11.9959 1.5L6 1.5ZM4.5 4C4.5 3.17157 5.17157 2.5 6 2.5H11.9959C12.8244 2.5 13.4959 3.17157 13.4959 4V9.00394C13.4959 9.65554 13.0805 10.2101 12.5 10.4172V9.00397C12.5 7.62326 11.3807 6.50397 10 6.50397H4.5V4ZM4 7.50397C3.17157 7.50397 2.5 8.17554 2.5 9.00397V12.004C2.5 12.8324 3.17157 13.504 4 13.504H4.5V11.004C4.5 10.1755 5.17157 9.50397 6 9.50397H6.5V7.50397H4ZM8 9.50397H7.5V7.50397H10C10.8284 7.50397 11.5 8.17554 11.5 9.00397V12.004C11.5 12.8324 10.8284 13.504 10 13.504H9.5V11.004C9.5 10.1755 8.82843 9.50397 8 9.50397ZM8.5 11.004V13.504H5.5V11.004C5.5 10.7278 5.72386 10.504 6 10.504H8C8.27614 10.504 8.5 10.7278 8.5 11.004Z\" fill=\"currentColor\"/></svg>";
|
package/dist/svg/index.d.ts
CHANGED
|
@@ -104,6 +104,8 @@ export { CrossCircleFilled } from './CrossCircleFilled.mjs';
|
|
|
104
104
|
export { Cube } from './Cube.mjs';
|
|
105
105
|
export { Cup } from './Cup.mjs';
|
|
106
106
|
export { CursorPointer } from './CursorPointer.mjs';
|
|
107
|
+
export { CursorPointerMinus } from './CursorPointerMinus.mjs';
|
|
108
|
+
export { CursorPointerPlus } from './CursorPointerPlus.mjs';
|
|
107
109
|
export { DVR } from './DVR.mjs';
|
|
108
110
|
export { Dashboard } from './Dashboard.mjs';
|
|
109
111
|
export { Dashcam } from './Dashcam.mjs';
|
|
@@ -247,7 +249,6 @@ export { OverviewAI } from './OverviewAI.mjs';
|
|
|
247
249
|
export { PanelCollapse } from './PanelCollapse.mjs';
|
|
248
250
|
export { PanelExpand } from './PanelExpand.mjs';
|
|
249
251
|
export { Paperclip } from './Paperclip.mjs';
|
|
250
|
-
export { PaperplaneMarker } from './PaperplaneMarker.mjs';
|
|
251
252
|
export { PaperplaneSend } from './PaperplaneSend.mjs';
|
|
252
253
|
export { Paragraph } from './Paragraph.mjs';
|
|
253
254
|
export { ParagraphCheck } from './ParagraphCheck.mjs';
|
package/dist/svg/index.mjs
CHANGED
|
@@ -104,6 +104,8 @@ export { CrossCircleFilled } from './CrossCircleFilled.mjs';
|
|
|
104
104
|
export { Cube } from './Cube.mjs';
|
|
105
105
|
export { Cup } from './Cup.mjs';
|
|
106
106
|
export { CursorPointer } from './CursorPointer.mjs';
|
|
107
|
+
export { CursorPointerMinus } from './CursorPointerMinus.mjs';
|
|
108
|
+
export { CursorPointerPlus } from './CursorPointerPlus.mjs';
|
|
107
109
|
export { DVR } from './DVR.mjs';
|
|
108
110
|
export { Dashboard } from './Dashboard.mjs';
|
|
109
111
|
export { Dashcam } from './Dashcam.mjs';
|
|
@@ -247,7 +249,6 @@ export { OverviewAI } from './OverviewAI.mjs';
|
|
|
247
249
|
export { PanelCollapse } from './PanelCollapse.mjs';
|
|
248
250
|
export { PanelExpand } from './PanelExpand.mjs';
|
|
249
251
|
export { Paperclip } from './Paperclip.mjs';
|
|
250
|
-
export { PaperplaneMarker } from './PaperplaneMarker.mjs';
|
|
251
252
|
export { PaperplaneSend } from './PaperplaneSend.mjs';
|
|
252
253
|
export { Paragraph } from './Paragraph.mjs';
|
|
253
254
|
export { ParagraphCheck } from './ParagraphCheck.mjs';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ds-mo/icons",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "IcoMo —
|
|
3
|
+
"version": "2.0.1",
|
|
4
|
+
"description": "IcoMo — 424 SVG icons (392 system icons + 32 country flags) as tree-shakeable React components, framework-agnostic SVG strings, TypeScript definitions, and SVG sprite",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"icons",
|
|
7
7
|
"svg",
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { createElement } from 'react';
|
|
2
|
-
import { createIcon } from '../createIcon.mjs';
|
|
3
|
-
|
|
4
|
-
const PaperplaneMarker = createIcon('paperplane-marker', [
|
|
5
|
-
createElement('path', { fillRule: "evenodd", clipRule: "evenodd", d: "M13.0065 2.29205L2.00008 6.50054L2.00008 7.49999H1.99585L6.6166 9.38362L8.50044 14H9.49755L13.7045 3.00286L13.0001 2.29846L13.0065 2.29205ZM7.38356 8.61637L3.4549 7.01487L12.4087 3.59122L8.98506 12.5409L7.38356 8.61637Z", key: "a" }),
|
|
6
|
-
]);
|
|
7
|
-
|
|
8
|
-
PaperplaneMarker.displayName = 'PaperplaneMarker';
|
|
9
|
-
export { PaperplaneMarker };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const PaperplaneMarker: string;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export const PaperplaneMarker = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.0065 2.29205L2.00008 6.50054L2.00008 7.49999H1.99585L6.6166 9.38362L8.50044 14H9.49755L13.7045 3.00286L13.0001 2.29846L13.0065 2.29205ZM7.38356 8.61637L3.4549 7.01487L12.4087 3.59122L8.98506 12.5409L7.38356 8.61637Z\" fill=\"currentColor\"/></svg>";
|