@ds-mo/icons 1.1.0 → 2.0.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/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/DVR.d.ts +2 -0
- package/dist/icons/DVR.mjs +12 -0
- package/dist/icons/index.d.ts +3 -1
- package/dist/icons/index.mjs +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.mjs +3 -1
- package/dist/meta.json +35 -13
- package/dist/sprite.svg +10 -4
- 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/DVR.d.ts +1 -0
- package/dist/svg/DVR.mjs +1 -0
- package/dist/svg/index.d.ts +3 -1
- package/dist/svg/index.mjs +3 -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,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 };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { createElement } from 'react';
|
|
2
|
+
import { createIcon } from '../createIcon.mjs';
|
|
3
|
+
|
|
4
|
+
const DVR = createIcon('dvr', [
|
|
5
|
+
createElement('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", key: "a" }),
|
|
6
|
+
createElement('path', { d: "M5.5 9.5H3.5V8.5H5.5V9.5Z", key: "b" }),
|
|
7
|
+
createElement('path', { fillRule: "evenodd", clipRule: "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", key: "c" }),
|
|
8
|
+
createElement('path', { d: "M8.5 9.5H6.5V8.5H8.5V9.5Z", key: "d" }),
|
|
9
|
+
]);
|
|
10
|
+
|
|
11
|
+
DVR.displayName = 'DVR';
|
|
12
|
+
export { DVR };
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -104,6 +104,9 @@ 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';
|
|
109
|
+
export { DVR } from './DVR.mjs';
|
|
107
110
|
export { Dashboard } from './Dashboard.mjs';
|
|
108
111
|
export { Dashcam } from './Dashcam.mjs';
|
|
109
112
|
export { DashcamLiveStream } from './DashcamLiveStream.mjs';
|
|
@@ -246,7 +249,6 @@ export { OverviewAI } from './OverviewAI.mjs';
|
|
|
246
249
|
export { PanelCollapse } from './PanelCollapse.mjs';
|
|
247
250
|
export { PanelExpand } from './PanelExpand.mjs';
|
|
248
251
|
export { Paperclip } from './Paperclip.mjs';
|
|
249
|
-
export { PaperplaneMarker } from './PaperplaneMarker.mjs';
|
|
250
252
|
export { PaperplaneSend } from './PaperplaneSend.mjs';
|
|
251
253
|
export { Paragraph } from './Paragraph.mjs';
|
|
252
254
|
export { ParagraphCheck } from './ParagraphCheck.mjs';
|
package/dist/icons/index.mjs
CHANGED
|
@@ -104,6 +104,9 @@ 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';
|
|
109
|
+
export { DVR } from './DVR.mjs';
|
|
107
110
|
export { Dashboard } from './Dashboard.mjs';
|
|
108
111
|
export { Dashcam } from './Dashcam.mjs';
|
|
109
112
|
export { DashcamLiveStream } from './DashcamLiveStream.mjs';
|
|
@@ -246,7 +249,6 @@ export { OverviewAI } from './OverviewAI.mjs';
|
|
|
246
249
|
export { PanelCollapse } from './PanelCollapse.mjs';
|
|
247
250
|
export { PanelExpand } from './PanelExpand.mjs';
|
|
248
251
|
export { Paperclip } from './Paperclip.mjs';
|
|
249
|
-
export { PaperplaneMarker } from './PaperplaneMarker.mjs';
|
|
250
252
|
export { PaperplaneSend } from './PaperplaneSend.mjs';
|
|
251
253
|
export { Paragraph } from './Paragraph.mjs';
|
|
252
254
|
export { ParagraphCheck } from './ParagraphCheck.mjs';
|
package/dist/index.d.ts
CHANGED
|
@@ -109,6 +109,9 @@ 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';
|
|
114
|
+
export { DVR } from './icons/DVR.mjs';
|
|
112
115
|
export { Dashboard } from './icons/Dashboard.mjs';
|
|
113
116
|
export { Dashcam } from './icons/Dashcam.mjs';
|
|
114
117
|
export { DashcamLiveStream } from './icons/DashcamLiveStream.mjs';
|
|
@@ -251,7 +254,6 @@ export { OverviewAI } from './icons/OverviewAI.mjs';
|
|
|
251
254
|
export { PanelCollapse } from './icons/PanelCollapse.mjs';
|
|
252
255
|
export { PanelExpand } from './icons/PanelExpand.mjs';
|
|
253
256
|
export { Paperclip } from './icons/Paperclip.mjs';
|
|
254
|
-
export { PaperplaneMarker } from './icons/PaperplaneMarker.mjs';
|
|
255
257
|
export { PaperplaneSend } from './icons/PaperplaneSend.mjs';
|
|
256
258
|
export { Paragraph } from './icons/Paragraph.mjs';
|
|
257
259
|
export { ParagraphCheck } from './icons/ParagraphCheck.mjs';
|
package/dist/index.mjs
CHANGED
|
@@ -107,6 +107,9 @@ 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';
|
|
112
|
+
export { DVR } from './icons/DVR.mjs';
|
|
110
113
|
export { Dashboard } from './icons/Dashboard.mjs';
|
|
111
114
|
export { Dashcam } from './icons/Dashcam.mjs';
|
|
112
115
|
export { DashcamLiveStream } from './icons/DashcamLiveStream.mjs';
|
|
@@ -249,7 +252,6 @@ export { OverviewAI } from './icons/OverviewAI.mjs';
|
|
|
249
252
|
export { PanelCollapse } from './icons/PanelCollapse.mjs';
|
|
250
253
|
export { PanelExpand } from './icons/PanelExpand.mjs';
|
|
251
254
|
export { Paperclip } from './icons/Paperclip.mjs';
|
|
252
|
-
export { PaperplaneMarker } from './icons/PaperplaneMarker.mjs';
|
|
253
255
|
export { PaperplaneSend } from './icons/PaperplaneSend.mjs';
|
|
254
256
|
export { Paragraph } from './icons/Paragraph.mjs';
|
|
255
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.0",
|
|
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,38 @@
|
|
|
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
|
+
},
|
|
1095
|
+
{
|
|
1096
|
+
"name": "DVR",
|
|
1097
|
+
"category": "system",
|
|
1098
|
+
"kebab": "dvr",
|
|
1099
|
+
"aliases": [
|
|
1100
|
+
"dvr",
|
|
1101
|
+
"digital-video-recorder",
|
|
1102
|
+
"video-recorder",
|
|
1103
|
+
"recorder",
|
|
1104
|
+
"dashcam-recorder"
|
|
1105
|
+
]
|
|
1106
|
+
},
|
|
1075
1107
|
{
|
|
1076
1108
|
"name": "Dashboard",
|
|
1077
1109
|
"category": "system",
|
|
@@ -2510,16 +2542,6 @@
|
|
|
2510
2542
|
"clip"
|
|
2511
2543
|
]
|
|
2512
2544
|
},
|
|
2513
|
-
{
|
|
2514
|
-
"name": "PaperplaneMarker",
|
|
2515
|
-
"category": "system",
|
|
2516
|
-
"kebab": "paperplane-marker",
|
|
2517
|
-
"aliases": [
|
|
2518
|
-
"send-location",
|
|
2519
|
-
"send-marker",
|
|
2520
|
-
"location-send"
|
|
2521
|
-
]
|
|
2522
|
-
},
|
|
2523
2545
|
{
|
|
2524
2546
|
"name": "PaperplaneSend",
|
|
2525
2547
|
"category": "system",
|
package/dist/sprite.svg
CHANGED
|
@@ -315,7 +315,16 @@
|
|
|
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"/>
|
|
325
|
+
</symbol>
|
|
326
|
+
<symbol id="dvr" viewBox="0 0 16 16" fill="currentColor">
|
|
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"/>
|
|
319
328
|
</symbol>
|
|
320
329
|
<symbol id="dashboard" viewBox="0 0 16 16" fill="currentColor">
|
|
321
330
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.5 2C3.11929 2 2 3.11929 2 4.5V11.5C2 12.8807 3.11929 14 4.5 14H11.5C12.8807 14 14 12.8807 14 11.5V9H13V11.5C13 12.3284 12.3284 13 11.5 13H6V3H7V2H4.5ZM5 3H4.5C3.67157 3 3 3.67157 3 4.5V11.5C3 12.3284 3.67157 13 4.5 13H5V3Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M9 5.5C9 4.67157 9.67157 4 10.5 4C11.3284 4 12 4.67157 12 5.5C12 6.32843 11.3284 7 10.5 7C9.67157 7 9 6.32843 9 5.5ZM10.5 5C10.2239 5 10 5.22386 10 5.5C10 5.77614 10.2239 6 10.5 6C10.7761 6 11 5.77614 11 5.5C11 5.22386 10.7761 5 10.5 5Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7 5.47744C7 3.55335 8.57057 2 10.5 2C12.4294 2 14 3.55335 14 5.47744C14 6.36783 13.6626 7.18062 13.1094 7.79506L11 10.1889V10.1875H10V10.1889L7.89059 7.79505C7.33743 7.18061 7 6.36782 7 5.47744ZM10.5 3C9.11572 3 8 4.11274 8 5.47744C8 6.11115 8.23947 6.68872 8.63521 7.12755L8.63905 7.13182L10.5 9.24372L12.3648 7.12753C12.7605 6.6887 13 6.11115 13 5.47744C13 4.11274 11.8843 3 10.5 3Z" fill="currentColor"/>
|
|
@@ -743,9 +752,6 @@
|
|
|
743
752
|
<symbol id="paperclip" viewBox="0 0 16 16" fill="currentColor">
|
|
744
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"/>
|
|
745
754
|
</symbol>
|
|
746
|
-
<symbol id="paperplane-marker" viewBox="0 0 16 16" fill="currentColor">
|
|
747
|
-
<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"/>
|
|
748
|
-
</symbol>
|
|
749
755
|
<symbol id="paperplane-send" viewBox="0 0 16 16" fill="currentColor">
|
|
750
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"/>
|
|
751
757
|
</symbol>
|
|
@@ -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>";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const DVR: string;
|
package/dist/svg/DVR.mjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const DVR = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><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\"/></svg>";
|
package/dist/svg/index.d.ts
CHANGED
|
@@ -104,6 +104,9 @@ 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';
|
|
109
|
+
export { DVR } from './DVR.mjs';
|
|
107
110
|
export { Dashboard } from './Dashboard.mjs';
|
|
108
111
|
export { Dashcam } from './Dashcam.mjs';
|
|
109
112
|
export { DashcamLiveStream } from './DashcamLiveStream.mjs';
|
|
@@ -246,7 +249,6 @@ export { OverviewAI } from './OverviewAI.mjs';
|
|
|
246
249
|
export { PanelCollapse } from './PanelCollapse.mjs';
|
|
247
250
|
export { PanelExpand } from './PanelExpand.mjs';
|
|
248
251
|
export { Paperclip } from './Paperclip.mjs';
|
|
249
|
-
export { PaperplaneMarker } from './PaperplaneMarker.mjs';
|
|
250
252
|
export { PaperplaneSend } from './PaperplaneSend.mjs';
|
|
251
253
|
export { Paragraph } from './Paragraph.mjs';
|
|
252
254
|
export { ParagraphCheck } from './ParagraphCheck.mjs';
|
package/dist/svg/index.mjs
CHANGED
|
@@ -104,6 +104,9 @@ 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';
|
|
109
|
+
export { DVR } from './DVR.mjs';
|
|
107
110
|
export { Dashboard } from './Dashboard.mjs';
|
|
108
111
|
export { Dashcam } from './Dashcam.mjs';
|
|
109
112
|
export { DashcamLiveStream } from './DashcamLiveStream.mjs';
|
|
@@ -246,7 +249,6 @@ export { OverviewAI } from './OverviewAI.mjs';
|
|
|
246
249
|
export { PanelCollapse } from './PanelCollapse.mjs';
|
|
247
250
|
export { PanelExpand } from './PanelExpand.mjs';
|
|
248
251
|
export { Paperclip } from './Paperclip.mjs';
|
|
249
|
-
export { PaperplaneMarker } from './PaperplaneMarker.mjs';
|
|
250
252
|
export { PaperplaneSend } from './PaperplaneSend.mjs';
|
|
251
253
|
export { Paragraph } from './Paragraph.mjs';
|
|
252
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.0",
|
|
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>";
|