@woosmap/ui 4.188.0 → 4.189.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
|
@@ -334,8 +334,10 @@ import { ReactComponent as MapCar } from '../../icons/map-car.svg';
|
|
|
334
334
|
import { ReactComponent as MapSwitch } from '../../icons/map-switch.svg';
|
|
335
335
|
import { ReactComponent as MapItinerary } from '../../icons/map-itinerary.svg';
|
|
336
336
|
import { ReactComponent as MapClose } from '../../icons/map-close.svg';
|
|
337
|
+
import { ReactComponent as MapMarker } from '../../icons/map-marker.svg';
|
|
337
338
|
import { ReactComponent as MapOrigin } from '../../icons/map-origin.svg';
|
|
338
339
|
import { ReactComponent as MapPin } from '../../icons/map-pin.svg';
|
|
340
|
+
import { ReactComponent as MapPushPin } from '../../icons/map-push-pin.svg';
|
|
339
341
|
import { ReactComponent as MapSearch } from '../../icons/map-search.svg';
|
|
340
342
|
import { ReactComponent as MapArrowTop } from '../../icons/map-arrow-top.svg';
|
|
341
343
|
import { ReactComponent as MapArrowBottom } from '../../icons/map-arrow-bottom.svg';
|
|
@@ -797,6 +799,8 @@ const MapDemo = {
|
|
|
797
799
|
'map-close': MapClose,
|
|
798
800
|
'map-origin': MapOrigin,
|
|
799
801
|
'map-pin': MapPin,
|
|
802
|
+
'map-marker': MapMarker,
|
|
803
|
+
'map-push-pin': MapPushPin,
|
|
800
804
|
'map-search': MapSearch,
|
|
801
805
|
'map-arrow-top': MapArrowTop,
|
|
802
806
|
'map-arrow-bottom': MapArrowBottom,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12,2.677c-3.626,0-6.565,2.939-6.565,6.565,0,4.717,5.949,7.22,5.949,11.544,0,.353.29.538.616.538s.616-.191.616-.538c0-4.323,5.949-6.826,5.949-11.544,0-3.626-2.939-6.565-6.565-6.565ZM12,12c-1.456,0-2.637-1.18-2.637-2.637s1.18-2.637,2.637-2.637,2.637,1.18,2.637,2.637-1.18,2.637-2.637,2.637Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12,11.962c2.825,0,5.19-1.764,5.761-4.109-.594-2.636-2.945-4.607-5.761-4.607s-5.167,1.971-5.761,4.607c.571,2.345,2.936,4.109,5.761,4.109Z"/><path d="M6.38,10.978c.719,2.216,2.714,3.841,5.116,4.046v5.226c0,.279.225.504.504.504s.504-.225.504-.504v-5.226c2.402-.205,4.398-1.83,5.116-4.046-1.341,1.462-3.363,2.395-5.62,2.395s-4.279-.933-5.62-2.395Z"/></svg>
|