@woosmap/ui 3.74.0 → 3.75.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
|
@@ -7,6 +7,7 @@ import { ReactComponent as Battery } from '../../icons/battery.svg';
|
|
|
7
7
|
import { ReactComponent as Care } from '../../icons/care.svg';
|
|
8
8
|
import { ReactComponent as Cars } from '../../icons/cars.svg';
|
|
9
9
|
import { ReactComponent as CheckBig } from '../../icons/check-big.svg';
|
|
10
|
+
import { ReactComponent as CallToAction } from '../../icons/call-to-action.svg';
|
|
10
11
|
import { ReactComponent as CubeBig } from '../../icons/cube-big.svg';
|
|
11
12
|
import { ReactComponent as DeliveryTime } from '../../icons/delivery-time.svg';
|
|
12
13
|
import { ReactComponent as Demo } from '../../icons/demo.svg';
|
|
@@ -33,6 +34,7 @@ import { ReactComponent as Notification } from '../../icons/notification.svg';
|
|
|
33
34
|
import { ReactComponent as NotificationPosition } from '../../icons/notification-position.svg';
|
|
34
35
|
import { ReactComponent as OpenSource } from '../../icons/open-source.svg';
|
|
35
36
|
import { ReactComponent as PlaceReview } from '../../icons/place-review.svg';
|
|
37
|
+
import { ReactComponent as PieChart } from '../../icons/pie-chart.svg';
|
|
36
38
|
import { ReactComponent as Position } from '../../icons/position.svg';
|
|
37
39
|
import { ReactComponent as PuzzleStar } from '../../icons/puzzle-star.svg';
|
|
38
40
|
import { ReactComponent as Quote } from '../../icons/quote.svg';
|
|
@@ -189,6 +191,7 @@ const WebsiteIcons = {
|
|
|
189
191
|
buildings: Buildings,
|
|
190
192
|
care: Care,
|
|
191
193
|
cars: Cars,
|
|
194
|
+
'call-to-action': CallToAction,
|
|
192
195
|
'check-big': CheckBig,
|
|
193
196
|
'cube-big': CubeBig,
|
|
194
197
|
'delivery-time': DeliveryTime,
|
|
@@ -214,12 +217,11 @@ const WebsiteIcons = {
|
|
|
214
217
|
'mobile-rocket': MobileRocket,
|
|
215
218
|
notification: Notification,
|
|
216
219
|
'notification-position': NotificationPosition,
|
|
217
|
-
|
|
218
220
|
'open-source': OpenSource,
|
|
221
|
+
'pie-chart': PieChart,
|
|
219
222
|
'place-review': PlaceReview,
|
|
220
223
|
position: Position,
|
|
221
224
|
'puzzle-star': PuzzleStar,
|
|
222
|
-
|
|
223
225
|
quote: Quote,
|
|
224
226
|
refresh: Refresh,
|
|
225
227
|
'save-money': SaveMoney,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M87.861 27.069H40.095c-.791-8.753-8.161-15.637-17.116-15.637-9.481 0-17.194 7.714-17.194 17.195 0 8.798 6.645 16.062 15.177 17.065v36.52a6.361 6.361 0 0 0 6.354 6.354h60.545a6.361 6.361 0 0 0 6.354-6.354V33.424a6.361 6.361 0 0 0-6.354-6.354ZM8.785 28.628c0-7.827 6.368-14.195 14.194-14.195s14.195 6.368 14.195 14.195-6.368 14.194-14.195 14.194S8.785 36.455 8.785 28.628Zm82.431 53.585a3.358 3.358 0 0 1-3.354 3.354H27.315a3.358 3.358 0 0 1-3.354-3.354v-36.44c8.544-.486 15.43-7.22 16.139-15.703h47.76a3.358 3.358 0 0 1 3.354 3.354v48.789Z"/><path d="M82.572 38.683H42.267a1.5 1.5 0 1 0 0 3h40.305a1.5 1.5 0 1 0 0-3Zm-8.765 12.112a1.5 1.5 0 1 0 0-3h-31.54a1.5 1.5 0 1 0 0 3h31.54Zm-3.756 6.432H50.442c-5.335 0-9.675 4.34-9.675 9.675s4.34 9.676 9.675 9.676h19.609c5.335 0 9.675-4.341 9.675-9.676s-4.34-9.675-9.675-9.675Zm0 16.351H50.442c-3.681 0-6.675-2.995-6.675-6.676s2.995-6.675 6.675-6.675h19.609c3.681 0 6.675 2.994 6.675 6.675s-2.995 6.676-6.675 6.676Z"/><path d="M64.931 62.113a1.5 1.5 0 1 0-2.121 2.121l1.167 1.167H52.801a1.5 1.5 0 1 0 0 3h11.365l-1.168 1.168a1.5 1.5 0 1 0 2.122 2.121l3.634-3.634a1.5 1.5 0 0 0 0-2.122l-3.823-3.822ZM26.834 34.867h-7.709a3.854 3.854 0 0 0 7.708 0Zm5.218-3.834c0-.766-.621-1.387-1.387-1.387H29.3v-4.752c0-3.403-2.615-6.332-6.015-6.492a6.32 6.32 0 0 0-6.626 6.313v4.931h-1.365a1.387 1.387 0 0 0 0 2.774h15.372c.766 0 1.387-.621 1.387-1.387Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M53.71 11.659a1.5 1.5 0 0 0-1.5 1.5V46.29a1.5 1.5 0 0 0 1.5 1.5h33.13a1.5 1.5 0 0 0 1.5-1.5c0-19.096-15.535-34.631-34.63-34.631Z"/><path d="M76.93 53.455H46.545V23.07a1.5 1.5 0 0 0-1.5-1.5c-18.409 0-33.385 14.977-33.385 33.385s14.977 33.386 33.385 33.386S78.43 73.364 78.43 54.955a1.5 1.5 0 0 0-1.5-1.5ZM45.045 85.341c-16.754 0-30.385-13.631-30.385-30.386 0-16.251 12.825-29.563 28.885-30.349v30.349a1.5 1.5 0 0 0 1.5 1.5h30.349c-.785 16.061-14.097 28.886-30.349 28.886Z"/></svg>
|
package/src/icons/woosmap.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path style="fill:#3c4359" d="M13.664 7.698V4.227h-3.36v3.471H5.153v5.151H1.682v3.36h6.831v-5.151h5.151v-3.36z"/><path style="fill:#3c4359" d="M15.487 7.791v5.151h-5.151v6.831h3.36v-3.471h5.151v-5.151h3.471v-3.
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path style="fill:#3c4359" d="M13.664 7.698V4.227h-3.36v3.471H5.153v5.151H1.682v3.36h6.831v-5.151h5.151v-3.36z"/><path style="fill:#3c4359" d="M15.487 7.791v5.151h-5.151v6.831h3.36v-3.471h5.151v-5.151h3.471v-3.36h-6.831z"/></svg>
|