@ds-mo/icons 5.0.0 → 6.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.
@@ -0,0 +1,2 @@
1
+ import { IconComponent } from '../createIcon.mjs';
2
+ export declare const DeviceDoorSensor: IconComponent;
@@ -1,11 +1,11 @@
1
1
  import { createElement } from 'react';
2
2
  import { createIcon } from '../createIcon.mjs';
3
3
 
4
- const DoorSensor = createIcon('door-sensor', [
4
+ const DeviceDoorSensor = createIcon('device-door-sensor', [
5
5
  createElement('path', { d: "M8 7C8.27614 7 8.5 7.22386 8.5 7.5V8.5C8.5 8.77614 8.27614 9 8 9C7.72386 9 7.5 8.77614 7.5 8.5V7.5C7.5 7.22386 7.72386 7 8 7Z", key: "a" }),
6
6
  createElement('path', { fillRule: "evenodd", clipRule: "evenodd", d: "M3 3.5C3 2.11929 4.11929 1 5.5 1H10.5C11.8807 1 13 2.11929 13 3.5V8.5C13 9.88071 11.8807 11 10.5 11H5.5C4.11929 11 3 9.88071 3 8.5V3.5ZM10 10V6H6V10H10ZM11 9.91465V6C11 5.44772 10.5523 5 10 5H6C5.44772 5 5 5.44772 5 6V9.91465C4.4174 9.70873 4 9.15311 4 8.5V3.5C4 2.67157 4.67157 2 5.5 2H10.5C11.3284 2 12 2.67157 12 3.5V8.5C12 9.15311 11.5826 9.70873 11 9.91465Z", key: "b" }),
7
7
  createElement('path', { fillRule: "evenodd", clipRule: "evenodd", d: "M3 13.5C3 12.6716 3.67157 12 4.5 12H11.5C12.3284 12 13 12.6716 13 13.5C13 14.3284 12.3284 15 11.5 15H4.5C3.67157 15 3 14.3284 3 13.5ZM4.5 13C4.22386 13 4 13.2239 4 13.5C4 13.7761 4.22386 14 4.5 14H11.5C11.7761 14 12 13.7761 12 13.5C12 13.2239 11.7761 13 11.5 13H4.5Z", key: "c" }),
8
8
  ]);
9
9
 
10
- DoorSensor.displayName = 'DoorSensor';
11
- export { DoorSensor };
10
+ DeviceDoorSensor.displayName = 'DeviceDoorSensor';
11
+ export { DeviceDoorSensor };
@@ -0,0 +1,2 @@
1
+ import { IconComponent } from '../createIcon.mjs';
2
+ export declare const DeviceMobileTwo: IconComponent;
@@ -1,7 +1,7 @@
1
1
  import { createElement } from 'react';
2
2
  import { createIcon } from '../createIcon.mjs';
3
3
 
4
- const TwoDevices = createIcon('two-devices', [
4
+ const DeviceMobileTwo = createIcon('device-mobile-two', [
5
5
  createElement('path', { d: "M10 4H12V3H10V4Z", key: "a" }),
6
6
  createElement('path', { d: "M10.5 10H11.5V9H10.5V10Z", key: "b" }),
7
7
  createElement('path', { d: "M6 7H4V6H6V7Z", key: "c" }),
@@ -9,5 +9,5 @@ const TwoDevices = createIcon('two-devices', [
9
9
  createElement('path', { fillRule: "evenodd", clipRule: "evenodd", d: "M8.5 1C7.67157 1 7 1.67157 7 2.5V4H2.5C1.67157 4 1 4.67157 1 5.5V13.5C1 14.3284 1.67157 15 2.5 15H7.5C8.32843 15 9 14.3284 9 13.5V12H13.5C14.3284 12 15 11.3284 15 10.5V2.5C15 1.67157 14.3284 1 13.5 1H8.5ZM9 11H13.5C13.7761 11 14 10.7761 14 10.5V2.5C14 2.22386 13.7761 2 13.5 2H8.5C8.22386 2 8 2.22386 8 2.5V4.08535C8.5826 4.29127 9 4.84689 9 5.5V11ZM2 5.5C2 5.22386 2.22386 5 2.5 5H7.5C7.77614 5 8 5.22386 8 5.5V13.5C8 13.7761 7.77614 14 7.5 14H2.5C2.22386 14 2 13.7761 2 13.5V5.5Z", key: "e" }),
10
10
  ]);
11
11
 
12
- TwoDevices.displayName = 'TwoDevices';
13
- export { TwoDevices };
12
+ DeviceMobileTwo.displayName = 'DeviceMobileTwo';
13
+ export { DeviceMobileTwo };
@@ -113,7 +113,9 @@ export { DeviceAssetTracker } from './DeviceAssetTracker.mjs';
113
113
  export { DeviceDVR } from './DeviceDVR.mjs';
114
114
  export { DeviceDashcam } from './DeviceDashcam.mjs';
115
115
  export { DeviceDashcamLiveStream } from './DeviceDashcamLiveStream.mjs';
116
+ export { DeviceDoorSensor } from './DeviceDoorSensor.mjs';
116
117
  export { DeviceMobile } from './DeviceMobile.mjs';
118
+ export { DeviceMobileTwo } from './DeviceMobileTwo.mjs';
117
119
  export { DeviceOmnicam } from './DeviceOmnicam.mjs';
118
120
  export { DeviceSensor } from './DeviceSensor.mjs';
119
121
  export { DeviceTablet } from './DeviceTablet.mjs';
@@ -130,7 +132,6 @@ export { DocumentPlus } from './DocumentPlus.mjs';
130
132
  export { DocumentQuestion } from './DocumentQuestion.mjs';
131
133
  export { DocumentReceipt } from './DocumentReceipt.mjs';
132
134
  export { DocumentStacked } from './DocumentStacked.mjs';
133
- export { DoorSensor } from './DoorSensor.mjs';
134
135
  export { Dot } from './Dot.mjs';
135
136
  export { DotFilled } from './DotFilled.mjs';
136
137
  export { DotPath } from './DotPath.mjs';
@@ -369,7 +370,6 @@ export { Trash } from './Trash.mjs';
369
370
  export { Trophy } from './Trophy.mjs';
370
371
  export { TurnSignal } from './TurnSignal.mjs';
371
372
  export { TurnSignalFilled } from './TurnSignalFilled.mjs';
372
- export { TwoDevices } from './TwoDevices.mjs';
373
373
  export { Undo } from './Undo.mjs';
374
374
  export { Upgrade } from './Upgrade.mjs';
375
375
  export { Upload } from './Upload.mjs';
@@ -113,7 +113,9 @@ export { DeviceAssetTracker } from './DeviceAssetTracker.mjs';
113
113
  export { DeviceDVR } from './DeviceDVR.mjs';
114
114
  export { DeviceDashcam } from './DeviceDashcam.mjs';
115
115
  export { DeviceDashcamLiveStream } from './DeviceDashcamLiveStream.mjs';
116
+ export { DeviceDoorSensor } from './DeviceDoorSensor.mjs';
116
117
  export { DeviceMobile } from './DeviceMobile.mjs';
118
+ export { DeviceMobileTwo } from './DeviceMobileTwo.mjs';
117
119
  export { DeviceOmnicam } from './DeviceOmnicam.mjs';
118
120
  export { DeviceSensor } from './DeviceSensor.mjs';
119
121
  export { DeviceTablet } from './DeviceTablet.mjs';
@@ -130,7 +132,6 @@ export { DocumentPlus } from './DocumentPlus.mjs';
130
132
  export { DocumentQuestion } from './DocumentQuestion.mjs';
131
133
  export { DocumentReceipt } from './DocumentReceipt.mjs';
132
134
  export { DocumentStacked } from './DocumentStacked.mjs';
133
- export { DoorSensor } from './DoorSensor.mjs';
134
135
  export { Dot } from './Dot.mjs';
135
136
  export { DotFilled } from './DotFilled.mjs';
136
137
  export { DotPath } from './DotPath.mjs';
@@ -369,7 +370,6 @@ export { Trash } from './Trash.mjs';
369
370
  export { Trophy } from './Trophy.mjs';
370
371
  export { TurnSignal } from './TurnSignal.mjs';
371
372
  export { TurnSignalFilled } from './TurnSignalFilled.mjs';
372
- export { TwoDevices } from './TwoDevices.mjs';
373
373
  export { Undo } from './Undo.mjs';
374
374
  export { Upgrade } from './Upgrade.mjs';
375
375
  export { Upload } from './Upload.mjs';
package/dist/index.d.ts CHANGED
@@ -118,7 +118,9 @@ export { DeviceAssetTracker } from './icons/DeviceAssetTracker.mjs';
118
118
  export { DeviceDVR } from './icons/DeviceDVR.mjs';
119
119
  export { DeviceDashcam } from './icons/DeviceDashcam.mjs';
120
120
  export { DeviceDashcamLiveStream } from './icons/DeviceDashcamLiveStream.mjs';
121
+ export { DeviceDoorSensor } from './icons/DeviceDoorSensor.mjs';
121
122
  export { DeviceMobile } from './icons/DeviceMobile.mjs';
123
+ export { DeviceMobileTwo } from './icons/DeviceMobileTwo.mjs';
122
124
  export { DeviceOmnicam } from './icons/DeviceOmnicam.mjs';
123
125
  export { DeviceSensor } from './icons/DeviceSensor.mjs';
124
126
  export { DeviceTablet } from './icons/DeviceTablet.mjs';
@@ -135,7 +137,6 @@ export { DocumentPlus } from './icons/DocumentPlus.mjs';
135
137
  export { DocumentQuestion } from './icons/DocumentQuestion.mjs';
136
138
  export { DocumentReceipt } from './icons/DocumentReceipt.mjs';
137
139
  export { DocumentStacked } from './icons/DocumentStacked.mjs';
138
- export { DoorSensor } from './icons/DoorSensor.mjs';
139
140
  export { Dot } from './icons/Dot.mjs';
140
141
  export { DotFilled } from './icons/DotFilled.mjs';
141
142
  export { DotPath } from './icons/DotPath.mjs';
@@ -374,7 +375,6 @@ export { Trash } from './icons/Trash.mjs';
374
375
  export { Trophy } from './icons/Trophy.mjs';
375
376
  export { TurnSignal } from './icons/TurnSignal.mjs';
376
377
  export { TurnSignalFilled } from './icons/TurnSignalFilled.mjs';
377
- export { TwoDevices } from './icons/TwoDevices.mjs';
378
378
  export { Undo } from './icons/Undo.mjs';
379
379
  export { Upgrade } from './icons/Upgrade.mjs';
380
380
  export { Upload } from './icons/Upload.mjs';
package/dist/index.mjs CHANGED
@@ -116,7 +116,9 @@ export { DeviceAssetTracker } from './icons/DeviceAssetTracker.mjs';
116
116
  export { DeviceDVR } from './icons/DeviceDVR.mjs';
117
117
  export { DeviceDashcam } from './icons/DeviceDashcam.mjs';
118
118
  export { DeviceDashcamLiveStream } from './icons/DeviceDashcamLiveStream.mjs';
119
+ export { DeviceDoorSensor } from './icons/DeviceDoorSensor.mjs';
119
120
  export { DeviceMobile } from './icons/DeviceMobile.mjs';
121
+ export { DeviceMobileTwo } from './icons/DeviceMobileTwo.mjs';
120
122
  export { DeviceOmnicam } from './icons/DeviceOmnicam.mjs';
121
123
  export { DeviceSensor } from './icons/DeviceSensor.mjs';
122
124
  export { DeviceTablet } from './icons/DeviceTablet.mjs';
@@ -133,7 +135,6 @@ export { DocumentPlus } from './icons/DocumentPlus.mjs';
133
135
  export { DocumentQuestion } from './icons/DocumentQuestion.mjs';
134
136
  export { DocumentReceipt } from './icons/DocumentReceipt.mjs';
135
137
  export { DocumentStacked } from './icons/DocumentStacked.mjs';
136
- export { DoorSensor } from './icons/DoorSensor.mjs';
137
138
  export { Dot } from './icons/Dot.mjs';
138
139
  export { DotFilled } from './icons/DotFilled.mjs';
139
140
  export { DotPath } from './icons/DotPath.mjs';
@@ -372,7 +373,6 @@ export { Trash } from './icons/Trash.mjs';
372
373
  export { Trophy } from './icons/Trophy.mjs';
373
374
  export { TurnSignal } from './icons/TurnSignal.mjs';
374
375
  export { TurnSignalFilled } from './icons/TurnSignalFilled.mjs';
375
- export { TwoDevices } from './icons/TwoDevices.mjs';
376
376
  export { Undo } from './icons/Undo.mjs';
377
377
  export { Upgrade } from './icons/Upgrade.mjs';
378
378
  export { Upload } from './icons/Upload.mjs';
package/dist/meta.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "5.0.0",
2
+ "version": "6.0.0",
3
3
  "count": 429,
4
4
  "categories": {
5
5
  "system": {
@@ -1169,6 +1169,17 @@
1169
1169
  "stream"
1170
1170
  ]
1171
1171
  },
1172
+ {
1173
+ "name": "DeviceDoorSensor",
1174
+ "category": "system",
1175
+ "kebab": "device-door-sensor",
1176
+ "aliases": [
1177
+ "door",
1178
+ "entry-sensor",
1179
+ "access-sensor",
1180
+ "door-sensor"
1181
+ ]
1182
+ },
1172
1183
  {
1173
1184
  "name": "DeviceMobile",
1174
1185
  "category": "system",
@@ -1180,6 +1191,17 @@
1180
1191
  "cellular"
1181
1192
  ]
1182
1193
  },
1194
+ {
1195
+ "name": "DeviceMobileTwo",
1196
+ "category": "system",
1197
+ "kebab": "device-mobile-two",
1198
+ "aliases": [
1199
+ "multi-device",
1200
+ "dual-screen",
1201
+ "two-screens",
1202
+ "two-devices"
1203
+ ]
1204
+ },
1183
1205
  {
1184
1206
  "name": "DeviceOmnicam",
1185
1207
  "category": "system",
@@ -1343,16 +1365,6 @@
1343
1365
  "multiple-docs"
1344
1366
  ]
1345
1367
  },
1346
- {
1347
- "name": "DoorSensor",
1348
- "category": "system",
1349
- "kebab": "door-sensor",
1350
- "aliases": [
1351
- "door",
1352
- "entry-sensor",
1353
- "access-sensor"
1354
- ]
1355
- },
1356
1368
  {
1357
1369
  "name": "Dot",
1358
1370
  "category": "system",
@@ -3761,16 +3773,6 @@
3761
3773
  "signal-selected"
3762
3774
  ]
3763
3775
  },
3764
- {
3765
- "name": "TwoDevices",
3766
- "category": "system",
3767
- "kebab": "two-devices",
3768
- "aliases": [
3769
- "multi-device",
3770
- "dual-screen",
3771
- "two-screens"
3772
- ]
3773
- },
3774
3776
  {
3775
3777
  "name": "Undo",
3776
3778
  "category": "system",
package/dist/sprite.svg CHANGED
@@ -344,9 +344,15 @@
344
344
  <symbol id="device-dashcam-live-stream" viewBox="0 0 16 16" fill="currentColor">
345
345
  <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"/>
346
346
  </symbol>
347
+ <symbol id="device-door-sensor" viewBox="0 0 16 16" fill="currentColor">
348
+ <path d="M8 7C8.27614 7 8.5 7.22386 8.5 7.5V8.5C8.5 8.77614 8.27614 9 8 9C7.72386 9 7.5 8.77614 7.5 8.5V7.5C7.5 7.22386 7.72386 7 8 7Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M3 3.5C3 2.11929 4.11929 1 5.5 1H10.5C11.8807 1 13 2.11929 13 3.5V8.5C13 9.88071 11.8807 11 10.5 11H5.5C4.11929 11 3 9.88071 3 8.5V3.5ZM10 10V6H6V10H10ZM11 9.91465V6C11 5.44772 10.5523 5 10 5H6C5.44772 5 5 5.44772 5 6V9.91465C4.4174 9.70873 4 9.15311 4 8.5V3.5C4 2.67157 4.67157 2 5.5 2H10.5C11.3284 2 12 2.67157 12 3.5V8.5C12 9.15311 11.5826 9.70873 11 9.91465Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M3 13.5C3 12.6716 3.67157 12 4.5 12H11.5C12.3284 12 13 12.6716 13 13.5C13 14.3284 12.3284 15 11.5 15H4.5C3.67157 15 3 14.3284 3 13.5ZM4.5 13C4.22386 13 4 13.2239 4 13.5C4 13.7761 4.22386 14 4.5 14H11.5C11.7761 14 12 13.7761 12 13.5C12 13.2239 11.7761 13 11.5 13H4.5Z" fill="currentColor"/>
349
+ </symbol>
347
350
  <symbol id="device-mobile" viewBox="0 0 16 16" fill="currentColor">
348
351
  <path d="M6 4H10V3H6V4Z" fill="currentColor"/><path d="M7.5 13H8.5V12H7.5V13Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M5.5 1C4.11929 1 3 2.11929 3 3.5V12.5C3 13.8807 4.11929 15 5.5 15H10.5C11.8807 15 13 13.8807 13 12.5V3.5C13 2.11929 11.8807 1 10.5 1H5.5ZM4 3.5C4 2.67157 4.67157 2 5.5 2H10.5C11.3284 2 12 2.67157 12 3.5V12.5C12 13.3284 11.3284 14 10.5 14H5.5C4.67157 14 4 13.3284 4 12.5V3.5Z" fill="currentColor"/>
349
352
  </symbol>
353
+ <symbol id="device-mobile-two" viewBox="0 0 16 16" fill="currentColor">
354
+ <path d="M10 4H12V3H10V4Z" fill="currentColor"/><path d="M10.5 10H11.5V9H10.5V10Z" fill="currentColor"/><path d="M6 7H4V6H6V7Z" fill="currentColor"/><path d="M5.5 13H4.5V12H5.5V13Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8.5 1C7.67157 1 7 1.67157 7 2.5V4H2.5C1.67157 4 1 4.67157 1 5.5V13.5C1 14.3284 1.67157 15 2.5 15H7.5C8.32843 15 9 14.3284 9 13.5V12H13.5C14.3284 12 15 11.3284 15 10.5V2.5C15 1.67157 14.3284 1 13.5 1H8.5ZM9 11H13.5C13.7761 11 14 10.7761 14 10.5V2.5C14 2.22386 13.7761 2 13.5 2H8.5C8.22386 2 8 2.22386 8 2.5V4.08535C8.5826 4.29127 9 4.84689 9 5.5V11ZM2 5.5C2 5.22386 2.22386 5 2.5 5H7.5C7.77614 5 8 5.22386 8 5.5V13.5C8 13.7761 7.77614 14 7.5 14H2.5C2.22386 14 2 13.7761 2 13.5V5.5Z" fill="currentColor"/>
355
+ </symbol>
350
356
  <symbol id="device-omnicam" viewBox="0 0 16 16" fill="currentColor">
351
357
  <path d="M9.25 7.5C9.25 8.19036 8.69036 8.75 8 8.75C7.30965 8.75 6.75 8.19036 6.75 7.5C6.75 6.80964 7.30965 6.25 8 6.25C8.69036 6.25 9.25 6.80964 9.25 7.5Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M4.5 7.5C4.5 5.567 6.06701 4 8 4C9.933 4 11.5 5.567 11.5 7.5C11.5 9.433 9.933 11 8 11C6.06701 11 4.5 9.433 4.5 7.5ZM8 5C6.61929 5 5.5 6.11929 5.5 7.5C5.5 8.88071 6.61929 10 8 10C9.38071 10 10.5 8.88071 10.5 7.5C10.5 6.11929 9.38071 5 8 5Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M2 7.625C2 4.25291 4.67576 1.5 8 1.5C11.3242 1.5 14 4.25291 14 7.625V14.5L2 14.5V7.625ZM13 7.625V13.5L3 13.5L3 7.625C3 4.78389 5.24911 2.5 8 2.5C10.7509 2.5 13 4.78389 13 7.625Z" fill="currentColor"/>
352
358
  </symbol>
@@ -395,9 +401,6 @@
395
401
  <symbol id="document-stacked" viewBox="0 0 16 16" fill="currentColor">
396
402
  <path d="M12 11H6V10H12V11Z" fill="currentColor"/><path d="M12 9H6V8H12V9Z" fill="currentColor"/><path d="M12 7H6V6H12V7Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M4 1H10.7071L14 4.29289V13H12V15H2V3H4V1ZM4 4H3V14H11V13H4V4ZM5 2V12H13V4.70711L10.2929 2H5Z" fill="currentColor"/>
397
403
  </symbol>
398
- <symbol id="door-sensor" viewBox="0 0 16 16" fill="currentColor">
399
- <path d="M8 7C8.27614 7 8.5 7.22386 8.5 7.5V8.5C8.5 8.77614 8.27614 9 8 9C7.72386 9 7.5 8.77614 7.5 8.5V7.5C7.5 7.22386 7.72386 7 8 7Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M3 3.5C3 2.11929 4.11929 1 5.5 1H10.5C11.8807 1 13 2.11929 13 3.5V8.5C13 9.88071 11.8807 11 10.5 11H5.5C4.11929 11 3 9.88071 3 8.5V3.5ZM10 10V6H6V10H10ZM11 9.91465V6C11 5.44772 10.5523 5 10 5H6C5.44772 5 5 5.44772 5 6V9.91465C4.4174 9.70873 4 9.15311 4 8.5V3.5C4 2.67157 4.67157 2 5.5 2H10.5C11.3284 2 12 2.67157 12 3.5V8.5C12 9.15311 11.5826 9.70873 11 9.91465Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M3 13.5C3 12.6716 3.67157 12 4.5 12H11.5C12.3284 12 13 12.6716 13 13.5C13 14.3284 12.3284 15 11.5 15H4.5C3.67157 15 3 14.3284 3 13.5ZM4.5 13C4.22386 13 4 13.2239 4 13.5C4 13.7761 4.22386 14 4.5 14H11.5C11.7761 14 12 13.7761 12 13.5C12 13.2239 11.7761 13 11.5 13H4.5Z" fill="currentColor"/>
400
- </symbol>
401
404
  <symbol id="dot" viewBox="0 0 16 16" fill="currentColor">
402
405
  <path d="M8 5C9.65685 5 11 6.34315 11 8C11 9.65685 9.65685 11 8 11C6.34315 11 5 9.65685 5 8C5 6.34315 6.34315 5 8 5ZM8 6C6.89543 6 6 6.89543 6 8C6 9.10457 6.89543 10 8 10C9.10457 10 10 9.10457 10 8C10 6.89543 9.10457 6 8 6Z" fill="currentColor"/>
403
406
  </symbol>
@@ -1112,9 +1115,6 @@
1112
1115
  <symbol id="turn-signal-filled" viewBox="0 0 16 16" fill="currentColor">
1113
1116
  <path fill-rule="evenodd" clip-rule="evenodd" d="M9 5.70387V10.2965L9.6958 10.9921L15 8.49563V7.50413L9.70646 4.99756L9 5.70387Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M6.3042 5.0083L7 5.70395L6.99992 10.2965L6.29353 11.0029L1 8.49628V7.50478L6.3042 5.0083Z" fill="currentColor"/>
1114
1117
  </symbol>
1115
- <symbol id="two-devices" viewBox="0 0 16 16" fill="currentColor">
1116
- <path d="M10 4H12V3H10V4Z" fill="currentColor"/><path d="M10.5 10H11.5V9H10.5V10Z" fill="currentColor"/><path d="M6 7H4V6H6V7Z" fill="currentColor"/><path d="M5.5 13H4.5V12H5.5V13Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M8.5 1C7.67157 1 7 1.67157 7 2.5V4H2.5C1.67157 4 1 4.67157 1 5.5V13.5C1 14.3284 1.67157 15 2.5 15H7.5C8.32843 15 9 14.3284 9 13.5V12H13.5C14.3284 12 15 11.3284 15 10.5V2.5C15 1.67157 14.3284 1 13.5 1H8.5ZM9 11H13.5C13.7761 11 14 10.7761 14 10.5V2.5C14 2.22386 13.7761 2 13.5 2H8.5C8.22386 2 8 2.22386 8 2.5V4.08535C8.5826 4.29127 9 4.84689 9 5.5V11ZM2 5.5C2 5.22386 2.22386 5 2.5 5H7.5C7.77614 5 8 5.22386 8 5.5V13.5C8 13.7761 7.77614 14 7.5 14H2.5C2.22386 14 2 13.7761 2 13.5V5.5Z" fill="currentColor"/>
1117
- </symbol>
1118
1118
  <symbol id="undo" viewBox="0 0 16 16" fill="currentColor">
1119
1119
  <path d="M3.41707 6.00004L5.06351 4.35359L4.35641 3.64648L2 6.00289V6.94693L4.35641 9.30334L5.06351 8.59623L3.46732 7.00004H11C12.1046 7.00004 13 7.89547 13 9.00004C13 10.1046 12.1046 11 11 11H3V12H11C12.6569 12 14 10.6569 14 9.00004C14 7.34318 12.6569 6.00004 11 6.00004H3.41707Z" fill="currentColor"/>
1120
1120
  </symbol>
@@ -0,0 +1 @@
1
+ export declare const DeviceDoorSensor: string;
@@ -0,0 +1 @@
1
+ export const DeviceDoorSensor = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M8 7C8.27614 7 8.5 7.22386 8.5 7.5V8.5C8.5 8.77614 8.27614 9 8 9C7.72386 9 7.5 8.77614 7.5 8.5V7.5C7.5 7.22386 7.72386 7 8 7Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 3.5C3 2.11929 4.11929 1 5.5 1H10.5C11.8807 1 13 2.11929 13 3.5V8.5C13 9.88071 11.8807 11 10.5 11H5.5C4.11929 11 3 9.88071 3 8.5V3.5ZM10 10V6H6V10H10ZM11 9.91465V6C11 5.44772 10.5523 5 10 5H6C5.44772 5 5 5.44772 5 6V9.91465C4.4174 9.70873 4 9.15311 4 8.5V3.5C4 2.67157 4.67157 2 5.5 2H10.5C11.3284 2 12 2.67157 12 3.5V8.5C12 9.15311 11.5826 9.70873 11 9.91465Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 13.5C3 12.6716 3.67157 12 4.5 12H11.5C12.3284 12 13 12.6716 13 13.5C13 14.3284 12.3284 15 11.5 15H4.5C3.67157 15 3 14.3284 3 13.5ZM4.5 13C4.22386 13 4 13.2239 4 13.5C4 13.7761 4.22386 14 4.5 14H11.5C11.7761 14 12 13.7761 12 13.5C12 13.2239 11.7761 13 11.5 13H4.5Z\" fill=\"currentColor\"/></svg>";
@@ -0,0 +1 @@
1
+ export declare const DeviceMobileTwo: string;
@@ -0,0 +1 @@
1
+ export const DeviceMobileTwo = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M10 4H12V3H10V4Z\" fill=\"currentColor\"/><path d=\"M10.5 10H11.5V9H10.5V10Z\" fill=\"currentColor\"/><path d=\"M6 7H4V6H6V7Z\" fill=\"currentColor\"/><path d=\"M5.5 13H4.5V12H5.5V13Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.5 1C7.67157 1 7 1.67157 7 2.5V4H2.5C1.67157 4 1 4.67157 1 5.5V13.5C1 14.3284 1.67157 15 2.5 15H7.5C8.32843 15 9 14.3284 9 13.5V12H13.5C14.3284 12 15 11.3284 15 10.5V2.5C15 1.67157 14.3284 1 13.5 1H8.5ZM9 11H13.5C13.7761 11 14 10.7761 14 10.5V2.5C14 2.22386 13.7761 2 13.5 2H8.5C8.22386 2 8 2.22386 8 2.5V4.08535C8.5826 4.29127 9 4.84689 9 5.5V11ZM2 5.5C2 5.22386 2.22386 5 2.5 5H7.5C7.77614 5 8 5.22386 8 5.5V13.5C8 13.7761 7.77614 14 7.5 14H2.5C2.22386 14 2 13.7761 2 13.5V5.5Z\" fill=\"currentColor\"/></svg>";
@@ -113,7 +113,9 @@ export { DeviceAssetTracker } from './DeviceAssetTracker.mjs';
113
113
  export { DeviceDVR } from './DeviceDVR.mjs';
114
114
  export { DeviceDashcam } from './DeviceDashcam.mjs';
115
115
  export { DeviceDashcamLiveStream } from './DeviceDashcamLiveStream.mjs';
116
+ export { DeviceDoorSensor } from './DeviceDoorSensor.mjs';
116
117
  export { DeviceMobile } from './DeviceMobile.mjs';
118
+ export { DeviceMobileTwo } from './DeviceMobileTwo.mjs';
117
119
  export { DeviceOmnicam } from './DeviceOmnicam.mjs';
118
120
  export { DeviceSensor } from './DeviceSensor.mjs';
119
121
  export { DeviceTablet } from './DeviceTablet.mjs';
@@ -130,7 +132,6 @@ export { DocumentPlus } from './DocumentPlus.mjs';
130
132
  export { DocumentQuestion } from './DocumentQuestion.mjs';
131
133
  export { DocumentReceipt } from './DocumentReceipt.mjs';
132
134
  export { DocumentStacked } from './DocumentStacked.mjs';
133
- export { DoorSensor } from './DoorSensor.mjs';
134
135
  export { Dot } from './Dot.mjs';
135
136
  export { DotFilled } from './DotFilled.mjs';
136
137
  export { DotPath } from './DotPath.mjs';
@@ -369,7 +370,6 @@ export { Trash } from './Trash.mjs';
369
370
  export { Trophy } from './Trophy.mjs';
370
371
  export { TurnSignal } from './TurnSignal.mjs';
371
372
  export { TurnSignalFilled } from './TurnSignalFilled.mjs';
372
- export { TwoDevices } from './TwoDevices.mjs';
373
373
  export { Undo } from './Undo.mjs';
374
374
  export { Upgrade } from './Upgrade.mjs';
375
375
  export { Upload } from './Upload.mjs';
@@ -113,7 +113,9 @@ export { DeviceAssetTracker } from './DeviceAssetTracker.mjs';
113
113
  export { DeviceDVR } from './DeviceDVR.mjs';
114
114
  export { DeviceDashcam } from './DeviceDashcam.mjs';
115
115
  export { DeviceDashcamLiveStream } from './DeviceDashcamLiveStream.mjs';
116
+ export { DeviceDoorSensor } from './DeviceDoorSensor.mjs';
116
117
  export { DeviceMobile } from './DeviceMobile.mjs';
118
+ export { DeviceMobileTwo } from './DeviceMobileTwo.mjs';
117
119
  export { DeviceOmnicam } from './DeviceOmnicam.mjs';
118
120
  export { DeviceSensor } from './DeviceSensor.mjs';
119
121
  export { DeviceTablet } from './DeviceTablet.mjs';
@@ -130,7 +132,6 @@ export { DocumentPlus } from './DocumentPlus.mjs';
130
132
  export { DocumentQuestion } from './DocumentQuestion.mjs';
131
133
  export { DocumentReceipt } from './DocumentReceipt.mjs';
132
134
  export { DocumentStacked } from './DocumentStacked.mjs';
133
- export { DoorSensor } from './DoorSensor.mjs';
134
135
  export { Dot } from './Dot.mjs';
135
136
  export { DotFilled } from './DotFilled.mjs';
136
137
  export { DotPath } from './DotPath.mjs';
@@ -369,7 +370,6 @@ export { Trash } from './Trash.mjs';
369
370
  export { Trophy } from './Trophy.mjs';
370
371
  export { TurnSignal } from './TurnSignal.mjs';
371
372
  export { TurnSignalFilled } from './TurnSignalFilled.mjs';
372
- export { TwoDevices } from './TwoDevices.mjs';
373
373
  export { Undo } from './Undo.mjs';
374
374
  export { Upgrade } from './Upgrade.mjs';
375
375
  export { Upload } from './Upload.mjs';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ds-mo/icons",
3
- "version": "5.0.0",
3
+ "version": "6.0.0",
4
4
  "description": "IcoMo — 429 SVG icons (397 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",
@@ -1,2 +0,0 @@
1
- import { IconComponent } from '../createIcon.mjs';
2
- export declare const DoorSensor: IconComponent;
@@ -1,2 +0,0 @@
1
- import { IconComponent } from '../createIcon.mjs';
2
- export declare const TwoDevices: IconComponent;
@@ -1 +0,0 @@
1
- export declare const DoorSensor: string;
@@ -1 +0,0 @@
1
- export const DoorSensor = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M8 7C8.27614 7 8.5 7.22386 8.5 7.5V8.5C8.5 8.77614 8.27614 9 8 9C7.72386 9 7.5 8.77614 7.5 8.5V7.5C7.5 7.22386 7.72386 7 8 7Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 3.5C3 2.11929 4.11929 1 5.5 1H10.5C11.8807 1 13 2.11929 13 3.5V8.5C13 9.88071 11.8807 11 10.5 11H5.5C4.11929 11 3 9.88071 3 8.5V3.5ZM10 10V6H6V10H10ZM11 9.91465V6C11 5.44772 10.5523 5 10 5H6C5.44772 5 5 5.44772 5 6V9.91465C4.4174 9.70873 4 9.15311 4 8.5V3.5C4 2.67157 4.67157 2 5.5 2H10.5C11.3284 2 12 2.67157 12 3.5V8.5C12 9.15311 11.5826 9.70873 11 9.91465Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 13.5C3 12.6716 3.67157 12 4.5 12H11.5C12.3284 12 13 12.6716 13 13.5C13 14.3284 12.3284 15 11.5 15H4.5C3.67157 15 3 14.3284 3 13.5ZM4.5 13C4.22386 13 4 13.2239 4 13.5C4 13.7761 4.22386 14 4.5 14H11.5C11.7761 14 12 13.7761 12 13.5C12 13.2239 11.7761 13 11.5 13H4.5Z\" fill=\"currentColor\"/></svg>";
@@ -1 +0,0 @@
1
- export declare const TwoDevices: string;
@@ -1 +0,0 @@
1
- export const TwoDevices = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M10 4H12V3H10V4Z\" fill=\"currentColor\"/><path d=\"M10.5 10H11.5V9H10.5V10Z\" fill=\"currentColor\"/><path d=\"M6 7H4V6H6V7Z\" fill=\"currentColor\"/><path d=\"M5.5 13H4.5V12H5.5V13Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M8.5 1C7.67157 1 7 1.67157 7 2.5V4H2.5C1.67157 4 1 4.67157 1 5.5V13.5C1 14.3284 1.67157 15 2.5 15H7.5C8.32843 15 9 14.3284 9 13.5V12H13.5C14.3284 12 15 11.3284 15 10.5V2.5C15 1.67157 14.3284 1 13.5 1H8.5ZM9 11H13.5C13.7761 11 14 10.7761 14 10.5V2.5C14 2.22386 13.7761 2 13.5 2H8.5C8.22386 2 8 2.22386 8 2.5V4.08535C8.5826 4.29127 9 4.84689 9 5.5V11ZM2 5.5C2 5.22386 2.22386 5 2.5 5H7.5C7.77614 5 8 5.22386 8 5.5V13.5C8 13.7761 7.77614 14 7.5 14H2.5C2.22386 14 2 13.7761 2 13.5V5.5Z\" fill=\"currentColor\"/></svg>";