@woosmap/ui 3.170.0 → 3.171.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/package.json
CHANGED
|
@@ -279,6 +279,7 @@ import { ReactComponent as IndoorClass } from '../../icons/indoor-class.svg';
|
|
|
279
279
|
import { ReactComponent as IndoorClothes } from '../../icons/indoor-clothes.svg';
|
|
280
280
|
import { ReactComponent as IndoorConvinienceStore } from '../../icons/indoor-convinience_store.svg';
|
|
281
281
|
import { ReactComponent as IndoorCosmetics } from '../../icons/indoor-cosmetics.svg';
|
|
282
|
+
import { ReactComponent as IndoorDefault } from '../../icons/indoor-default.svg';
|
|
282
283
|
import { ReactComponent as IndoorDefibrilator } from '../../icons/indoor-defibrilator.svg';
|
|
283
284
|
import { ReactComponent as IndoorDepartmentStore } from '../../icons/indoor-department_store.svg';
|
|
284
285
|
import { ReactComponent as IndoorDeviceChargingStation } from '../../icons/indoor-device_charging_station.svg';
|
|
@@ -609,6 +610,7 @@ const ConsoleIcons = {
|
|
|
609
610
|
'indoor-clothes': IndoorClothes,
|
|
610
611
|
'indoor-convinience_store': IndoorConvinienceStore,
|
|
611
612
|
'indoor-cosmetics': IndoorCosmetics,
|
|
613
|
+
'indoor-default': IndoorDefault,
|
|
612
614
|
'indoor-defibrilator': IndoorDefibrilator,
|
|
613
615
|
'indoor-department_store': IndoorDepartmentStore,
|
|
614
616
|
'indoor-device_charging_station': IndoorDeviceChargingStation,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 42 42"><path d="M31.619 15.44a3.553 3.553 0 0 0-1.929-2.916l-7.063-3.607a3.576 3.576 0 0 0-3.251 0l-7.064 3.608a3.552 3.552 0 0 0-1.929 2.916c-.004.031-.018.059-.018.091V26.47c0 .032.015.06.018.091a3.553 3.553 0 0 0 1.929 2.916l7.063 3.607c.509.261 1.067.391 1.626.391s1.117-.13 1.625-.39l7.064-3.608a3.552 3.552 0 0 0 1.929-2.916c.004-.031.018-.059.018-.091V15.531c0-.032-.015-.06-.018-.091Zm-2.657-1.49a1.963 1.963 0 0 1 1.076 1.757v10.286L21.8 21.851V10.305c.032.014.067.02.098.036l7.064 3.608Zm-15.924 0 7.064-3.609c.031-.016.066-.022.098-.036v11.578l-8.194 4.73c-.017-.106-.044-.21-.044-.32V15.707c0-.745.412-1.419 1.076-1.757Zm15.924 14.1-7.064 3.609a1.976 1.976 0 0 1-1.795 0l-7.064-3.608c-.054-.028-.095-.07-.146-.102l8.134-4.695 8.54 4.294c-.167.2-.362.379-.604.502Z"/></svg>
|