@ds-mo/icons 4.4.0 → 5.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 +1 -1
- package/dist/icons/DeviceAIDashcamPlus.d.ts +2 -0
- package/dist/icons/{AIDashcamPlus.mjs → DeviceAIDashcamPlus.mjs} +3 -3
- package/dist/icons/DeviceAssetTracker.d.ts +2 -0
- package/dist/icons/{AssetTracker.mjs → DeviceAssetTracker.mjs} +3 -3
- package/dist/icons/{Mobile.d.ts → DeviceDVR.d.ts} +1 -1
- package/dist/icons/{DVR.mjs → DeviceDVR.mjs} +3 -3
- package/dist/icons/{AIDashcamPlus.d.ts → DeviceDashcam.d.ts} +1 -1
- package/dist/icons/{Dashcam.mjs → DeviceDashcam.mjs} +3 -3
- package/dist/icons/DeviceDashcamLiveStream.d.ts +2 -0
- package/dist/icons/{DashcamLiveStream.mjs → DeviceDashcamLiveStream.mjs} +3 -3
- package/dist/icons/{DVR.d.ts → DeviceMobile.d.ts} +1 -1
- package/dist/icons/{Mobile.mjs → DeviceMobile.mjs} +3 -3
- package/dist/icons/DeviceOmnicam.d.ts +2 -0
- package/dist/icons/{Omnicam.mjs → DeviceOmnicam.mjs} +3 -3
- package/dist/icons/{AssetTracker.d.ts → DeviceSensor.d.ts} +1 -1
- package/dist/icons/{Sensor.mjs → DeviceSensor.mjs} +3 -3
- package/dist/icons/{Dashcam.d.ts → DeviceTablet.d.ts} +1 -1
- package/dist/icons/DeviceTablet.mjs +10 -0
- package/dist/icons/DeviceVehicleGateway.d.ts +2 -0
- package/dist/icons/{VehicleGateway.mjs → DeviceVehicleGateway.mjs} +3 -3
- package/dist/icons/index.d.ts +10 -9
- package/dist/icons/index.mjs +10 -9
- package/dist/index.d.ts +10 -9
- package/dist/index.mjs +10 -9
- package/dist/meta.json +97 -79
- package/dist/sprite.svg +26 -23
- package/dist/svg/DeviceAIDashcamPlus.d.ts +1 -0
- package/dist/svg/DeviceAIDashcamPlus.mjs +1 -0
- package/dist/svg/DeviceAssetTracker.d.ts +1 -0
- package/dist/svg/DeviceAssetTracker.mjs +1 -0
- package/dist/svg/DeviceDVR.d.ts +1 -0
- package/dist/svg/DeviceDVR.mjs +1 -0
- package/dist/svg/DeviceDashcam.d.ts +1 -0
- package/dist/svg/DeviceDashcam.mjs +1 -0
- package/dist/svg/DeviceDashcamLiveStream.d.ts +1 -0
- package/dist/svg/DeviceDashcamLiveStream.mjs +1 -0
- package/dist/svg/DeviceMobile.d.ts +1 -0
- package/dist/svg/DeviceMobile.mjs +1 -0
- package/dist/svg/DeviceOmnicam.d.ts +1 -0
- package/dist/svg/DeviceOmnicam.mjs +1 -0
- package/dist/svg/DeviceSensor.d.ts +1 -0
- package/dist/svg/DeviceSensor.mjs +1 -0
- package/dist/svg/DeviceTablet.d.ts +1 -0
- package/dist/svg/DeviceTablet.mjs +1 -0
- package/dist/svg/DeviceVehicleGateway.d.ts +1 -0
- package/dist/svg/DeviceVehicleGateway.mjs +1 -0
- package/dist/svg/index.d.ts +10 -9
- package/dist/svg/index.mjs +10 -9
- package/package.json +2 -2
- package/dist/icons/DashcamLiveStream.d.ts +0 -2
- package/dist/icons/Omnicam.d.ts +0 -2
- package/dist/icons/Sensor.d.ts +0 -2
- package/dist/icons/VehicleGateway.d.ts +0 -2
- package/dist/svg/AIDashcamPlus.d.ts +0 -1
- package/dist/svg/AIDashcamPlus.mjs +0 -1
- package/dist/svg/AssetTracker.d.ts +0 -1
- package/dist/svg/AssetTracker.mjs +0 -1
- package/dist/svg/DVR.d.ts +0 -1
- package/dist/svg/DVR.mjs +0 -1
- package/dist/svg/Dashcam.d.ts +0 -1
- package/dist/svg/Dashcam.mjs +0 -1
- package/dist/svg/DashcamLiveStream.d.ts +0 -1
- package/dist/svg/DashcamLiveStream.mjs +0 -1
- package/dist/svg/Mobile.d.ts +0 -1
- package/dist/svg/Mobile.mjs +0 -1
- package/dist/svg/Omnicam.d.ts +0 -1
- package/dist/svg/Omnicam.mjs +0 -1
- package/dist/svg/Sensor.d.ts +0 -1
- package/dist/svg/Sensor.mjs +0 -1
- package/dist/svg/VehicleGateway.d.ts +0 -1
- package/dist/svg/VehicleGateway.mjs +0 -1
package/dist/meta.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "
|
|
3
|
-
"count":
|
|
2
|
+
"version": "5.0.0",
|
|
3
|
+
"count": 429,
|
|
4
4
|
"categories": {
|
|
5
5
|
"system": {
|
|
6
|
-
"count":
|
|
6
|
+
"count": 397,
|
|
7
7
|
"themeable": true
|
|
8
8
|
},
|
|
9
9
|
"flag": {
|
|
@@ -32,16 +32,6 @@
|
|
|
32
32
|
"smart-chip"
|
|
33
33
|
]
|
|
34
34
|
},
|
|
35
|
-
{
|
|
36
|
-
"name": "AIDashcamPlus",
|
|
37
|
-
"category": "system",
|
|
38
|
-
"kebab": "ai-dashcam-plus",
|
|
39
|
-
"aliases": [
|
|
40
|
-
"smart-camera",
|
|
41
|
-
"ai-camera",
|
|
42
|
-
"intelligent-dashcam"
|
|
43
|
-
]
|
|
44
|
-
},
|
|
45
35
|
{
|
|
46
36
|
"name": "AINew",
|
|
47
37
|
"category": "system",
|
|
@@ -182,16 +172,6 @@
|
|
|
182
172
|
"up-down"
|
|
183
173
|
]
|
|
184
174
|
},
|
|
185
|
-
{
|
|
186
|
-
"name": "AssetTracker",
|
|
187
|
-
"category": "system",
|
|
188
|
-
"kebab": "asset-tracker",
|
|
189
|
-
"aliases": [
|
|
190
|
-
"gps-tracker",
|
|
191
|
-
"asset-device",
|
|
192
|
-
"tracker"
|
|
193
|
-
]
|
|
194
|
-
},
|
|
195
175
|
{
|
|
196
176
|
"name": "AtSign",
|
|
197
177
|
"category": "system",
|
|
@@ -1123,18 +1103,6 @@
|
|
|
1123
1103
|
"select-add"
|
|
1124
1104
|
]
|
|
1125
1105
|
},
|
|
1126
|
-
{
|
|
1127
|
-
"name": "DVR",
|
|
1128
|
-
"category": "system",
|
|
1129
|
-
"kebab": "dvr",
|
|
1130
|
-
"aliases": [
|
|
1131
|
-
"dvr",
|
|
1132
|
-
"digital-video-recorder",
|
|
1133
|
-
"video-recorder",
|
|
1134
|
-
"recorder",
|
|
1135
|
-
"dashcam-recorder"
|
|
1136
|
-
]
|
|
1137
|
-
},
|
|
1138
1106
|
{
|
|
1139
1107
|
"name": "Dashboard",
|
|
1140
1108
|
"category": "system",
|
|
@@ -1146,25 +1114,115 @@
|
|
|
1146
1114
|
]
|
|
1147
1115
|
},
|
|
1148
1116
|
{
|
|
1149
|
-
"name": "
|
|
1117
|
+
"name": "DeviceAIDashcamPlus",
|
|
1150
1118
|
"category": "system",
|
|
1151
|
-
"kebab": "dashcam",
|
|
1119
|
+
"kebab": "device-ai-dashcam-plus",
|
|
1152
1120
|
"aliases": [
|
|
1121
|
+
"ai-dashcam-plus",
|
|
1122
|
+
"smart-camera",
|
|
1123
|
+
"ai-camera",
|
|
1124
|
+
"intelligent-dashcam"
|
|
1125
|
+
]
|
|
1126
|
+
},
|
|
1127
|
+
{
|
|
1128
|
+
"name": "DeviceAssetTracker",
|
|
1129
|
+
"category": "system",
|
|
1130
|
+
"kebab": "device-asset-tracker",
|
|
1131
|
+
"aliases": [
|
|
1132
|
+
"asset-tracker",
|
|
1133
|
+
"gps-tracker",
|
|
1134
|
+
"asset-device",
|
|
1135
|
+
"tracker"
|
|
1136
|
+
]
|
|
1137
|
+
},
|
|
1138
|
+
{
|
|
1139
|
+
"name": "DeviceDVR",
|
|
1140
|
+
"category": "system",
|
|
1141
|
+
"kebab": "device-dvr",
|
|
1142
|
+
"aliases": [
|
|
1143
|
+
"dvr",
|
|
1144
|
+
"digital-video-recorder",
|
|
1145
|
+
"video-recorder",
|
|
1146
|
+
"recorder",
|
|
1147
|
+
"dashcam-recorder"
|
|
1148
|
+
]
|
|
1149
|
+
},
|
|
1150
|
+
{
|
|
1151
|
+
"name": "DeviceDashcam",
|
|
1152
|
+
"category": "system",
|
|
1153
|
+
"kebab": "device-dashcam",
|
|
1154
|
+
"aliases": [
|
|
1155
|
+
"dashcam",
|
|
1153
1156
|
"car-camera",
|
|
1154
1157
|
"vehicle-camera",
|
|
1155
1158
|
"in-car-cam"
|
|
1156
1159
|
]
|
|
1157
1160
|
},
|
|
1158
1161
|
{
|
|
1159
|
-
"name": "
|
|
1162
|
+
"name": "DeviceDashcamLiveStream",
|
|
1160
1163
|
"category": "system",
|
|
1161
|
-
"kebab": "dashcam-live-stream",
|
|
1164
|
+
"kebab": "device-dashcam-live-stream",
|
|
1162
1165
|
"aliases": [
|
|
1166
|
+
"dashcam-live-stream",
|
|
1163
1167
|
"live-camera",
|
|
1164
1168
|
"live-feed",
|
|
1165
1169
|
"stream"
|
|
1166
1170
|
]
|
|
1167
1171
|
},
|
|
1172
|
+
{
|
|
1173
|
+
"name": "DeviceMobile",
|
|
1174
|
+
"category": "system",
|
|
1175
|
+
"kebab": "device-mobile",
|
|
1176
|
+
"aliases": [
|
|
1177
|
+
"mobile",
|
|
1178
|
+
"phone",
|
|
1179
|
+
"smartphone",
|
|
1180
|
+
"cellular"
|
|
1181
|
+
]
|
|
1182
|
+
},
|
|
1183
|
+
{
|
|
1184
|
+
"name": "DeviceOmnicam",
|
|
1185
|
+
"category": "system",
|
|
1186
|
+
"kebab": "device-omnicam",
|
|
1187
|
+
"aliases": [
|
|
1188
|
+
"omnicam",
|
|
1189
|
+
"360-camera",
|
|
1190
|
+
"side-camera",
|
|
1191
|
+
"all-around-cam"
|
|
1192
|
+
]
|
|
1193
|
+
},
|
|
1194
|
+
{
|
|
1195
|
+
"name": "DeviceSensor",
|
|
1196
|
+
"category": "system",
|
|
1197
|
+
"kebab": "device-sensor",
|
|
1198
|
+
"aliases": [
|
|
1199
|
+
"sensor",
|
|
1200
|
+
"detector",
|
|
1201
|
+
"probe",
|
|
1202
|
+
"monitor-sensor"
|
|
1203
|
+
]
|
|
1204
|
+
},
|
|
1205
|
+
{
|
|
1206
|
+
"name": "DeviceTablet",
|
|
1207
|
+
"category": "system",
|
|
1208
|
+
"kebab": "device-tablet",
|
|
1209
|
+
"aliases": [
|
|
1210
|
+
"tablet",
|
|
1211
|
+
"ipad",
|
|
1212
|
+
"device-tablet"
|
|
1213
|
+
]
|
|
1214
|
+
},
|
|
1215
|
+
{
|
|
1216
|
+
"name": "DeviceVehicleGateway",
|
|
1217
|
+
"category": "system",
|
|
1218
|
+
"kebab": "device-vehicle-gateway",
|
|
1219
|
+
"aliases": [
|
|
1220
|
+
"vehicle-gateway",
|
|
1221
|
+
"telematics-gateway",
|
|
1222
|
+
"vehicle-hub",
|
|
1223
|
+
"fleet-gateway"
|
|
1224
|
+
]
|
|
1225
|
+
},
|
|
1168
1226
|
{
|
|
1169
1227
|
"name": "Devices",
|
|
1170
1228
|
"category": "system",
|
|
@@ -2458,16 +2516,6 @@
|
|
|
2458
2516
|
"shrink"
|
|
2459
2517
|
]
|
|
2460
2518
|
},
|
|
2461
|
-
{
|
|
2462
|
-
"name": "Mobile",
|
|
2463
|
-
"category": "system",
|
|
2464
|
-
"kebab": "mobile",
|
|
2465
|
-
"aliases": [
|
|
2466
|
-
"phone",
|
|
2467
|
-
"smartphone",
|
|
2468
|
-
"cellular"
|
|
2469
|
-
]
|
|
2470
|
-
},
|
|
2471
2519
|
{
|
|
2472
2520
|
"name": "Monitor",
|
|
2473
2521
|
"category": "system",
|
|
@@ -2518,16 +2566,6 @@
|
|
|
2518
2566
|
"odo"
|
|
2519
2567
|
]
|
|
2520
2568
|
},
|
|
2521
|
-
{
|
|
2522
|
-
"name": "Omnicam",
|
|
2523
|
-
"category": "system",
|
|
2524
|
-
"kebab": "omnicam",
|
|
2525
|
-
"aliases": [
|
|
2526
|
-
"360-camera",
|
|
2527
|
-
"side-camera",
|
|
2528
|
-
"all-around-cam"
|
|
2529
|
-
]
|
|
2530
|
-
},
|
|
2531
2569
|
{
|
|
2532
2570
|
"name": "OverviewAI",
|
|
2533
2571
|
"category": "system",
|
|
@@ -3122,16 +3160,6 @@
|
|
|
3122
3160
|
"belt-clip"
|
|
3123
3161
|
]
|
|
3124
3162
|
},
|
|
3125
|
-
{
|
|
3126
|
-
"name": "Sensor",
|
|
3127
|
-
"category": "system",
|
|
3128
|
-
"kebab": "sensor",
|
|
3129
|
-
"aliases": [
|
|
3130
|
-
"detector",
|
|
3131
|
-
"probe",
|
|
3132
|
-
"monitor-sensor"
|
|
3133
|
-
]
|
|
3134
|
-
},
|
|
3135
3163
|
{
|
|
3136
3164
|
"name": "Shapes",
|
|
3137
3165
|
"category": "system",
|
|
@@ -3773,16 +3801,6 @@
|
|
|
3773
3801
|
"push"
|
|
3774
3802
|
]
|
|
3775
3803
|
},
|
|
3776
|
-
{
|
|
3777
|
-
"name": "VehicleGateway",
|
|
3778
|
-
"category": "system",
|
|
3779
|
-
"kebab": "vehicle-gateway",
|
|
3780
|
-
"aliases": [
|
|
3781
|
-
"telematics-gateway",
|
|
3782
|
-
"vehicle-hub",
|
|
3783
|
-
"fleet-gateway"
|
|
3784
|
-
]
|
|
3785
|
-
},
|
|
3786
3804
|
{
|
|
3787
3805
|
"name": "VehicleTrailer",
|
|
3788
3806
|
"category": "system",
|
package/dist/sprite.svg
CHANGED
|
@@ -5,9 +5,6 @@
|
|
|
5
5
|
<symbol id="ai-chip" viewBox="0 0 16 16" fill="currentColor">
|
|
6
6
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M8.69503 10L7.1943 6H6.50073L5 10H5.75336L5.9985 9.31429H7.69654L7.94168 10H8.69503ZM6.84154 6.98857H6.8535L7.46933 8.68571H6.2257L6.84154 6.98857Z" fill="currentColor"/><path d="M10 10V6H9.25262V10H10Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11 15V14H8.5V15H7.5V14H5L5 15H4L4 14H3.5C2.67157 14 2 13.3284 2 12.5V12H1V11H2V8.5H1V7.5H2V5H1V4H2V3.5C2 2.67157 2.67157 2 3.5 2H4V1H5V2H7.5V1H8.5V2H11V1H12V2H12.5C13.3284 2 14 2.67157 14 3.5V4H15V5H14V7.5H15V8.5H14V11H15V12H14V12.5C14 13.3284 13.3284 14 12.5 14H12V15H11ZM3.5 3C3.22386 3 3 3.22386 3 3.5V12.5C3 12.7761 3.22386 13 3.5 13H12.5C12.7761 13 13 12.7761 13 12.5V3.5C13 3.22386 12.7761 3 12.5 3H3.5Z" fill="currentColor"/>
|
|
7
7
|
</symbol>
|
|
8
|
-
<symbol id="ai-dashcam-plus" viewBox="0 0 16 16" fill="currentColor">
|
|
9
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.5 6.5C5.32843 6.5 6 7.17157 6 8C6 8.82843 5.32843 9.5 4.5 9.5C3.67157 9.5 3 8.82843 3 8C3 7.17157 3.67157 6.5 4.5 6.5ZM4.5 7.5C4.22386 7.5 4 7.72386 4 8C4 8.27614 4.22386 8.5 4.5 8.5C4.77614 8.5 5 8.27614 5 8C5 7.72386 4.77614 7.5 4.5 7.5Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11.5557 4.5C12.2542 4.5 12.9435 4.6622 13.5684 4.97461L14.7236 5.55273L15 5.69141V10.3086L14.7236 10.4473L13.5684 11.0254C12.9435 11.3378 12.2542 11.5 11.5557 11.5H4.44434C3.74575 11.5 3.05648 11.3378 2.43164 11.0254L1.27637 10.4473L1 10.3086V5.69141L1.27637 5.55273L2.43164 4.97461C3.05648 4.6622 3.74575 4.5 4.44434 4.5H11.5557ZM4.44434 5.5C3.901 5.5 3.36489 5.62616 2.87891 5.86914L2 6.30859V9.69043L2.87891 10.1309C3.36489 10.3738 3.901 10.5 4.44434 10.5H9.5V5.5H4.44434ZM10.5 9.5V10.5H11.5557C11.7047 10.5 11.853 10.4895 12 10.4707V9.5H10.5ZM13 10.1865C13.0404 10.1682 13.0813 10.1508 13.1211 10.1309L14 9.69043V6.30859L13.1211 5.86914C13.0812 5.84919 13.0406 5.83087 13 5.8125V10.1865ZM10.5 8.5H12V5.52832C11.853 5.50955 11.7046 5.5 11.5557 5.5H10.5V8.5Z" fill="currentColor"/>
|
|
10
|
-
</symbol>
|
|
11
8
|
<symbol id="ai-new" viewBox="0 0 16 16" fill="currentColor">
|
|
12
9
|
<path d="M8.5 14.5H7.5V11.5H8.5V14.5Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M13.416 3.27734L9.41602 9.27734L9.27734 9.41602L3.27734 13.416L2.58398 12.7227L6.58398 6.72363L6.72266 6.58398L12.7227 2.58398L13.416 3.27734ZM4.80273 11.1982L8.21582 8.92285L7.07812 7.78418L4.80273 11.1982Z" fill="currentColor"/><path d="M12.9609 12.2461L12.2539 12.9531L10.1328 10.832L10.8398 10.125L12.9609 12.2461Z" fill="currentColor"/><path d="M4.50488 8.50488H1.50488V7.50488H4.50488V8.50488Z" fill="currentColor"/><path d="M14.5049 8.50488H11.5049V7.50488H14.5049V8.50488Z" fill="currentColor"/><path d="M5.89062 5.1748L5.18262 5.88184L3.06152 3.76074L3.76855 3.05371L5.89062 5.1748Z" fill="currentColor"/><path d="M8.5 4.5H7.5V1.5H8.5V4.5Z" fill="currentColor"/>
|
|
13
10
|
</symbol>
|
|
@@ -50,9 +47,6 @@
|
|
|
50
47
|
<symbol id="arrows-vertical" viewBox="0 0 16 16" fill="currentColor">
|
|
51
48
|
<path d="M4.00985 3L1.64648 5.36337L2.35359 6.07047L4.00004 4.42402V13H5.00004V4.42403L6.64648 6.07047L7.35359 5.36337L4.99023 3H4.00985Z" fill="currentColor"/><path d="M11 11.5719L11 3H12L12 11.5739L13.6475 9.92645L14.3546 10.6336L11.9881 13H11.0139L8.64746 10.6336L9.35457 9.92645L11 11.5719Z" fill="currentColor"/>
|
|
52
49
|
</symbol>
|
|
53
|
-
<symbol id="asset-tracker" viewBox="0 0 16 16" fill="currentColor">
|
|
54
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.00002 4H10V10H6.00002V4ZM7.00002 5V9H9.00002V5H7.00002Z" fill="currentColor"/><path d="M7 12H9V11H7V12Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M6 1V2H5.5C4.67157 2 4 2.67157 4 3.5L4 12.5C4 13.3284 4.67157 14 5.5 14H6V15H10V14H10.5C11.3284 14 12 13.3284 12 12.5V3.5C12 2.67157 11.3284 2 10.5 2H10V1H6ZM5.5 3C5.22386 3 5 3.22386 5 3.5L5 12.5C5 12.7761 5.22386 13 5.5 13H10.5C10.7761 13 11 12.7761 11 12.5V3.5C11 3.22386 10.7761 3 10.5 3H5.5Z" fill="currentColor"/>
|
|
55
|
-
</symbol>
|
|
56
50
|
<symbol id="at-sign" viewBox="0 0 16 16" fill="currentColor">
|
|
57
51
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M3 8C3 5.23858 5.23858 3 8 3C10.7614 3 13 5.23858 13 8C13 8.42661 12.9467 8.84006 12.8466 9.23434C12.7339 9.67825 12.2703 10 11.6765 10H11.5C11.2239 10 11 9.77614 11 9.5V5H10V5.76389C9.46924 5.28885 8.76835 5 8 5C6.34315 5 5 6.34315 5 8C5 9.65685 6.34315 11 8 11C8.83299 11 9.58668 10.6605 10.1303 10.1123C10.3645 10.6355 10.8897 11 11.5 11H11.6765C12.585 11 13.559 10.4925 13.8159 9.48036C13.9362 9.00633 14 8.51026 14 8C14 4.68629 11.3137 2 8 2C4.68629 2 2 4.68629 2 8C2 11.3137 4.68629 14 8 14C9.20667 14 10.3315 13.6433 11.2731 13.0294L10.7269 12.1917C9.94289 12.7029 9.00691 13 8 13C5.23858 13 3 10.7614 3 8ZM10 8C10 6.89543 9.10457 6 8 6C6.89543 6 6 6.89543 6 8C6 9.10457 6.89543 10 8 10C9.10457 10 10 9.10457 10 8Z" fill="currentColor"/>
|
|
58
52
|
</symbol>
|
|
@@ -332,18 +326,39 @@
|
|
|
332
326
|
<symbol id="cursor-pointer-plus" viewBox="0 0 16 16" fill="currentColor">
|
|
333
327
|
<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"/>
|
|
334
328
|
</symbol>
|
|
335
|
-
<symbol id="dvr" viewBox="0 0 16 16" fill="currentColor">
|
|
336
|
-
<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"/>
|
|
337
|
-
</symbol>
|
|
338
329
|
<symbol id="dashboard" viewBox="0 0 16 16" fill="currentColor">
|
|
339
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"/>
|
|
340
331
|
</symbol>
|
|
341
|
-
<symbol id="dashcam" viewBox="0 0 16 16" fill="currentColor">
|
|
332
|
+
<symbol id="device-ai-dashcam-plus" viewBox="0 0 16 16" fill="currentColor">
|
|
333
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.5 6.5C5.32843 6.5 6 7.17157 6 8C6 8.82843 5.32843 9.5 4.5 9.5C3.67157 9.5 3 8.82843 3 8C3 7.17157 3.67157 6.5 4.5 6.5ZM4.5 7.5C4.22386 7.5 4 7.72386 4 8C4 8.27614 4.22386 8.5 4.5 8.5C4.77614 8.5 5 8.27614 5 8C5 7.72386 4.77614 7.5 4.5 7.5Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M11.5557 4.5C12.2542 4.5 12.9435 4.6622 13.5684 4.97461L14.7236 5.55273L15 5.69141V10.3086L14.7236 10.4473L13.5684 11.0254C12.9435 11.3378 12.2542 11.5 11.5557 11.5H4.44434C3.74575 11.5 3.05648 11.3378 2.43164 11.0254L1.27637 10.4473L1 10.3086V5.69141L1.27637 5.55273L2.43164 4.97461C3.05648 4.6622 3.74575 4.5 4.44434 4.5H11.5557ZM4.44434 5.5C3.901 5.5 3.36489 5.62616 2.87891 5.86914L2 6.30859V9.69043L2.87891 10.1309C3.36489 10.3738 3.901 10.5 4.44434 10.5H9.5V5.5H4.44434ZM10.5 9.5V10.5H11.5557C11.7047 10.5 11.853 10.4895 12 10.4707V9.5H10.5ZM13 10.1865C13.0404 10.1682 13.0813 10.1508 13.1211 10.1309L14 9.69043V6.30859L13.1211 5.86914C13.0812 5.84919 13.0406 5.83087 13 5.8125V10.1865ZM10.5 8.5H12V5.52832C11.853 5.50955 11.7046 5.5 11.5557 5.5H10.5V8.5Z" fill="currentColor"/>
|
|
334
|
+
</symbol>
|
|
335
|
+
<symbol id="device-asset-tracker" viewBox="0 0 16 16" fill="currentColor">
|
|
336
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M6.00002 4H10V10H6.00002V4ZM7.00002 5V9H9.00002V5H7.00002Z" fill="currentColor"/><path d="M7 12H9V11H7V12Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M6 1V2H5.5C4.67157 2 4 2.67157 4 3.5L4 12.5C4 13.3284 4.67157 14 5.5 14H6V15H10V14H10.5C11.3284 14 12 13.3284 12 12.5V3.5C12 2.67157 11.3284 2 10.5 2H10V1H6ZM5.5 3C5.22386 3 5 3.22386 5 3.5L5 12.5C5 12.7761 5.22386 13 5.5 13H10.5C10.7761 13 11 12.7761 11 12.5V3.5C11 3.22386 10.7761 3 10.5 3H5.5Z" fill="currentColor"/>
|
|
337
|
+
</symbol>
|
|
338
|
+
<symbol id="device-dvr" viewBox="0 0 16 16" fill="currentColor">
|
|
339
|
+
<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"/>
|
|
340
|
+
</symbol>
|
|
341
|
+
<symbol id="device-dashcam" viewBox="0 0 16 16" fill="currentColor">
|
|
342
342
|
<path d="M9 10C9 10.5523 8.55228 11 8 11C7.44772 11 7 10.5523 7 10C7 9.44772 7.44772 9 8 9C8.55228 9 9 9.44772 9 10Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M3.5 3C2.11929 3 1 4.11929 1 5.5V10.5C1 11.8807 2.11929 13 3.5 13H12.5C13.8807 13 15 11.8807 15 10.5V5.5C15 4.11929 13.8807 3 12.5 3H3.5ZM11 12H12.5C13.3284 12 14 11.3284 14 10.5V5.5C14 4.67157 13.3284 4 12.5 4L8.5 4V7H9.5C10.3284 7 11 7.67157 11 8.5V12ZM7.5 7V4H3.5C2.67157 4 2 4.67157 2 5.5V10.5C2 11.3284 2.67157 12 3.5 12H5V8.5C5 7.67157 5.67157 7 6.5 7H7.5ZM10 12V8.5C10 8.22386 9.77614 8 9.5 8H6.5C6.22386 8 6 8.22386 6 8.5V12H10Z" fill="currentColor"/>
|
|
343
343
|
</symbol>
|
|
344
|
-
<symbol id="dashcam-live-stream" viewBox="0 0 16 16" fill="currentColor">
|
|
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-mobile" viewBox="0 0 16 16" fill="currentColor">
|
|
348
|
+
<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
|
+
</symbol>
|
|
350
|
+
<symbol id="device-omnicam" viewBox="0 0 16 16" fill="currentColor">
|
|
351
|
+
<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
|
+
</symbol>
|
|
353
|
+
<symbol id="device-sensor" viewBox="0 0 16 16" fill="currentColor">
|
|
354
|
+
<path d="M8.5 10.5C8.5 10.2239 8.27614 10 8 10C7.72386 10 7.5 10.2239 7.5 10.5V11.5C7.5 11.7761 7.72386 12 8 12C8.27614 12 8.5 11.7761 8.5 11.5V10.5Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5C2 3.11929 3.11929 2 4.5 2H11.5C12.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.5ZM11.5 13H11V9C11 8.44772 10.5523 8 10 8H6C5.44772 8 5 8.44772 5 9V13H4.5C3.67157 13 3 12.3284 3 11.5V4.5C3 3.67157 3.67157 3 4.5 3H11.5C12.3284 3 13 3.67157 13 4.5V11.5C13 12.3284 12.3284 13 11.5 13ZM10 9V13H6V9H10Z" fill="currentColor"/>
|
|
355
|
+
</symbol>
|
|
356
|
+
<symbol id="device-tablet" viewBox="0 0 16 16" fill="currentColor">
|
|
357
|
+
<path d="M10 11H6V10H10V11Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M13.1533 3.00781C13.9097 3.08461 14.5 3.72334 14.5 4.5V11.5C14.5 12.2767 13.9097 12.9154 13.1533 12.9922L13 13H3C2.22334 13 1.58461 12.4097 1.50781 11.6533L1.5 11.5V4.5C1.5 3.67157 2.17157 3 3 3H13L13.1533 3.00781ZM3 4C2.72386 4 2.5 4.22386 2.5 4.5V11.5C2.5 11.7761 2.72386 12 3 12H13C13.2761 12 13.5 11.7761 13.5 11.5V4.5C13.5 4.22386 13.2761 4 13 4H3Z" fill="currentColor"/>
|
|
358
|
+
</symbol>
|
|
359
|
+
<symbol id="device-vehicle-gateway" viewBox="0 0 16 16" fill="currentColor">
|
|
360
|
+
<path d="M7.46243 6.00091H8.56717V8.24134L9.89454 6H11.0027V9.61424H10.0782V7.32395L8.73335 9.61424H7.64614V7.33078L6.29441 9.61515H5.00323V8.78335H5.81568L7.46243 6.00091Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M4.5 2C3.11929 2 2 3.11929 2 4.5V5H1V6H2V10H1V11H2V11.5C2 12.8807 3.11929 14 4.5 14H11.5C12.8807 14 14 12.8807 14 11.5V4.5C14 3.11929 12.8807 2 11.5 2H4.5ZM3 4.5C3 3.67157 3.67157 3 4.5 3H11.5C12.3284 3 13 3.67157 13 4.5V11.5C13 12.3284 12.3284 13 11.5 13H4.5C3.67157 13 3 12.3284 3 11.5V4.5Z" fill="currentColor"/>
|
|
361
|
+
</symbol>
|
|
347
362
|
<symbol id="devices" viewBox="0 0 16 16" fill="currentColor">
|
|
348
363
|
<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"/>
|
|
349
364
|
</symbol>
|
|
@@ -725,9 +740,6 @@
|
|
|
725
740
|
<symbol id="minimize" viewBox="0 0 16 16" fill="currentColor">
|
|
726
741
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M14 13H2V12H14V13Z" fill="currentColor"/>
|
|
727
742
|
</symbol>
|
|
728
|
-
<symbol id="mobile" viewBox="0 0 16 16" fill="currentColor">
|
|
729
|
-
<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"/>
|
|
730
|
-
</symbol>
|
|
731
743
|
<symbol id="monitor" viewBox="0 0 16 16" fill="currentColor">
|
|
732
744
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.5 3C1.67157 3 1 3.67157 1 4.5V10.5C1 11.3284 1.67157 12 2.5 12H7.5V13H5V14H11V13H8.5V12H13.5C14.3284 12 15 11.3284 15 10.5V4.5C15 3.67157 14.3284 3 13.5 3H2.5ZM2 4.5C2 4.22386 2.22386 4 2.5 4H13.5C13.7761 4 14 4.22386 14 4.5V10.5C14 10.7761 13.7761 11 13.5 11H2.5C2.22386 11 2 10.7761 2 10.5V4.5Z" fill="currentColor"/>
|
|
733
745
|
</symbol>
|
|
@@ -743,9 +755,6 @@
|
|
|
743
755
|
<symbol id="odometer" viewBox="0 0 16 16" fill="currentColor">
|
|
744
756
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M4.5 6C3.67157 6 3 6.67157 3 7.5V8.5C3 9.32843 3.67157 10 4.5 10C5.32843 10 6 9.32843 6 8.5V7.5C6 6.67157 5.32843 6 4.5 6ZM4 7.5C4 7.22386 4.22386 7 4.5 7C4.77614 7 5 7.22386 5 7.5V8.5C5 8.77614 4.77614 9 4.5 9C4.22386 9 4 8.77614 4 8.5V7.5Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M10 7.5C10 6.67157 10.6716 6 11.5 6C12.3284 6 13 6.67157 13 7.5V8.5C13 9.32843 12.3284 10 11.5 10C10.6716 10 10 9.32843 10 8.5V7.5ZM11.5 7C11.2239 7 11 7.22386 11 7.5V8.5C11 8.77614 11.2239 9 11.5 9C11.7761 9 12 8.77614 12 8.5V7.5C12 7.22386 11.7761 7 11.5 7Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M2.5 3C1.67157 3 1 3.67157 1 4.5V11.5C1 12.3284 1.67157 13 2.5 13H13.5C14.3284 13 15 12.3284 15 11.5V4.5C15 3.67157 14.3284 3 13.5 3H2.5ZM2 4.5C2 4.22386 2.22386 4 2.5 4H7.5V12H2.5C2.22386 12 2 11.7761 2 11.5V4.5ZM13.5 12C13.7761 12 14 11.7761 14 11.5V4.5C14 4.22386 13.7761 4 13.5 4H8.5V12H13.5Z" fill="currentColor"/>
|
|
745
757
|
</symbol>
|
|
746
|
-
<symbol id="omnicam" viewBox="0 0 16 16" fill="currentColor">
|
|
747
|
-
<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"/>
|
|
748
|
-
</symbol>
|
|
749
758
|
<symbol id="overview-ai" viewBox="0 0 16 16" fill="currentColor">
|
|
750
759
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M13.5 6.5C14.3284 6.5 15 7.17157 15 8V12C15 12.8284 14.3284 13.5 13.5 13.5H2.5C1.67157 13.5 1 12.8284 1 12V8C1 7.17157 1.67157 6.5 2.5 6.5H13.5ZM2.5 7.5C2.22386 7.5 2 7.72386 2 8V12C2 12.2761 2.22386 12.5 2.5 12.5H5.33301V7.5H2.5ZM6.33301 12.5H9.66699V7.5H6.33301V12.5ZM10.667 12.5H13.5C13.7761 12.5 14 12.2761 14 12V8C14 7.72386 13.7761 7.5 13.5 7.5H10.667V12.5Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M12.5 2.5C13.3284 2.5 14 3.17157 14 4C14 4.82843 13.3284 5.5 12.5 5.5H3.5C2.67157 5.5 2 4.82843 2 4C2 3.17157 2.67157 2.5 3.5 2.5H12.5ZM3.5 3.5C3.22386 3.5 3 3.72386 3 4C3 4.27614 3.22386 4.5 3.5 4.5H12.5C12.7761 4.5 13 4.27614 13 4C13 3.72386 12.7761 3.5 12.5 3.5H3.5Z" fill="currentColor"/>
|
|
751
760
|
</symbol>
|
|
@@ -923,9 +932,6 @@
|
|
|
923
932
|
<symbol id="seatbelt-buckle" viewBox="0 0 16 16" fill="currentColor">
|
|
924
933
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M14.7072 4.00008L12.0001 1.29297L10.6465 2.6465L10.1465 2.14648L8.50008 3.79293V4.79293L6.79297 6.50004L9.50008 9.20714L11.2072 7.50004H12.2072L13.8536 5.85359L13.3536 5.35361L14.7072 4.00008ZM10.0001 3.70716L12.2929 6.00006L11.793 6.50004H11.2073L9.50008 4.79285V4.20714L10.0001 3.70716ZM9.00012 5.7071L8.20722 6.5L9.50012 7.79289L10.293 7L9.00012 5.7071ZM12.5001 4.79297L11.2072 3.50008L12.0001 2.70718L13.293 4.00008L12.5001 4.79297Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M7.20727 12.5001H5.7072L4.00008 14.2072L1.79297 12.0001L3.50017 10.2929L3.50017 8.79295L5.50017 6.79295L9.20728 10.5001L7.20727 12.5001ZM4.00008 12.793L3.20718 12.0001L4.00008 11.2072L4.79297 12.0001L4.00008 12.793ZM6.79306 11.5001L7.79306 10.5001L5.50017 8.20717L4.50017 9.20717L4.50017 10.293L5.70727 11.5001H6.79306Z" fill="currentColor"/>
|
|
925
934
|
</symbol>
|
|
926
|
-
<symbol id="sensor" viewBox="0 0 16 16" fill="currentColor">
|
|
927
|
-
<path d="M8.5 10.5C8.5 10.2239 8.27614 10 8 10C7.72386 10 7.5 10.2239 7.5 10.5V11.5C7.5 11.7761 7.72386 12 8 12C8.27614 12 8.5 11.7761 8.5 11.5V10.5Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M2 4.5C2 3.11929 3.11929 2 4.5 2H11.5C12.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.5ZM11.5 13H11V9C11 8.44772 10.5523 8 10 8H6C5.44772 8 5 8.44772 5 9V13H4.5C3.67157 13 3 12.3284 3 11.5V4.5C3 3.67157 3.67157 3 4.5 3H11.5C12.3284 3 13 3.67157 13 4.5V11.5C13 12.3284 12.3284 13 11.5 13ZM10 9V13H6V9H10Z" fill="currentColor"/>
|
|
928
|
-
</symbol>
|
|
929
935
|
<symbol id="shapes" viewBox="0 0 16 16" fill="currentColor">
|
|
930
936
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 1.29291L14.7071 4.00001L12.5 6.20714V10.063C13.3626 10.285 14 11.0681 14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12C10 11.0681 10.6374 10.285 11.5 10.063V6.20711L9.79289 4.5H5.93699C5.7561 5.2028 5.2028 5.7561 4.5 5.93699V10H6V14H2V10H3.5V5.93699C2.63739 5.71497 2 4.93192 2 4C2 2.89543 2.89543 2 4 2C4.93192 2 5.71497 2.63739 5.93699 3.5H9.79292L12 1.29291ZM10.7071 4.00001L12 5.29291L13.2929 4.00001L12 2.70712L10.7071 4.00001ZM4 3C3.44772 3 3 3.44772 3 4C3 4.55228 3.44772 5 4 5C4.55228 5 5 4.55228 5 4C5 3.44772 4.55228 3 4 3ZM12 11C11.4477 11 11 11.4477 11 12C11 12.5523 11.4477 13 12 13C12.5523 13 13 12.5523 13 12C13 11.4477 12.5523 11 12 11ZM3 13V11H5V13H3Z" fill="currentColor"/>
|
|
931
937
|
</symbol>
|
|
@@ -1118,9 +1124,6 @@
|
|
|
1118
1124
|
<symbol id="upload" viewBox="0 0 16 16" fill="currentColor">
|
|
1119
1125
|
<path d="M8.5 3.41624L10.1216 5.03782L10.8287 4.33071L8.49798 2H7.50255L5.17184 4.33071L5.87894 5.03782L7.5 3.41676V10H8.5V3.41624Z" fill="currentColor"/><path d="M2 12.5V10H3V12.5C3 12.7762 3.22386 13 3.5 13H12.5C12.7761 13 13 12.7762 13 12.5V10H14V12.5C14 13.3284 13.3284 14 12.5 14H3.5C2.67157 14 2 13.3284 2 12.5Z" fill="currentColor"/>
|
|
1120
1126
|
</symbol>
|
|
1121
|
-
<symbol id="vehicle-gateway" viewBox="0 0 16 16" fill="currentColor">
|
|
1122
|
-
<path d="M7.46243 6.00091H8.56717V8.24134L9.89454 6H11.0027V9.61424H10.0782V7.32395L8.73335 9.61424H7.64614V7.33078L6.29441 9.61515H5.00323V8.78335H5.81568L7.46243 6.00091Z" fill="currentColor"/><path fill-rule="evenodd" clip-rule="evenodd" d="M4.5 2C3.11929 2 2 3.11929 2 4.5V5H1V6H2V10H1V11H2V11.5C2 12.8807 3.11929 14 4.5 14H11.5C12.8807 14 14 12.8807 14 11.5V4.5C14 3.11929 12.8807 2 11.5 2H4.5ZM3 4.5C3 3.67157 3.67157 3 4.5 3H11.5C12.3284 3 13 3.67157 13 4.5V11.5C13 12.3284 12.3284 13 11.5 13H4.5C3.67157 13 3 12.3284 3 11.5V4.5Z" fill="currentColor"/>
|
|
1123
|
-
</symbol>
|
|
1124
1127
|
<symbol id="vehicle-trailer" viewBox="0 0 16 16" fill="currentColor">
|
|
1125
1128
|
<path fill-rule="evenodd" clip-rule="evenodd" d="M2.5 3H15V4H2.5C2.22386 4 2 4.22386 2 4.5V12H4C4 10.8954 4.89543 10 6 10C7.10457 10 8 10.8954 8 12H9C9 10.8954 9.89543 10 11 10C12.1046 10 13 10.8954 13 12H15V13H12.7324C12.3866 13.5978 11.7403 14 11 14C10.2597 14 9.61337 13.5978 9.26756 13H7.73244C7.38663 13.5978 6.74028 14 6 14C5.25972 14 4.61337 13.5978 4.26756 13H1V4.5C1 3.67157 1.67157 3 2.5 3ZM6 11C5.44772 11 5 11.4477 5 12C5 12.5523 5.44772 13 6 13C6.55228 13 7 12.5523 7 12C7 11.4477 6.55228 11 6 11ZM10 12C10 11.4477 10.4477 11 11 11C11.5523 11 12 11.4477 12 12C12 12.5523 11.5523 13 11 13C10.4477 13 10 12.5523 10 12Z" fill="currentColor"/>
|
|
1126
1129
|
</symbol>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const DeviceAIDashcamPlus: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const DeviceAIDashcamPlus = "<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=\"M4.5 6.5C5.32843 6.5 6 7.17157 6 8C6 8.82843 5.32843 9.5 4.5 9.5C3.67157 9.5 3 8.82843 3 8C3 7.17157 3.67157 6.5 4.5 6.5ZM4.5 7.5C4.22386 7.5 4 7.72386 4 8C4 8.27614 4.22386 8.5 4.5 8.5C4.77614 8.5 5 8.27614 5 8C5 7.72386 4.77614 7.5 4.5 7.5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.5557 4.5C12.2542 4.5 12.9435 4.6622 13.5684 4.97461L14.7236 5.55273L15 5.69141V10.3086L14.7236 10.4473L13.5684 11.0254C12.9435 11.3378 12.2542 11.5 11.5557 11.5H4.44434C3.74575 11.5 3.05648 11.3378 2.43164 11.0254L1.27637 10.4473L1 10.3086V5.69141L1.27637 5.55273L2.43164 4.97461C3.05648 4.6622 3.74575 4.5 4.44434 4.5H11.5557ZM4.44434 5.5C3.901 5.5 3.36489 5.62616 2.87891 5.86914L2 6.30859V9.69043L2.87891 10.1309C3.36489 10.3738 3.901 10.5 4.44434 10.5H9.5V5.5H4.44434ZM10.5 9.5V10.5H11.5557C11.7047 10.5 11.853 10.4895 12 10.4707V9.5H10.5ZM13 10.1865C13.0404 10.1682 13.0813 10.1508 13.1211 10.1309L14 9.69043V6.30859L13.1211 5.86914C13.0812 5.84919 13.0406 5.83087 13 5.8125V10.1865ZM10.5 8.5H12V5.52832C11.853 5.50955 11.7046 5.5 11.5557 5.5H10.5V8.5Z\" fill=\"currentColor\"/></svg>";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const DeviceAssetTracker: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const DeviceAssetTracker = "<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=\"M6.00002 4H10V10H6.00002V4ZM7.00002 5V9H9.00002V5H7.00002Z\" fill=\"currentColor\"/><path d=\"M7 12H9V11H7V12Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M6 1V2H5.5C4.67157 2 4 2.67157 4 3.5L4 12.5C4 13.3284 4.67157 14 5.5 14H6V15H10V14H10.5C11.3284 14 12 13.3284 12 12.5V3.5C12 2.67157 11.3284 2 10.5 2H10V1H6ZM5.5 3C5.22386 3 5 3.22386 5 3.5L5 12.5C5 12.7761 5.22386 13 5.5 13H10.5C10.7761 13 11 12.7761 11 12.5V3.5C11 3.22386 10.7761 3 10.5 3H5.5Z\" fill=\"currentColor\"/></svg>";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const DeviceDVR: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const DeviceDVR = "<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>";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const DeviceDashcam: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const DeviceDashcam = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M9 10C9 10.5523 8.55228 11 8 11C7.44772 11 7 10.5523 7 10C7 9.44772 7.44772 9 8 9C8.55228 9 9 9.44772 9 10Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.5 3C2.11929 3 1 4.11929 1 5.5V10.5C1 11.8807 2.11929 13 3.5 13H12.5C13.8807 13 15 11.8807 15 10.5V5.5C15 4.11929 13.8807 3 12.5 3H3.5ZM11 12H12.5C13.3284 12 14 11.3284 14 10.5V5.5C14 4.67157 13.3284 4 12.5 4L8.5 4V7H9.5C10.3284 7 11 7.67157 11 8.5V12ZM7.5 7V4H3.5C2.67157 4 2 4.67157 2 5.5V10.5C2 11.3284 2.67157 12 3.5 12H5V8.5C5 7.67157 5.67157 7 6.5 7H7.5ZM10 12V8.5C10 8.22386 9.77614 8 9.5 8H6.5C6.22386 8 6 8.22386 6 8.5V12H10Z\" fill=\"currentColor\"/></svg>";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const DeviceDashcamLiveStream: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const DeviceDashcamLiveStream = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><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\"/></svg>";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const DeviceMobile: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const DeviceMobile = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><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\"/></svg>";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const DeviceOmnicam: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const DeviceOmnicam = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><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\"/></svg>";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const DeviceSensor: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const DeviceSensor = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M8.5 10.5C8.5 10.2239 8.27614 10 8 10C7.72386 10 7.5 10.2239 7.5 10.5V11.5C7.5 11.7761 7.72386 12 8 12C8.27614 12 8.5 11.7761 8.5 11.5V10.5Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 4.5C2 3.11929 3.11929 2 4.5 2H11.5C12.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.5ZM11.5 13H11V9C11 8.44772 10.5523 8 10 8H6C5.44772 8 5 8.44772 5 9V13H4.5C3.67157 13 3 12.3284 3 11.5V4.5C3 3.67157 3.67157 3 4.5 3H11.5C12.3284 3 13 3.67157 13 4.5V11.5C13 12.3284 12.3284 13 11.5 13ZM10 9V13H6V9H10Z\" fill=\"currentColor\"/></svg>";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const DeviceTablet: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const DeviceTablet = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M10 11H6V10H10V11Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M13.1533 3.00781C13.9097 3.08461 14.5 3.72334 14.5 4.5V11.5C14.5 12.2767 13.9097 12.9154 13.1533 12.9922L13 13H3C2.22334 13 1.58461 12.4097 1.50781 11.6533L1.5 11.5V4.5C1.5 3.67157 2.17157 3 3 3H13L13.1533 3.00781ZM3 4C2.72386 4 2.5 4.22386 2.5 4.5V11.5C2.5 11.7761 2.72386 12 3 12H13C13.2761 12 13.5 11.7761 13.5 11.5V4.5C13.5 4.22386 13.2761 4 13 4H3Z\" fill=\"currentColor\"/></svg>";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const DeviceVehicleGateway: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export const DeviceVehicleGateway = "<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M7.46243 6.00091H8.56717V8.24134L9.89454 6H11.0027V9.61424H10.0782V7.32395L8.73335 9.61424H7.64614V7.33078L6.29441 9.61515H5.00323V8.78335H5.81568L7.46243 6.00091Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M4.5 2C3.11929 2 2 3.11929 2 4.5V5H1V6H2V10H1V11H2V11.5C2 12.8807 3.11929 14 4.5 14H11.5C12.8807 14 14 12.8807 14 11.5V4.5C14 3.11929 12.8807 2 11.5 2H4.5ZM3 4.5C3 3.67157 3.67157 3 4.5 3H11.5C12.3284 3 13 3.67157 13 4.5V11.5C13 12.3284 12.3284 13 11.5 13H4.5C3.67157 13 3 12.3284 3 11.5V4.5Z\" fill=\"currentColor\"/></svg>";
|
package/dist/svg/index.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
export { AI } from './AI.mjs';
|
|
2
2
|
export { AIChip } from './AIChip.mjs';
|
|
3
|
-
export { AIDashcamPlus } from './AIDashcamPlus.mjs';
|
|
4
3
|
export { AINew } from './AINew.mjs';
|
|
5
4
|
export { AISparkle } from './AISparkle.mjs';
|
|
6
5
|
export { AUX } from './AUX.mjs';
|
|
@@ -15,7 +14,6 @@ export { ArrowsDiagonal } from './ArrowsDiagonal.mjs';
|
|
|
15
14
|
export { ArrowsDiff } from './ArrowsDiff.mjs';
|
|
16
15
|
export { ArrowsDiffDisabled } from './ArrowsDiffDisabled.mjs';
|
|
17
16
|
export { ArrowsVertical } from './ArrowsVertical.mjs';
|
|
18
|
-
export { AssetTracker } from './AssetTracker.mjs';
|
|
19
17
|
export { AtSign } from './AtSign.mjs';
|
|
20
18
|
export { Avatar } from './Avatar.mjs';
|
|
21
19
|
export { BackslashBrackets } from './BackslashBrackets.mjs';
|
|
@@ -109,10 +107,17 @@ export { Cup } from './Cup.mjs';
|
|
|
109
107
|
export { CursorPointer } from './CursorPointer.mjs';
|
|
110
108
|
export { CursorPointerMinus } from './CursorPointerMinus.mjs';
|
|
111
109
|
export { CursorPointerPlus } from './CursorPointerPlus.mjs';
|
|
112
|
-
export { DVR } from './DVR.mjs';
|
|
113
110
|
export { Dashboard } from './Dashboard.mjs';
|
|
114
|
-
export {
|
|
115
|
-
export {
|
|
111
|
+
export { DeviceAIDashcamPlus } from './DeviceAIDashcamPlus.mjs';
|
|
112
|
+
export { DeviceAssetTracker } from './DeviceAssetTracker.mjs';
|
|
113
|
+
export { DeviceDVR } from './DeviceDVR.mjs';
|
|
114
|
+
export { DeviceDashcam } from './DeviceDashcam.mjs';
|
|
115
|
+
export { DeviceDashcamLiveStream } from './DeviceDashcamLiveStream.mjs';
|
|
116
|
+
export { DeviceMobile } from './DeviceMobile.mjs';
|
|
117
|
+
export { DeviceOmnicam } from './DeviceOmnicam.mjs';
|
|
118
|
+
export { DeviceSensor } from './DeviceSensor.mjs';
|
|
119
|
+
export { DeviceTablet } from './DeviceTablet.mjs';
|
|
120
|
+
export { DeviceVehicleGateway } from './DeviceVehicleGateway.mjs';
|
|
116
121
|
export { Devices } from './Devices.mjs';
|
|
117
122
|
export { Document } from './Document.mjs';
|
|
118
123
|
export { DocumentArrow } from './DocumentArrow.mjs';
|
|
@@ -240,13 +245,11 @@ export { Messaging } from './Messaging.mjs';
|
|
|
240
245
|
export { Mic } from './Mic.mjs';
|
|
241
246
|
export { MicMute } from './MicMute.mjs';
|
|
242
247
|
export { Minimize } from './Minimize.mjs';
|
|
243
|
-
export { Mobile } from './Mobile.mjs';
|
|
244
248
|
export { Monitor } from './Monitor.mjs';
|
|
245
249
|
export { Notification } from './Notification.mjs';
|
|
246
250
|
export { NumberTen } from './NumberTen.mjs';
|
|
247
251
|
export { OctagonSubtract } from './OctagonSubtract.mjs';
|
|
248
252
|
export { Odometer } from './Odometer.mjs';
|
|
249
|
-
export { Omnicam } from './Omnicam.mjs';
|
|
250
253
|
export { OverviewAI } from './OverviewAI.mjs';
|
|
251
254
|
export { PanelCollapse } from './PanelCollapse.mjs';
|
|
252
255
|
export { PanelExpand } from './PanelExpand.mjs';
|
|
@@ -306,7 +309,6 @@ export { Scissor } from './Scissor.mjs';
|
|
|
306
309
|
export { Scope } from './Scope.mjs';
|
|
307
310
|
export { Seatbelt } from './Seatbelt.mjs';
|
|
308
311
|
export { SeatbeltBuckle } from './SeatbeltBuckle.mjs';
|
|
309
|
-
export { Sensor } from './Sensor.mjs';
|
|
310
312
|
export { Shapes } from './Shapes.mjs';
|
|
311
313
|
export { ShareCircles } from './ShareCircles.mjs';
|
|
312
314
|
export { ShareCirclesFilled } from './ShareCirclesFilled.mjs';
|
|
@@ -371,7 +373,6 @@ export { TwoDevices } from './TwoDevices.mjs';
|
|
|
371
373
|
export { Undo } from './Undo.mjs';
|
|
372
374
|
export { Upgrade } from './Upgrade.mjs';
|
|
373
375
|
export { Upload } from './Upload.mjs';
|
|
374
|
-
export { VehicleGateway } from './VehicleGateway.mjs';
|
|
375
376
|
export { VehicleTrailer } from './VehicleTrailer.mjs';
|
|
376
377
|
export { VehicleTruck } from './VehicleTruck.mjs';
|
|
377
378
|
export { VehicleTruckMagnifyingGlass } from './VehicleTruckMagnifyingGlass.mjs';
|
package/dist/svg/index.mjs
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
export { AI } from './AI.mjs';
|
|
2
2
|
export { AIChip } from './AIChip.mjs';
|
|
3
|
-
export { AIDashcamPlus } from './AIDashcamPlus.mjs';
|
|
4
3
|
export { AINew } from './AINew.mjs';
|
|
5
4
|
export { AISparkle } from './AISparkle.mjs';
|
|
6
5
|
export { AUX } from './AUX.mjs';
|
|
@@ -15,7 +14,6 @@ export { ArrowsDiagonal } from './ArrowsDiagonal.mjs';
|
|
|
15
14
|
export { ArrowsDiff } from './ArrowsDiff.mjs';
|
|
16
15
|
export { ArrowsDiffDisabled } from './ArrowsDiffDisabled.mjs';
|
|
17
16
|
export { ArrowsVertical } from './ArrowsVertical.mjs';
|
|
18
|
-
export { AssetTracker } from './AssetTracker.mjs';
|
|
19
17
|
export { AtSign } from './AtSign.mjs';
|
|
20
18
|
export { Avatar } from './Avatar.mjs';
|
|
21
19
|
export { BackslashBrackets } from './BackslashBrackets.mjs';
|
|
@@ -109,10 +107,17 @@ export { Cup } from './Cup.mjs';
|
|
|
109
107
|
export { CursorPointer } from './CursorPointer.mjs';
|
|
110
108
|
export { CursorPointerMinus } from './CursorPointerMinus.mjs';
|
|
111
109
|
export { CursorPointerPlus } from './CursorPointerPlus.mjs';
|
|
112
|
-
export { DVR } from './DVR.mjs';
|
|
113
110
|
export { Dashboard } from './Dashboard.mjs';
|
|
114
|
-
export {
|
|
115
|
-
export {
|
|
111
|
+
export { DeviceAIDashcamPlus } from './DeviceAIDashcamPlus.mjs';
|
|
112
|
+
export { DeviceAssetTracker } from './DeviceAssetTracker.mjs';
|
|
113
|
+
export { DeviceDVR } from './DeviceDVR.mjs';
|
|
114
|
+
export { DeviceDashcam } from './DeviceDashcam.mjs';
|
|
115
|
+
export { DeviceDashcamLiveStream } from './DeviceDashcamLiveStream.mjs';
|
|
116
|
+
export { DeviceMobile } from './DeviceMobile.mjs';
|
|
117
|
+
export { DeviceOmnicam } from './DeviceOmnicam.mjs';
|
|
118
|
+
export { DeviceSensor } from './DeviceSensor.mjs';
|
|
119
|
+
export { DeviceTablet } from './DeviceTablet.mjs';
|
|
120
|
+
export { DeviceVehicleGateway } from './DeviceVehicleGateway.mjs';
|
|
116
121
|
export { Devices } from './Devices.mjs';
|
|
117
122
|
export { Document } from './Document.mjs';
|
|
118
123
|
export { DocumentArrow } from './DocumentArrow.mjs';
|
|
@@ -240,13 +245,11 @@ export { Messaging } from './Messaging.mjs';
|
|
|
240
245
|
export { Mic } from './Mic.mjs';
|
|
241
246
|
export { MicMute } from './MicMute.mjs';
|
|
242
247
|
export { Minimize } from './Minimize.mjs';
|
|
243
|
-
export { Mobile } from './Mobile.mjs';
|
|
244
248
|
export { Monitor } from './Monitor.mjs';
|
|
245
249
|
export { Notification } from './Notification.mjs';
|
|
246
250
|
export { NumberTen } from './NumberTen.mjs';
|
|
247
251
|
export { OctagonSubtract } from './OctagonSubtract.mjs';
|
|
248
252
|
export { Odometer } from './Odometer.mjs';
|
|
249
|
-
export { Omnicam } from './Omnicam.mjs';
|
|
250
253
|
export { OverviewAI } from './OverviewAI.mjs';
|
|
251
254
|
export { PanelCollapse } from './PanelCollapse.mjs';
|
|
252
255
|
export { PanelExpand } from './PanelExpand.mjs';
|
|
@@ -306,7 +309,6 @@ export { Scissor } from './Scissor.mjs';
|
|
|
306
309
|
export { Scope } from './Scope.mjs';
|
|
307
310
|
export { Seatbelt } from './Seatbelt.mjs';
|
|
308
311
|
export { SeatbeltBuckle } from './SeatbeltBuckle.mjs';
|
|
309
|
-
export { Sensor } from './Sensor.mjs';
|
|
310
312
|
export { Shapes } from './Shapes.mjs';
|
|
311
313
|
export { ShareCircles } from './ShareCircles.mjs';
|
|
312
314
|
export { ShareCirclesFilled } from './ShareCirclesFilled.mjs';
|
|
@@ -371,7 +373,6 @@ export { TwoDevices } from './TwoDevices.mjs';
|
|
|
371
373
|
export { Undo } from './Undo.mjs';
|
|
372
374
|
export { Upgrade } from './Upgrade.mjs';
|
|
373
375
|
export { Upload } from './Upload.mjs';
|
|
374
|
-
export { VehicleGateway } from './VehicleGateway.mjs';
|
|
375
376
|
export { VehicleTrailer } from './VehicleTrailer.mjs';
|
|
376
377
|
export { VehicleTruck } from './VehicleTruck.mjs';
|
|
377
378
|
export { VehicleTruckMagnifyingGlass } from './VehicleTruckMagnifyingGlass.mjs';
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ds-mo/icons",
|
|
3
|
-
"version": "
|
|
4
|
-
"description": "IcoMo —
|
|
3
|
+
"version": "5.0.0",
|
|
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",
|
|
7
7
|
"svg",
|
package/dist/icons/Omnicam.d.ts
DELETED
package/dist/icons/Sensor.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const AIDashcamPlus: string;
|