@rokkit/icons 1.0.0-next.13 → 1.0.0-next.130
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/lib/app/chars.json +1 -0
- package/lib/app/icons.json +116 -0
- package/lib/app/index.d.ts +8 -0
- package/lib/app/index.js +9 -0
- package/lib/app/index.mjs +6 -0
- package/lib/app/info.json +1 -0
- package/lib/app/metadata.json +1 -0
- package/lib/app/package.json +24 -0
- package/lib/app.json +116 -0
- package/lib/auth/chars.json +1 -0
- package/lib/auth/icons.json +47 -0
- package/lib/auth/index.d.ts +8 -0
- package/lib/auth/index.js +9 -0
- package/lib/auth/index.mjs +6 -0
- package/lib/auth/info.json +1 -0
- package/lib/auth/metadata.json +1 -0
- package/lib/auth/package.json +24 -0
- package/lib/auth.json +47 -0
- package/lib/base/chars.json +1 -0
- package/lib/base/icons.json +290 -0
- package/lib/base/index.d.ts +8 -0
- package/lib/base/index.js +9 -0
- package/lib/base/index.mjs +6 -0
- package/lib/base/info.json +1 -0
- package/lib/base/metadata.json +1 -0
- package/lib/base/package.json +24 -0
- package/lib/base.json +290 -0
- package/lib/components/chars.json +1 -0
- package/lib/components/icons.json +155 -0
- package/lib/components/index.d.ts +8 -0
- package/lib/components/index.js +9 -0
- package/lib/components/index.mjs +6 -0
- package/lib/components/info.json +1 -0
- package/lib/components/metadata.json +1 -0
- package/lib/components/package.json +24 -0
- package/lib/components.json +155 -0
- package/lib/light/chars.json +1 -0
- package/lib/light/icons.json +23 -0
- package/lib/light/index.d.ts +8 -0
- package/lib/light/index.js +9 -0
- package/lib/light/index.mjs +6 -0
- package/lib/light/info.json +1 -0
- package/lib/light/metadata.json +1 -0
- package/lib/light/package.json +24 -0
- package/lib/light.json +23 -0
- package/lib/solid/chars.json +1 -0
- package/lib/solid/icons.json +44 -0
- package/lib/solid/index.d.ts +8 -0
- package/lib/solid/index.js +9 -0
- package/lib/solid/index.mjs +6 -0
- package/lib/solid/info.json +1 -0
- package/lib/solid/metadata.json +1 -0
- package/lib/solid/package.json +24 -0
- package/lib/solid.json +44 -0
- package/lib/twotone/chars.json +1 -0
- package/lib/twotone/icons.json +20 -0
- package/lib/twotone/index.d.ts +8 -0
- package/lib/twotone/index.js +9 -0
- package/lib/twotone/index.mjs +6 -0
- package/lib/twotone/info.json +1 -0
- package/lib/twotone/metadata.json +1 -0
- package/lib/twotone/package.json +24 -0
- package/lib/twotone.json +20 -0
- package/package.json +28 -27
- package/src/convert.js +0 -59
- package/src/index.js +0 -6
package/lib/base.json
ADDED
|
@@ -0,0 +1,290 @@
|
|
|
1
|
+
{
|
|
2
|
+
"prefix": "base",
|
|
3
|
+
"lastModified": 1772509585,
|
|
4
|
+
"icons": {
|
|
5
|
+
"accordion-closed": {
|
|
6
|
+
"body": "<path fill=\"currentColor\" d=\"M16.5 12 9 19.5l-1.05-1.05L14.4 12 7.95 5.55 9 4.5z\"/>"
|
|
7
|
+
},
|
|
8
|
+
"accordion-opened": {
|
|
9
|
+
"body": "<path fill=\"currentColor\" d=\"M12 16.5 4.5 9l1.05-1.05L12 14.4l6.45-6.45L19.5 9z\"/>"
|
|
10
|
+
},
|
|
11
|
+
"action-add": {
|
|
12
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M12 22c-4.714 0-7.071 0-8.536-1.465C2 19.072 2 16.714 2 12s0-7.071 1.464-8.536C4.93 2 7.286 2 12 2s7.071 0 8.535 1.464C22 4.93 22 7.286 22 12s0 7.071-1.465 8.535C19.072 22 16.714 22 12 22m0-13.75a.75.75 0 01.75.75v2.25H15a.75.75 0 110 1.5h-2.25V15a.75.75 0 11-1.5 0v-2.25H9a.75.75 0 110-1.5h2.25V9a.75.75 0 01.75-.75\" clip-rule=\"evenodd\"/>"
|
|
13
|
+
},
|
|
14
|
+
"action-cancel": {
|
|
15
|
+
"body": "<g fill=\"currentColor\"><path d=\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2m0 18a8 8 0 110-16 8 8 0 010 16\"/><path d=\"M15.536 8.464a1 1 0 00-1.415 0L12 10.586 9.879 8.464A1 1 0 108.464 9.88L10.586 12l-2.122 2.121a1 1 0 101.415 1.415L12 13.414l2.121 2.122a1 1 0 001.415-1.415L13.414 12l2.122-2.121a1 1 0 000-1.415\"/></g>"
|
|
16
|
+
},
|
|
17
|
+
"action-check": {
|
|
18
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M12 22c-4.714 0-7.071 0-8.536-1.465C2 19.072 2 16.714 2 12s0-7.071 1.464-8.536C4.93 2 7.286 2 12 2s7.071 0 8.535 1.464C22 4.93 22 7.286 22 12s0 7.071-1.465 8.535C19.072 22 16.714 22 12 22m4.03-12.03a.75.75 0 00-1.06-1.06l-4.47 4.47-1.47-1.47a.75.75 0 00-1.06 1.06l2 2a.75.75 0 001.06 0z\" clip-rule=\"evenodd\"/>"
|
|
19
|
+
},
|
|
20
|
+
"action-clear": {
|
|
21
|
+
"body": "<path fill=\"currentColor\" d=\"M6 19a2 2 0 002 2h8a2 2 0 002-2V7H6zM8 9h8v10H8zm7.5-5-1-1h-5l-1 1H5v2h14V4z\"/>"
|
|
22
|
+
},
|
|
23
|
+
"action-close": {
|
|
24
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M12 22c-4.714 0-7.071 0-8.536-1.465C2 19.072 2 16.714 2 12s0-7.071 1.464-8.536C4.93 2 7.286 2 12 2s7.071 0 8.535 1.464C22 4.93 22 7.286 22 12s0 7.071-1.465 8.535C19.072 22 16.714 22 12 22M8.97 8.97a.75.75 0 011.06 0L12 10.94l1.97-1.97a.75.75 0 011.06 1.06L13.06 12l1.97 1.97a.75.75 0 11-1.06 1.06L12 13.06l-1.97 1.97a.75.75 0 11-1.06-1.06L10.94 12l-1.97-1.97a.75.75 0 010-1.06\" clip-rule=\"evenodd\"/>"
|
|
25
|
+
},
|
|
26
|
+
"action-copy": {
|
|
27
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path d=\"M6 11c0-2.828 0-4.243.879-5.121C7.757 5 9.172 5 12 5h3c2.828 0 4.243 0 5.121.879C21 6.757 21 8.172 21 11v5c0 2.828 0 4.243-.879 5.121C19.243 22 17.828 22 15 22h-3c-2.828 0-4.243 0-5.121-.879C6 20.243 6 18.828 6 16z\"/><path d=\"M6 19a3 3 0 01-3-3v-6c0-3.771 0-5.657 1.172-6.828S7.229 2 11 2h4a3 3 0 013 3\" opacity=\".5\"/></g>"
|
|
28
|
+
},
|
|
29
|
+
"action-copysuccess": {
|
|
30
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M7.263 3.259A2.25 2.25 0 019.5 1.25h5a2.25 2.25 0 012.237 2.009c.763.015 1.423.055 1.987.158.758.14 1.403.405 1.928.93.602.602.86 1.36.982 2.26.116.866.116 1.969.116 3.336v6.11c0 1.368 0 2.47-.116 3.337-.122.9-.38 1.658-.982 2.26s-1.36.86-2.26.982c-.867.116-1.97.116-3.337.116h-6.11c-1.367 0-2.47 0-3.337-.116-.9-.121-1.658-.38-2.26-.982s-.86-1.36-.981-2.26c-.117-.867-.117-1.97-.117-3.337v-6.11c0-1.367 0-2.47.117-3.336.12-.9.38-1.658.981-2.26.525-.525 1.17-.79 1.928-.93.564-.103 1.224-.143 1.987-.158m.002 1.5c-.718.015-1.272.052-1.718.134-.566.104-.895.27-1.138.514-.277.277-.457.666-.556 1.4-.101.755-.103 1.756-.103 3.191v6c0 1.436.002 2.437.103 3.192.099.734.28 1.122.556 1.4.277.276.665.457 1.4.555.754.102 1.756.103 3.191.103h6c1.435 0 2.436-.001 3.192-.103.734-.098 1.122-.279 1.399-.556.277-.276.457-.665.556-1.399.101-.755.103-1.756.103-3.192v-6c0-1.435-.002-2.436-.103-3.192-.099-.733-.28-1.122-.556-1.399-.244-.243-.572-.41-1.138-.514-.446-.082-1-.119-1.718-.134A2.25 2.25 0 0114.5 6.75h-5a2.25 2.25 0 01-2.235-1.99M9.5 2.75a.75.75 0 00-.75.75v1c0 .414.336.75.75.75h5a.75.75 0 00.75-.75v-1a.75.75 0 00-.75-.75zm6.048 7.738a.75.75 0 01-.036 1.06l-4.286 4a.75.75 0 01-1.024 0l-1.714-1.6a.75.75 0 111.024-1.096l1.202 1.122 3.774-3.522a.75.75 0 011.06.036\" clip-rule=\"evenodd\"/>"
|
|
31
|
+
},
|
|
32
|
+
"action-cross": {
|
|
33
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M12 11.067 5.974 5 5 5.98 10.98 12 5 18.02l.974.98L12 12.933 18.026 19l.974-.98L13.02 12 19 5.98 18.026 5z\" clip-rule=\"evenodd\"/>"
|
|
34
|
+
},
|
|
35
|
+
"action-pin": {
|
|
36
|
+
"body": "<path fill=\"currentColor\" d=\"M16 3.5A1.5 1.5 0 0014.5 2h-5A1.5 1.5 0 008 3.5V4c0 .552.177 1.063.475 1.487L7.2 8.838c-.743.96-1.2 2.179-1.2 3.412 0 .414.336.75.75.75h4.5v7.25a.75.75 0 001.5 0V13h4.5a.75.75 0 00.75-.75c0-1.233-.457-2.452-1.2-3.412l-1.275-3.351C15.823 5.063 16 4.552 16 4z\"/>"
|
|
37
|
+
},
|
|
38
|
+
"action-remove": {
|
|
39
|
+
"body": "<g fill=\"currentColor\"><path d=\"M12 2a10 10 0 100 20 10 10 0 000-20m0 18a8 8 0 110-16 8 8 0 010 16\"/><path d=\"M15 11H9a1 1 0 000 2h6a1 1 0 000-2\"/></g>"
|
|
40
|
+
},
|
|
41
|
+
"action-retry": {
|
|
42
|
+
"body": "<path fill=\"currentColor\" d=\"M12 4c-2.21 0-4.21.88-5.66 2.34L4 4v6h6L7.76 7.76A5.98 5.98 0 0112 6c3.31 0 6 2.69 6 6s-2.69 6-6 6c-1.64 0-3.14-.67-4.24-1.76l-1.42 1.42A7.93 7.93 0 0012 20c4.42 0 8-3.58 8-8s-3.58-8-8-8\"/>"
|
|
43
|
+
},
|
|
44
|
+
"action-save": {
|
|
45
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M18.172 2H5a3 3 0 00-3 3v14a3 3 0 003 3h14a3 3 0 003-3V5.828a3 3 0 00-.879-2.121l-.828-.828A3 3 0 0018.172 2M12 18a3 3 0 100-6 3 3 0 000 6M6 4h9v4a1 1 0 01-1 1H7a1 1 0 01-1-1z\" clip-rule=\"evenodd\"/>"
|
|
46
|
+
},
|
|
47
|
+
"action-search": {
|
|
48
|
+
"body": "<path fill=\"currentColor\" d=\"M10 2.75a7.25 7.25 0 015.63 11.819l4.9 4.9a.75.75 0 01-.976 1.134l-.084-.073-4.901-4.9A7.25 7.25 0 1110 2.75m0 1.5a5.75 5.75 0 100 11.5 5.75 5.75 0 000-11.5\"/>"
|
|
49
|
+
},
|
|
50
|
+
"action-sort-down": {
|
|
51
|
+
"body": "<path fill=\"currentColor\" d=\"m12 21-5.25-5.25L7.8 14.7l4.2 4.2 4.2-4.2 1.05 1.05z\"/>"
|
|
52
|
+
},
|
|
53
|
+
"action-sort-up": {
|
|
54
|
+
"body": "<path fill=\"currentColor\" d=\"m12 3 5.25 5.25L16.2 9.3 12 5.1 7.8 9.3 6.75 8.25z\"/>"
|
|
55
|
+
},
|
|
56
|
+
"action-unpin": {
|
|
57
|
+
"body": "<g fill=\"currentColor\"><path d=\"M16 3.5A1.5 1.5 0 0014.5 2h-5A1.5 1.5 0 008 3.5V4c0 .552.177 1.063.475 1.487L7.2 8.838c-.743.96-1.2 2.179-1.2 3.412 0 .414.336.75.75.75h4.5v7.25a.75.75 0 001.5 0V13h4.5a.75.75 0 00.75-.75c0-1.233-.457-2.452-1.2-3.412l-1.275-3.351C15.823 5.063 16 4.552 16 4z\"/><path d=\"M4.22 3.22a.75.75 0 000 1.06l15.5 15.5a.749.749 0 101.06-1.06L5.28 3.22a.75.75 0 00-1.06 0\"/></g>"
|
|
58
|
+
},
|
|
59
|
+
"alert-clear": {
|
|
60
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"1.5\"><path d=\"M22 10.5V12c0 4.714 0 7.071-1.465 8.535C19.072 22 16.714 22 12 22s-7.071 0-8.536-1.465C2 19.072 2 16.714 2 12s0-7.071 1.464-8.536C4.93 2 7.286 2 12 2h1.5\" opacity=\".5\"/><path d=\"M7 14h9m-9 3.5h6M22 2l-5 5m0-5 5 5\"/></g>"
|
|
61
|
+
},
|
|
62
|
+
"alert-unread": {
|
|
63
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path stroke-linecap=\"round\" d=\"M22 10.5V12c0 4.714 0 7.071-1.465 8.535C19.072 22 16.714 22 12 22s-7.071 0-8.536-1.465C2 19.072 2 16.714 2 12s0-7.071 1.464-8.536C4.93 2 7.286 2 12 2h1.5\" opacity=\".5\"/><circle cx=\"19\" cy=\"5\" r=\"3\"/><path stroke-linecap=\"round\" d=\"M7 14h9m-9 3.5h6\"/></g>"
|
|
64
|
+
},
|
|
65
|
+
"align-horizontal-center": {
|
|
66
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path stroke-linecap=\"round\" d=\"M12 2v3m0 17v-3m0-5v-4\" opacity=\".5\"/><path d=\"M5 7.5c0-.935 0-1.402.201-1.75a1.5 1.5 0 01.549-.549C6.098 5 6.565 5 7.5 5h9c.935 0 1.402 0 1.75.201a1.5 1.5 0 01.549.549C19 6.098 19 6.565 19 7.5s0 1.402-.201 1.75a1.5 1.5 0 01-.549.549c-.348.201-.815.201-1.75.201h-9c-.935 0-1.402 0-1.75-.201a1.5 1.5 0 01-.549-.549C5 8.902 5 8.435 5 7.5Zm2 9c0-.935 0-1.402.201-1.75a1.5 1.5 0 01.549-.549C8.098 14 8.565 14 9.5 14h5c.935 0 1.402 0 1.75.201a1.5 1.5 0 01.549.549c.201.348.201.815.201 1.75s0 1.402-.201 1.75a1.5 1.5 0 01-.549.549c-.348.201-.815.201-1.75.201h-5c-.935 0-1.402 0-1.75-.201a1.5 1.5 0 01-.549-.549C7 17.902 7 17.435 7 16.5Z\"/></g>"
|
|
67
|
+
},
|
|
68
|
+
"align-horizontal-left": {
|
|
69
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path stroke-linecap=\"round\" d=\"M3 2v20\" opacity=\".5\"/><path d=\"M7 7.5c0-.935 0-1.402.201-1.75a1.5 1.5 0 01.549-.549C8.098 5 8.565 5 9.5 5h9c.935 0 1.402 0 1.75.201a1.5 1.5 0 01.549.549C21 6.098 21 6.565 21 7.5s0 1.402-.201 1.75a1.5 1.5 0 01-.549.549c-.348.201-.815.201-1.75.201h-9c-.935 0-1.402 0-1.75-.201a1.5 1.5 0 01-.549-.549C7 8.902 7 8.435 7 7.5Zm0 9c0-.935 0-1.402.201-1.75a1.5 1.5 0 01.549-.549C8.098 14 8.565 14 9.5 14h6c.935 0 1.402 0 1.75.201a1.5 1.5 0 01.549.549c.201.348.201.815.201 1.75s0 1.402-.201 1.75a1.5 1.5 0 01-.549.549c-.348.201-.815.201-1.75.201h-6c-.935 0-1.402 0-1.75-.201a1.5 1.5 0 01-.549-.549C7 17.902 7 17.435 7 16.5Z\"/></g>"
|
|
70
|
+
},
|
|
71
|
+
"align-horizontal-right": {
|
|
72
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path stroke-linecap=\"round\" d=\"M21 2v20\" opacity=\".5\"/><path d=\"M17 7.5c0-.935 0-1.402-.201-1.75a1.5 1.5 0 00-.549-.549C15.902 5 15.435 5 14.5 5h-9c-.935 0-1.402 0-1.75.201a1.5 1.5 0 00-.549.549C3 6.098 3 6.565 3 7.5s0 1.402.201 1.75a1.5 1.5 0 00.549.549C4.098 10 4.565 10 5.5 10h9c.935 0 1.402 0 1.75-.201a1.5 1.5 0 00.549-.549C17 8.902 17 8.435 17 7.5Zm0 9c0-.935 0-1.402-.201-1.75a1.5 1.5 0 00-.549-.549C15.902 14 15.435 14 14.5 14h-6c-.935 0-1.402 0-1.75.201a1.5 1.5 0 00-.549.549C6 15.098 6 15.565 6 16.5s0 1.402.201 1.75a1.5 1.5 0 00.549.549C7.098 19 7.565 19 8.5 19h6c.935 0 1.402 0 1.75-.201a1.5 1.5 0 00.549-.549c.201-.348.201-.815.201-1.75Z\"/></g>"
|
|
73
|
+
},
|
|
74
|
+
"align-vertical-bottom": {
|
|
75
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path stroke-linecap=\"round\" d=\"M2 21h20\" opacity=\".5\"/><path d=\"M7.5 17c-.935 0-1.402 0-1.75-.201a1.5 1.5 0 01-.549-.549C5 15.902 5 15.435 5 14.5v-9c0-.935 0-1.402.201-1.75a1.5 1.5 0 01.549-.549C6.098 3 6.565 3 7.5 3s1.402 0 1.75.201a1.5 1.5 0 01.549.549C10 4.098 10 4.565 10 5.5v9c0 .935 0 1.402-.201 1.75a1.5 1.5 0 01-.549.549C8.902 17 8.435 17 7.5 17Zm9 0c-.935 0-1.402 0-1.75-.201a1.5 1.5 0 01-.549-.549C14 15.902 14 15.435 14 14.5v-6c0-.935 0-1.402.201-1.75a1.5 1.5 0 01.549-.549C15.098 6 15.565 6 16.5 6s1.402 0 1.75.201a1.5 1.5 0 01.549.549C19 7.098 19 7.565 19 8.5v6c0 .935 0 1.402-.201 1.75a1.5 1.5 0 01-.549.549c-.348.201-.815.201-1.75.201Z\"/></g>"
|
|
76
|
+
},
|
|
77
|
+
"align-vertical-middle": {
|
|
78
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path stroke-linecap=\"round\" d=\"M2 12h3m17 0h-3m-5 0h-4\" opacity=\".5\"/><path d=\"M7.5 5c-.935 0-1.402 0-1.75.201a1.5 1.5 0 00-.549.549C5 6.098 5 6.565 5 7.5v9c0 .935 0 1.402.201 1.75a1.5 1.5 0 00.549.549C6.098 19 6.565 19 7.5 19s1.402 0 1.75-.201a1.5 1.5 0 00.549-.549c.201-.348.201-.815.201-1.75v-9c0-.935 0-1.402-.201-1.75a1.5 1.5 0 00-.549-.549C8.902 5 8.435 5 7.5 5Zm9 2c-.935 0-1.402 0-1.75.201a1.5 1.5 0 00-.549.549C14 8.098 14 8.565 14 9.5v5c0 .935 0 1.402.201 1.75a1.5 1.5 0 00.549.549c.348.201.815.201 1.75.201s1.402 0 1.75-.201a1.5 1.5 0 00.549-.549c.201-.348.201-.815.201-1.75v-5c0-.935 0-1.402-.201-1.75a1.5 1.5 0 00-.549-.549C17.902 7 17.435 7 16.5 7Z\"/></g>"
|
|
79
|
+
},
|
|
80
|
+
"align-vertical-top": {
|
|
81
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path stroke-linecap=\"round\" d=\"M2 3h20\" opacity=\".5\"/><path d=\"M7.5 7c-.935 0-1.402 0-1.75.201a1.5 1.5 0 00-.549.549C5 8.098 5 8.565 5 9.5v9c0 .935 0 1.402.201 1.75a1.5 1.5 0 00.549.549C6.098 21 6.565 21 7.5 21s1.402 0 1.75-.201a1.5 1.5 0 00.549-.549c.201-.348.201-.815.201-1.75v-9c0-.935 0-1.402-.201-1.75a1.5 1.5 0 00-.549-.549C8.902 7 8.435 7 7.5 7Zm9 0c-.935 0-1.402 0-1.75.201a1.5 1.5 0 00-.549.549C14 8.098 14 8.565 14 9.5v6c0 .935 0 1.402.201 1.75a1.5 1.5 0 00.549.549c.348.201.815.201 1.75.201s1.402 0 1.75-.201a1.5 1.5 0 00.549-.549c.201-.348.201-.815.201-1.75v-6c0-.935 0-1.402-.201-1.75a1.5 1.5 0 00-.549-.549C17.902 7 17.435 7 16.5 7Z\"/></g>"
|
|
82
|
+
},
|
|
83
|
+
"arrow-down": {
|
|
84
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M18.78 11.22a.75.75 0 010 1.06l-6.25 6.25a.75.75 0 01-1.06 0l-6.25-6.25a.75.75 0 011.06-1.06l4.97 4.97V6.75a.75.75 0 111.5 0v9.44l4.97-4.97a.75.75 0 011.06 0\" clip-rule=\"evenodd\"/>"
|
|
85
|
+
},
|
|
86
|
+
"arrow-left": {
|
|
87
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M13.78 18.78a.75.75 0 01-1.06 0l-6.25-6.25a.75.75 0 010-1.06l6.25-6.25a.75.75 0 011.06 1.06l-4.97 4.97h9.44a.75.75 0 110 1.5H8.81l4.97 4.97a.75.75 0 010 1.06\" clip-rule=\"evenodd\"/>"
|
|
88
|
+
},
|
|
89
|
+
"arrow-right": {
|
|
90
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M11.22 18.78a.75.75 0 001.06 0l6.25-6.25a.75.75 0 000-1.06l-6.25-6.25a.75.75 0 00-1.06 1.06l4.97 4.97H6.75a.75.75 0 100 1.5h9.44l-4.97 4.97a.75.75 0 000 1.06\" clip-rule=\"evenodd\"/>"
|
|
91
|
+
},
|
|
92
|
+
"arrow-up": {
|
|
93
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M5.22 13.78a.75.75 0 010-1.06l6.25-6.25a.75.75 0 011.06 0l6.25 6.25a.75.75 0 01-1.06 1.06l-4.97-4.97v9.44a.75.75 0 11-1.5 0V8.81l-4.97 4.97a.75.75 0 01-1.06 0\" clip-rule=\"evenodd\"/>"
|
|
94
|
+
},
|
|
95
|
+
"badge-fail": {
|
|
96
|
+
"body": "<g fill=\"currentColor\"><path d=\"m14.136 1.2 1.375 1.01c.274.201.593.333.929.384l1.687.259a3.61 3.61 0 013.02 3.021l.259 1.686c.051.336.183.655.384.929l1.01 1.375a3.61 3.61 0 010 4.272l-1.01 1.375a2.1 2.1 0 00-.384.929l-.259 1.687a3.61 3.61 0 01-3.021 3.02l-1.686.259a2.1 2.1 0 00-.929.384l-1.375 1.01a3.61 3.61 0 01-4.272 0l-1.375-1.01a2.1 2.1 0 00-.929-.384l-1.687-.259a3.61 3.61 0 01-3.02-3.021l-.259-1.686a2.1 2.1 0 00-.384-.929L1.2 14.136a3.61 3.61 0 010-4.272l1.01-1.375c.201-.274.333-.593.384-.929l.259-1.687a3.61 3.61 0 013.021-3.02l1.686-.259c.336-.051.655-.183.929-.384L9.864 1.2a3.61 3.61 0 014.272 0m-3.384 1.209-1.375 1.01a3.6 3.6 0 01-1.59.658l-1.686.258a2.11 2.11 0 00-1.766 1.766l-.258 1.686a3.6 3.6 0 01-.658 1.589l-1.01 1.376a2.11 2.11 0 000 2.496l1.01 1.375c.344.469.57 1.015.658 1.59l.258 1.686c.14.911.855 1.626 1.766 1.766l1.686.258a3.6 3.6 0 011.589.658l1.376 1.01a2.11 2.11 0 002.496 0l1.375-1.01a3.6 3.6 0 011.59-.657l1.686-.26a2.11 2.11 0 001.766-1.765l.258-1.686a3.6 3.6 0 01.658-1.589l1.01-1.376a2.11 2.11 0 000-2.496l-1.01-1.375a3.6 3.6 0 01-.657-1.59l-.26-1.686a2.11 2.11 0 00-1.765-1.766l-1.686-.258a3.6 3.6 0 01-1.589-.658l-1.376-1.01a2.11 2.11 0 00-2.496 0\"/><path d=\"M9.036 7.976a.75.75 0 00-1.06 1.06L10.939 12l-2.963 2.963a.75.75 0 101.06 1.06L12 13.06l2.963 2.964a.75.75 0 001.061-1.06L13.061 12l2.963-2.964a.75.75 0 10-1.06-1.06L12 10.939z\"/></g>"
|
|
97
|
+
},
|
|
98
|
+
"badge-pass": {
|
|
99
|
+
"body": "<g fill=\"currentColor\"><path d=\"M17.03 9.78a.75.75 0 00-1.06-1.06l-5.47 5.47-2.47-2.47a.75.75 0 00-1.06 1.06l3 3a.75.75 0 001.06 0z\"/><path d=\"m14.136 1.2 1.375 1.01c.274.201.593.333.929.384l1.687.259a3.61 3.61 0 013.02 3.021l.259 1.686c.051.336.183.655.384.929l1.01 1.375a3.61 3.61 0 010 4.272l-1.01 1.375a2.1 2.1 0 00-.384.929l-.259 1.687a3.61 3.61 0 01-3.021 3.02l-1.686.259a2.1 2.1 0 00-.929.384l-1.375 1.01a3.61 3.61 0 01-4.272 0l-1.375-1.01a2.1 2.1 0 00-.929-.384l-1.687-.259a3.61 3.61 0 01-3.02-3.021l-.259-1.686a2.1 2.1 0 00-.384-.929L1.2 14.136a3.61 3.61 0 010-4.272l1.01-1.375c.201-.274.333-.593.384-.929l.259-1.687a3.61 3.61 0 013.021-3.02l1.686-.259c.336-.051.655-.183.929-.384L9.864 1.2a3.61 3.61 0 014.272 0m-3.384 1.209-1.375 1.01a3.6 3.6 0 01-1.59.658l-1.686.258a2.11 2.11 0 00-1.766 1.766l-.258 1.686a3.6 3.6 0 01-.658 1.589l-1.01 1.376a2.11 2.11 0 000 2.496l1.01 1.375c.344.469.57 1.015.658 1.59l.258 1.686c.14.911.855 1.626 1.766 1.766l1.686.258a3.6 3.6 0 011.589.658l1.376 1.01a2.11 2.11 0 002.496 0l1.375-1.01a3.6 3.6 0 011.59-.657l1.686-.26a2.11 2.11 0 001.766-1.765l.258-1.686a3.6 3.6 0 01.658-1.589l1.01-1.376a2.11 2.11 0 000-2.496l-1.01-1.375a3.6 3.6 0 01-.657-1.59l-.26-1.686a2.11 2.11 0 00-1.765-1.766l-1.686-.258a3.6 3.6 0 01-1.589-.658l-1.376-1.01a2.11 2.11 0 00-2.496 0\"/></g>"
|
|
100
|
+
},
|
|
101
|
+
"badge-unknown": {
|
|
102
|
+
"body": "<g fill=\"currentColor\"><path d=\"m14.136 1.2 1.375 1.01c.274.201.593.333.929.384l1.687.259a3.61 3.61 0 013.02 3.021l.259 1.686c.051.336.183.655.384.929l1.01 1.375a3.61 3.61 0 010 4.272l-1.01 1.375a2.1 2.1 0 00-.384.929l-.259 1.687a3.61 3.61 0 01-3.021 3.02l-1.686.259a2.1 2.1 0 00-.929.384l-1.375 1.01a3.61 3.61 0 01-4.272 0l-1.375-1.01a2.1 2.1 0 00-.929-.384l-1.687-.259a3.61 3.61 0 01-3.02-3.021l-.259-1.686a2.1 2.1 0 00-.384-.929L1.2 14.136a3.61 3.61 0 010-4.272l1.01-1.375c.201-.274.333-.593.384-.929l.259-1.687a3.61 3.61 0 013.021-3.02l1.686-.259c.336-.051.655-.183.929-.384L9.864 1.2a3.61 3.61 0 014.272 0m-3.384 1.209-1.375 1.01a3.6 3.6 0 01-1.59.658l-1.686.258a2.11 2.11 0 00-1.766 1.766l-.258 1.686a3.6 3.6 0 01-.658 1.589l-1.01 1.376a2.11 2.11 0 000 2.496l1.01 1.375c.344.469.57 1.015.658 1.59l.258 1.686c.14.911.855 1.626 1.766 1.766l1.686.258a3.6 3.6 0 011.589.658l1.376 1.01a2.11 2.11 0 002.496 0l1.375-1.01a3.6 3.6 0 011.59-.657l1.686-.26a2.11 2.11 0 001.766-1.765l.258-1.686a3.6 3.6 0 01.658-1.589l1.01-1.376a2.11 2.11 0 000-2.496l-1.01-1.375a3.6 3.6 0 01-.657-1.59l-.26-1.686a2.11 2.11 0 00-1.765-1.766l-1.686-.258a3.6 3.6 0 01-1.589-.658l-1.376-1.01a2.11 2.11 0 00-2.496 0\"/><path d=\"M10.97 8.265a1.45 1.45 0 00-.487.57.75.75 0 01-1.341-.67c.2-.402.513-.826.997-1.148C10.627 6.69 11.244 6.5 12 6.5c.658 0 1.369.195 1.934.619a2.45 2.45 0 011.004 2.006c0 1.033-.513 1.72-1.027 2.215-.19.183-.399.358-.579.508l-.147.123q-.232.19-.435.409v1.37a.75.75 0 11-1.5 0v-1.473c0-.237.067-.504.247-.736.22-.28.486-.517.718-.714l.183-.153.001-.001c.172-.143.324-.27.47-.412.368-.355.569-.676.569-1.136a.95.95 0 00-.404-.806C12.766 8.118 12.384 8 12 8c-.494 0-.814.121-1.03.265M13 17a1 1 0 11-2 0 1 1 0 012 0\"/></g>"
|
|
103
|
+
},
|
|
104
|
+
"badge-warn": {
|
|
105
|
+
"body": "<g fill=\"currentColor\"><path d=\"m14.136 1.2 1.375 1.01c.274.201.593.333.929.384l1.687.259a3.61 3.61 0 013.02 3.021l.259 1.686c.051.336.183.655.384.929l1.01 1.375a3.61 3.61 0 010 4.272l-1.01 1.375a2.1 2.1 0 00-.384.929l-.259 1.687a3.61 3.61 0 01-3.021 3.02l-1.686.259a2.1 2.1 0 00-.929.384l-1.375 1.01a3.61 3.61 0 01-4.272 0l-1.375-1.01a2.1 2.1 0 00-.929-.384l-1.687-.259a3.61 3.61 0 01-3.02-3.021l-.259-1.686a2.1 2.1 0 00-.384-.929L1.2 14.136a3.61 3.61 0 010-4.272l1.01-1.375c.201-.274.333-.593.384-.929l.259-1.687a3.61 3.61 0 013.021-3.02l1.686-.259c.336-.051.655-.183.929-.384L9.864 1.2a3.61 3.61 0 014.272 0m-3.384 1.209-1.375 1.01a3.6 3.6 0 01-1.59.658l-1.686.258a2.11 2.11 0 00-1.766 1.766l-.258 1.686a3.6 3.6 0 01-.658 1.589l-1.01 1.376a2.11 2.11 0 000 2.496l1.01 1.375c.344.469.57 1.015.658 1.59l.258 1.686c.14.911.855 1.626 1.766 1.766l1.686.258a3.6 3.6 0 011.589.658l1.376 1.01a2.11 2.11 0 002.496 0l1.375-1.01a3.6 3.6 0 011.59-.657l1.686-.26a2.11 2.11 0 001.766-1.765l.258-1.686a3.6 3.6 0 01.658-1.589l1.01-1.376a2.11 2.11 0 000-2.496l-1.01-1.375a3.6 3.6 0 01-.657-1.59l-.26-1.686a2.11 2.11 0 00-1.765-1.766l-1.686-.258a3.6 3.6 0 01-1.589-.658l-1.376-1.01a2.11 2.11 0 00-2.496 0\"/><path d=\"M13 16a1 1 0 11-2 0 1 1 0 012 0m-.25-8.25a.75.75 0 10-1.5 0v4.5a.75.75 0 101.5 0z\"/></g>"
|
|
106
|
+
},
|
|
107
|
+
"calendar": {
|
|
108
|
+
"body": "<g fill=\"none\"><path stroke=\"currentColor\" stroke-width=\"1.5\" d=\"M2 12c0-3.771 0-5.657 1.172-6.828S6.229 4 10 4h4c3.771 0 5.657 0 6.828 1.172S22 8.229 22 12v2c0 3.771 0 5.657-1.172 6.828S17.771 22 14 22h-4c-3.771 0-5.657 0-6.828-1.172S2 17.771 2 14z\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"1.5\" d=\"M7 4V2.5M17 4V2.5M2.5 9h19\" opacity=\".5\"/><path fill=\"currentColor\" d=\"M18 17a1 1 0 11-2 0 1 1 0 012 0m0-4a1 1 0 11-2 0 1 1 0 012 0m-5 4a1 1 0 11-2 0 1 1 0 012 0m0-4a1 1 0 11-2 0 1 1 0 012 0m-5 4a1 1 0 11-2 0 1 1 0 012 0m0-4a1 1 0 11-2 0 1 1 0 012 0\"/></g>"
|
|
109
|
+
},
|
|
110
|
+
"calendar-mark": {
|
|
111
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path d=\"M2 12c0-3.771 0-5.657 1.172-6.828S6.229 4 10 4h4c3.771 0 5.657 0 6.828 1.172S22 8.229 22 12v2c0 3.771 0 5.657-1.172 6.828S17.771 22 14 22h-4c-3.771 0-5.657 0-6.828-1.172S2 17.771 2 14z\"/><path stroke-linecap=\"round\" d=\"M7 4V2.5M17 4V2.5M2 9h20\" opacity=\".5\"/><circle cx=\"16.5\" cy=\"16.5\" r=\"1.5\"/></g>"
|
|
112
|
+
},
|
|
113
|
+
"calendar-minimal": {
|
|
114
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path d=\"M2 12c0-3.771 0-5.657 1.172-6.828S6.229 4 10 4h4c3.771 0 5.657 0 6.828 1.172S22 8.229 22 12v2c0 3.771 0 5.657-1.172 6.828S17.771 22 14 22h-4c-3.771 0-5.657 0-6.828-1.172S2 17.771 2 14z\"/><path stroke-linecap=\"round\" d=\"M7 4V2.5M17 4V2.5M2 9h20\" opacity=\".5\"/></g>"
|
|
115
|
+
},
|
|
116
|
+
"checkbox-checked": {
|
|
117
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path d=\"M2 12c0-4.714 0-7.071 1.464-8.536C4.93 2 7.286 2 12 2s7.071 0 8.535 1.464C22 4.93 22 7.286 22 12s0 7.071-1.465 8.535C19.072 22 16.714 22 12 22s-7.071 0-8.536-1.465C2 19.072 2 16.714 2 12Z\"/><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"m8.5 12.5 2 2 5-5\"/></g>"
|
|
118
|
+
},
|
|
119
|
+
"checkbox-unchecked": {
|
|
120
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\" d=\"M2 12c0-4.714 0-7.071 1.464-8.536C4.93 2 7.286 2 12 2s7.071 0 8.535 1.464C22 4.93 22 7.286 22 12s0 7.071-1.465 8.535C19.072 22 16.714 22 12 22s-7.071 0-8.536-1.465C2 19.072 2 16.714 2 12Z\"/>"
|
|
121
|
+
},
|
|
122
|
+
"checkbox-unknown": {
|
|
123
|
+
"body": "<g fill=\"currentColor\"><path fill-rule=\"evenodd\" d=\"M3.464 3.464C2 4.93 2 7.286 2 12s0 7.071 1.464 8.535l17.072-17.07C19.07 2 16.714 2 12 2S4.929 2 3.464 3.464\" clip-rule=\"evenodd\"/><path d=\"M3.465 20.536C4.929 22 7.286 22 12 22s7.071 0 8.536-1.464C22 19.07 22 16.714 22 12s0-7.07-1.464-8.535z\" opacity=\".5\"/></g>"
|
|
124
|
+
},
|
|
125
|
+
"folder-closed": {
|
|
126
|
+
"body": "<path fill=\"currentColor\" d=\"M4 20q-.824 0-1.412-.587A1.93 1.93 0 012 18V6q0-.824.588-1.412A1.92 1.92 0 014 4h5.175a1.98 1.98 0 011.4.575L12 6h8q.825 0 1.413.588Q22 7.175 22 8v10q0 .825-.587 1.413A1.93 1.93 0 0120 20z\"/>"
|
|
127
|
+
},
|
|
128
|
+
"folder-opened": {
|
|
129
|
+
"body": "<path fill=\"currentColor\" d=\"M4 20q-.824 0-1.412-.587A1.93 1.93 0 012 18V6q0-.824.588-1.412A1.92 1.92 0 014 4h5.175a1.98 1.98 0 011.4.575L12 6h8q.825 0 1.413.588Q22 7.175 22 8H6q-.824 0-1.412.587A1.93 1.93 0 004 10v8l1.975-6.575q.2-.65.738-1.038A2 2 0 017.9 10h12.9q1.025 0 1.613.812.587.813.312 1.763l-1.8 6q-.2.65-.737 1.038A2 2 0 0119 20z\"/>"
|
|
130
|
+
},
|
|
131
|
+
"format-center": {
|
|
132
|
+
"body": "<path fill=\"currentColor\" d=\"M4 5a1 1 0 000 2h16a1 1 0 100-2zm0 8a1 1 0 000 2h16a1 1 0 000-2zm2-3a1 1 0 011-1h10a1 1 0 110 2H7a1 1 0 01-1-1m1 7a1 1 0 000 2h10a1 1 0 000-2z\"/>"
|
|
133
|
+
},
|
|
134
|
+
"format-justify": {
|
|
135
|
+
"body": "<path fill=\"currentColor\" d=\"M4 5a1 1 0 000 2h16a1 1 0 100-2zm0 4a1 1 0 000 2h16a1 1 0 000-2zm-1 5a1 1 0 011-1h16a1 1 0 010 2H4a1 1 0 01-1-1m1 3a1 1 0 000 2h16a1 1 0 000-2z\"/>"
|
|
136
|
+
},
|
|
137
|
+
"format-left": {
|
|
138
|
+
"body": "<path fill=\"currentColor\" d=\"M4 5a1 1 0 000 2h16a1 1 0 100-2zm0 4a1 1 0 000 2h8a1 1 0 000-2zm-1 5a1 1 0 011-1h16a1 1 0 010 2H4a1 1 0 01-1-1m1 3a1 1 0 000 2h8a1 1 0 000-2z\"/>"
|
|
139
|
+
},
|
|
140
|
+
"format-right": {
|
|
141
|
+
"body": "<path fill=\"currentColor\" d=\"M20 5a1 1 0 110 2H4a1 1 0 010-2zm0 4a1 1 0 110 2h-8a1 1 0 010-2zm1 5a1 1 0 00-1-1H4a1 1 0 000 2h16a1 1 0 001-1m-1 3a1 1 0 010 2h-8a1 1 0 010-2z\"/>"
|
|
142
|
+
},
|
|
143
|
+
"heart-filled": {
|
|
144
|
+
"body": "<path fill=\"currentColor\" d=\"M21.633 6.647a6.1 6.1 0 00-1.334-1.94A6.22 6.22 0 0015.93 2.93 6.26 6.26 0 0012 4.315 6.26 6.26 0 008.07 2.93 6.22 6.22 0 003.7 4.706a6.06 6.06 0 00-1.825 4.33c0 .78.16 1.593.476 2.42.265.692.644 1.409 1.13 2.133.768 1.146 1.825 2.342 3.138 3.553a35 35 0 004.42 3.453l.556.356a.75.75 0 00.808 0l.556-.357a35.5 35.5 0 004.42-3.452c1.312-1.211 2.37-2.407 3.138-3.553.485-.724.867-1.441 1.13-2.133.316-.827.476-1.64.476-2.42a6 6 0 00-.49-2.39\"/>"
|
|
145
|
+
},
|
|
146
|
+
"heart-outlined": {
|
|
147
|
+
"body": "<path fill=\"currentColor\" d=\"M21.633 6.647a6.1 6.1 0 00-1.334-1.94A6.22 6.22 0 0015.93 2.93 6.26 6.26 0 0012 4.315 6.26 6.26 0 008.07 2.93 6.22 6.22 0 003.7 4.706a6.06 6.06 0 00-1.825 4.33c0 .78.16 1.593.476 2.42.265.692.644 1.409 1.13 2.133.768 1.146 1.825 2.342 3.138 3.553a35 35 0 004.42 3.453l.556.356a.75.75 0 00.808 0l.556-.357a35.5 35.5 0 004.42-3.452c1.312-1.211 2.37-2.407 3.138-3.553.485-.724.867-1.441 1.13-2.133.316-.827.476-1.64.476-2.42a6 6 0 00-.49-2.39M12 19.097S3.656 13.75 3.656 9.035c0-2.388 1.976-4.324 4.414-4.324 1.713 0 3.199.956 3.93 2.353a4.43 4.43 0 013.93-2.353c2.438 0 4.414 1.936 4.414 4.324 0 4.716-8.344 10.062-8.344 10.062\"/>"
|
|
148
|
+
},
|
|
149
|
+
"logout": {
|
|
150
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"1.5\"><path d=\"M9.002 7c.012-2.175.109-3.353.877-4.121C10.758 2 12.172 2 15 2h1c2.829 0 4.243 0 5.122.879C22 3.757 22 5.172 22 8v8c0 2.828 0 4.243-.878 5.121C20.242 22 18.829 22 16 22h-1c-2.828 0-4.242 0-5.121-.879-.768-.768-.865-1.946-.877-4.121\"/><path stroke-linejoin=\"round\" d=\"M15 12H2m0 0 3.5-3M2 12l3.5 3\"/></g>"
|
|
151
|
+
},
|
|
152
|
+
"menu": {
|
|
153
|
+
"body": "<path fill=\"currentColor\" d=\"M3 4.5h18V6H3zM3 18h18v1.5H3zm0-9h18v1.5H3zm0 4.5h18V15H3z\"/>"
|
|
154
|
+
},
|
|
155
|
+
"menu-closed": {
|
|
156
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m9 18 6-6-6-6\"/>"
|
|
157
|
+
},
|
|
158
|
+
"menu-dots": {
|
|
159
|
+
"body": "<g fill=\"none\"><path fill=\"currentColor\" d=\"M9 12a1 1 0 11-2 0 1 1 0 012 0m4 0a1 1 0 11-2 0 1 1 0 012 0m4 0a1 1 0 11-2 0 1 1 0 012 0\"/><path stroke=\"currentColor\" stroke-width=\"1.5\" d=\"M2 12c0-4.714 0-7.071 1.464-8.536C4.93 2 7.286 2 12 2s7.071 0 8.535 1.464C22 4.93 22 7.286 22 12s0 7.071-1.465 8.535C19.072 22 16.714 22 12 22s-7.071 0-8.536-1.465C2 19.072 2 16.714 2 12Z\" opacity=\".5\"/></g>"
|
|
160
|
+
},
|
|
161
|
+
"menu-opened": {
|
|
162
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m6 9 6 6 6-6\"/>"
|
|
163
|
+
},
|
|
164
|
+
"menu-sidebar": {
|
|
165
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path d=\"M2 11c0-3.771 0-5.657 1.172-6.828S6.229 3 10 3h4c3.771 0 5.657 0 6.828 1.172S22 7.229 22 11v2c0 3.771 0 5.657-1.172 6.828S17.771 21 14 21h-4c-3.771 0-5.657 0-6.828-1.172S2 16.771 2 13z\"/><path stroke-linecap=\"round\" d=\"M5.5 10h6m-5 4h4\"/><path stroke-linecap=\"round\" d=\"M15 21V3\" opacity=\".5\"/></g>"
|
|
166
|
+
},
|
|
167
|
+
"minus": {
|
|
168
|
+
"body": "<g fill=\"currentColor\"><path d=\"M18 3H6a3 3 0 00-3 3v12a3 3 0 003 3h12a3 3 0 003-3V6a3 3 0 00-3-3m1 15a1 1 0 01-1 1H6a1 1 0 01-1-1V6a1 1 0 011-1h12a1 1 0 011 1z\"/><path d=\"M15 11H9a1 1 0 000 2h6a1 1 0 000-2\"/></g>"
|
|
169
|
+
},
|
|
170
|
+
"mode-dark": {
|
|
171
|
+
"body": "<path fill=\"currentColor\" d=\"m21.067 11.857-.642-.388zm-8.924-8.924-.388-.642zM21.25 12A9.25 9.25 0 0112 21.25v1.5c5.937 0 10.75-4.813 10.75-10.75zM12 21.25A9.25 9.25 0 012.75 12h-1.5c0 5.937 4.813 10.75 10.75 10.75zM2.75 12A9.25 9.25 0 0112 2.75v-1.5C6.063 1.25 1.25 6.063 1.25 12zm12.75 2.25A5.75 5.75 0 019.75 8.5h-1.5a7.25 7.25 0 007.25 7.25zm4.925-2.781A5.75 5.75 0 0115.5 14.25v1.5a7.25 7.25 0 006.21-3.505zM9.75 8.5a5.75 5.75 0 012.781-4.925l-.776-1.284A7.25 7.25 0 008.25 8.5zM12 2.75a.38.38 0 01-.268-.118.3.3 0 01-.082-.155c-.004-.031-.002-.121.105-.186l.776 1.284c.503-.304.665-.861.606-1.299-.062-.455-.42-1.026-1.137-1.026zm9.71 9.495c-.066.107-.156.109-.187.105a.3.3 0 01-.155-.082.38.38 0 01-.118-.268h1.5c0-.717-.571-1.075-1.026-1.137-.438-.059-.995.103-1.299.606z\"/>"
|
|
172
|
+
},
|
|
173
|
+
"mode-light": {
|
|
174
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><circle cx=\"12\" cy=\"12\" r=\"5\"/><path stroke-linecap=\"round\" d=\"M12 2v2m0 16v2M4 12H2m20 0h-2\"/><path stroke-linecap=\"round\" d=\"m19.778 4.222-2.222 2.032M4.222 4.222l2.222 2.032m0 11.302-2.222 2.222m15.556 0-2.222-2.222\" opacity=\".5\"/></g>"
|
|
175
|
+
},
|
|
176
|
+
"mode-system": {
|
|
177
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"20\" height=\"14\" x=\"2\" y=\"3\" rx=\"2\"/><path d=\"M8 21h8m-4-4v4\"/></g>"
|
|
178
|
+
},
|
|
179
|
+
"navigate-down": {
|
|
180
|
+
"body": "<path fill=\"currentColor\" d=\"M12 16.5 4.5 9l1.05-1.05L12 14.4l6.45-6.45L19.5 9z\"/>"
|
|
181
|
+
},
|
|
182
|
+
"navigate-left": {
|
|
183
|
+
"body": "<path fill=\"currentColor\" d=\"M7.5 12 15 4.5l1.05 1.05L9.6 12l6.45 6.45L15 19.5z\"/>"
|
|
184
|
+
},
|
|
185
|
+
"navigate-right": {
|
|
186
|
+
"body": "<path fill=\"currentColor\" d=\"M16.5 12 9 19.5l-1.05-1.05L14.4 12 7.95 5.55 9 4.5z\"/>"
|
|
187
|
+
},
|
|
188
|
+
"navigate-up": {
|
|
189
|
+
"body": "<path fill=\"currentColor\" d=\"m12 7.5 7.5 7.5-1.05 1.05L12 9.6l-6.45 6.45L4.5 15z\"/>"
|
|
190
|
+
},
|
|
191
|
+
"node-closed": {
|
|
192
|
+
"body": "<path fill=\"currentColor\" d=\"M16.5 12 9 19.5l-1.05-1.05L14.4 12 7.95 5.55 9 4.5z\"/>"
|
|
193
|
+
},
|
|
194
|
+
"node-opened": {
|
|
195
|
+
"body": "<path fill=\"currentColor\" d=\"M12 16.5 4.5 9l1.05-1.05L12 14.4l6.45-6.45L19.5 9z\"/>"
|
|
196
|
+
},
|
|
197
|
+
"palette": {
|
|
198
|
+
"body": "<path fill=\"currentColor\" d=\"M12 22a9.7 9.7 0 01-3.875-.788 10.1 10.1 0 01-3.187-2.15 10.1 10.1 0 01-2.15-3.187A9.7 9.7 0 012 12q0-2.075.812-3.9a10.1 10.1 0 012.201-3.175Q6.4 3.575 8.25 2.787A10 10 0 0112.2 2q2 0 3.775.688a9.9 9.9 0 013.112 1.9 9.1 9.1 0 012.125 2.875A8.3 8.3 0 0122 11.05q0 2.875-1.75 4.412Q18.5 17 16 17h-1.85q-.225 0-.312.125a.47.47 0 00-.088.275q0 .3.375.862t.375 1.288q0 1.25-.688 1.85T12 22m-5.5-9q.65 0 1.075-.425T8 11.5t-.425-1.075T6.5 10t-1.075.425T5 11.5t.425 1.075T6.5 13m3-4q.65 0 1.075-.425T11 7.5t-.425-1.075T9.5 6t-1.075.425T8 7.5t.425 1.075T9.5 9m5 0q.65 0 1.075-.425T16 7.5t-.425-1.075T14.5 6t-1.075.425T13 7.5t.425 1.075T14.5 9m3 4q.65 0 1.075-.425T19 11.5t-.425-1.075T17.5 10t-1.075.425T16 11.5t.425 1.075T17.5 13\"/>"
|
|
199
|
+
},
|
|
200
|
+
"palette-hex": {
|
|
201
|
+
"body": "<path fill=\"currentColor\" d=\"M10.44 2.335a.76.76 0 10-1.482.351L9.936 7H5.75a.75.75 0 000 1.5h4.526l.84 4H6.75a.75.75 0 000 1.5h4.706l1.004 4.665a.76.76 0 101.482-.351L13.028 14h3.428l1.004 4.665a.76.76 0 101.482-.351L18.028 14h3.222a.75.75 0 000-1.5h-3.562l-.84-4h3.402a.75.75 0 000-1.5h-3.742L15.44 2.335a.76.76 0 10-1.482.351L14.936 7h-3.428zM11.848 8.5l.84 4h3.428l-.84-4z\"/>"
|
|
202
|
+
},
|
|
203
|
+
"palette-presets": {
|
|
204
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M3 6.75A.75.75 0 013.75 6h16.5a.75.75 0 010 1.5H3.75A.75.75 0 013 6.75M3 12a.75.75 0 01.75-.75h16.5a.75.75 0 010 1.5H3.75A.75.75 0 013 12m0 5.25a.75.75 0 01.75-.75h16.5a.75.75 0 010 1.5H3.75a.75.75 0 01-.75-.75\" clip-rule=\"evenodd\"/>"
|
|
205
|
+
},
|
|
206
|
+
"plus": {
|
|
207
|
+
"body": "<g fill=\"currentColor\"><path d=\"M18 3H6a3 3 0 00-3 3v12a3 3 0 003 3h12a3 3 0 003-3V6a3 3 0 00-3-3m1 15a1 1 0 01-1 1H6a1 1 0 01-1-1V6a1 1 0 011-1h12a1 1 0 011 1z\"/><path d=\"M15 11h-2V9a1 1 0 00-2 0v2H9a1 1 0 000 2h2v2a1 1 0 002 0v-2h2a1 1 0 000-2\"/></g>"
|
|
208
|
+
},
|
|
209
|
+
"properties": {
|
|
210
|
+
"body": "<g fill=\"currentColor\"><path d=\"M8 16a2 2 0 11-4 0 2 2 0 014 0\"/><path fill-rule=\"evenodd\" d=\"M12 11c-.263 0-.5.198-.5.461V20.5a.5.5 0 001 0v-9.039c0-.263-.237-.461-.5-.461m-.5-3.5c0 .276.237.5.513.5a.49.49 0 00.487-.5v-4a.5.5 0 00-1 0zm6.5 9c-.263 0-.5.198-.5.461V20.5a.5.5 0 001 0v-3.539c0-.263-.237-.461-.5-.461m-.5-3.5c0 .276.237.5.513.5a.49.49 0 00.487-.5V3.5a.5.5 0 00-1 0zM6 19c-.263 0-.5.198-.5.461V20.5a.5.5 0 001 0v-1.039c0-.263-.237-.461-.5-.461m-.5-3.5c0 .276.237.5.513.5a.49.49 0 00.487-.5v-12a.5.5 0 10-1 0z\" clip-rule=\"evenodd\"/><path d=\"M14 8a2 2 0 11-4 0 2 2 0 014 0m6 5.5a2 2 0 11-4 0 2 2 0 014 0\"/></g>"
|
|
211
|
+
},
|
|
212
|
+
"radio-group": {
|
|
213
|
+
"body": "<g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M10.5 5.5h11m-11 3h11m-11 7h11m-11 3h11\"/><path fill=\"currentColor\" d=\"M5 4.375a2.625 2.625 0 100 5.25 2.625 2.625 0 000-5.25M2 7a3 3 0 116 0 3 3 0 01-6 0m3 11.875a1.875 1.875 0 100-3.75 1.875 1.875 0 000 3.75M5 14a3 3 0 100 6 3 3 0 000-6m-2.625 3a2.625 2.625 0 115.25 0 2.625 2.625 0 01-5.25 0\"/></g>"
|
|
214
|
+
},
|
|
215
|
+
"radio-off": {
|
|
216
|
+
"body": "<path fill=\"currentColor\" d=\"M12 3.6a8.4 8.4 0 100 16.8 8.4 8.4 0 000-16.8M2.4 12a9.6 9.6 0 1119.2 0 9.6 9.6 0 01-19.2 0\"/>"
|
|
217
|
+
},
|
|
218
|
+
"radio-on": {
|
|
219
|
+
"body": "<path fill=\"currentColor\" d=\"M12 18a6 6 0 100-12 6 6 0 000 12m0-15.6a9.6 9.6 0 100 19.2 9.6 9.6 0 000-19.2M3.6 12a8.4 8.4 0 1116.8 0 8.4 8.4 0 01-16.8 0\"/>"
|
|
220
|
+
},
|
|
221
|
+
"rating-empty": {
|
|
222
|
+
"body": "<path fill=\"currentColor\" d=\"m12 4.89 2.07 4.185.345.75.75.113 4.62.667L16.5 13.83l-.562.547.135.75.787 4.598-4.132-2.168L12 17.25l-.697.367-4.133 2.138.75-4.597.135-.75-.555-.578-3.315-3.262 4.62-.668.75-.113.345-.75zm0-3.39L8.588 8.415.96 9.518l5.52 5.384L5.175 22.5 12 18.915l6.825 3.585-1.305-7.597 5.52-5.378-7.627-1.11z\"/>"
|
|
223
|
+
},
|
|
224
|
+
"rating-filled": {
|
|
225
|
+
"body": "<path fill=\"currentColor\" d=\"M12 1.5 8.588 8.415.96 9.518l5.52 5.384L5.175 22.5 12 18.915l6.825 3.585-1.305-7.597 5.52-5.378-7.627-1.11z\"/>"
|
|
226
|
+
},
|
|
227
|
+
"rating-half": {
|
|
228
|
+
"body": "<path fill=\"currentColor\" d=\"M8.588 8.415.96 9.525l5.52 5.377L5.175 22.5 12 18.915V1.5z\"/>"
|
|
229
|
+
},
|
|
230
|
+
"selector": {
|
|
231
|
+
"body": "<path fill=\"currentColor\" d=\"m12 21-5.25-5.25 1.058-1.057L12 18.878l4.192-4.185 1.058 1.057zm0-18 5.25 5.25-1.058 1.057L12 5.123 7.808 9.308 6.75 8.25z\"/>"
|
|
232
|
+
},
|
|
233
|
+
"selector-closed": {
|
|
234
|
+
"body": "<path fill=\"currentColor\" d=\"m12 21-5.25-5.25 1.058-1.057L12 18.878l4.192-4.185 1.058 1.057zm0-18 5.25 5.25-1.058 1.057L12 5.123 7.808 9.308 6.75 8.25z\"/>"
|
|
235
|
+
},
|
|
236
|
+
"selector-opened": {
|
|
237
|
+
"body": "<path fill=\"currentColor\" d=\"m12 21-5.25-5.25 1.058-1.057L12 18.878l4.192-4.185 1.058 1.057zm0-18 5.25 5.25-1.058 1.057L12 5.123 7.808 9.308 6.75 8.25z\"/>"
|
|
238
|
+
},
|
|
239
|
+
"sort-ascending": {
|
|
240
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"1.5\"><path d=\"M4 16h9\"/><path d=\"M6 11h7\" opacity=\".7\"/><path d=\"M8 6h5\" opacity=\".3\"/><path stroke-linejoin=\"round\" d=\"M17 4v16l3-4\"/></g>"
|
|
241
|
+
},
|
|
242
|
+
"sort-descending": {
|
|
243
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"1.5\"><path d=\"M4 8h9\"/><path d=\"M6 13h7\" opacity=\".7\"/><path d=\"M8 18h5\" opacity=\".4\"/><path stroke-linejoin=\"round\" d=\"M17 20V4l3 4\"/></g>"
|
|
244
|
+
},
|
|
245
|
+
"sort-none": {
|
|
246
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"><path d=\"M16 18V6m0 0 4 4.125M16 6l-4 4.125\" opacity=\".5\"/><path d=\"M8 6v12m0 0 4-4.125M8 18l-4-4.125\"/></g>"
|
|
247
|
+
},
|
|
248
|
+
"state-error": {
|
|
249
|
+
"body": "<path fill=\"currentColor\" d=\"M12 1.5A10.436 10.436 0 001.5 12 10.435 10.435 0 0012 22.5 10.435 10.435 0 0022.5 12 10.436 10.436 0 0012 1.5m4.084 15.75L6.75 7.917 7.917 6.75l9.333 9.334z\"/>"
|
|
250
|
+
},
|
|
251
|
+
"state-info": {
|
|
252
|
+
"body": "<path fill=\"currentColor\" d=\"M12 2.25A9.75 9.75 0 1021.75 12 9.76 9.76 0 0012 2.25m-.375 4.5a1.125 1.125 0 110 2.25 1.125 1.125 0 010-2.25m1.125 10.5a1.5 1.5 0 01-1.5-1.5V12a.75.75 0 110-1.5 1.5 1.5 0 011.5 1.5v3.75a.75.75 0 110 1.5\"/>"
|
|
253
|
+
},
|
|
254
|
+
"state-success": {
|
|
255
|
+
"body": "<g fill=\"currentColor\"><path d=\"M17.28 9.28a.75.75 0 00-1.06-1.06l-5.97 5.97-2.47-2.47a.75.75 0 00-1.06 1.06l3 3a.75.75 0 001.06 0z\"/><path d=\"M12 1c6.075 0 11 4.925 11 11s-4.925 11-11 11S1 18.075 1 12 5.925 1 12 1M2.5 12a9.5 9.5 0 1019 0 9.5 9.5 0 00-19 0\"/></g>"
|
|
256
|
+
},
|
|
257
|
+
"state-unknown": {
|
|
258
|
+
"body": "<path fill=\"currentColor\" d=\"M12 2.25A9.75 9.75 0 1021.75 12 9.76 9.76 0 0012 2.25M12 18a1.125 1.125 0 110-2.25A1.125 1.125 0 0112 18m.75-4.568v.068a.75.75 0 11-1.5 0v-.75A.75.75 0 0112 12c1.24 0 2.25-.844 2.25-1.875S13.24 8.25 12 8.25s-2.25.844-2.25 1.875v.375a.75.75 0 11-1.5 0v-.375c0-1.86 1.682-3.375 3.75-3.375s3.75 1.514 3.75 3.375c0 1.63-1.29 2.993-3 3.307\"/>"
|
|
259
|
+
},
|
|
260
|
+
"state-warning": {
|
|
261
|
+
"body": "<path fill=\"currentColor\" d=\"M22.2 17.633 14.002 3.396a2.322 2.322 0 00-4.004 0L1.8 17.633a2.2 2.2 0 000 2.224A2.28 2.28 0 003.802 21h16.397a2.28 2.28 0 002-1.143 2.2 2.2 0 00.001-2.224M11.25 9.75a.75.75 0 111.5 0v3.75a.75.75 0 11-1.5 0zM12 18a1.124 1.124 0 110-2.249A1.124 1.124 0 0112 18\"/>"
|
|
262
|
+
},
|
|
263
|
+
"swatch": {
|
|
264
|
+
"body": "<path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M10 3a2 2 0 012 2v14a2 2 0 01-2 2H5a2 2 0 01-2-2V5a2 2 0 012-2zm9.66 9.111c.731.256 1.27.924 1.334 1.727L21 19a2 2 0 01-1.85 1.995L19 21h-6v-2.23zM7.5 15a1.5 1.5 0 100 3 1.5 1.5 0 000-3m6.136-11a2 2 0 012.701-.117l.127.117L20 7.536a2 2 0 01.204 2.589L13 17.357V4.636z\" clip-rule=\"evenodd\"/>"
|
|
265
|
+
},
|
|
266
|
+
"themes": {
|
|
267
|
+
"body": "<path fill=\"currentColor\" d=\"M4 6a2 2 0 00-2 2v12c0 1.1.9 2 2 2h12a2 2 0 002-2H4zm16-4H8a2 2 0 00-2 2v12a2 2 0 002 2h12a2 2 0 002-2V4a2 2 0 00-2-2m-5 14H8V9h7zm5 0h-3V9h3zm0-9H8V4h12z\"/>"
|
|
268
|
+
},
|
|
269
|
+
"trend-down": {
|
|
270
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"><path d=\"m22 18-7.38-7.335c-.997-.991-1.496-1.487-2.115-1.487s-1.117.496-2.115 1.488l-.24.238c-.997.992-1.497 1.489-2.116 1.489s-1.118-.497-2.115-1.49L2 7\" opacity=\".5\"/><path d=\"M22 12.454V18h-5.582\"/></g>"
|
|
271
|
+
},
|
|
272
|
+
"trend-up": {
|
|
273
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"><path d=\"m22 7-7.38 7.335c-.997.991-1.496 1.487-2.115 1.487s-1.117-.496-2.115-1.488l-.24-.238c-.997-.992-1.497-1.489-2.116-1.489s-1.118.497-2.115 1.49L2 18\" opacity=\".5\"/><path d=\"M22 12.546V7h-5.582\"/></g>"
|
|
274
|
+
},
|
|
275
|
+
"validity-failed": {
|
|
276
|
+
"body": "<path fill=\"currentColor\" d=\"M12 1.5A10.436 10.436 0 001.5 12 10.435 10.435 0 0012 22.5 10.435 10.435 0 0022.5 12 10.436 10.436 0 0012 1.5m4.084 15.75L6.75 7.917 7.917 6.75l9.333 9.334z\"/>"
|
|
277
|
+
},
|
|
278
|
+
"validity-passed": {
|
|
279
|
+
"body": "<path fill=\"currentColor\" d=\"M12 2.25A9.75 9.75 0 1021.75 12 9.76 9.76 0 0012 2.25m-.375 4.5a1.125 1.125 0 110 2.25 1.125 1.125 0 010-2.25m1.125 10.5a1.5 1.5 0 01-1.5-1.5V12a.75.75 0 110-1.5 1.5 1.5 0 011.5 1.5v3.75a.75.75 0 110 1.5\"/>"
|
|
280
|
+
},
|
|
281
|
+
"validity-unknown": {
|
|
282
|
+
"body": "<path fill=\"currentColor\" d=\"M12 2.25A9.75 9.75 0 1021.75 12 9.76 9.76 0 0012 2.25M12 18a1.125 1.125 0 110-2.25A1.125 1.125 0 0112 18m.75-4.568v.068a.75.75 0 11-1.5 0v-.75A.75.75 0 0112 12c1.24 0 2.25-.844 2.25-1.875S13.24 8.25 12 8.25s-2.25.844-2.25 1.875v.375a.75.75 0 11-1.5 0v-.375c0-1.86 1.682-3.375 3.75-3.375s3.75 1.514 3.75 3.375c0 1.63-1.29 2.993-3 3.307\"/>"
|
|
283
|
+
},
|
|
284
|
+
"validity-warning": {
|
|
285
|
+
"body": "<path fill=\"currentColor\" d=\"M22.2 17.633 14.002 3.396a2.322 2.322 0 00-4.004 0L1.8 17.633a2.2 2.2 0 000 2.224A2.28 2.28 0 003.802 21h16.397a2.28 2.28 0 002-1.143 2.2 2.2 0 00.001-2.224M11.25 9.75a.75.75 0 111.5 0v3.75a.75.75 0 11-1.5 0zM12 18a1.124 1.124 0 110-2.249A1.124 1.124 0 0112 18\"/>"
|
|
286
|
+
}
|
|
287
|
+
},
|
|
288
|
+
"width": 24,
|
|
289
|
+
"height": 24
|
|
290
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
{
|
|
2
|
+
"prefix": "components",
|
|
3
|
+
"icons": {
|
|
4
|
+
"accordion": {
|
|
5
|
+
"body": "<g fill=\"none\"><g fill=\"currentColor\" clip-path=\"url(#svgID0)\"><path fill-rule=\"evenodd\" d=\"M1.406 22.242C2.812 24 5.075 24 9.6 24h4.8c4.525 0 6.788 0 8.194-1.758C23.999 20.484 24 17.657 24 12c0-5.656 0-8.485-1.406-10.242C21.187.001 18.925 0 14.4 0H9.6C5.075 0 2.812 0 1.406 1.758.001 3.516 0 6.344 0 12s0 8.485 1.406 10.242\" clip-rule=\"evenodd\" opacity=\".1\"/><g filter=\"url(#svgID1)\"><rect width=\"16\" height=\"3\" x=\"4\" y=\"17\" opacity=\".4\" rx=\".5\"/><rect width=\"4.444\" height=\"1\" x=\"5.778\" y=\"18\" fill-opacity=\".5\" rx=\".5\"/></g><path d=\"M4 7h16v8a1 1 0 01-1 1H5a1 1 0 01-1-1z\" opacity=\".2\"/><rect width=\"12.444\" height=\"1\" x=\"5.778\" y=\"9\" opacity=\".4\" rx=\".5\"/><rect width=\"12.444\" height=\"1\" x=\"5.778\" y=\"11\" opacity=\".4\" rx=\".5\"/><rect width=\"12.444\" height=\"1\" x=\"5.778\" y=\"13\" opacity=\".4\" rx=\".5\"/><path d=\"M19 4a1 1 0 011 1v2H4V5a1 1 0 011-1zM6.277 5a.5.5 0 000 1h3.446a.5.5 0 000-1z\"/></g><defs><clipPath id=\"svgID0\"><path fill=\"#fff\" d=\"M0 0h24v24H0z\"/></clipPath><filter id=\"svgID1\" width=\"22\" height=\"9\" x=\"1\" y=\"15\" color-interpolation-filters=\"sRGB\" filterUnits=\"userSpaceOnUse\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feColorMatrix in=\"SourceAlpha\" result=\"hardAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\"/><feOffset dy=\"1\"/><feGaussianBlur stdDeviation=\"1\"/><feColorMatrix values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0\"/><feBlend in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_2119_2013\"/><feColorMatrix in=\"SourceAlpha\" result=\"hardAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\"/><feOffset dy=\"1\"/><feGaussianBlur stdDeviation=\"1.5\"/><feColorMatrix values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0\"/><feBlend in2=\"effect1_dropShadow_2119_2013\" result=\"effect2_dropShadow_2119_2013\"/><feBlend in=\"SourceGraphic\" in2=\"effect2_dropShadow_2119_2013\" result=\"shape\"/></filter></defs></g>"
|
|
6
|
+
},
|
|
7
|
+
"button": {
|
|
8
|
+
"body": "<g fill=\"none\"><g fill=\"currentColor\" clip-path=\"url(#svgID0)\"><path fill-rule=\"evenodd\" d=\"M1.406 22.242C2.812 24 5.075 24 9.6 24h4.8c4.525 0 6.788 0 8.194-1.758C23.999 20.484 24 17.657 24 12c0-5.656 0-8.485-1.406-10.242C21.187.001 18.925 0 14.4 0H9.6C5.075 0 2.812 0 1.406 1.758.001 3.516 0 6.344 0 12s0 8.485 1.406 10.242\" clip-rule=\"evenodd\" opacity=\".1\"/><path d=\"M12 10.2c3.313 0 6-.492 6-1.1S15.313 8 12 8s-6 .492-6 1.1 2.687 1.1 6 1.1\"/><path d=\"M4 11v3.6c0 1.326 3.582 2.4 8 2.4s8-1.074 8-2.4V11c0 1.326-3.582 2.4-8 2.4S4 12.326 4 11\" opacity=\".5\"/><path d=\"M6 9v1.8c0 .663 2.687 1.2 6 1.2s6-.537 6-1.2V9c0 .663-2.687 1.2-6 1.2S6 9.663 6 9\" opacity=\".7\"/></g><defs><clipPath id=\"svgID0\"><path fill=\"#fff\" d=\"M0 0h24v24H0z\"/></clipPath></defs></g>"
|
|
9
|
+
},
|
|
10
|
+
"calendar": {
|
|
11
|
+
"body": "<g fill=\"none\"><g fill=\"currentColor\" clip-path=\"url(#svgID0)\"><path fill-rule=\"evenodd\" d=\"M1.406 22.242C2.812 24 5.075 24 9.6 24h4.8c4.525 0 6.788 0 8.194-1.758C23.999 20.484 24 17.657 24 12c0-5.656 0-8.485-1.406-10.242C21.187.001 18.925 0 14.4 0H9.6C5.075 0 2.812 0 1.406 1.758.001 3.516 0 6.344 0 12s0 8.485 1.406 10.242\" clip-rule=\"evenodd\" opacity=\".1\"/><path d=\"M6.94 2c.416 0 .753.324.753.724v1.46c.668-.012 1.417-.012 2.26-.012h4.015c.842 0 1.591 0 2.26.013v-1.46c0-.4.336-.725.752-.725s.753.324.753.724V4.25c1.445.111 2.394.384 3.09 1.055.698.67.982 1.582 1.097 2.972L22 9H2v-.724c.116-1.39.4-2.302 1.097-2.972s1.645-.944 3.09-1.055V2.724c0-.4.337-.724.753-.724\"/><path d=\"M22 14v-2c0-.839-.004-2.335-.017-3H2.01c-.013.665-.01 2.161-.01 3v2c0 3.771 0 5.657 1.172 6.828S6.228 22 10 22h4c3.77 0 5.656 0 6.828-1.172S22 17.772 22 14\" opacity=\".5\"/><path d=\"M18 17a1 1 0 11-2 0 1 1 0 012 0m0-4a1 1 0 11-2 0 1 1 0 012 0m-5 4a1 1 0 11-2 0 1 1 0 012 0m0-4a1 1 0 11-2 0 1 1 0 012 0m-5 4a1 1 0 11-2 0 1 1 0 012 0m0-4a1 1 0 11-2 0 1 1 0 012 0\"/></g><defs><clipPath id=\"svgID0\"><path fill=\"#fff\" d=\"M0 0h24v24H0z\"/></clipPath></defs></g>"
|
|
12
|
+
},
|
|
13
|
+
"card": {
|
|
14
|
+
"body": "<g fill=\"none\"><g fill=\"currentColor\" clip-path=\"url(#svgID0)\"><path fill-rule=\"evenodd\" d=\"M1.406 22.242C2.812 24 5.075 24 9.6 24h4.8c4.525 0 6.788 0 8.194-1.758C23.999 20.484 24 17.657 24 12c0-5.656 0-8.485-1.406-10.242C21.187.001 18.925 0 14.4 0H9.6C5.075 0 2.812 0 1.406 1.758.001 3.516 0 6.344 0 12s0 8.485 1.406 10.242\" clip-rule=\"evenodd\" opacity=\".1\"/><path d=\"M10 20h4c3.772 0 5.658 0 6.829-1.172S22 15.771 22 12c0-.442-.002-1.608-.004-2H2c-.002.392 0 1.558 0 2 0 3.771 0 5.657 1.17 6.828C4.344 19.999 6.232 20 10.002 20\" opacity=\".5\"/><path d=\"M5.25 13.5a.75.75 0 01.75-.75h2a.75.75 0 110 1.5H6a.75.75 0 01-.75-.75m0 3a.75.75 0 01.75-.75h4a.75.75 0 010 1.5H6a.75.75 0 01-.75-.75\"/><path fill-rule=\"evenodd\" d=\"M17.198 12.293c-.323-.043-.72-.043-1.152-.043h-.09c-.433 0-.83 0-1.152.043-.356.048-.731.16-1.04.47s-.422.684-.47 1.04c-.043.323-.043.72-.043 1.152v.09c0 .433 0 .83.043 1.152.048.356.16.731.47 1.04s.684.422 1.04.47c.323.043.72.043 1.152.043h.09c.433 0 .83 0 1.152-.043.356-.048.73-.16 1.04-.47.309-.31.422-.684.47-1.04.043-.323.043-.72.043-1.152v-.09c0-.433 0-.83-.043-1.152-.048-.356-.16-.731-.47-1.04s-.684-.422-1.04-.47\" clip-rule=\"evenodd\"/><path d=\"M9.996 4h4.01c3.78 0 5.672 0 6.846 1.116.846.803 1.083 1.96 1.149 3.884v1H2V9c.066-1.925.303-3.08 1.149-3.884C4.324 4 6.215 4 9.996 4\"/></g><defs><clipPath id=\"svgID0\"><path fill=\"#fff\" d=\"M0 0h24v24H0z\"/></clipPath></defs></g>"
|
|
15
|
+
},
|
|
16
|
+
"carousel": {
|
|
17
|
+
"body": "<g fill=\"none\"><g fill=\"currentColor\" clip-path=\"url(#svgID0)\"><path fill-rule=\"evenodd\" d=\"M1.406 22.242C2.812 24 5.075 24 9.6 24h4.8c4.525 0 6.788 0 8.194-1.758C23.999 20.484 24 17.657 24 12c0-5.656 0-8.485-1.406-10.242C21.187.001 18.925 0 14.4 0H9.6C5.075 0 2.812 0 1.406 1.758.001 3.516 0 6.344 0 12s0 8.485 1.406 10.242\" clip-rule=\"evenodd\" opacity=\".1\"/><path fill-rule=\"evenodd\" d=\"M16.85 4.062c-.892-.28-1.709.433-1.709 1.302v3.054a20 20 0 01-3.72.334c-1.36 0-2.63-.122-3.721-.334V5.364c0-.87-.817-1.582-1.708-1.302-.827.258-1.542.587-2.063.985C3.417 5.436 3 5.969 3 6.636v10.063q.001.272.088.517.076.22.205.415c.273.414.708.753 1.213 1.03.513.281 1.137.522 1.84.717 1.403.392 3.17.622 5.075.622 1.6 0 3.1-.162 4.37-.445 1.257-.28 2.335-.691 3.056-1.217a3.2 3.2 0 00.485-.43c.304-.336.51-.74.51-1.21V6.636c0-.667-.416-1.2-.929-1.59-.521-.398-1.236-.727-2.063-.985m1.816 4.34-.068.044c-.693.434-1.644.783-2.74 1.033-1.283.292-2.808.46-4.438.46s-3.154-.168-4.438-.46c-1.096-.25-2.047-.598-2.74-1.033L4.175 8.4v7.715l2.383-2.252 1.074-.91a2.013 2.013 0 012.688.089l2.602 2.513a.66.66 0 00.821.066l.181-.122a2.45 2.45 0 012.975.174l1.6 1.392c.132-.158.167-.284.167-.369z\" clip-rule=\"evenodd\"/><path d=\"M17.492 12.286c0 .656-.526 1.188-1.175 1.188-.65 0-1.175-.532-1.175-1.188s.526-1.187 1.175-1.187c.648 0 1.175.532 1.175 1.187\" opacity=\".5\"/></g><defs><clipPath id=\"svgID0\"><path fill=\"#fff\" d=\"M0 0h24v24H0z\"/></clipPath></defs></g>"
|
|
18
|
+
},
|
|
19
|
+
"checkbox": {
|
|
20
|
+
"body": "<g fill=\"none\"><g fill=\"currentColor\" clip-path=\"url(#svgID0)\"><path fill-rule=\"evenodd\" d=\"M1.406 22.242C2.812 24 5.075 24 9.6 24h4.8c4.525 0 6.788 0 8.194-1.758C23.999 20.484 24 17.657 24 12c0-5.656 0-8.485-1.406-10.242C21.187.001 18.925 0 14.4 0H9.6C5.075 0 2.812 0 1.406 1.758.001 3.516 0 6.344 0 12s0 8.485 1.406 10.242\" clip-rule=\"evenodd\" opacity=\".1\"/><path d=\"M12 20c-3.771 0-5.657 0-6.829-1.172C4 17.658 4 15.771 4 12s0-5.657 1.171-6.829C6.344 4 8.23 4 12 4s5.657 0 6.828 1.171C20 6.344 20 8.23 20 12s0 5.657-1.172 6.828C17.658 20 15.771 20 12 20\" opacity=\".4\"/><path d=\"M16.03 8.97a.75.75 0 010 1.06l-5 5a.75.75 0 01-1.06 0l-2-2a.75.75 0 111.06-1.06l1.47 1.47 4.47-4.47a.75.75 0 011.06 0\"/></g><defs><clipPath id=\"svgID0\"><path fill=\"#fff\" d=\"M0 0h24v24H0z\"/></clipPath></defs></g>"
|
|
21
|
+
},
|
|
22
|
+
"checkbox-group": {
|
|
23
|
+
"body": "<g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M10.5 5.5h11m-11 3h11m-11 7h11m-11 3h11\"/><path fill=\"currentColor\" d=\"M2 5.083A1.083 1.083 0 013.083 4h3.834A1.083 1.083 0 018 5.083v3.834A1.083 1.083 0 016.917 10H3.083A1.083 1.083 0 012 8.917zM3.083 4.5a.583.583 0 00-.583.583v3.834c0 .322.261.583.583.583h3.834a.583.583 0 00.583-.583V5.083a.583.583 0 00-.583-.583zm0 9.5A1.083 1.083 0 002 15.083v3.834A1.083 1.083 0 003.083 20h3.834A1.083 1.083 0 008 18.917v-3.834A1.083 1.083 0 006.917 14zM2.5 15.083c0-.322.261-.583.583-.583h3.834c.322 0 .583.261.583.583v3.834a.583.583 0 01-.583.583H3.083a.583.583 0 01-.583-.583zm4.26 1.01a.25.25 0 00-.077-.414.25.25 0 00-.276.061l-2.075 2.072-.739-.739a.25.25 0 00-.353.354l.915.915a.25.25 0 00.353 0z\"/></g>"
|
|
24
|
+
},
|
|
25
|
+
"combobox": {
|
|
26
|
+
"body": "<g fill=\"none\"><g clip-path=\"url(#svgID2)\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M1.406 22.242C2.812 24 5.075 24 9.6 24h4.8c4.525 0 6.788 0 8.194-1.758C23.999 20.484 24 17.657 24 12c0-5.656 0-8.485-1.406-10.242C21.187.001 18.925 0 14.4 0H9.6C5.075 0 2.812 0 1.406 1.758.001 3.516 0 6.344 0 12s0 8.485 1.406 10.242\" clip-rule=\"evenodd\" opacity=\".1\"/><g filter=\"url(#svgID0)\"><path fill=\"currentColor\" fill-opacity=\".4\" d=\"M4 6.5a1 1 0 011-1h14a1 1 0 011 1v3a1 1 0 01-1 1H5a1 1 0 01-1-1z\"/><path stroke=\"currentColor\" stroke-opacity=\".04\" d=\"M5 5a1.5 1.5 0 00-1.5 1.5v3A1.5 1.5 0 005 11h14a1.5 1.5 0 001.5-1.5v-3A1.5 1.5 0 0019 5z\"/></g><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M6.5 8h4\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M16.5 8h1\" opacity=\".4\"/><g filter=\"url(#svgID1)\"><path fill=\"currentColor\" fill-opacity=\".4\" d=\"M4 13.5a1 1 0 011-1h14a1 1 0 011 1v11a1 1 0 01-1 1H5a1 1 0 01-1-1z\"/><path stroke=\"currentColor\" stroke-opacity=\".04\" d=\"M5 12a1.5 1.5 0 00-1.5 1.5v11A1.5 1.5 0 005 26h14a1.5 1.5 0 001.5-1.5v-11A1.5 1.5 0 0019 12z\"/></g><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M6.5 15h7m-7 3h6m-6 3h3\"/></g><defs><filter id=\"svgID0\" width=\"24\" height=\"13\" x=\"0\" y=\"2.5\" color-interpolation-filters=\"sRGB\" filterUnits=\"userSpaceOnUse\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feColorMatrix in=\"SourceAlpha\" result=\"hardAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\"/><feOffset dy=\"1\"/><feGaussianBlur stdDeviation=\"1\"/><feColorMatrix values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0\"/><feBlend in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_2119_2009\"/><feColorMatrix in=\"SourceAlpha\" result=\"hardAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\"/><feOffset dy=\"1\"/><feGaussianBlur stdDeviation=\"1.5\"/><feColorMatrix values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0\"/><feBlend in2=\"effect1_dropShadow_2119_2009\" result=\"effect2_dropShadow_2119_2009\"/><feBlend in=\"SourceGraphic\" in2=\"effect2_dropShadow_2119_2009\" result=\"shape\"/></filter><filter id=\"svgID1\" width=\"24\" height=\"21\" x=\"0\" y=\"9.5\" color-interpolation-filters=\"sRGB\" filterUnits=\"userSpaceOnUse\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feColorMatrix in=\"SourceAlpha\" result=\"hardAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\"/><feOffset dy=\"1\"/><feGaussianBlur stdDeviation=\"1\"/><feColorMatrix values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0\"/><feBlend in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_2119_2009\"/><feColorMatrix in=\"SourceAlpha\" result=\"hardAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\"/><feOffset dy=\"1\"/><feGaussianBlur stdDeviation=\"1.5\"/><feColorMatrix values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0\"/><feBlend in2=\"effect1_dropShadow_2119_2009\" result=\"effect2_dropShadow_2119_2009\"/><feBlend in=\"SourceGraphic\" in2=\"effect2_dropShadow_2119_2009\" result=\"shape\"/></filter><clipPath id=\"svgID2\"><path fill=\"#fff\" d=\"M0 0h24v24H0z\"/></clipPath></defs></g>"
|
|
27
|
+
},
|
|
28
|
+
"crumbs": {
|
|
29
|
+
"body": "<g fill=\"none\"><g fill=\"currentColor\" clip-path=\"url(#svgID0)\"><path fill-rule=\"evenodd\" d=\"M1.406 22.242C2.812 24 5.075 24 9.6 24h4.8c4.525 0 6.788 0 8.194-1.758C23.999 20.484 24 17.657 24 12c0-5.656 0-8.485-1.406-10.242C21.187.001 18.925 0 14.4 0H9.6C5.075 0 2.812 0 1.406 1.758.001 3.516 0 6.344 0 12s0 8.485 1.406 10.242\" clip-rule=\"evenodd\" opacity=\".1\"/><path d=\"M12.857 4c2.227 0 3.341 0 4.27.501.93.502 1.52 1.42 2.701 3.259l.68 1.06C21.504 10.366 22 11.14 22 12s-.497 1.634-1.49 3.18l-.68 1.06c-1.18 1.838-1.771 2.757-2.701 3.259s-2.044.501-4.27.501h-1.883c2.198 0 3.297 0 4.215-.501.918-.502 1.5-1.421 2.666-3.259l.672-1.06C19.51 13.634 20 12.86 20 12s-.49-1.634-1.472-3.18l-.672-1.06c-1.166-1.84-1.749-2.757-2.667-3.26S13.174 4 10.976 4zm-3.6.001c2.028 0 3.077.019 3.958.5.918.502 1.501 1.42 2.667 3.259l.672 1.06c.98 1.546 1.471 2.32 1.471 3.18s-.49 1.634-1.47 3.18l-.671 1.06c-1.166 1.838-1.75 2.757-2.667 3.259-.882.482-1.93.498-3.96.499q-.422 0-.812-.006c1.315-.022 2.123-.114 2.826-.493.93-.502 1.52-1.42 2.702-3.259l.68-1.06c.992-1.546 1.49-2.32 1.49-3.18s-.498-1.634-1.492-3.18l-.68-1.06C12.79 5.92 12.2 5.003 11.27 4.5c-.703-.379-1.51-.472-2.826-.494q.39-.005.813-.006m-2.064.032c.893.048 1.518.167 2.077.468.93.502 1.52 1.42 2.7 3.259l.681 1.06c.994 1.546 1.492 2.32 1.492 3.18s-.498 1.634-1.49 3.18l-.68 1.06C10.792 18.078 10.2 18.997 9.27 19.5c-.558.302-1.184.419-2.077.467-1.957-.075-3.151-.322-3.99-1.138C2 17.656 2 15.771 2 12s0-5.657 1.204-6.828c.839-.816 2.033-1.063 3.99-1.139\"/></g><defs><clipPath id=\"svgID0\"><path fill=\"#fff\" d=\"M0 0h24v24H0z\"/></clipPath></defs></g>"
|
|
30
|
+
},
|
|
31
|
+
"dropdown": {
|
|
32
|
+
"body": "<g fill=\"none\"><g clip-path=\"url(#svgID0)\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M1.406 22.242C2.812 24 5.075 24 9.6 24h4.8c4.525 0 6.788 0 8.194-1.758C23.999 20.484 24 17.657 24 12c0-5.656 0-8.485-1.406-10.242C21.187.001 18.925 0 14.4 0H9.6C5.075 0 2.812 0 1.406 1.758.001 3.516 0 6.344 0 12s0 8.485 1.406 10.242\" clip-rule=\"evenodd\" opacity=\".1\"/><path fill=\"currentColor\" d=\"M19 5h-5c-.828 0-1 .672-1 1.5S13.172 8 14 8h5c.828 0 1-.672 1-1.5S19.828 5 19 5\"/><g filter=\"url(#svgID1)\"><path fill=\"currentColor\" fill-opacity=\".4\" d=\"M18 9H7a2 2 0 00-2 2v6a2 2 0 002 2h11a2 2 0 002-2v-6a2 2 0 00-2-2\"/></g></g><defs><clipPath id=\"svgID0\"><path fill=\"#fff\" d=\"M0 0h24v24H0z\"/></clipPath><filter id=\"svgID1\" width=\"21\" height=\"16\" x=\"2\" y=\"7\" color-interpolation-filters=\"sRGB\" filterUnits=\"userSpaceOnUse\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feColorMatrix in=\"SourceAlpha\" result=\"hardAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\"/><feOffset dy=\"1\"/><feGaussianBlur stdDeviation=\"1\"/><feColorMatrix values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0\"/><feBlend in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_2119_2007\"/><feColorMatrix in=\"SourceAlpha\" result=\"hardAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\"/><feOffset dy=\"1\"/><feGaussianBlur stdDeviation=\"1.5\"/><feColorMatrix values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0\"/><feBlend in2=\"effect1_dropShadow_2119_2007\" result=\"effect2_dropShadow_2119_2007\"/><feBlend in=\"SourceGraphic\" in2=\"effect2_dropShadow_2119_2007\" result=\"shape\"/></filter></defs></g>"
|
|
33
|
+
},
|
|
34
|
+
"gallery": {
|
|
35
|
+
"body": "<g fill=\"none\"><g fill=\"currentColor\" clip-path=\"url(#svgID0)\"><path fill-rule=\"evenodd\" d=\"M1.406 22.242C2.812 24 5.075 24 9.6 24h4.8c4.525 0 6.788 0 8.194-1.758C23.999 20.484 24 17.657 24 12c0-5.656 0-8.485-1.406-10.242C21.187.001 18.925 0 14.4 0H9.6C5.075 0 2.812 0 1.406 1.758.001 3.516 0 6.344 0 12s0 8.485 1.406 10.242\" clip-rule=\"evenodd\" opacity=\".1\"/><path d=\"M16.861 11.971a1.197 1.197 0 01-1.19 1.204 1.196 1.196 0 01-1.19-1.204 1.2 1.2 0 011.19-1.203c.657 0 1.19.539 1.19 1.203\"/><path fill-rule=\"evenodd\" d=\"M17.619 7.867c-.764-.108-1.748-.108-2.974-.108h-5.09c-1.226 0-2.21 0-2.974.108-.789.113-1.447.353-1.936.918-.49.565-.64 1.257-.645 2.064-.005.78.125 1.766.287 2.995l.329 2.495c.127.961.23 1.74.389 2.349.166.634.41 1.16.87 1.566.46.408 1.009.584 1.651.666.619.08 1.395.08 2.354.08h4.44c.959 0 1.736 0 2.354-.08.643-.082 1.19-.258 1.65-.665s.705-.933.872-1.567c.16-.61.262-1.388.389-2.35l.328-2.494c.162-1.23.293-2.216.287-2.995-.006-.807-.155-1.499-.644-2.064-.49-.565-1.148-.805-1.937-.918M6.747 9.06c-.653.093-.985.263-1.206.52-.223.256-.346.61-.351 1.278-.005.685.113 1.588.283 2.876l.045.34.334-.244c.864-.633 2.139-.601 2.96.085l3.045 2.55c.288.241.784.286 1.142.076l.212-.125c1.012-.596 2.37-.533 3.305.17l1.648 1.242c.081-.445.154-.993.246-1.687l.317-2.408c.17-1.287.288-2.19.282-2.875-.004-.668-.126-1.022-.349-1.278-.222-.257-.553-.427-1.207-.52-.671-.096-1.571-.096-2.855-.096H9.603c-1.285 0-2.186 0-2.856.096\" clip-rule=\"evenodd\"/><path d=\"M7.492 5.25a2.47 2.47 0 00-2.359 1.759l-.018.063a5.6 5.6 0 01.997-.228c.875-.125 1.981-.125 3.267-.125h5.581c1.285 0 2.392 0 3.267.125.34.048.675.119.997.228l-.018-.063a2.47 2.47 0 00-2.357-1.759z\" opacity=\".7\"/><path d=\"M9.273 3h5.654c.188 0 .333 0 .459.014a2.36 2.36 0 011.943 1.504H6.871a2.36 2.36 0 011.943-1.504C8.94 3 9.084 3 9.274 3\" opacity=\".4\"/></g><defs><clipPath id=\"svgID0\"><path fill=\"#fff\" d=\"M0 0h24v24H0z\"/></clipPath></defs></g>"
|
|
36
|
+
},
|
|
37
|
+
"grid-layout": {
|
|
38
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path d=\"M2.5 6.5c0-1.886 0-2.828.586-3.414S4.614 2.5 6.5 2.5s2.828 0 3.414.586.586 1.528.586 3.414v11c0 1.886 0 2.828-.586 3.414S8.386 21.5 6.5 21.5s-2.828 0-3.414-.586S2.5 19.386 2.5 17.5z\" opacity=\".5\"/><path d=\"M13.5 15.5c0-1.886 0-2.828.586-3.414s1.528-.586 3.414-.586 2.828 0 3.414.586.586 1.528.586 3.414v2c0 1.886 0 2.828-.586 3.414s-1.528.586-3.414.586-2.828 0-3.414-.586-.586-1.528-.586-3.414zm0-10c0-.932 0-1.398.152-1.765a2 2 0 011.083-1.083c.367-.152.833-.152 1.765-.152h2c.932 0 1.398 0 1.765.152a2 2 0 011.083 1.083c.152.367.152.833.152 1.765s0 1.398-.152 1.765a2 2 0 01-1.083 1.083c-.367.152-.833.152-1.765.152h-2c-.932 0-1.398 0-1.765-.152a2 2 0 01-1.083-1.083C13.5 6.898 13.5 6.432 13.5 5.5Z\"/></g>"
|
|
39
|
+
},
|
|
40
|
+
"icon": {
|
|
41
|
+
"body": "<g fill=\"none\"><g fill=\"currentColor\" clip-path=\"url(#svgID0)\"><path fill-rule=\"evenodd\" d=\"M1.406 22.242C2.812 24 5.075 24 9.6 24h4.8c4.525 0 6.788 0 8.194-1.758C23.999 20.484 24 17.657 24 12c0-5.656 0-8.485-1.406-10.242C21.187.001 18.925 0 14.4 0H9.6C5.075 0 2.812 0 1.406 1.758.001 3.516 0 6.344 0 12s0 8.485 1.406 10.242\" clip-rule=\"evenodd\" opacity=\".1\"/><path fill-rule=\"evenodd\" d=\"M4.506 15.2h14.988c.064-.575.124-1.222.193-1.95l.184-1.95c.144-1.529.216-2.294-.046-2.61a.8.8 0 00-.54-.294c-.381-.034-.859.51-1.815 1.598-.494.564-.741.844-1.017.888a.74.74 0 01-.45-.072c-.254-.128-.423-.476-.763-1.17l-1.79-3.668C12.81 4.658 12.488 4 12 4s-.809.658-1.45 1.972L8.76 9.639c-.34.696-.509 1.043-.764 1.171a.74.74 0 01-.45.072c-.275-.044-.522-.324-1.017-.888-.956-1.088-1.433-1.632-1.814-1.598a.8.8 0 00-.54.294c-.262.316-.19 1.081-.046 2.61l.184 1.95q.1 1.09.193 1.95\" clip-rule=\"evenodd\" opacity=\".5\"/><path d=\"M13.088 20c2.836 0 4.254 0 5.2-.968.731-.748.987-1.876 1.206-3.832H4.506c.219 1.956.475 3.084 1.206 3.832.946.968 2.364.968 5.2.968z\"/></g><defs><clipPath id=\"svgID0\"><path fill=\"#fff\" d=\"M0 0h24v24H0z\"/></clipPath></defs></g>"
|
|
42
|
+
},
|
|
43
|
+
"input-array": {
|
|
44
|
+
"body": "<path fill=\"currentColor\" d=\"M4.11 17.91V7h2.523v.835H5.065v9.239h1.568v.835zm4.586-1.705a.74.74 0 01-.54-.226.74.74 0 01-.227-.541q0-.315.226-.542a.74.74 0 01.541-.226q.315 0 .542.226.225.226.225.541 0 .21-.106.384a.8.8 0 01-.277.281.73.73 0 01-.384.102m3.305.001a.74.74 0 01-.541-.226.74.74 0 01-.226-.541q0-.315.226-.542.225-.226.541-.226.315 0 .541.226t.226.541q0 .21-.106.384a.8.8 0 01-.277.281.73.73 0 01-.384.102m3.305.001a.74.74 0 01-.541-.226.74.74 0 01-.226-.541q0-.315.226-.542.225-.226.54-.226t.542.226.226.541q0 .21-.107.384a.8.8 0 01-.277.281.73.73 0 01-.383.102M19.889 7v10.91h-2.523v-.836h1.568V7.835h-1.568V7z\"/>"
|
|
45
|
+
},
|
|
46
|
+
"input-color": {
|
|
47
|
+
"body": "<rect width=\"20\" height=\"12\" x=\"2\" y=\"6\" fill=\"currentColor\" fill-opacity=\".5\" stroke=\"currentColor\" stroke-width=\"1.5\" rx=\"2\"/>"
|
|
48
|
+
},
|
|
49
|
+
"input-date": {
|
|
50
|
+
"body": "<g fill=\"none\"><rect width=\"20\" height=\"12\" x=\"2\" y=\"6\" stroke=\"currentColor\" stroke-width=\"1.5\" rx=\"2\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M17 8.2c0-.11.09-.2.2-.2h.6c.11 0 .2.09.2.2V9h1a1 1 0 011 1v5a1 1 0 01-1 1h-6a1 1 0 01-1-1v-5a1 1 0 011-1h1v-.8c0-.11.09-.2.2-.2h.6c.11 0 .2.09.2.2V9h2zM14 10v.8c0 .11.09.2.2.2h.6a.2.2 0 00.2-.2V10h2v.8c0 .11.09.2.2.2h.6a.2.2 0 00.2-.2V10h1v5h-6v-5z\" clip-rule=\"evenodd\"/></g>"
|
|
51
|
+
},
|
|
52
|
+
"input-email": {
|
|
53
|
+
"body": "<g fill=\"none\"><rect width=\"20\" height=\"12\" x=\"2\" y=\"6\" stroke=\"currentColor\" stroke-width=\"1.5\" rx=\"2\"/><path fill=\"currentColor\" d=\"M15.852 8A3.83 3.83 0 0012 11.853v.297A3.85 3.85 0 0015.851 16h2.074v-.592h-2.074a3.26 3.26 0 01-3.258-3.26v-.296a3.24 3.24 0 013.258-3.259 3.15 3.15 0 013.26 3.26c0 1.063-.415 1.48-1.085 1.48-.468 0-.693-.382-.693-.888v-2.37h-.593v.575a1.14 1.14 0 00-1.037-.575 1.623 1.623 0 00-1.63 1.611v.629a1.623 1.623 0 001.63 1.611 1.27 1.27 0 001.185-.729 1.29 1.29 0 001.159.73c.91 0 1.656-.593 1.656-2.075a3.77 3.77 0 00-3.851-3.851m.888 4.315a1.037 1.037 0 01-2.074 0v-.629a1.037 1.037 0 012.074 0z\"/></g>"
|
|
54
|
+
},
|
|
55
|
+
"input-file": {
|
|
56
|
+
"body": "<g fill=\"none\"><rect width=\"20\" height=\"12\" x=\"2\" y=\"6\" stroke=\"currentColor\" stroke-width=\"1.5\" rx=\"2\"/><path fill=\"currentColor\" d=\"M18.833 8h-4.666c-.31 0-.607.105-.825.293A.93.93 0 0013 9v6c0 .265.123.52.342.707.218.188.515.293.825.293h4.666c.31 0 .607-.105.825-.293A.93.93 0 0020 15V9a.93.93 0 00-.342-.707A1.27 1.27 0 0018.833 8m-2.625 3.354-.668.573a.32.32 0 01-.207.073.32.32 0 01-.206-.073.23.23 0 01-.086-.177c0-.066.031-.13.086-.177l1.167-1a.3.3 0 01.094-.054.33.33 0 01.318.054l1.167 1q.041.034.063.081a.22.22 0 010 .192.3.3 0 01-.063.081.3.3 0 01-.095.054.34.34 0 01-.223 0 .3.3 0 01-.095-.054l-.668-.573v1.896c0 .066-.031.13-.086.177a.32.32 0 01-.206.073.32.32 0 01-.206-.073.23.23 0 01-.086-.177z\"/></g>"
|
|
57
|
+
},
|
|
58
|
+
"input-number": {
|
|
59
|
+
"body": "<g fill=\"none\"><rect width=\"20\" height=\"12\" x=\"2\" y=\"6\" stroke=\"currentColor\" stroke-width=\"1.5\" rx=\"2\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M16.202 15.307a.5.5 0 10.985.174l.266-1.508H19a.5.5 0 000-1h-1.371l.353-2H19.6a.5.5 0 000-1h-1.442l.244-1.386a.5.5 0 10-.985-.174l-.275 1.56h-1.984l.244-1.386a.5.5 0 10-.984-.174l-.275 1.56H12.6a.5.5 0 100 1h1.366l-.352 2H12a.5.5 0 100 1h1.437l-.235 1.334a.5.5 0 10.985.174l.266-1.508h1.984zm.411-2.334.353-2h-1.984l-.353 2z\" clip-rule=\"evenodd\"/></g>"
|
|
60
|
+
},
|
|
61
|
+
"input-object": {
|
|
62
|
+
"body": "<path fill=\"currentColor\" d=\"M3.138 12.472v-.529q.712 0 .993-.298.285-.298.286-.997V9.284q0-.588.11-1.018.116-.431.371-.712.255-.282.682-.418Q6.006 7 6.633 7v.835q-.495 0-.78.154a.86.86 0 00-.4.477q-.116.32-.116.818v1.705q0 .332-.09.605a1 1 0 01-.319.469q-.234.195-.669.302-.43.107-1.12.107m3.495 5.437q-.627 0-1.053-.136a1.5 1.5 0 01-.682-.418 1.7 1.7 0 01-.37-.712 4 4 0 01-.111-1.018v-1.364q0-.698-.286-.997-.28-.298-.993-.298v-.528q.69 0 1.121.106.435.107.67.303.234.196.319.468.09.273.09.606v1.704q0 .498.114.818a.86.86 0 00.401.473q.285.158.78.158zm-3.495-4.943v-1.023h1.006v1.023zm5.557 3.239a.74.74 0 01-.54-.226.74.74 0 01-.227-.541q0-.315.226-.542a.74.74 0 01.541-.226q.315 0 .542.226.225.226.225.541 0 .21-.106.384a.8.8 0 01-.277.281.73.73 0 01-.384.102m3.305.001a.74.74 0 01-.541-.226.74.74 0 01-.226-.541q0-.315.226-.542.225-.226.541-.226.315 0 .541.226t.226.541q0 .21-.106.384a.8.8 0 01-.277.281.73.73 0 01-.384.102m3.305.001a.74.74 0 01-.541-.226.74.74 0 01-.226-.541q0-.315.226-.542.225-.226.54-.226t.542.226.226.541q0 .21-.107.384a.8.8 0 01-.277.281.73.73 0 01-.383.102m5.554-3.766v.528q-.71 0-.997.298-.28.3-.281.997v1.364q0 .588-.115 1.018a1.65 1.65 0 01-.366.712q-.256.282-.682.418t-1.053.136v-.835q.494 0 .776-.158a.84.84 0 00.4-.473q.12-.32.12-.818v-1.704q0-.333.085-.606.09-.272.324-.468.234-.197.664-.303.435-.107 1.125-.107M17.366 7q.627 0 1.053.136t.681.418.367.712q.115.43.115 1.018v1.364q0 .699.281.997.285.298.997.298v.529q-.69 0-1.125-.107-.43-.107-.664-.303a1 1 0 01-.324-.468 2 2 0 01-.085-.605V9.284q0-.498-.12-.818a.84.84 0 00-.4-.477q-.282-.154-.776-.154zm3.494 4.943v1.023h-1.005v-1.023z\"/>"
|
|
63
|
+
},
|
|
64
|
+
"input-password": {
|
|
65
|
+
"body": "<g fill=\"none\"><rect width=\"20\" height=\"12\" x=\"2\" y=\"6\" stroke=\"currentColor\" stroke-width=\"1.5\" rx=\"2\"/><path fill=\"currentColor\" d=\"m6.605 14.09.057-1.562-1.321.838L5 12.77l1.392-.724L5 11.32l.34-.597 1.322.838L6.605 10h.682l-.057 1.563 1.321-.839.341.597-1.392.725 1.392.724-.34.597-1.322-.839.057 1.563zm5 0 .057-1.562-1.321.838L10 12.77l1.392-.724L10 11.32l.34-.597 1.322.838L11.605 10h.682l-.057 1.563 1.321-.839.341.597-1.392.725 1.392.724-.34.597-1.322-.839.057 1.563zm5 0 .057-1.562-1.321.838L15 12.77l1.392-.724L15 11.32l.34-.597 1.322.838L16.605 10h.682l-.057 1.563 1.321-.839.341.597-1.392.725 1.392.724-.34.597-1.322-.839.057 1.563z\"/></g>"
|
|
66
|
+
},
|
|
67
|
+
"input-tel": {
|
|
68
|
+
"body": "<g fill=\"none\"><rect width=\"20\" height=\"12\" x=\"2\" y=\"6\" stroke=\"currentColor\" stroke-width=\"1.5\" rx=\"2\"/><path fill=\"currentColor\" d=\"M6.352 13.36v-2.343h.397v2.344zm-.973-.972v-.398h2.343v.398zm4.354-2.074q.224.002.447.085.225.084.409.277.185.192.296.524.112.332.112.833 0 .485-.092.86-.09.375-.263.633a1.16 1.16 0 01-.416.39 1.1 1.1 0 01-.55.134q-.306 0-.545-.121a1.1 1.1 0 01-.39-.34 1.2 1.2 0 01-.194-.505h.433q.059.25.233.414a.66.66 0 00.463.161q.42 0 .664-.368.245-.367.245-1.038h-.028q-.1.15-.237.257a1.04 1.04 0 01-.658.226q-.313 0-.574-.155a1.2 1.2 0 01-.415-.428 1.25 1.25 0 01-.155-.625q0-.333.15-.61.15-.279.422-.444.274-.165.643-.16m0 .39a.75.75 0 00-.403.112.8.8 0 00-.283.299.84.84 0 00-.103.413q0 .228.1.414.101.185.275.295.175.108.4.108a.76.76 0 00.568-.248.9.9 0 00.172-.265.81.81 0 00-.04-.71.8.8 0 00-.281-.302.73.73 0 00-.405-.116m3.24-.34V14h-.44v-3.175h-.021l-.888.59v-.448l.91-.603zm2.616 1.622v.391H14v-.39zM17.683 14l.596-3.636h.356L18.038 14zm-1.655-1.008.057-.356h2.713l-.057.356zM16.405 14 17 10.364h.355L16.76 14zm-.164-2.273.057-.355h2.713l-.057.355z\"/></g>"
|
|
69
|
+
},
|
|
70
|
+
"input-text": {
|
|
71
|
+
"body": "<g fill=\"none\"><rect width=\"20\" height=\"12\" x=\"2\" y=\"6\" stroke=\"currentColor\" stroke-width=\"1.5\" rx=\"2\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M4.5 8.5A.5.5 0 015 8h3a.5.5 0 010 1H7v6h1a.5.5 0 010 1H5a.5.5 0 010-1h1V9H5a.5.5 0 01-.5-.5\" clip-rule=\"evenodd\"/></g>"
|
|
72
|
+
},
|
|
73
|
+
"input-text-area": {
|
|
74
|
+
"body": "<g fill=\"none\"><rect width=\"20\" height=\"20\" x=\"2\" y=\"2\" stroke=\"currentColor\" stroke-width=\"1.5\" rx=\"2\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M5 5.95a.25.25 0 01.25-.25h1.5a.25.25 0 010 .5h-.505a.3.3 0 01.005.05v4.25h.5a.25.25 0 110 .5h-1.5a.25.25 0 110-.5h.5V6.25q0-.026.005-.05H5.25A.25.25 0 015 5.95\" clip-rule=\"evenodd\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M11.5 6.5h7m-7 3.5h7m-13 7h13m-13-3.5h13\"/></g>"
|
|
75
|
+
},
|
|
76
|
+
"input-textarea": {
|
|
77
|
+
"body": "<g fill=\"none\"><rect width=\"20\" height=\"20\" x=\"2\" y=\"2\" stroke=\"currentColor\" stroke-width=\"1.5\" rx=\"2\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M5 5.95a.25.25 0 01.25-.25h1.5a.25.25 0 010 .5h-.505a.3.3 0 01.005.05v4.25h.5a.25.25 0 110 .5h-1.5a.25.25 0 110-.5h.5V6.25q0-.026.005-.05H5.25A.25.25 0 015 5.95\" clip-rule=\"evenodd\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M11.5 6.5h7m-7 3.5h7m-13 7h13m-13-3.5h13\"/></g>"
|
|
78
|
+
},
|
|
79
|
+
"input-time": {
|
|
80
|
+
"body": "<g fill=\"none\"><rect width=\"20\" height=\"12\" x=\"2\" y=\"6\" stroke=\"currentColor\" stroke-width=\"1.5\" rx=\"2\"/><path fill=\"currentColor\" d=\"M15.6 12.4V9.6h1v2.386l1.307 1.307L17.2 14z\"/><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M20 12a4 4 0 11-8 0 4 4 0 018 0m-1 0a3 3 0 11-6 0 3 3 0 016 0\" clip-rule=\"evenodd\"/></g>"
|
|
81
|
+
},
|
|
82
|
+
"input-url": {
|
|
83
|
+
"body": "<g fill=\"none\"><rect width=\"20\" height=\"12\" x=\"2\" y=\"6\" stroke=\"currentColor\" stroke-width=\"1.5\" rx=\"2\"/><path fill=\"currentColor\" d=\"M5.42 12.166v1.64H5v-3.635h.42v1.335h.035a.77.77 0 01.287-.336q.194-.126.515-.126.28 0 .488.112.21.11.325.339.117.228.118.579v1.733h-.42v-1.705q0-.324-.168-.502-.167-.18-.464-.18a.8.8 0 00-.369.088.64.64 0 00-.256.253.8.8 0 00-.092.405M9.14 11.08v.355H7.727v-.356zm-1.001-.654h.419v2.6q0 .177.051.266.053.087.135.117a.5.5 0 00.176.028 1 1 0 00.114-.007l.07-.014.086.377a.9.9 0 01-.312.05.8.8 0 01-.349-.077.7.7 0 01-.28-.233.67.67 0 01-.11-.394zm2.818.654v.355H9.543v-.356zm-1.002-.654h.42v2.6q0 .177.05.266.054.087.136.117a.5.5 0 00.175.028 1 1 0 00.114-.007l.071-.014.085.377a.9.9 0 01-.312.05.8.8 0 01-.348-.077.7.7 0 01-.28-.233.67.67 0 01-.11-.394zm1.632 4.404v-3.75h.405v.433h.05q.045-.072.127-.181a.75.75 0 01.238-.2.86.86 0 01.423-.088q.345 0 .607.172.263.172.41.489.148.316.148.745 0 .435-.148.751-.147.316-.408.49a1.07 1.07 0 01-.602.173.9.9 0 01-.42-.087.8.8 0 01-.244-.201 3 3 0 01-.132-.188h-.035v1.441zm.412-2.387q0 .31.09.545t.265.368a.7.7 0 00.426.131.7.7 0 00.439-.138.85.85 0 00.266-.377q.09-.238.09-.529 0-.287-.088-.518a.8.8 0 00-.265-.368.7.7 0 00-.442-.136.7.7 0 00-.43.13.8.8 0 00-.262.358q-.09.228-.09.534m2.942 1.392a.3.3 0 01-.226-.094.3.3 0 01-.094-.225q0-.132.094-.226a.3.3 0 01.225-.094q.132 0 .226.094a.3.3 0 01.094.226.33.33 0 01-.16.277.3.3 0 01-.16.042m0-2.024a.3.3 0 01-.226-.094.3.3 0 01-.094-.226q0-.13.094-.225a.3.3 0 01.225-.094q.132 0 .226.094a.3.3 0 01.094.226.33.33 0 01-.16.277.3.3 0 01-.16.042M17.296 10l-1.172 4.354h-.383L16.913 10zm1.783 0-1.172 4.354h-.384L18.695 10z\"/></g>"
|
|
84
|
+
},
|
|
85
|
+
"item": {
|
|
86
|
+
"body": "<g fill=\"none\"><g fill=\"currentColor\" clip-path=\"url(#svgID0)\"><path fill-rule=\"evenodd\" d=\"M1.406 22.242C2.812 24 5.075 24 9.6 24h4.8c4.525 0 6.788 0 8.194-1.758C23.999 20.484 24 17.657 24 12c0-5.656 0-8.485-1.406-10.242C21.187.001 18.925 0 14.4 0H9.6C5.075 0 2.812 0 1.406 1.758.001 3.516 0 6.344 0 12s0 8.485 1.406 10.242\" clip-rule=\"evenodd\" opacity=\".1\"/><path d=\"M11.608 4.208 11.6 6.476c0 .878 0 1.653.084 2.278.091.678.3 1.356.854 1.908.552.553 1.23.763 1.908.854.624.084 1.4.084 2.278.084h3.242q.016.186.022.4H20c0-.214 0-.322-.008-.448a4.24 4.24 0 00-.766-2.113c-.076-.102-.127-.163-.228-.285-.635-.759-1.47-1.704-2.198-2.354-.648-.58-1.537-1.212-2.312-1.729-.666-.445-.998-.667-1.455-.832a5 5 0 00-.405-.123c-.307-.076-.606-.102-1.028-.112z\"/><path d=\"M4 13.33v-3.11c0-2.932 0-4.398.938-5.309C5.874 4 7.39 4 10.424 4c.473 0 .854 0 1.176.012l.008.195-.008 2.2v.143c0 .848.002 1.596.084 2.204.091.678.3 1.356.854 1.908.552.553 1.23.763 1.908.854.624.084 1.4.084 2.278.084h3.242q.016.186.022.4h.006c.006.286.006.612.006.99v.885l-.01.005a4 4 0 00-.213.117 2.54 2.54 0 01-2.744 0 1.9 1.9 0 00-2.058 0 2.54 2.54 0 01-2.744 0 1.9 1.9 0 00-2.057 0 2.54 2.54 0 01-2.744 0 1.9 1.9 0 00-2.058 0c-.11.07-.165.106-.205.126-.309.155-.813.022-1.167-.232z\" opacity=\".5\"/><path d=\"M10.4 20h3.2c3.017 0 4.526 0 5.463-.746.877-.7.933-1.797.937-3.905l-.01.004q-.108.045-.213.096c-.831.44-1.914.44-2.744 0a2.26 2.26 0 00-2.058 0c-.831.44-1.913.44-2.744 0a2.26 2.26 0 00-2.058 0c-.83.44-1.912.44-2.744 0a2.26 2.26 0 00-2.058 0 3 3 0 01-.204.103c-.309.127-.813.018-1.167-.19.004 2.1.062 3.194.937 3.892C5.874 20 7.384 20 10.4 20\"/></g><defs><clipPath id=\"svgID0\"><path fill=\"#fff\" d=\"M0 0h24v24H0z\"/></clipPath></defs></g>"
|
|
87
|
+
},
|
|
88
|
+
"list": {
|
|
89
|
+
"body": "<g fill=\"none\"><g fill=\"currentColor\" clip-path=\"url(#svgID0)\"><path fill-rule=\"evenodd\" d=\"M1.406 22.242C2.812 24 5.075 24 9.6 24h4.8c4.525 0 6.788 0 8.194-1.758C23.999 20.484 24 17.657 24 12c0-5.656 0-8.485-1.406-10.242C21.187.001 18.925 0 14.4 0H9.6C5.075 0 2.812 0 1.406 1.758.001 3.516 0 6.344 0 12s0 8.485 1.406 10.242\" clip-rule=\"evenodd\" opacity=\".1\"/><rect width=\"16\" height=\"4\" x=\"4\" y=\"5\" opacity=\".25\" rx=\"1\"/><rect width=\"16\" height=\"4\" x=\"4\" y=\"10\" opacity=\".5\" rx=\"1\"/><rect width=\"16\" height=\"4\" x=\"4\" y=\"15\" rx=\"1\"/></g><defs><clipPath id=\"svgID0\"><path fill=\"#fff\" d=\"M0 0h24v24H0z\"/></clipPath></defs></g>"
|
|
90
|
+
},
|
|
91
|
+
"list-items": {
|
|
92
|
+
"body": "<path fill=\"currentColor\" d=\"M2.91 7.5h18.18c.503 0 .91-.448.91-1v-3c0-.552-.407-1-.91-1H2.91c-.503 0-.91.448-.91 1v3c0 .552.407 1 .91 1m0 7h18.18c.503 0 .91-.448.91-1v-3c0-.552-.407-1-.91-1H2.91c-.503 0-.91.448-.91 1v3c0 .552.407 1 .91 1m0 7h18.18c.503 0 .91-.448.91-1v-3c0-.552-.407-1-.91-1H2.91c-.503 0-.91.448-.91 1v3c0 .552.407 1 .91 1\"/>"
|
|
93
|
+
},
|
|
94
|
+
"menu-sidebar": {
|
|
95
|
+
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path d=\"M2 11c0-3.771 0-5.657 1.172-6.828S6.229 3 10 3h4c3.771 0 5.657 0 6.828 1.172S22 7.229 22 11v2c0 3.771 0 5.657-1.172 6.828S17.771 21 14 21h-4c-3.771 0-5.657 0-6.828-1.172S2 16.771 2 13z\"/><path stroke-linecap=\"round\" d=\"M5.5 10h6m-5 4h4\"/><path stroke-linecap=\"round\" d=\"M15 21V3\" opacity=\".5\"/></g>"
|
|
96
|
+
},
|
|
97
|
+
"message": {
|
|
98
|
+
"body": "<g fill=\"none\"><g fill=\"currentColor\" clip-path=\"url(#svgID0)\"><path fill-rule=\"evenodd\" d=\"M1.406 22.242C2.812 24 5.075 24 9.6 24h4.8c4.525 0 6.788 0 8.194-1.758C23.999 20.484 24 17.657 24 12c0-5.656 0-8.485-1.406-10.242C21.187.001 18.925 0 14.4 0H9.6C5.075 0 2.812 0 1.406 1.758.001 3.516 0 6.344 0 12s0 8.485 1.406 10.242\" clip-rule=\"evenodd\" opacity=\".1\"/><path d=\"M3 10c0-3.771 0-5.657 1.172-6.828S7.229 2 11 2h2c3.771 0 5.657 0 6.828 1.172S21 6.229 21 10v4c0 3.771 0 5.657-1.172 6.828S16.771 22 13 22h-2c-3.771 0-5.657 0-6.828-1.172S3 17.771 3 14z\" opacity=\".5\"/><path fill-rule=\"evenodd\" d=\"M7.25 12a.75.75 0 01.75-.75h8a.75.75 0 110 1.5H8a.75.75 0 01-.75-.75m0-4A.75.75 0 018 7.25h8a.75.75 0 110 1.5H8A.75.75 0 017.25 8m0 8a.75.75 0 01.75-.75h5a.75.75 0 110 1.5H8a.75.75 0 01-.75-.75\" clip-rule=\"evenodd\"/></g><defs><clipPath id=\"svgID0\"><path fill=\"#fff\" d=\"M0 0h24v24H0z\"/></clipPath></defs></g>"
|
|
99
|
+
},
|
|
100
|
+
"multiselect": {
|
|
101
|
+
"body": "<g fill=\"none\"><g fill=\"currentColor\" clip-path=\"url(#svgID0)\"><path fill-rule=\"evenodd\" d=\"M1.406 22.242C2.812 24 5.075 24 9.6 24h4.8c4.525 0 6.788 0 8.194-1.758C23.999 20.484 24 17.657 24 12c0-5.656 0-8.485-1.406-10.242C21.187.001 18.925 0 14.4 0H9.6C5.075 0 2.812 0 1.406 1.758.001 3.516 0 6.344 0 12s0 8.485 1.406 10.242\" clip-rule=\"evenodd\" opacity=\".1\"/><path d=\"M4 9h16v9a1 1 0 01-1 1H5a1 1 0 01-1-1z\" opacity=\".2\"/><path d=\"M4 6a1 1 0 011-1h14a1 1 0 011 1v2H4z\" opacity=\".4\"/><path d=\"M4 8h16v1H4z\"/><path d=\"M6 11.5a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5zm0 4a.5.5 0 01.5-.5h11a.5.5 0 01.5.5v1a.5.5 0 01-.5.5h-11a.5.5 0 01-.5-.5z\" opacity=\".4\"/></g><defs><clipPath id=\"svgID0\"><path fill=\"#fff\" d=\"M0 0h24v24H0z\"/></clipPath></defs></g>"
|
|
102
|
+
},
|
|
103
|
+
"palette": {
|
|
104
|
+
"body": "<g fill=\"none\"><g fill=\"currentColor\" clip-path=\"url(#svgID0)\"><path fill-rule=\"evenodd\" d=\"M1.406 22.242C2.812 24 5.075 24 9.6 24h4.8c4.525 0 6.788 0 8.194-1.758C23.999 20.484 24 17.657 24 12c0-5.656 0-8.485-1.406-10.242C21.187.001 18.925 0 14.4 0H9.6C5.075 0 2.812 0 1.406 1.758.001 3.516 0 6.344 0 12s0 8.485 1.406 10.242\" clip-rule=\"evenodd\" opacity=\".1\"/><path d=\"M8.6 17.6a.6.6 0 01-.6.6H6.4a.6.6 0 110-1.2H8a.6.6 0 01.6.6\"/><path d=\"M10.4 16.8V7.2c0-1.12 0-1.68-.218-2.108a2 2 0 00-.874-.874C8.88 4 8.32 4 7.2 4s-1.68 0-2.108.218a2 2 0 00-.874.874C4 5.52 4 6.08 4 7.2v9.6c0 1.12 0 1.68.218 2.108a2 2 0 00.874.874C5.52 20 6.08 20 7.2 20s1.68 0 2.108-.218a2 2 0 00.874-.874c.218-.428.218-.988.218-2.108\" opacity=\".4\"/><path d=\"M10.4 8.994V16.8c0 .735 0 1.229-.062 1.602l2.64-2.639 4.67-4.872c.779-.802 1.168-1.204 1.309-1.664a2 2 0 00-.009-1.202c-.148-.459-.548-.859-1.348-1.658-.72-.709-1.082-1.064-1.504-1.211a2 2 0 00-1.082-.068c-.438.094-.84.402-1.643 1.016l-.57.49zM8.802 19.938H8.8v.003z\" opacity=\".7\"/><path d=\"M15.051 13.6h1.669c1.12 0 1.68 0 2.108.218a2 2 0 01.874.874c.218.428.218.988.218 2.108s0 1.68-.218 2.108a2 2 0 01-.874.874C18.4 20 17.84 20 16.72 20H7.2c.734 0 1.227 0 1.6-.062v.003l.002-.003a1.7 1.7 0 00.506-.156 2 2 0 00.874-.874 1.7 1.7 0 00.156-.506l2.64-2.639z\"/></g><defs><clipPath id=\"svgID0\"><path fill=\"#fff\" d=\"M0 0h24v24H0z\"/></clipPath></defs></g>"
|
|
105
|
+
},
|
|
106
|
+
"pill": {
|
|
107
|
+
"body": "<g fill=\"none\"><g fill=\"currentColor\" clip-path=\"url(#svgID0)\"><path fill-rule=\"evenodd\" d=\"M1.406 22.242C2.812 24 5.075 24 9.6 24h4.8c4.525 0 6.788 0 8.194-1.758C23.999 20.484 24 17.657 24 12c0-5.656 0-8.485-1.406-10.242C21.187.001 18.925 0 14.4 0H9.6C5.075 0 2.812 0 1.406 1.758.001 3.516 0 6.344 0 12s0 8.485 1.406 10.242\" clip-rule=\"evenodd\" opacity=\".1\"/><path d=\"M5.589 5.588a5.424 5.424 0 000 7.67l2.046 2.046.395-.075.012-.003.06-.014q.082-.02.25-.073c.226-.072.557-.194.966-.391.817-.393 1.946-1.088 3.143-2.287 1.198-1.198 1.893-2.327 2.288-3.144.197-.408.319-.74.39-.966q.05-.153.088-.31l.002-.011.076-.396-2.045-2.045a5.423 5.423 0 00-7.67 0m10.716 3.045-.026.082a9 9 0 01-.453 1.12c-.447.928-1.217 2.17-2.519 3.471-1.301 1.302-2.543 2.073-3.47 2.52q-.584.283-1.203.478l2.068 2.067a5.422 5.422 0 107.67-7.67z\"/></g><defs><clipPath id=\"svgID0\"><path fill=\"#fff\" d=\"M0 0h24v24H0z\"/></clipPath></defs></g>"
|
|
108
|
+
},
|
|
109
|
+
"progress": {
|
|
110
|
+
"body": "<g fill=\"none\"><g fill=\"currentColor\" clip-path=\"url(#svgID0)\"><path fill-rule=\"evenodd\" d=\"M1.406 22.242C2.812 24 5.075 24 9.6 24h4.8c4.525 0 6.788 0 8.194-1.758C23.999 20.484 24 17.657 24 12c0-5.656 0-8.485-1.406-10.242C21.187.001 18.925 0 14.4 0H9.6C5.075 0 2.812 0 1.406 1.758.001 3.516 0 6.344 0 12s0 8.485 1.406 10.242\" clip-rule=\"evenodd\" opacity=\".1\"/><path d=\"M15 8h4a1 1 0 011 1v6a1 1 0 01-1 1h-4z\" opacity=\".5\"/><path d=\"M4 9a1 1 0 011-1h10v8H5a1 1 0 01-1-1z\"/></g><defs><clipPath id=\"svgID0\"><path fill=\"#fff\" d=\"M0 0h24v24H0z\"/></clipPath></defs></g>"
|
|
111
|
+
},
|
|
112
|
+
"radio": {
|
|
113
|
+
"body": "<g fill=\"none\"><g fill=\"currentColor\" clip-path=\"url(#svgID0)\"><path fill-rule=\"evenodd\" d=\"M1.406 22.242C2.812 24 5.075 24 9.6 24h4.8c4.525 0 6.788 0 8.194-1.758C23.999 20.484 24 17.657 24 12c0-5.656 0-8.485-1.406-10.242C21.187.001 18.925 0 14.4 0H9.6C5.075 0 2.812 0 1.406 1.758.001 3.516 0 6.344 0 12s0 8.485 1.406 10.242\" clip-rule=\"evenodd\" opacity=\".1\"/><path d=\"M12 19a7 7 0 100-14 7 7 0 000 14\" opacity=\".4\"/><path d=\"M12 15a3 3 0 100-6 3 3 0 000 6\"/></g><defs><clipPath id=\"svgID0\"><path fill=\"#fff\" d=\"M0 0h24v24H0z\"/></clipPath></defs></g>"
|
|
114
|
+
},
|
|
115
|
+
"radio-group": {
|
|
116
|
+
"body": "<g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" d=\"M10.5 5.5h11m-11 3h11m-11 7h11m-11 3h11\"/><path fill=\"currentColor\" d=\"M5 4.375a2.625 2.625 0 100 5.25 2.625 2.625 0 000-5.25M2 7a3 3 0 116 0 3 3 0 01-6 0m3 11.875a1.875 1.875 0 100-3.75 1.875 1.875 0 000 3.75M5 14a3 3 0 100 6 3 3 0 000-6m-2.625 3a2.625 2.625 0 115.25 0 2.625 2.625 0 01-5.25 0\"/></g>"
|
|
117
|
+
},
|
|
118
|
+
"range": {
|
|
119
|
+
"body": "<g fill=\"none\"><g fill=\"currentColor\" clip-path=\"url(#svgID0)\"><path fill-rule=\"evenodd\" d=\"M1.406 22.242C2.812 24 5.075 24 9.6 24h4.8c4.525 0 6.788 0 8.194-1.758C23.999 20.484 24 17.657 24 12c0-5.656 0-8.485-1.406-10.242C21.187.001 18.925 0 14.4 0H9.6C5.075 0 2.812 0 1.406 1.758.001 3.516 0 6.344 0 12s0 8.485 1.406 10.242\" clip-rule=\"evenodd\" opacity=\".1\"/><rect width=\"18\" height=\"4\" x=\"3\" y=\"10\" opacity=\".5\" rx=\"1\"/><rect width=\"1\" height=\"6\" x=\"5\" y=\"9\" rx=\".5\"/><rect width=\"1\" height=\"6\" x=\"15\" y=\"9\" rx=\".5\"/><path d=\"M6 10h9v4H6z\" opacity=\".5\"/></g><defs><clipPath id=\"svgID0\"><path fill=\"#fff\" d=\"M0 0h24v24H0z\"/></clipPath></defs></g>"
|
|
120
|
+
},
|
|
121
|
+
"rating": {
|
|
122
|
+
"body": "<g fill=\"none\"><g fill=\"currentColor\" clip-path=\"url(#svgID0)\"><path fill-rule=\"evenodd\" d=\"M1.406 22.242C2.812 24 5.075 24 9.6 24h4.8c4.525 0 6.788 0 8.194-1.758C23.999 20.484 24 17.657 24 12c0-5.656 0-8.485-1.406-10.242C21.187.001 18.925 0 14.4 0H9.6C5.075 0 2.812 0 1.406 1.758.001 3.516 0 6.344 0 12s0 8.485 1.406 10.242\" clip-rule=\"evenodd\" opacity=\".1\"/><path d=\"M10.007 7.386C10.894 5.796 11.337 5 12 5s1.106.795 1.993 2.386l.23.411c.251.452.377.678.573.827.197.15.442.205.93.316l.446.1c1.722.39 2.583.585 2.788 1.243.205.66-.382 1.345-1.556 2.718l-.304.355c-.333.39-.5.585-.575.826-.075.242-.05.502 0 1.022l.046.474c.178 1.831.267 2.747-.27 3.154-.536.407-1.342.036-2.954-.706l-.417-.192c-.458-.211-.687-.317-.93-.317s-.472.106-.93.317l-.417.192c-1.612.742-2.418 1.113-2.954.706-.537-.407-.448-1.323-.27-3.154l.045-.474c.05-.52.076-.78.001-1.022-.075-.24-.242-.436-.575-.826l-.304-.355c-1.174-1.373-1.76-2.059-1.556-2.718.205-.658 1.066-.853 2.788-1.243l.445-.1c.49-.111.734-.166.93-.316.197-.149.323-.375.575-.827z\"/></g><defs><clipPath id=\"svgID0\"><path fill=\"#fff\" d=\"M0 0h24v24H0z\"/></clipPath></defs></g>"
|
|
123
|
+
},
|
|
124
|
+
"select": {
|
|
125
|
+
"body": "<g fill=\"none\"><g clip-path=\"url(#svgID0)\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M1.406 22.242C2.812 24 5.075 24 9.6 24h4.8c4.525 0 6.788 0 8.194-1.758C23.999 20.484 24 17.657 24 12c0-5.656 0-8.485-1.406-10.242C21.187.001 18.925 0 14.4 0H9.6C5.075 0 2.812 0 1.406 1.758.001 3.516 0 6.344 0 12s0 8.485 1.406 10.242\" clip-rule=\"evenodd\" opacity=\".1\"/><path fill=\"currentColor\" fill-opacity=\".4\" d=\"M17.5 5h-11a1.5 1.5 0 100 3h11a1.5 1.5 0 000-3\"/><g filter=\"url(#svgID1)\"><path fill=\"currentColor\" fill-opacity=\".4\" d=\"M17 9H7a2 2 0 00-2 2v6a2 2 0 002 2h10a2 2 0 002-2v-6a2 2 0 00-2-2\"/></g><path fill=\"currentColor\" d=\"M5 11h14v2H5z\"/></g><defs><clipPath id=\"svgID0\"><path fill=\"#fff\" d=\"M0 0h24v24H0z\"/></clipPath><filter id=\"svgID1\" width=\"20\" height=\"16\" x=\"2\" y=\"7\" color-interpolation-filters=\"sRGB\" filterUnits=\"userSpaceOnUse\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feColorMatrix in=\"SourceAlpha\" result=\"hardAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\"/><feOffset dy=\"1\"/><feGaussianBlur stdDeviation=\"1\"/><feColorMatrix values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0\"/><feBlend in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_2119_2006\"/><feColorMatrix in=\"SourceAlpha\" result=\"hardAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\"/><feOffset dy=\"1\"/><feGaussianBlur stdDeviation=\"1.5\"/><feColorMatrix values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0\"/><feBlend in2=\"effect1_dropShadow_2119_2006\" result=\"effect2_dropShadow_2119_2006\"/><feBlend in=\"SourceGraphic\" in2=\"effect2_dropShadow_2119_2006\" result=\"shape\"/></filter></defs></g>"
|
|
126
|
+
},
|
|
127
|
+
"settings": {
|
|
128
|
+
"body": "<g fill=\"none\"><g fill=\"currentColor\" clip-path=\"url(#svgID0)\"><path fill-rule=\"evenodd\" d=\"M1.406 22.242C2.812 24 5.075 24 9.6 24h4.8c4.525 0 6.788 0 8.194-1.758C23.999 20.484 24 17.657 24 12c0-5.656 0-8.485-1.406-10.242C21.187.001 18.925 0 14.4 0H9.6C5.075 0 2.812 0 1.406 1.758.001 3.516 0 6.344 0 12s0 8.485 1.406 10.242\" clip-rule=\"evenodd\" opacity=\".1\"/><path fill-rule=\"evenodd\" d=\"M13.424 4.122C13.128 4 12.752 4 12 4c-.75 0-1.126 0-1.423.122a1.6 1.6 0 00-.872.866c-.075.178-.104.387-.116.69a1.3 1.3 0 01-.637 1.083 1.31 1.31 0 01-1.263.006c-.27-.142-.466-.22-.66-.246a1.62 1.62 0 00-1.192.317c-.254.193-.442.516-.818 1.162s-.563.968-.605 1.284c-.056.42.06.846.32 1.183.118.154.285.283.544.444.381.238.626.643.626 1.089s-.245.851-.625 1.088c-.26.162-.427.291-.546.445a1.6 1.6 0 00-.32 1.183c.043.315.23.638.606 1.284s.564.968.818 1.162c.34.259.768.372 1.192.317.194-.025.39-.104.66-.246a1.31 1.31 0 011.264.006c.389.224.62.636.636 1.083.012.304.04.512.116.69.163.392.477.704.872.866C10.873 20 11.25 20 12 20c.752 0 1.127 0 1.424-.122a1.6 1.6 0 00.872-.866c.075-.178.104-.386.116-.69a1.29 1.29 0 01.636-1.083 1.31 1.31 0 011.263-.006c.27.142.467.22.66.246.424.056.853-.058 1.192-.317.255-.193.443-.516.818-1.162.376-.646.563-.968.606-1.284a1.6 1.6 0 00-.32-1.183c-.119-.154-.286-.283-.544-.444A1.29 1.29 0 0118.096 12c0-.446.245-.851.626-1.088.26-.162.426-.291.545-.445a1.6 1.6 0 00.32-1.183c-.043-.315-.23-.638-.606-1.284s-.563-.968-.818-1.162a1.62 1.62 0 00-1.192-.317c-.193.025-.39.104-.66.246a1.31 1.31 0 01-1.264-.006 1.3 1.3 0 01-.636-1.083c-.011-.304-.04-.512-.115-.69a1.6 1.6 0 00-.872-.866\" clip-rule=\"evenodd\" opacity=\".5\"/><path d=\"M14.419 12A2.41 2.41 0 0112 14.4 2.41 2.41 0 019.582 12c0-1.326 1.082-2.4 2.418-2.4a2.41 2.41 0 012.42 2.4\"/></g><defs><clipPath id=\"svgID0\"><path fill=\"#fff\" d=\"M0 0h24v24H0z\"/></clipPath></defs></g>"
|
|
129
|
+
},
|
|
130
|
+
"split-view": {
|
|
131
|
+
"body": "<path fill=\"currentColor\" d=\"M6.286 2A4.286 4.286 0 002 6.286v11.428A4.286 4.286 0 006.286 22h11.428A4.285 4.285 0 0022 17.714V6.286A4.285 4.285 0 0017.714 2zm1.428 1.429V20.57H6.286a2.857 2.857 0 01-2.857-2.857V6.286a2.857 2.857 0 012.857-2.857zM9.143 20.57v-4.285H20.57v1.428a2.857 2.857 0 01-2.857 2.857zm11.428-5.714H9.143V3.43h8.571a2.857 2.857 0 012.857 2.857z\"/>"
|
|
132
|
+
},
|
|
133
|
+
"stepper": {
|
|
134
|
+
"body": "<g fill=\"none\"><g fill=\"currentColor\" clip-path=\"url(#svgID0)\"><path fill-rule=\"evenodd\" d=\"M1.406 22.242C2.812 24 5.075 24 9.6 24h4.8c4.525 0 6.788 0 8.194-1.758C23.999 20.484 24 17.657 24 12c0-5.656 0-8.485-1.406-10.242C21.187.001 18.925 0 14.4 0H9.6C5.075 0 2.812 0 1.406 1.758.001 3.516 0 6.344 0 12s0 8.485 1.406 10.242\" clip-rule=\"evenodd\" opacity=\".1\"/><rect width=\"3\" height=\"3\" x=\"5\" y=\"15\" rx=\"1.5\"/><rect width=\"3\" height=\"3\" x=\"9\" y=\"15\" opacity=\".5\" rx=\"1.5\"/><rect width=\"3\" height=\"3\" x=\"13\" y=\"15\" opacity=\".25\" rx=\"1.5\"/><path fill-rule=\"evenodd\" d=\"M14.488 7.244a.245.245 0 00-.488 0v6.512a.244.244 0 10.488 0z\" clip-rule=\"evenodd\" opacity=\".5\"/><path d=\"m16.786 7.935-.134-.053a2.83 2.83 0 00-1.603-.147l-.56.112v3.255l.56-.112a2.83 2.83 0 011.603.147c.551.22 1.158.262 1.734.118l.033-.008a.293.293 0 00.18-.435l-.508-.847c-.111-.185-.167-.278-.18-.378a.5.5 0 010-.127c.013-.1.069-.194.18-.379l.416-.693a.237.237 0 00-.261-.353 2.38 2.38 0 01-1.46-.1\"/></g><defs><clipPath id=\"svgID0\"><path fill=\"#fff\" d=\"M0 0h24v24H0z\"/></clipPath></defs></g>"
|
|
135
|
+
},
|
|
136
|
+
"switch": {
|
|
137
|
+
"body": "<g fill=\"none\"><g fill=\"currentColor\" clip-path=\"url(#svgID0)\"><path fill-rule=\"evenodd\" d=\"M1.406 22.242C2.812 24 5.075 24 9.6 24h4.8c4.525 0 6.788 0 8.194-1.758C23.999 20.484 24 17.657 24 12c0-5.656 0-8.485-1.406-10.242C21.187.001 18.925 0 14.4 0H9.6C5.075 0 2.812 0 1.406 1.758.001 3.516 0 6.344 0 12s0 8.485 1.406 10.242\" clip-rule=\"evenodd\" opacity=\".1\"/><path fill-opacity=\".4\" d=\"M15 7H9a5 5 0 000 10h6a5 5 0 000-10\"/><path d=\"M19 12a4 4 0 10-8 0 4 4 0 008 0\"/></g><defs><clipPath id=\"svgID0\"><path fill=\"#fff\" d=\"M0 0h24v24H0z\"/></clipPath></defs></g>"
|
|
138
|
+
},
|
|
139
|
+
"switch-button": {
|
|
140
|
+
"body": "<g fill=\"currentColor\"><path d=\"M4 7.5a3 3 0 013-3v-1a4 4 0 00-4 4zm3 3a3 3 0 01-3-3H3a4 4 0 004 4zm10 0H7v1h10zm3-3a3 3 0 01-3 3v1a4 4 0 004-4zm-3-3a3 3 0 013 3h1a4 4 0 00-4-4zm-10 0h10v-1H7zm-3 12a3 3 0 013-3v-1a4 4 0 00-4 4zm3 3a3 3 0 01-3-3H3a4 4 0 004 4zm10 0H7v1h10zm3-3a3 3 0 01-3 3v1a4 4 0 004-4zm-3-3a3 3 0 013 3h1a4 4 0 00-4-4zm-10 0h10v-1H7z\"/><path fill-rule=\"evenodd\" d=\"M17 9.5a2 2 0 100-4 2 2 0 000 4m-10 9a2 2 0 100-4 2 2 0 000 4\" clip-rule=\"evenodd\"/></g>"
|
|
141
|
+
},
|
|
142
|
+
"table": {
|
|
143
|
+
"body": "<g fill=\"none\"><g fill=\"currentColor\" clip-path=\"url(#svgID0)\"><path fill-rule=\"evenodd\" d=\"M1.406 22.242C2.812 24 5.075 24 9.6 24h4.8c4.525 0 6.788 0 8.194-1.758C23.999 20.484 24 17.657 24 12c0-5.656 0-8.485-1.406-10.242C21.187.001 18.925 0 14.4 0H9.6C5.075 0 2.812 0 1.406 1.758.001 3.516 0 6.344 0 12s0 8.485 1.406 10.242\" clip-rule=\"evenodd\" opacity=\".1\"/><path d=\"M9 17.5H5a1 1 0 01-1-1v-2h5zm11-1a1 1 0 01-1 1h-9v-3h10z\" opacity=\".25\"/><path d=\"M9 13.5H4v-3h5zm11 0H10v-3h10z\" opacity=\".5\"/><path d=\"M9 9.5H4v-2a1 1 0 011-1h4zm10-3a1 1 0 011 1v2H10v-3z\"/></g><defs><clipPath id=\"svgID0\"><path fill=\"#fff\" d=\"M0 0h24v24H0z\"/></clipPath></defs></g>"
|
|
144
|
+
},
|
|
145
|
+
"tabs": {
|
|
146
|
+
"body": "<g fill=\"none\"><g fill=\"currentColor\" clip-path=\"url(#svgID0)\"><path fill-rule=\"evenodd\" d=\"M1.406 22.242C2.812 24 5.075 24 9.6 24h4.8c4.525 0 6.788 0 8.194-1.758C23.999 20.484 24 17.657 24 12c0-5.656 0-8.485-1.406-10.242C21.187.001 18.925 0 14.4 0H9.6C5.075 0 2.812 0 1.406 1.758.001 3.516 0 6.344 0 12s0 8.485 1.406 10.242\" clip-rule=\"evenodd\" opacity=\".1\"/><path d=\"M11 5.5a.5.5 0 01.5-.5h4a.5.5 0 01.5.5V8h-5z\" opacity=\".5\"/><path d=\"M5 5.5a.5.5 0 01.5-.5h4a.5.5 0 01.5.5V8H5zM5 8h14.5a.5.5 0 010 1h-14a.5.5 0 01-.5-.5z\"/><path d=\"M5 10h15v8a1 1 0 01-1 1H6a1 1 0 01-1-1z\" opacity=\".5\"/></g><defs><clipPath id=\"svgID0\"><path fill=\"#fff\" d=\"M0 0h24v24H0z\"/></clipPath></defs></g>"
|
|
147
|
+
},
|
|
148
|
+
"tree": {
|
|
149
|
+
"body": "<g fill=\"none\"><g fill=\"currentColor\" clip-path=\"url(#svgID0)\"><path fill-rule=\"evenodd\" d=\"M1.406 22.242C2.812 24 5.075 24 9.6 24h4.8c4.525 0 6.788 0 8.194-1.758C23.999 20.484 24 17.657 24 12c0-5.656 0-8.485-1.406-10.242C21.187.001 18.925 0 14.4 0H9.6C5.075 0 2.812 0 1.406 1.758.001 3.516 0 6.344 0 12s0 8.485 1.406 10.242\" clip-rule=\"evenodd\" opacity=\".1\"/><rect width=\"8\" height=\"3\" x=\"8\" y=\"4\" fill-opacity=\".5\" rx=\"1\"/><rect width=\"8\" height=\"3\" x=\"12\" y=\"10\" rx=\"1\"/><rect width=\"7\" height=\"3\" x=\"12\" y=\"16\" fill-opacity=\".5\" rx=\"1\"/><g opacity=\".5\"><rect width=\"1\" height=\"10\" x=\"5\" y=\"8\" rx=\".5\"/><rect width=\"2\" height=\"1\" x=\"5\" y=\"11\" rx=\".5\"/><rect width=\"2\" height=\"1\" x=\"5\" y=\"17\" rx=\".5\"/></g><rect width=\"3\" height=\"3\" x=\"4\" y=\"4\" fill-opacity=\".5\" rx=\"1\"/><rect width=\"3\" height=\"3\" x=\"8\" y=\"10\" rx=\"1\"/><rect width=\"3\" height=\"3\" x=\"8\" y=\"16\" fill-opacity=\".5\" rx=\"1\"/></g><defs><clipPath id=\"svgID0\"><path fill=\"#fff\" d=\"M0 0h24v24H0z\"/></clipPath></defs></g>"
|
|
150
|
+
}
|
|
151
|
+
},
|
|
152
|
+
"lastModified": 1772509584,
|
|
153
|
+
"width": 24,
|
|
154
|
+
"height": 24
|
|
155
|
+
}
|