@woosmap/ui 3.99.0 → 3.102.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 +1 -1
- package/src/components/Icon/Icon.js +18 -2
- package/src/components/Input/Input.js +1 -1
- package/src/components/Input/Input.stories.js +13 -3
- package/src/icons/cb.svg +1 -1
- package/src/icons/chat-love.svg +1 -0
- package/src/icons/funnel.svg +1 -0
- package/src/icons/itinerary.svg +1 -0
- package/src/icons/marker-multiple.svg +1 -0
- package/src/icons/restaurant.svg +1 -1
- package/src/icons/rocket.svg +1 -0
- package/src/icons/search-settings.svg +1 -0
- package/src/icons/security-tools.svg +1 -0
- package/src/icons/wifi.svg +1 -1
- package/src/icons/win-prize.svg +1 -0
- package/src/styles/website/input.styl +6 -1
package/package.json
CHANGED
|
@@ -8,9 +8,10 @@ import { ReactComponent as Battery } from '../../icons/battery.svg';
|
|
|
8
8
|
import { ReactComponent as Calendar } from '../../icons/calendar.svg';
|
|
9
9
|
import { ReactComponent as Care } from '../../icons/care.svg';
|
|
10
10
|
import { ReactComponent as Cars } from '../../icons/cars.svg';
|
|
11
|
+
import { ReactComponent as Cb } from '../../icons/cb.svg';
|
|
12
|
+
import { ReactComponent as ChatLove } from '../../icons/chat-love.svg';
|
|
11
13
|
import { ReactComponent as CheckBig } from '../../icons/check-big.svg';
|
|
12
14
|
import { ReactComponent as CallToAction } from '../../icons/call-to-action.svg';
|
|
13
|
-
import { ReactComponent as Cb } from '../../icons/cb.svg';
|
|
14
15
|
import { ReactComponent as CubeBig } from '../../icons/cube-big.svg';
|
|
15
16
|
import { ReactComponent as CustomersServices } from '../../icons/customers-services.svg';
|
|
16
17
|
import { ReactComponent as Customize } from '../../icons/customize.svg';
|
|
@@ -19,6 +20,7 @@ import { ReactComponent as Demo } from '../../icons/demo.svg';
|
|
|
19
20
|
import { ReactComponent as Elephant } from '../../icons/elephant.svg';
|
|
20
21
|
import { ReactComponent as Equalizer } from '../../icons/equalizer.svg';
|
|
21
22
|
import { ReactComponent as Escalator } from '../../icons/escalator.svg';
|
|
23
|
+
import { ReactComponent as Funnel } from '../../icons/funnel.svg';
|
|
22
24
|
import { ReactComponent as GasPump } from '../../icons/gas-pump.svg';
|
|
23
25
|
import { ReactComponent as Gdpr } from '../../icons/gdpr.svg';
|
|
24
26
|
import { ReactComponent as Github } from '../../icons/github.svg';
|
|
@@ -27,6 +29,7 @@ import { ReactComponent as Heart } from '../../icons/heart.svg';
|
|
|
27
29
|
import { ReactComponent as HouseInsurance } from '../../icons/house-insurance.svg';
|
|
28
30
|
import { ReactComponent as IndoorOutdoor } from '../../icons/indoor-outdoor.svg';
|
|
29
31
|
import { ReactComponent as Integrations } from '../../icons/integrations.svg';
|
|
32
|
+
import { ReactComponent as Itinerary } from '../../icons/itinerary.svg';
|
|
30
33
|
import { ReactComponent as Like } from '../../icons/like.svg';
|
|
31
34
|
import { ReactComponent as Logistics } from '../../icons/logistics.svg';
|
|
32
35
|
import { ReactComponent as Lotus } from '../../icons/lotus.svg';
|
|
@@ -45,6 +48,7 @@ import { ReactComponent as MarkerHouse } from '../../icons/marker-house.svg';
|
|
|
45
48
|
import { ReactComponent as MarkerInfinite } from '../../icons/markers-infinite.svg';
|
|
46
49
|
import { ReactComponent as MarkerMap } from '../../icons/marker-map.svg';
|
|
47
50
|
import { ReactComponent as MarkerMatrix } from '../../icons/marker-matrix.svg';
|
|
51
|
+
import { ReactComponent as MarkerMultiple } from '../../icons/marker-multiple.svg';
|
|
48
52
|
import { ReactComponent as MarkerPlay } from '../../icons/marker-play.svg';
|
|
49
53
|
import { ReactComponent as MarkerRoad } from '../../icons/marker-road.svg';
|
|
50
54
|
import { ReactComponent as MarkerSearch } from '../../icons/marker-search.svg';
|
|
@@ -63,11 +67,14 @@ import { ReactComponent as Quote } from '../../icons/quote.svg';
|
|
|
63
67
|
import { ReactComponent as Refresh } from '../../icons/refresh.svg';
|
|
64
68
|
import { ReactComponent as Responsive } from '../../icons/responsive.svg';
|
|
65
69
|
import { ReactComponent as Restaurant } from '../../icons/restaurant.svg';
|
|
70
|
+
import { ReactComponent as Rocket } from '../../icons/rocket.svg';
|
|
66
71
|
import { ReactComponent as SaveTime } from '../../icons/save-time.svg';
|
|
67
72
|
import { ReactComponent as SaveMoney } from '../../icons/save-money.svg';
|
|
73
|
+
import { ReactComponent as SearchSettings } from '../../icons/search-settings.svg';
|
|
68
74
|
import { ReactComponent as Schedule } from '../../icons/schedule.svg';
|
|
69
75
|
import { ReactComponent as SecuritPositionZone } from '../../icons/security-position-zone.svg';
|
|
70
76
|
import { ReactComponent as Security } from '../../icons/security.svg';
|
|
77
|
+
import { ReactComponent as SecurityTools } from '../../icons/security-tools.svg';
|
|
71
78
|
import { ReactComponent as SecurityZone } from '../../icons/security-zone.svg';
|
|
72
79
|
import { ReactComponent as ServiceMarker } from '../../icons/service-marker.svg';
|
|
73
80
|
import { ReactComponent as ShakeHand } from '../../icons/shake-hand.svg';
|
|
@@ -87,6 +94,7 @@ import { ReactComponent as Wifi } from '../../icons/wifi.svg';
|
|
|
87
94
|
import { ReactComponent as World } from '../../icons/world.svg';
|
|
88
95
|
import { ReactComponent as WorldLocation } from '../../icons/world-location.svg';
|
|
89
96
|
import { ReactComponent as WorldTime } from '../../icons/world-time.svg';
|
|
97
|
+
import { ReactComponent as WinPrize } from '../../icons/win-prize.svg';
|
|
90
98
|
import { ReactComponent as Zoom } from '../../icons/zoom.svg';
|
|
91
99
|
|
|
92
100
|
import { ReactComponent as Access } from '../../icons/access.svg';
|
|
@@ -230,6 +238,7 @@ const WebsiteIcons = {
|
|
|
230
238
|
'call-to-action': CallToAction,
|
|
231
239
|
cb: Cb,
|
|
232
240
|
'check-big': CheckBig,
|
|
241
|
+
'chat-love': ChatLove,
|
|
233
242
|
'cube-big': CubeBig,
|
|
234
243
|
'customers-services': CustomersServices,
|
|
235
244
|
customize: Customize,
|
|
@@ -238,6 +247,7 @@ const WebsiteIcons = {
|
|
|
238
247
|
elephant: Elephant,
|
|
239
248
|
equalizer: Equalizer,
|
|
240
249
|
escalator: Escalator,
|
|
250
|
+
funnel: Funnel,
|
|
241
251
|
'gas-pump': GasPump,
|
|
242
252
|
gdpr: Gdpr,
|
|
243
253
|
github: Github,
|
|
@@ -246,6 +256,7 @@ const WebsiteIcons = {
|
|
|
246
256
|
'house-insurance': HouseInsurance,
|
|
247
257
|
'indoor-outdoor': IndoorOutdoor,
|
|
248
258
|
integrations: Integrations,
|
|
259
|
+
itinerary: Itinerary,
|
|
249
260
|
like: Like,
|
|
250
261
|
lotus: Lotus,
|
|
251
262
|
logistics: Logistics,
|
|
@@ -264,6 +275,7 @@ const WebsiteIcons = {
|
|
|
264
275
|
'marker-house': MarkerHouse,
|
|
265
276
|
'marker-map': MarkerMap,
|
|
266
277
|
'marker-matrix': MarkerMatrix,
|
|
278
|
+
'marker-multiple': MarkerMultiple,
|
|
267
279
|
'marker-play': MarkerPlay,
|
|
268
280
|
'marker-road': MarkerRoad,
|
|
269
281
|
'marker-search': MarkerSearch,
|
|
@@ -282,11 +294,14 @@ const WebsiteIcons = {
|
|
|
282
294
|
refresh: Refresh,
|
|
283
295
|
responsive: Responsive,
|
|
284
296
|
restaurant: Restaurant,
|
|
297
|
+
rocket: Rocket,
|
|
285
298
|
'save-money': SaveMoney,
|
|
299
|
+
'search-settings': SearchSettings,
|
|
286
300
|
'save-time': SaveTime,
|
|
287
301
|
schedule: Schedule,
|
|
288
302
|
security: Security,
|
|
289
|
-
'security-
|
|
303
|
+
'security-position-zone': SecuritPositionZone,
|
|
304
|
+
'security-tools': SecurityTools,
|
|
290
305
|
'security-zone': SecurityZone,
|
|
291
306
|
'service-marker': ServiceMarker,
|
|
292
307
|
'shake-hand': ShakeHand,
|
|
@@ -306,6 +321,7 @@ const WebsiteIcons = {
|
|
|
306
321
|
world: World,
|
|
307
322
|
'world-location': WorldLocation,
|
|
308
323
|
'world-time': WorldTime,
|
|
324
|
+
'win-proze': WinPrize,
|
|
309
325
|
zoom: Zoom,
|
|
310
326
|
};
|
|
311
327
|
|
|
@@ -161,7 +161,7 @@ Input.propTypes = {
|
|
|
161
161
|
checked: PropTypes.bool,
|
|
162
162
|
isFocusedDefault: PropTypes.bool,
|
|
163
163
|
className: PropTypes.string,
|
|
164
|
-
type: PropTypes.oneOf(['text', 'password', 'tel', 'email', 'checkbox', 'textarea', 'radio', 'number']),
|
|
164
|
+
type: PropTypes.oneOf(['text', 'password', 'tel', 'email', 'checkbox', 'textarea', 'radio', 'number', 'search']),
|
|
165
165
|
onChange: PropTypes.func,
|
|
166
166
|
onBlur: PropTypes.func,
|
|
167
167
|
onFocus: PropTypes.func,
|
|
@@ -24,14 +24,23 @@ const Template = (args) => {
|
|
|
24
24
|
size="large"
|
|
25
25
|
isFocusedDefault
|
|
26
26
|
/>
|
|
27
|
-
<Input placeholder={placeholder} label={label} hideLabel={hideLabel} />
|
|
28
|
-
<Input placeholder={placeholder} label={label} hideLabel={hideLabel} icon="search" isFocusedDefault />
|
|
29
|
-
<Input placeholder={placeholder} label={label} hideLabel={hideLabel} size="small" />
|
|
27
|
+
<Input placeholder={placeholder} label={label} hideLabel={hideLabel} type="search" isFilter />
|
|
30
28
|
<Input
|
|
31
29
|
placeholder={placeholder}
|
|
32
30
|
label={label}
|
|
33
31
|
hideLabel={hideLabel}
|
|
34
32
|
icon="search"
|
|
33
|
+
type="search"
|
|
34
|
+
isFocusedDefault
|
|
35
|
+
/>
|
|
36
|
+
<Input placeholder={placeholder} label={label} hideLabel={hideLabel} type="search" isFilter size="small" />
|
|
37
|
+
<Input
|
|
38
|
+
placeholder={placeholder}
|
|
39
|
+
label={label}
|
|
40
|
+
hideLabel={hideLabel}
|
|
41
|
+
type="search"
|
|
42
|
+
isFilter
|
|
43
|
+
icon="search"
|
|
35
44
|
size="small"
|
|
36
45
|
isFocusedDefault
|
|
37
46
|
/>
|
|
@@ -84,6 +93,7 @@ const Template = (args) => {
|
|
|
84
93
|
hideLabel={hideLabel}
|
|
85
94
|
enableTogglePassword
|
|
86
95
|
/>
|
|
96
|
+
<Input placeholder="Type search" type="search" label="Search" />
|
|
87
97
|
</div>
|
|
88
98
|
);
|
|
89
99
|
};
|
package/src/icons/cb.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M56.431 48.979h28.543c5.172 0 9.379-4.207 9.379-9.379s-4.208-9.379-9.379-9.379H56.431a1.5 1.5 0 0 0-1.5 1.5v15.758a1.5 1.5 0 0 0 1.5 1.5Zm1.5-15.758h27.043c3.518 0 6.379 2.861 6.379 6.379s-2.862 6.379-6.379 6.379H57.931V33.
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M56.431 48.979h28.543c5.172 0 9.379-4.207 9.379-9.379s-4.208-9.379-9.379-9.379H56.431a1.5 1.5 0 0 0-1.5 1.5v15.758a1.5 1.5 0 0 0 1.5 1.5Zm1.5-15.758h27.043c3.518 0 6.379 2.861 6.379 6.379s-2.862 6.379-6.379 6.379H57.931V33.221Zm27.043 18.671H56.431a1.5 1.5 0 0 0-1.5 1.5v15.759a1.5 1.5 0 0 0 1.5 1.5h28.543c5.172 0 9.379-4.208 9.379-9.38s-4.208-9.379-9.379-9.379Zm0 15.759H57.931V54.892h27.043c3.518 0 6.379 2.862 6.379 6.38s-2.862 6.379-6.379 6.379ZM50.186 48.979a1.5 1.5 0 0 0 1.488-1.688c-1.407-11.15-11.261-19.559-22.92-19.559-12.741 0-23.106 9.989-23.106 22.268s10.366 22.268 23.106 22.268c11.347 0 20.924-7.832 22.772-18.623a1.498 1.498 0 0 0-1.478-1.753H29.336v-2.913h20.85Zm-22.35 5.913h20.347c-2.282 8.43-10.178 14.376-19.429 14.376-11.087 0-20.106-8.644-20.106-19.268s9.02-19.268 20.106-19.268c9.551 0 17.706 6.443 19.652 15.246h-20.57a1.5 1.5 0 0 0-1.5 1.5v5.913a1.5 1.5 0 0 0 1.5 1.5Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M49.998 59.427h-.006c-1.407-.014-18.112-10.154-18.112-20.572 0-6.069 4.653-10.824 10.593-10.824 3.7 0 6.186 1.468 7.537 2.58 1.317-1.126 3.738-2.58 7.45-2.58 5.979 0 10.661 4.755 10.661 10.824 0 3.902-2.213 8.067-6.576 12.38-4.123 4.075-10.376 8.191-11.547 8.192Zm-7.525-28.396c-4.258 0-7.593 3.437-7.593 7.824 0 7.75 12.174 15.77 15.129 17.405 2.861-1.606 15.112-9.697 15.112-17.405 0-4.388-3.365-7.824-7.661-7.824-4.247 0-6.133 2.476-6.211 2.581-.281.38-.731.611-1.204.613h-.006c-.471 0-.919-.214-1.203-.591-.075-.096-2.085-2.604-6.363-2.604Z"/><path d="M12.817 91.214a1.5 1.5 0 0 1-1.5-1.5v-66.61c0-4.993 4.062-9.056 9.056-9.056h59.254c4.993 0 9.056 4.062 9.056 9.056v38.491c0 4.993-4.062 9.056-9.056 9.056H31.3L13.951 90.696c-.29.336-.707.519-1.134.519Zm7.556-74.165a6.063 6.063 0 0 0-6.056 6.056v62.584l15.163-17.52a1.498 1.498 0 0 1 1.134-.519h49.013a6.063 6.063 0 0 0 6.056-6.056v-38.49a6.063 6.063 0 0 0-6.056-6.056H20.373Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M37.635 58.762h4.527a1.5 1.5 0 1 0 0-3h-6.189L27.172 39.88h14.99a1.5 1.5 0 1 0 0-3H25.919a1.49 1.49 0 0 0-.38.054l-8.831-15.936h25.453a1.5 1.5 0 1 0 0-3H14.163a1.5 1.5 0 0 0-1.312 2.226l26.094 47.09a1.498 1.498 0 0 0 2.039.585 1.5 1.5 0 0 0 .585-2.039l-3.934-7.1ZM87.129 18.736a1.5 1.5 0 0 0-1.292-.738H57.838a1.5 1.5 0 0 0 0 3h25.453L74.49 36.88H57.838a1.5 1.5 0 0 0 0 3h14.99l-8.801 15.882h-6.189a1.5 1.5 0 0 0 0 3h4.527l-3.934 7.1a1.5 1.5 0 0 0 2.625 1.454l26.094-47.09c.257-.464.25-1.03-.021-1.488ZM57.424 76.412a1.498 1.498 0 0 0-2.086.385l-3.838 5.57V10.648a1.5 1.5 0 1 0-3 0v71.719l-3.838-5.57a1.5 1.5 0 1 0-2.47 1.701l6.573 9.54a1.499 1.499 0 0 0 2.47 0l6.573-9.54a1.5 1.5 0 0 0-.385-2.086Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M23.201 44.175c0 1.446 1.156 2.536 2.688 2.536s2.688-1.09 2.688-2.536c0-3.528 2.522-6.504 5.193-9.655 3.087-3.643 6.279-7.409 6.279-12.606 0-7.808-6.353-14.16-14.16-14.16s-14.16 6.353-14.16 14.16c0 5.197 3.192 8.964 6.278 12.606 2.671 3.151 5.193 6.127 5.193 9.655Zm2.688-33.422c6.153 0 11.16 5.007 11.16 11.16 0 4.098-2.704 7.288-5.568 10.667-2.344 2.765-4.752 5.606-5.592 9.034-.841-3.428-3.249-6.27-5.593-9.034-2.863-3.379-5.567-6.569-5.567-10.667 0-6.153 5.007-11.16 11.16-11.16Z"/><path d="M25.89 28.732c3.631 0 6.584-2.954 6.584-6.585s-2.953-6.584-6.584-6.584-6.585 2.953-6.585 6.584 2.954 6.585 6.585 6.585Zm0-10.169c1.977 0 3.584 1.607 3.584 3.584s-1.607 3.585-3.584 3.585-3.585-1.608-3.585-3.585 1.608-3.584 3.585-3.584Zm29.022 64.356H31.343c-7.63 0-13.838-6.208-13.838-13.838s6.208-13.839 13.838-13.839h37.734c10.583 0 19.193-8.61 19.193-19.193s-8.61-19.193-19.193-19.193H48.396a1.5 1.5 0 0 0 0 3h20.681c8.929 0 16.193 7.265 16.193 16.193s-7.265 16.193-16.193 16.193H31.343c-9.284 0-16.838 7.554-16.838 16.839s7.554 16.838 16.838 16.838h23.569a1.5 1.5 0 0 0 0-3Z"/><path d="M88.177 64.775a1.5 1.5 0 0 0-1.406-.979H66.046a1.5 1.5 0 0 0-1.5 1.5v25.45a1.5 1.5 0 0 0 3 0v-8.365h19.225a1.5 1.5 0 0 0 .977-2.638l-7.745-6.654 7.745-6.655a1.5 1.5 0 0 0 .429-1.659Zm-11.453 7.177a1.498 1.498 0 0 0 0 2.276l5.999 5.154H67.546V66.797h15.178l-6 5.155Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M43.868 57.057c3.952 0 7.167-3.215 7.167-7.167s-3.215-7.167-7.167-7.167S36.7 45.938 36.7 49.89s3.216 7.167 7.168 7.167Zm0-11.334c2.298 0 4.167 1.869 4.167 4.167s-1.869 4.167-4.167 4.167S39.7 52.188 39.7 49.89s1.87-4.167 4.168-4.167Z"/><path d="M28.256 49.628c0 5.731 3.538 9.905 6.959 13.941 2.998 3.537 5.829 6.878 5.829 10.873 0 1.514 1.214 2.655 2.824 2.655s2.824-1.142 2.824-2.655c0-3.995 2.831-7.336 5.829-10.873 3.421-4.037 6.958-8.211 6.958-13.941 0-8.608-7.003-15.611-15.611-15.611S28.256 41.02 28.256 49.628Zm15.612-12.611c6.954 0 12.611 5.657 12.611 12.611 0 4.631-3.034 8.211-6.247 12.002-2.778 3.277-5.638 6.652-6.364 10.796-.727-4.144-3.587-7.519-6.365-10.796-3.213-3.791-6.247-7.371-6.247-12.002 0-6.954 5.658-12.611 12.612-12.611Z"/><path d="M62.405 57.885a1.498 1.498 0 0 0-.754 1.982 19.347 19.347 0 0 1 1.706 7.973c0 10.746-8.743 19.489-19.489 19.489S24.379 78.586 24.379 67.84c0-2.77.574-5.452 1.706-7.973a1.499 1.499 0 1 0-2.736-1.228 22.307 22.307 0 0 0-1.97 9.201c0 12.4 10.089 22.489 22.489 22.489S66.357 80.24 66.357 67.84c0-3.193-.663-6.289-1.97-9.201a1.496 1.496 0 0 0-1.982-.754ZM74.979 39.86c0 1.244.981 2.183 2.283 2.183 1.279 0 2.282-.959 2.282-2.183 0-2.136 1.603-4.027 3.3-6.029 1.995-2.354 4.258-5.023 4.258-8.636 0-5.426-4.414-9.84-9.84-9.84s-9.84 4.414-9.84 9.84c0 3.612 2.262 6.281 4.258 8.636 1.696 2.002 3.299 3.894 3.299 6.029Zm2.283-21.505a6.848 6.848 0 0 1 6.84 6.84c0 2.512-1.723 4.545-3.547 6.696-1.249 1.475-2.526 2.98-3.293 4.71-.768-1.729-2.044-3.235-3.294-4.71-1.823-2.151-3.546-4.185-3.546-6.696a6.848 6.848 0 0 1 6.84-6.84Z"/><path d="M82.111 25.35c0-2.674-2.176-4.849-4.85-4.849s-4.85 2.175-4.85 4.849 2.176 4.85 4.85 4.85 4.85-2.176 4.85-4.85Zm-6.699 0c0-1.02.83-1.849 1.85-1.849s1.85.829 1.85 1.849-.83 1.85-1.85 1.85-1.85-.83-1.85-1.85Z"/><path d="M89.947 30.27a1.499 1.499 0 1 0-2.736 1.228 10.81 10.81 0 0 1 .955 4.46c0 6.013-4.892 10.904-10.904 10.904S66.358 41.97 66.358 35.958c0-1.548.321-3.049.954-4.46a1.498 1.498 0 0 0-.754-1.982 1.497 1.497 0 0 0-1.982.754 13.792 13.792 0 0 0-1.218 5.688c0 7.667 6.237 13.904 13.904 13.904s13.904-6.237 13.904-13.904c0-1.975-.41-3.889-1.219-5.688Zm-69.126-6.366c0 1.114.904 1.987 2.058 1.987s2.059-.873 2.059-1.987c0-1.365 1.043-2.596 2.25-4.021 1.471-1.735 3.138-3.702 3.138-6.436 0-4.105-3.341-7.445-7.446-7.445s-7.446 3.34-7.446 7.445c0 2.733 1.667 4.7 3.139 6.437 1.207 1.424 2.25 2.654 2.25 4.02Zm2.058-14.901a4.45 4.45 0 0 1 4.446 4.445c0 1.633-1.179 3.024-2.427 4.496-.701.828-1.45 1.712-2.02 2.701-.568-.989-1.317-1.873-2.02-2.701-1.248-1.473-2.427-2.863-2.427-4.496a4.45 4.45 0 0 1 4.446-4.445Z"/><path d="M22.879 15.947a2.388 2.388 0 1 0 0-4.776 2.388 2.388 0 0 0 0 4.776Zm10.344 8.725c0-1.47-.305-2.894-.906-4.231a1.499 1.499 0 1 0-2.736 1.228c.427.95.643 1.96.643 3.003 0 4.05-3.294 7.344-7.344 7.344s-7.344-3.294-7.344-7.344c0-1.043.216-2.053.643-3.003a1.498 1.498 0 0 0-.754-1.982 1.496 1.496 0 0 0-1.982.754 10.245 10.245 0 0 0-.906 4.231c0 5.703 4.641 10.344 10.344 10.344s10.344-4.641 10.344-10.344Z"/></svg>
|
package/src/icons/restaurant.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M35.834 89.498a6.175 6.175 0 0 1-6.167-6.167V63.123l-2.315-1.23a4.557 4.557 0 0 1-2.425-4.034V26.075c0-8.587 6.986-15.573 15.573-15.573a1.5 1.5 0 0 1 1.5 1.5v71.329c0 3.4-2.766 6.167-6.167 6.167Zm3.167-75.907c-6.229.743-11.073 6.059-11.073 12.484v31.783c0 .582.319 1.112.833 1.385l3.112 1.654c.49.26.796.77.796 1.324V83.33c0 1.746 1.42 3.167 3.167 3.167s3.167-1.421 3.167-3.167V13.
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M35.834 89.498a6.175 6.175 0 0 1-6.167-6.167V63.123l-2.315-1.23a4.557 4.557 0 0 1-2.425-4.034V26.075c0-8.587 6.986-15.573 15.573-15.573a1.5 1.5 0 0 1 1.5 1.5v71.329c0 3.4-2.766 6.167-6.167 6.167Zm3.167-75.907c-6.229.743-11.073 6.059-11.073 12.484v31.783c0 .582.319 1.112.833 1.385l3.112 1.654c.49.26.796.77.796 1.324V83.33c0 1.746 1.42 3.167 3.167 3.167s3.167-1.421 3.167-3.167V13.591Zm22.652 75.907a6.174 6.174 0 0 1-6.166-6.167V45.804a13.43 13.43 0 0 1-7.325-11.98V12.002a1.5 1.5 0 0 1 1.5-1.5 6.723 6.723 0 0 1 6.715 6.715v16.858a.57.57 0 0 0 .172.409.617.617 0 0 0 .413.164c.306-.005.563-.3.563-.643v-19.41c0-1.113.462-2.193 1.268-2.962a4.04 4.04 0 0 1 3.021-1.126c2.185.103 3.896 1.93 3.896 4.161v19.407a.574.574 0 0 0 1.148 0V17.217a6.723 6.723 0 0 1 6.715-6.715 1.5 1.5 0 0 1 1.5 1.5v21.821c0 5.054-2.815 9.638-7.252 11.941V83.33c0 3.4-2.766 6.167-6.167 6.167Zm-10.491-75.68v20.005c0 4.221 2.515 8.005 6.407 9.642.557.234.918.779.918 1.383v38.483c0 1.746 1.42 3.167 3.166 3.167s3.167-1.421 3.167-3.167V44.816a1.5 1.5 0 0 1 .909-1.379 10.447 10.447 0 0 0 6.343-9.614V13.818a3.72 3.72 0 0 0-2.215 3.398v16.858c0 1.971-1.603 3.573-3.574 3.573s-3.574-1.603-3.574-3.573V14.668c0-.615-.465-1.138-1.037-1.165a1.056 1.056 0 0 0-.809.301 1.08 1.08 0 0 0-.339.791v19.411c0 1.974-1.574 3.607-3.508 3.643-.979-.021-1.879-.346-2.569-1.023a3.546 3.546 0 0 1-1.07-2.55V17.217a3.72 3.72 0 0 0-2.215-3.398Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="m65.441 43.129-.012-2.71c-.056-12.48-5.333-24.513-14.479-33.011l-.232-.216a1.5 1.5 0 0 0-2.052.008l-.231.218c-9.07 8.581-14.24 20.66-14.185 33.141l.012 2.709c-10.364 4.874-16.039 14.36-15.983 26.85a1.5 1.5 0 0 0 1.72 1.476l15.625-2.317 3.357 1.069a35.682 35.682 0 0 0 10.841 1.694c3.75 0 7.5-.598 11.141-1.793l3.347-1.099 15.645 2.178a1.496 1.496 0 0 0 1.194-.356c.328-.286.515-.7.513-1.136-.055-12.489-5.815-21.924-16.221-26.706Zm-31.164 3.46.088 19.843-13.053 1.936c.315-7.441 3.015-16.517 12.965-21.778Zm25.751 20.81a32.532 32.532 0 0 1-20.136.089l-2.525-.804-.061-13.748-.055-12.391c-.05-11.286 4.476-22.222 12.455-30.179 8.05 7.886 12.674 18.779 12.724 30.066l.016 3.661.039 8.73.061 13.748-2.518.827Zm5.517-1.106-.088-19.842c9.996 5.173 12.777 14.224 13.159 21.662l-13.07-1.82Z"/><path d="M50.246 31.592a4.374 4.374 0 0 0-4.774 4.817 4.385 4.385 0 0 0 3.921 3.886 4.374 4.374 0 0 0 4.774-4.817 4.385 4.385 0 0 0-3.921-3.886Zm-.762 48.275a1.5 1.5 0 0 0-1.5 1.5v12.236a1.5 1.5 0 1 0 3 0V81.367a1.5 1.5 0 0 0-1.5-1.5Zm-9.146-3.305a1.5 1.5 0 0 0-1.5 1.5v7.771a1.5 1.5 0 1 0 3 0v-7.771a1.5 1.5 0 0 0-1.5-1.5Zm18.292 0a1.5 1.5 0 0 0-1.5 1.5v7.771a1.5 1.5 0 1 0 3 0v-7.771a1.5 1.5 0 0 0-1.5-1.5Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M86.116 84.135 68.471 66.49c-.086-.086-.192-.133-.291-.193 5.213-5.633 8.406-13.16 8.406-21.421 0-17.408-14.163-31.571-31.571-31.571S13.444 27.468 13.444 44.876s14.163 31.571 31.571 31.571c8.121 0 15.534-3.084 21.133-8.139.062.104.112.214.201.303l17.645 17.645c.293.293.677.439 1.061.439s.768-.146 1.061-.439a1.5 1.5 0 0 0 0-2.121ZM45.015 73.447c-15.754 0-28.571-12.817-28.571-28.571s12.817-28.571 28.571-28.571 28.571 12.817 28.571 28.571-12.817 28.571-28.571 28.571Z"/><path d="M59.576 43.376h-3.431c-.66-2.409-2.863-4.187-5.479-4.187s-4.819 1.778-5.479 4.187h-14.73a1.5 1.5 0 1 0 0 3h14.73c.66 2.409 2.863 4.187 5.479 4.187s4.819-1.778 5.479-4.187h3.431a1.5 1.5 0 1 0 0-3Zm-8.911 4.187c-1.481 0-2.687-1.205-2.687-2.687s1.205-2.687 2.687-2.687 2.687 1.205 2.687 2.687-1.205 2.687-2.687 2.687Zm8.911-15.672h-14.73c-.66-2.409-2.863-4.187-5.479-4.187s-4.819 1.778-5.48 4.187h-3.431a1.5 1.5 0 1 0 0 3h3.431c.661 2.409 2.864 4.187 5.48 4.187s4.819-1.778 5.479-4.187h14.73a1.5 1.5 0 1 0 0-3Zm-20.209 4.187c-1.481 0-2.687-1.205-2.687-2.687s1.206-2.687 2.687-2.687 2.687 1.205 2.687 2.687-1.205 2.687-2.687 2.687Zm20.209 18.783h-14.73c-.66-2.409-2.863-4.187-5.479-4.187s-4.819 1.778-5.48 4.187h-3.431a1.5 1.5 0 1 0 0 3h3.431c.661 2.409 2.864 4.188 5.48 4.188s4.819-1.778 5.479-4.188h14.73a1.5 1.5 0 1 0 0-3Zm-20.209 4.188c-1.481 0-2.687-1.206-2.687-2.688s1.206-2.687 2.687-2.687 2.687 1.205 2.687 2.687-1.205 2.688-2.687 2.688Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M87.177 20.313 50.447 8.854a1.482 1.482 0 0 0-.894 0L12.822 20.313a1.5 1.5 0 0 0-1.053 1.432v11.756c0 24.959 14.77 47.562 37.628 57.587a1.503 1.503 0 0 0 1.206 0C73.461 81.064 88.231 58.46 88.231 33.501V21.745c0-.656-.427-1.236-1.054-1.432Zm-1.946 13.188c0 23.548-13.807 44.895-35.23 54.571-21.425-9.676-35.232-31.023-35.232-54.571V22.849L50 11.857l35.23 10.991V33.5Z"/><path d="M48.739 39.595 35.123 25.979a1.488 1.488 0 0 0-.216-.179l-3.282-2.237a1.501 1.501 0 0 0-1.905.179l-.969.969a1.5 1.5 0 0 0-.179 1.905l2.237 3.281c.053.077.112.149.179.216l13.616 13.616-4.084 4.084a9.887 9.887 0 0 0-9.858 2.488 9.936 9.936 0 0 0-2.255 10.53c.181.477.59.828 1.088.936a1.505 1.505 0 0 0 1.375-.406l4.657-4.657h1.652l1.232 1.232-.09 1.489-4.694 4.694a1.5 1.5 0 0 0 .529 2.463 9.928 9.928 0 0 0 10.531-2.254 9.883 9.883 0 0 0 2.488-9.858l4.085-4.084.869.869-.361.361a1.5 1.5 0 0 0-.031 2.089l10.542 11.196a5.352 5.352 0 0 0 3.852 1.708h.092a5.35 5.35 0 0 0 3.814-1.582 5.354 5.354 0 0 0 1.58-3.905 5.355 5.355 0 0 0-1.706-3.851L58.713 46.728a1.5 1.5 0 0 0-2.089.031l-.36.36-.869-.869 4.084-4.084a9.88 9.88 0 0 0 9.857-2.488 9.932 9.932 0 0 0 2.255-10.53 1.501 1.501 0 0 0-2.463-.53l-4.195 4.195h-1.652l-1.232-1.232.09-1.488 4.232-4.233a1.5 1.5 0 0 0-.53-2.463 9.94 9.94 0 0 0-10.531 2.255 9.883 9.883 0 0 0-2.487 9.858l-4.084 4.084Zm19.118 19.861.003.003a2.38 2.38 0 0 1 .759 1.712 2.374 2.374 0 0 1-.701 1.735 2.38 2.38 0 0 1-1.695.703h-.041a2.381 2.381 0 0 1-1.714-.762l-9.547-10.14 2.797-2.797 10.14 9.546ZM55.939 35.325a6.9 6.9 0 0 1 1.493-7.552 6.928 6.928 0 0 1 4.804-2.02l-2.62 2.621c-.26.259-.415.604-.437.97l-.165 2.73c-.026.429.133.849.437 1.151l2.149 2.148a1.5 1.5 0 0 0 1.061.439h2.895c.397 0 .779-.158 1.061-.439l2.62-2.62a6.915 6.915 0 0 1-2.02 4.803 6.899 6.899 0 0 1-7.551 1.494 1.496 1.496 0 0 0-1.637.324L44.386 53.016a1.498 1.498 0 0 0-.324 1.637 6.898 6.898 0 0 1-1.494 7.552 6.922 6.922 0 0 1-4.803 2.02l3.082-3.082a1.5 1.5 0 0 0 .437-.971l.164-2.73a1.499 1.499 0 0 0-.436-1.15l-2.148-2.149a1.5 1.5 0 0 0-1.061-.439h-2.895c-.398 0-.779.158-1.061.439l-3.083 3.082a6.92 6.92 0 0 1 2.02-4.803 6.9 6.9 0 0 1 7.552-1.494c.56.236 1.207.105 1.636-.324l13.642-13.642c.43-.43.558-1.075.324-1.637Z"/></svg>
|
package/src/icons/wifi.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M88.164 35.475C77.685 26.001 64.132 20.785 50 20.785s-27.686 5.217-38.164 14.69a1.5 1.5 0 1 0 2.012 2.224C23.774 28.726 36.614 23.784 50 23.784s26.227 4.942 36.152 13.915a1.496 1.496 0 0 0 2.118-.106 1.5 1.5 0 0 0-.106-2.118Z"/><path d="M50 33.708a43.91 43.91 0 0 0-29.501 11.355 1.5 1.5 0 1 0 2.012 2.224c7.548-6.822 17.31-10.58 27.489-10.58s19.941 3.758 27.489 10.58a1.496 1.496 0 0 0 2.118-.106 1.5 1.5 0 0 0-.106-2.118A43.91 43.91 0 0 0 50 33.
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M88.164 35.475C77.685 26.001 64.132 20.785 50 20.785s-27.686 5.217-38.164 14.69a1.5 1.5 0 1 0 2.012 2.224C23.774 28.726 36.614 23.784 50 23.784s26.227 4.942 36.152 13.915a1.496 1.496 0 0 0 2.118-.106 1.5 1.5 0 0 0-.106-2.118Z"/><path d="M50 33.708a43.91 43.91 0 0 0-29.501 11.355 1.5 1.5 0 1 0 2.012 2.224c7.548-6.822 17.31-10.58 27.489-10.58s19.941 3.758 27.489 10.58a1.496 1.496 0 0 0 2.118-.106 1.5 1.5 0 0 0-.106-2.118A43.91 43.91 0 0 0 50 33.708Zm0 14.445a29.493 29.493 0 0 0-19.817 7.629 1.5 1.5 0 1 0 2.012 2.224c4.889-4.419 11.212-6.854 17.806-6.854s12.917 2.435 17.806 6.854a1.496 1.496 0 0 0 2.118-.106 1.5 1.5 0 0 0-.106-2.118 29.493 29.493 0 0 0-19.817-7.629Zm0 13.844a15.666 15.666 0 0 0-10.526 4.068 1.5 1.5 0 0 0-.107 2.118l9.521 10.538a1.502 1.502 0 0 0 2.226 0l9.521-10.538a1.5 1.5 0 0 0-.107-2.118 15.668 15.668 0 0 0-10.526-4.068Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M83.462 24.507H71.967l1.013-10.128a1.502 1.502 0 0 0-1.492-1.649H28.512a1.502 1.502 0 0 0-1.492 1.649l1.013 10.128H16.538a1.5 1.5 0 0 0-1.5 1.5v4.288c0 8.516 6.928 15.443 15.443 15.443h.278a20.31 20.31 0 0 0 14.054 12.936v15.165h-.387c-6.579 0-11.931 5.353-11.931 11.931a1.5 1.5 0 0 0 1.5 1.5h32.009a1.5 1.5 0 0 0 1.5-1.5c0-6.578-5.352-11.931-11.931-11.931h-.387V58.674A20.315 20.315 0 0 0 69.25 45.711c.088.016.177.027.269.027 8.516 0 15.443-6.928 15.443-15.443v-4.288a1.5 1.5 0 0 0-1.5-1.5Zm-65.424 5.788v-2.788h10.296l1.347 13.457c.059.592.151 1.172.258 1.747-6.608-.288-11.9-5.738-11.9-12.416Zm46.341 53.976H35.622c.715-4.213 4.391-7.431 8.805-7.431h11.147c4.414 0 8.089 3.218 8.805 7.431ZM52.187 59.336V73.84h-4.373V59.336h1.853c.112.002.221.016.334.016s.222-.014.334-.016h1.853Zm-1.853-3h-.668a17.358 17.358 0 0 1-17.001-15.671L30.17 15.729h39.66l-2.495 24.936a17.358 17.358 0 0 1-17.001 15.671Zm31.628-26.041c0 6.678-5.292 12.128-11.9 12.416a21.17 21.17 0 0 0 .258-1.747l1.347-13.457h10.296v2.788Z"/></svg>
|