@woosmap/ui 3.98.0 → 3.101.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 +34 -4
- package/src/components/Input/Input.js +1 -1
- package/src/components/Input/Input.stories.js +13 -3
- package/src/icons/autocomplete-check.svg +1 -1
- package/src/icons/calendar.svg +1 -0
- package/src/icons/cb.svg +1 -0
- package/src/icons/chat-love.svg +1 -0
- package/src/icons/escalator.svg +1 -0
- package/src/icons/gas-pump.svg +1 -0
- package/src/icons/itinerary.svg +1 -0
- package/src/icons/marker-multiple.svg +1 -0
- package/src/icons/parking.svg +1 -0
- package/src/icons/plane.svg +1 -0
- package/src/icons/restaurant.svg +1 -0
- 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/service-marker.svg +1 -1
- package/src/icons/shop.svg +1 -0
- package/src/icons/user-profile.svg +1 -1
- package/src/icons/wifi.svg +1 -0
- package/src/styles/website/input.styl +6 -1
package/package.json
CHANGED
|
@@ -5,8 +5,11 @@ import { ReactComponent as Autocomplete } from '../../icons/autocomplete.svg';
|
|
|
5
5
|
import { ReactComponent as AutocompleteCheck } from '../../icons/autocomplete-check.svg';
|
|
6
6
|
import { ReactComponent as Buildings } from '../../icons/buildings.svg';
|
|
7
7
|
import { ReactComponent as Battery } from '../../icons/battery.svg';
|
|
8
|
+
import { ReactComponent as Calendar } from '../../icons/calendar.svg';
|
|
8
9
|
import { ReactComponent as Care } from '../../icons/care.svg';
|
|
9
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';
|
|
10
13
|
import { ReactComponent as CheckBig } from '../../icons/check-big.svg';
|
|
11
14
|
import { ReactComponent as CallToAction } from '../../icons/call-to-action.svg';
|
|
12
15
|
import { ReactComponent as CubeBig } from '../../icons/cube-big.svg';
|
|
@@ -16,6 +19,8 @@ import { ReactComponent as DeliveryTime } from '../../icons/delivery-time.svg';
|
|
|
16
19
|
import { ReactComponent as Demo } from '../../icons/demo.svg';
|
|
17
20
|
import { ReactComponent as Elephant } from '../../icons/elephant.svg';
|
|
18
21
|
import { ReactComponent as Equalizer } from '../../icons/equalizer.svg';
|
|
22
|
+
import { ReactComponent as Escalator } from '../../icons/escalator.svg';
|
|
23
|
+
import { ReactComponent as GasPump } from '../../icons/gas-pump.svg';
|
|
19
24
|
import { ReactComponent as Gdpr } from '../../icons/gdpr.svg';
|
|
20
25
|
import { ReactComponent as Github } from '../../icons/github.svg';
|
|
21
26
|
import { ReactComponent as Green } from '../../icons/green.svg';
|
|
@@ -23,6 +28,7 @@ import { ReactComponent as Heart } from '../../icons/heart.svg';
|
|
|
23
28
|
import { ReactComponent as HouseInsurance } from '../../icons/house-insurance.svg';
|
|
24
29
|
import { ReactComponent as IndoorOutdoor } from '../../icons/indoor-outdoor.svg';
|
|
25
30
|
import { ReactComponent as Integrations } from '../../icons/integrations.svg';
|
|
31
|
+
import { ReactComponent as Itinerary } from '../../icons/itinerary.svg';
|
|
26
32
|
import { ReactComponent as Like } from '../../icons/like.svg';
|
|
27
33
|
import { ReactComponent as Logistics } from '../../icons/logistics.svg';
|
|
28
34
|
import { ReactComponent as Lotus } from '../../icons/lotus.svg';
|
|
@@ -41,6 +47,7 @@ import { ReactComponent as MarkerHouse } from '../../icons/marker-house.svg';
|
|
|
41
47
|
import { ReactComponent as MarkerInfinite } from '../../icons/markers-infinite.svg';
|
|
42
48
|
import { ReactComponent as MarkerMap } from '../../icons/marker-map.svg';
|
|
43
49
|
import { ReactComponent as MarkerMatrix } from '../../icons/marker-matrix.svg';
|
|
50
|
+
import { ReactComponent as MarkerMultiple } from '../../icons/marker-multiple.svg';
|
|
44
51
|
import { ReactComponent as MarkerPlay } from '../../icons/marker-play.svg';
|
|
45
52
|
import { ReactComponent as MarkerRoad } from '../../icons/marker-road.svg';
|
|
46
53
|
import { ReactComponent as MarkerSearch } from '../../icons/marker-search.svg';
|
|
@@ -49,22 +56,29 @@ import { ReactComponent as MobileRocket } from '../../icons/mobile-rocket.svg';
|
|
|
49
56
|
import { ReactComponent as Notification } from '../../icons/notification.svg';
|
|
50
57
|
import { ReactComponent as NotificationPosition } from '../../icons/notification-position.svg';
|
|
51
58
|
import { ReactComponent as OpenSource } from '../../icons/open-source.svg';
|
|
52
|
-
import { ReactComponent as
|
|
59
|
+
import { ReactComponent as Parking } from '../../icons/parking.svg';
|
|
53
60
|
import { ReactComponent as PieChart } from '../../icons/pie-chart.svg';
|
|
61
|
+
import { ReactComponent as PlaceReview } from '../../icons/place-review.svg';
|
|
62
|
+
import { ReactComponent as Plane } from '../../icons/plane.svg';
|
|
54
63
|
import { ReactComponent as Position } from '../../icons/position.svg';
|
|
55
64
|
import { ReactComponent as PuzzleStar } from '../../icons/puzzle-star.svg';
|
|
56
65
|
import { ReactComponent as Quote } from '../../icons/quote.svg';
|
|
57
66
|
import { ReactComponent as Refresh } from '../../icons/refresh.svg';
|
|
58
67
|
import { ReactComponent as Responsive } from '../../icons/responsive.svg';
|
|
68
|
+
import { ReactComponent as Restaurant } from '../../icons/restaurant.svg';
|
|
69
|
+
import { ReactComponent as Rocket } from '../../icons/rocket.svg';
|
|
59
70
|
import { ReactComponent as SaveTime } from '../../icons/save-time.svg';
|
|
60
71
|
import { ReactComponent as SaveMoney } from '../../icons/save-money.svg';
|
|
72
|
+
import { ReactComponent as SearchSettings } from '../../icons/search-settings.svg';
|
|
61
73
|
import { ReactComponent as Schedule } from '../../icons/schedule.svg';
|
|
62
74
|
import { ReactComponent as SecuritPositionZone } from '../../icons/security-position-zone.svg';
|
|
63
75
|
import { ReactComponent as Security } from '../../icons/security.svg';
|
|
76
|
+
import { ReactComponent as SecurityTools } from '../../icons/security-tools.svg';
|
|
64
77
|
import { ReactComponent as SecurityZone } from '../../icons/security-zone.svg';
|
|
65
78
|
import { ReactComponent as ServiceMarker } from '../../icons/service-marker.svg';
|
|
66
79
|
import { ReactComponent as ShakeHand } from '../../icons/shake-hand.svg';
|
|
67
80
|
import { ReactComponent as Shipping } from '../../icons/shipping.svg';
|
|
81
|
+
import { ReactComponent as Shop } from '../../icons/shop.svg';
|
|
68
82
|
import { ReactComponent as Speed } from '../../icons/speed.svg';
|
|
69
83
|
import { ReactComponent as StarBig } from '../../icons/star-big.svg';
|
|
70
84
|
import { ReactComponent as StarFilledBig } from '../../icons/star-filled-big.svg';
|
|
@@ -75,6 +89,7 @@ import { ReactComponent as Travel } from '../../icons/travel.svg';
|
|
|
75
89
|
import { ReactComponent as TshirtMarker } from '../../icons/tshirt-marker.svg';
|
|
76
90
|
import { ReactComponent as UserProfile } from '../../icons/user-profile.svg';
|
|
77
91
|
import { ReactComponent as Wheelchair } from '../../icons/wheelchair.svg';
|
|
92
|
+
import { ReactComponent as Wifi } from '../../icons/wifi.svg';
|
|
78
93
|
import { ReactComponent as World } from '../../icons/world.svg';
|
|
79
94
|
import { ReactComponent as WorldLocation } from '../../icons/world-location.svg';
|
|
80
95
|
import { ReactComponent as WorldTime } from '../../icons/world-time.svg';
|
|
@@ -215,10 +230,13 @@ const WebsiteIcons = {
|
|
|
215
230
|
'autocomplete-check': AutocompleteCheck,
|
|
216
231
|
battery: Battery,
|
|
217
232
|
buildings: Buildings,
|
|
233
|
+
calendar: Calendar,
|
|
218
234
|
care: Care,
|
|
219
235
|
cars: Cars,
|
|
220
236
|
'call-to-action': CallToAction,
|
|
237
|
+
cb: Cb,
|
|
221
238
|
'check-big': CheckBig,
|
|
239
|
+
'chat-love': ChatLove,
|
|
222
240
|
'cube-big': CubeBig,
|
|
223
241
|
'customers-services': CustomersServices,
|
|
224
242
|
customize: Customize,
|
|
@@ -226,13 +244,16 @@ const WebsiteIcons = {
|
|
|
226
244
|
demo: Demo,
|
|
227
245
|
elephant: Elephant,
|
|
228
246
|
equalizer: Equalizer,
|
|
247
|
+
escalator: Escalator,
|
|
248
|
+
'gas-pump': GasPump,
|
|
229
249
|
gdpr: Gdpr,
|
|
230
|
-
heart: Heart,
|
|
231
250
|
github: Github,
|
|
232
251
|
green: Green,
|
|
252
|
+
heart: Heart,
|
|
233
253
|
'house-insurance': HouseInsurance,
|
|
234
254
|
'indoor-outdoor': IndoorOutdoor,
|
|
235
255
|
integrations: Integrations,
|
|
256
|
+
itinerary: Itinerary,
|
|
236
257
|
like: Like,
|
|
237
258
|
lotus: Lotus,
|
|
238
259
|
logistics: Logistics,
|
|
@@ -251,6 +272,7 @@ const WebsiteIcons = {
|
|
|
251
272
|
'marker-house': MarkerHouse,
|
|
252
273
|
'marker-map': MarkerMap,
|
|
253
274
|
'marker-matrix': MarkerMatrix,
|
|
275
|
+
'marker-multiple': MarkerMultiple,
|
|
254
276
|
'marker-play': MarkerPlay,
|
|
255
277
|
'marker-road': MarkerRoad,
|
|
256
278
|
'marker-search': MarkerSearch,
|
|
@@ -259,22 +281,29 @@ const WebsiteIcons = {
|
|
|
259
281
|
notification: Notification,
|
|
260
282
|
'notification-position': NotificationPosition,
|
|
261
283
|
'open-source': OpenSource,
|
|
284
|
+
parking: Parking,
|
|
262
285
|
'pie-chart': PieChart,
|
|
263
286
|
'place-review': PlaceReview,
|
|
287
|
+
plane: Plane,
|
|
264
288
|
position: Position,
|
|
265
289
|
'puzzle-star': PuzzleStar,
|
|
266
290
|
quote: Quote,
|
|
267
291
|
refresh: Refresh,
|
|
268
292
|
responsive: Responsive,
|
|
293
|
+
restaurant: Restaurant,
|
|
294
|
+
rocket: Rocket,
|
|
269
295
|
'save-money': SaveMoney,
|
|
296
|
+
'search-settings': SearchSettings,
|
|
270
297
|
'save-time': SaveTime,
|
|
271
298
|
schedule: Schedule,
|
|
272
299
|
security: Security,
|
|
273
|
-
'security-
|
|
300
|
+
'security-position-zone': SecuritPositionZone,
|
|
301
|
+
'security-tools': SecurityTools,
|
|
274
302
|
'security-zone': SecurityZone,
|
|
275
303
|
'service-marker': ServiceMarker,
|
|
276
304
|
'shake-hand': ShakeHand,
|
|
277
305
|
shipping: Shipping,
|
|
306
|
+
shop: Shop,
|
|
278
307
|
speed: Speed,
|
|
279
308
|
'star-big': StarBig,
|
|
280
309
|
'star-filled-big': StarFilledBig,
|
|
@@ -284,7 +313,8 @@ const WebsiteIcons = {
|
|
|
284
313
|
travel: Travel,
|
|
285
314
|
'tshirt-marker': TshirtMarker,
|
|
286
315
|
'user-profile': UserProfile,
|
|
287
|
-
|
|
316
|
+
wheelchair: Wheelchair,
|
|
317
|
+
wifi: Wifi,
|
|
288
318
|
world: World,
|
|
289
319
|
'world-location': WorldLocation,
|
|
290
320
|
'world-time': WorldTime,
|
|
@@ -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
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M77.773 31.603H22.227c-5.76 0-10.445-4.686-10.445-10.444s4.686-10.445 10.445-10.445h55.547c5.76 0 10.445 4.686 10.445 10.445s-4.686 10.444-10.445 10.444Zm-55.546-17.89c-4.105 0-7.445 3.34-7.445 7.445s3.34 7.444 7.445 7.444h55.547c4.105 0 7.445-3.34 7.445-7.444s-3.34-7.445-7.445-7.445H22.
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M77.773 31.603H22.227c-5.76 0-10.445-4.686-10.445-10.444s4.686-10.445 10.445-10.445h55.547c5.76 0 10.445 4.686 10.445 10.445s-4.686 10.444-10.445 10.444Zm-55.546-17.89c-4.105 0-7.445 3.34-7.445 7.445s3.34 7.444 7.445 7.444h55.547c4.105 0 7.445-3.34 7.445-7.444s-3.34-7.445-7.445-7.445H22.227Zm56.31 75.574H21.463c-5.339 0-9.682-4.343-9.682-9.682V47.753c0-5.338 4.343-9.681 9.682-9.681h57.074c5.339 0 9.682 4.343 9.682 9.681v31.852c0 5.339-4.343 9.682-9.682 9.682ZM21.463 41.073a6.689 6.689 0 0 0-6.682 6.681v31.852a6.689 6.689 0 0 0 6.682 6.682h57.074a6.689 6.689 0 0 0 6.682-6.682V47.754a6.689 6.689 0 0 0-6.682-6.681H21.463Z"/><path d="M21.307 19.953h21.571v3H21.307zm0 29.551h35.755v3H21.307zm0 11.676h54.179v3H21.307zm0 11.752H50v3H21.307zM69.37 56.865l-5.982-5.982 2.121-2.121 3.861 3.861 6.913-6.913 2.121 2.121-9.034 9.034z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M76.137 15.039H23.863c-4.866 0-8.824 3.959-8.824 8.824v52.273c0 4.865 3.958 8.824 8.824 8.824h52.273c4.866 0 8.824-3.959 8.824-8.824V23.863c0-4.865-3.958-8.824-8.824-8.824Zm-7.238 3v5.034h-5.034v-5.034h5.034Zm-32.763 0v5.034h-5.034v-5.034h5.034Zm-12.272 0h4.238v6.534a1.5 1.5 0 0 0 1.5 1.5h8.034a1.5 1.5 0 0 0 1.5-1.5v-6.534h21.729v6.534a1.5 1.5 0 0 0 1.5 1.5h8.034a1.5 1.5 0 0 0 1.5-1.5v-6.534h4.238a5.83 5.83 0 0 1 5.824 5.824v10.961H18.039V23.863a5.83 5.83 0 0 1 5.824-5.824Zm52.273 63.922H23.863a5.83 5.83 0 0 1-5.824-5.824V37.824h63.922v38.312a5.83 5.83 0 0 1-5.824 5.824Z"/><path d="M70.826 47.559H56.745a1.5 1.5 0 0 0-1.5 1.5V63.14a1.5 1.5 0 0 0 1.5 1.5h14.081a1.5 1.5 0 0 0 1.5-1.5V49.059a1.5 1.5 0 0 0-1.5-1.5Zm-1.5 14.081H58.245V50.559h11.081V61.64Z"/></svg>
|
package/src/icons/cb.svg
ADDED
|
@@ -0,0 +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.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="M83.686 24.56H71.698a14.416 14.416 0 0 0-10.261 4.252L49.099 41.15v-6.561a5.994 5.994 0 1 0-11.988 0v18.55L25.202 65.048a1.102 1.102 0 0 1-.784.324h-8.103c-5.674 0-10.29 4.616-10.29 10.29s4.616 10.29 10.29 10.29h11.072a14.42 14.42 0 0 0 10.262-4.25l36.239-36.237c.206-.206.492-.324.785-.324h9.015c5.674 0 10.29-4.616 10.29-10.29s-4.616-10.29-10.291-10.29Zm0 17.58h-9.015c-1.098 0-2.13.427-2.906 1.203L35.526 79.58a11.44 11.44 0 0 1-8.141 3.371H16.313c-4.02 0-7.29-3.271-7.29-7.29s3.271-7.29 7.29-7.29h8.103a4.08 4.08 0 0 0 2.905-1.203l36.237-36.235a11.433 11.433 0 0 1 8.14-3.372h11.988c4.02 0 7.291 3.27 7.291 7.289s-3.271 7.29-7.29 7.29ZM43.104 27.537a5.994 5.994 0 1 0 0-11.988 5.994 5.994 0 0 0 0 11.988Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M51.719 25.543H24.772a1.5 1.5 0 0 0-1.5 1.5v15.903a1.5 1.5 0 0 0 1.5 1.5h26.946a1.5 1.5 0 0 0 1.5-1.5V27.043a1.5 1.5 0 0 0-1.5-1.5Zm-1.5 15.903H26.272V28.543h23.946v12.903Z"/><path d="m84.318 39.882-4.419-4.419L68.23 23.794a1.5 1.5 0 1 0-2.121 2.121l6.806 6.806c-2.577.656-4.491 2.989-4.491 5.767a5.964 5.964 0 0 0 5.957 5.958 5.907 5.907 0 0 0 2.957-.793v7.8c-.107.313-.107.65 0 .963v25.213c0 2.389-1.943 4.332-4.332 4.332s-4.332-1.943-4.332-4.332V53.076c0-4.41-3.217-8.073-7.426-8.79V25.111c0-5.554-4.519-10.072-10.072-10.072H25.314c-5.554 0-10.072 4.519-10.072 10.072v58.35a1.5 1.5 0 0 0 1.5 1.5h43.007a1.5 1.5 0 0 0 1.5-1.5V47.35c2.542.667 4.426 2.978 4.426 5.726v24.553c0 4.043 3.289 7.332 7.332 7.332s7.332-3.289 7.332-7.332V52.462l3.979-3.979a1.5 1.5 0 0 0 .439-1.061v-6.479c0-.397-.158-.779-.439-1.061ZM58.249 81.961H18.242v-56.85c0-3.899 3.173-7.072 7.072-7.072h25.862c3.899 0 7.072 3.173 7.072 7.072v56.85Zm16.133-40.515c-1.631 0-2.957-1.327-2.957-2.958s1.326-2.957 2.957-2.957 2.957 1.326 2.957 2.957-1.326 2.958-2.957 2.958Zm7.376 5.354-1.419 1.419v-8.075l1.419 1.419V46.8Z"/></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>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M50.859 58.946H41.28v22.771H25.828V18.283h25.031c15.542 0 23.313 8.766 23.313 20.422 0 10.482-7.139 20.241-23.313 20.241Zm-1.175-12.289c6.145 0 8.766-3.072 8.766-7.952s-2.621-7.952-8.766-7.952H41.28v15.904h8.404Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M36.768 85.966a2.75 2.75 0 0 1-.647-.077 2.707 2.707 0 0 1-1.955-1.813l-3.304-10.234-2.586.629c-.779.188-1.578-.036-2.144-.602s-.79-1.367-.601-2.144l.628-2.586-10.235-3.304a2.706 2.706 0 0 1-1.812-1.955 2.706 2.706 0 0 1 .723-2.566l1.761-1.761a4.02 4.02 0 0 1 3.036-1.175l11.803.557 12.112-12.113-6.031-6.74L17.21 27.243a2.68 2.68 0 0 1-.126-4.445l.91-.65a9.028 9.028 0 0 1 8.103-1.205l32.411 10.92 11.368-11.369a15.1 15.1 0 0 1 9.006-4.318l2.362-.258a2.578 2.578 0 0 1 2.84 2.839l-.259 2.363a15.1 15.1 0 0 1-4.318 9.007L68.139 41.495l10.92 32.41a9.025 9.025 0 0 1-1.205 8.103l-.65.91c-.52.728-1.312 1.154-2.257 1.12a2.671 2.671 0 0 1-2.188-1.247L59.921 62.485l-6.74-6.03-12.113 12.112.557 11.803a4.034 4.034 0 0 1-1.175 3.036l-1.761 1.761c-.52.52-1.206.8-1.919.8ZM31.77 70.58c.69 0 1.334.445 1.556 1.131l3.558 11.017 1.443-1.443c.204-.204.312-.486.3-.774l-.588-12.465a1.495 1.495 0 0 1 .438-1.131L52.062 53.33a1.503 1.503 0 0 1 2.061-.058l7.954 7.116c.104.093.193.199.268.316l12.695 20.08.373-.521a6.013 6.013 0 0 0 .803-5.401L64.999 41.571a1.499 1.499 0 0 1 .361-1.539l12.026-12.026a12.09 12.09 0 0 0 3.457-7.212l.201-1.836-1.836.2a12.088 12.088 0 0 0-7.211 3.457L59.971 34.642c-.403.404-1 .544-1.539.361L25.139 23.786a6.013 6.013 0 0 0-5.401.803l-.521.373 20.079 12.695c.117.074.224.164.316.268l7.117 7.954a1.5 1.5 0 0 1-.058 2.061L33.086 61.525a1.473 1.473 0 0 1-1.131.438l-12.465-.588c-.304.011-.571.097-.774.3l-1.443 1.443 11.016 3.557a1.641 1.641 0 0 1 1.086 1.939l-.646 2.659 2.658-.646c.128-.031.257-.046.384-.046Zm.329 2.96-.008.003.008-.003Z"/></svg>
|
|
@@ -0,0 +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.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>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path style="fill:none" d="M0 0h100v100H0z"/><path d="M47.176 48.245c0 1.514 1.214 2.655 2.824 2.655s2.824-1.142 2.824-2.655c0-3.993 2.83-7.332 5.825-10.867 3.42-4.035 6.955-8.207 6.955-13.935 0-8.604-7-15.605-15.604-15.605s-15.605 7-15.605 15.605c0 5.728 3.536 9.9 6.955 13.935 2.996 3.535 5.826 6.874 5.826 10.867ZM50 10.838c6.95 0 12.604 5.655 12.604 12.605 0 4.628-3.032 8.207-6.243 11.995-2.776 3.276-5.635 6.648-6.361 10.79-.727-4.141-3.584-7.514-6.361-10.79-3.211-3.788-6.244-7.367-6.244-11.995 0-6.95 5.655-12.605 12.605-12.605Z"/><path d="M50 30.869c3.951 0 7.165-3.214 7.165-7.165S53.951 16.539 50 16.539s-7.165 3.214-7.165 7.165 3.214 7.165 7.165 7.165Zm0-11.329c2.297 0 4.165 1.868 4.165 4.165S52.297 27.87 50 27.87s-4.165-1.868-4.165-4.165S47.703 19.54 50 19.
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path style="fill:none" d="M0 0h100v100H0z"/><path d="M47.176 48.245c0 1.514 1.214 2.655 2.824 2.655s2.824-1.142 2.824-2.655c0-3.993 2.83-7.332 5.825-10.867 3.42-4.035 6.955-8.207 6.955-13.935 0-8.604-7-15.605-15.604-15.605s-15.605 7-15.605 15.605c0 5.728 3.536 9.9 6.955 13.935 2.996 3.535 5.826 6.874 5.826 10.867ZM50 10.838c6.95 0 12.604 5.655 12.604 12.605 0 4.628-3.032 8.207-6.243 11.995-2.776 3.276-5.635 6.648-6.361 10.79-.727-4.141-3.584-7.514-6.361-10.79-3.211-3.788-6.244-7.367-6.244-11.995 0-6.95 5.655-12.605 12.605-12.605Z"/><path d="M50 30.869c3.951 0 7.165-3.214 7.165-7.165S53.951 16.539 50 16.539s-7.165 3.214-7.165 7.165 3.214 7.165 7.165 7.165Zm0-11.329c2.297 0 4.165 1.868 4.165 4.165S52.297 27.87 50 27.87s-4.165-1.868-4.165-4.165S47.703 19.54 50 19.54Zm34.921 33.801c-2.699-2.699-7.09-2.698-9.787 0l-8.932 8.932c-.48-3.351-3.361-5.938-6.842-5.938H41.908a13.65 13.65 0 0 0-8.929 3.327l-6.876 5.951-1.961-3.153-11.655 7.249 14.317 23.02 11.654-7.249-1.461-2.349h19.094a21.168 21.168 0 0 0 15.068-6.242l13.762-13.761c2.697-2.699 2.697-7.089 0-9.787ZM27.767 88.596 16.619 70.671l6.56-4.08 11.148 17.925-6.56 4.08ZM82.8 61.006 69.038 74.767a18.19 18.19 0 0 1-12.947 5.363h-20.96l-7.425-11.939 7.235-6.261a10.646 10.646 0 0 1 6.966-2.596h17.452c2.161 0 3.92 1.758 3.92 3.92s-1.759 3.92-3.92 3.92H48.484v3h10.875c.308 0 .608-.027.905-.066v.066a5.532 5.532 0 0 0 3.887-1.61l13.104-13.103a3.927 3.927 0 0 1 5.545 0 3.926 3.926 0 0 1 0 5.544Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M76.688 14.936a349.96 349.96 0 0 0-44.373-.559c-.031-.006-.06-.018-.092-.022a1.473 1.473 0 0 0-.653.058c-2.736.144-5.469.31-8.195.518-7.139.032-12.936 5.85-12.936 12.995v43.112c0 6.221 4.196 11.746 10.208 13.438l.156.043a42.918 42.918 0 0 0 11.54 1.569h35.315a42.9 42.9 0 0 0 11.542-1.57l.159-.044c6.007-1.69 10.203-7.216 10.203-13.436V28.842c0-7.243-5.655-13.353-12.874-13.906Zm9.433 10.851a1.504 1.504 0 0 0-.253.352 7.985 7.985 0 0 1-7.177 4.436c-3.764 0-6.922-2.61-7.782-6.113.043-.178.057-.365.03-.557l-.889-6.408c2.139.124 4.276.266 6.408.429 4.612.355 8.41 3.599 9.663 7.861Zm-53.544-3.072.747-5.382a346.735 346.735 0 0 1 15.304-.403v7.291c0 4.423-3.598 8.021-8.021 8.021s-8.021-3.598-8.021-8.021c0-.154-.03-.299-.073-.439.039-.351.059-.707.065-1.067Zm19.051-5.783c5.13.024 10.258.165 15.373.416l.691 4.984c-.011.073-.022.146-.022.222 0 .416.028.824.073 1.228-.043.14-.073.285-.073.439 0 4.423-3.598 8.021-8.021 8.021s-8.021-3.598-8.021-8.021v-7.288Zm-28.193.999c.038 0 .077-.002.115-.005 2.238-.172 4.481-.32 6.726-.448l-.89 6.412a1.5 1.5 0 0 0 .005.402c-.797 3.589-4 6.283-7.826 6.283a8.013 8.013 0 0 1-7.392-4.899 1.492 1.492 0 0 0-.341-.496c1.198-4.178 5.044-7.248 9.603-7.248Zm55.034 63.677.329 1.466-.404-1.444a39.875 39.875 0 0 1-10.733 1.458H32.343c-3.655 0-7.266-.489-10.735-1.458l-.153-.043c-4.72-1.328-8.016-5.665-8.016-10.548V29.995a11 11 0 0 0 8.125 3.58c3.744 0 7.053-1.881 9.046-4.743 1.75 3.777 5.567 6.409 9.997 6.409 4.063 0 7.61-2.215 9.521-5.496 1.911 3.28 5.459 5.496 9.521 5.496 4.429 0 8.246-2.632 9.996-6.409 1.993 2.862 5.302 4.743 9.046 4.743 3.032 0 5.833-1.231 7.871-3.322v40.786c0 4.882-3.296 9.22-8.094 10.569Z"/><path d="M74.332 50.485c-15.009 8.709-33.655 8.709-48.664 0a1.5 1.5 0 0 0-1.506 2.596c7.969 4.623 16.903 6.935 25.838 6.935s17.869-2.312 25.838-6.935a1.5 1.5 0 0 0-1.506-2.596Z"/></svg>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M79.546 23.072h-4.552a1.5 1.5 0 1 0 0 3h4.552a3.375 3.375 0 0 1 3.371 3.37v55.611a3.375 3.375 0 0 1-3.371 3.371H20.454a3.376 3.376 0 0 1-3.371-3.371V29.442a3.374 3.374 0 0 1 3.371-3.37h4.552a1.5 1.5 0 1 0 0-3h-4.552a6.377 6.377 0 0 0-6.371 6.37v55.611a6.378 6.378 0 0 0 6.371 6.371h59.092a6.378 6.378 0 0 0 6.371-6.371V29.442a6.377 6.377 0 0 0-6.371-6.37Z"/><path d="M27.71 69.049h44.58a1.5 1.5 0 1 0 0-3H27.71a1.5 1.5 0 1 0 0
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><path d="M79.546 23.072h-4.552a1.5 1.5 0 1 0 0 3h4.552a3.375 3.375 0 0 1 3.371 3.37v55.611a3.375 3.375 0 0 1-3.371 3.371H20.454a3.376 3.376 0 0 1-3.371-3.371V29.442a3.374 3.374 0 0 1 3.371-3.37h4.552a1.5 1.5 0 1 0 0-3h-4.552a6.377 6.377 0 0 0-6.371 6.37v55.611a6.378 6.378 0 0 0 6.371 6.371h59.092a6.378 6.378 0 0 0 6.371-6.371V29.442a6.377 6.377 0 0 0-6.371-6.37Z"/><path d="M27.71 69.049h44.58a1.5 1.5 0 1 0 0-3H27.71a1.5 1.5 0 1 0 0 3Zm11.866 5.969a1.5 1.5 0 1 0 0 3h20.849a1.5 1.5 0 1 0 0-3H39.576Zm-4.627-17.939a1.5 1.5 0 1 0 0 3h30.103a1.5 1.5 0 1 0 0-3H34.949Zm.479-14.14c3.691 3.819 8.854 6.207 14.572 6.207 5.932 0 11.261-2.576 14.974-6.649.142-.109.258-.24.351-.386 3.081-3.559 4.96-8.185 4.96-13.25 0-11.186-9.1-20.285-20.285-20.285s-20.285 9.1-20.285 20.285c0 5.277 2.042 10.075 5.357 13.687.094.148.211.282.356.392ZM50 46.146c-4.573 0-8.726-1.798-11.82-4.708 2.681-4.829 7.244-7.786 12.128-7.786 4.804 0 9.193 2.753 11.918 7.417a17.23 17.23 0 0 1-12.225 5.078Zm-5.2-21.371c0-2.867 2.333-5.2 5.2-5.2s5.2 2.333 5.2 5.2-2.333 5.199-5.2 5.199-5.2-2.332-5.2-5.199ZM50 11.576c9.531 0 17.285 7.754 17.285 17.285 0 3.629-1.129 6.996-3.047 9.78-2.355-3.561-5.669-6.117-9.371-7.281 2.018-1.495 3.334-3.886 3.334-6.584 0-4.521-3.678-8.2-8.2-8.2s-8.2 3.679-8.2 8.2a8.19 8.19 0 0 0 3.523 6.725c-3.689 1.269-6.947 3.92-9.229 7.582-2.113-2.867-3.378-6.395-3.378-10.222 0-9.531 7.754-17.285 17.285-17.285Z"/></svg>
|
|
@@ -0,0 +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.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>
|