@rokkit/icons 1.0.0-next.100
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/LICENCE.md +22 -0
- package/README.md +1 -0
- 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 +25 -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 +25 -0
- package/lib/auth.json +47 -0
- package/lib/base/chars.json +1 -0
- package/lib/base/icons.json +209 -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 +25 -0
- package/lib/base.json +209 -0
- package/lib/components/chars.json +1 -0
- package/lib/components/icons.json +92 -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 +25 -0
- package/lib/components.json +92 -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 +25 -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 +25 -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 +25 -0
- package/lib/twotone.json +20 -0
- package/package.json +45 -0
- package/src/convert.js +96 -0
- package/src/index.js +8 -0
|
@@ -0,0 +1,209 @@
|
|
|
1
|
+
{
|
|
2
|
+
"prefix": "base",
|
|
3
|
+
"icons": {
|
|
4
|
+
"accordion-closed": {
|
|
5
|
+
"body": "<path fill=\"currentColor\" d=\"M16.5 12 9 19.5l-1.05-1.05L14.4 12 7.95 5.55 9 4.5z\"/>"
|
|
6
|
+
},
|
|
7
|
+
"accordion-opened": {
|
|
8
|
+
"body": "<path fill=\"currentColor\" d=\"M12 16.5 4.5 9l1.05-1.05L12 14.4l6.45-6.45L19.5 9z\"/>"
|
|
9
|
+
},
|
|
10
|
+
"action-add": {
|
|
11
|
+
"body": "<g fill=\"currentColor\"><path d=\"M12 2a10 10 0 100 20 10 10 0 000-20m0 18a8 8 0 110-16.001A8 8 0 0112 20\"/><path d=\"M15 11h-2V9a1 1 0 00-2 0v2H9a1 1 0 000 2h2v2a1 1 0 002 0v-2h2a1 1 0 000-2\"/></g>"
|
|
12
|
+
},
|
|
13
|
+
"action-clear": {
|
|
14
|
+
"body": "<path fill=\"currentColor\" d=\"M6 19a2 2 0 002 2h8a2 2 0 002-2V7H6zM8 9h8v10H8zm7.5-5-1-1h-5l-1 1H5v2h14V4z\"/>"
|
|
15
|
+
},
|
|
16
|
+
"action-close": {
|
|
17
|
+
"body": "<g fill=\"currentColor\"><path d=\"M12 1.5C6.15 1.5 1.5 6.15 1.5 12S6.15 22.5 12 22.5 22.5 17.85 22.5 12 17.85 1.5 12 1.5M12 21c-4.95 0-9-4.05-9-9s4.05-9 9-9 9 4.05 9 9-4.05 9-9 9\"/><path d=\"M16.05 17.25 12 13.2l-4.05 4.05-1.2-1.2L10.8 12 6.75 7.95l1.2-1.2L12 10.8l4.05-4.05 1.2 1.2L13.2 12l4.05 4.05z\"/></g>"
|
|
18
|
+
},
|
|
19
|
+
"action-cross": {
|
|
20
|
+
"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\"/>"
|
|
21
|
+
},
|
|
22
|
+
"action-remove": {
|
|
23
|
+
"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>"
|
|
24
|
+
},
|
|
25
|
+
"action-search": {
|
|
26
|
+
"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\"/>"
|
|
27
|
+
},
|
|
28
|
+
"action-sort-down": {
|
|
29
|
+
"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\"/>"
|
|
30
|
+
},
|
|
31
|
+
"action-sort-up": {
|
|
32
|
+
"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\"/>"
|
|
33
|
+
},
|
|
34
|
+
"arrow-down": {
|
|
35
|
+
"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\"/>"
|
|
36
|
+
},
|
|
37
|
+
"arrow-left": {
|
|
38
|
+
"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\"/>"
|
|
39
|
+
},
|
|
40
|
+
"arrow-right": {
|
|
41
|
+
"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\"/>"
|
|
42
|
+
},
|
|
43
|
+
"arrow-up": {
|
|
44
|
+
"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\"/>"
|
|
45
|
+
},
|
|
46
|
+
"badge-fail": {
|
|
47
|
+
"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>"
|
|
48
|
+
},
|
|
49
|
+
"badge-pass": {
|
|
50
|
+
"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>"
|
|
51
|
+
},
|
|
52
|
+
"badge-unknown": {
|
|
53
|
+
"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>"
|
|
54
|
+
},
|
|
55
|
+
"badge-warn": {
|
|
56
|
+
"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>"
|
|
57
|
+
},
|
|
58
|
+
"checkbox-checked": {
|
|
59
|
+
"body": "<path fill=\"currentColor\" d=\"M6.25 3A3.25 3.25 0 003 6.25v11.5A3.25 3.25 0 006.25 21h11.5A3.25 3.25 0 0021 17.75V6.25A3.25 3.25 0 0017.75 3zM4.5 6.25c0-.966.784-1.75 1.75-1.75h11.5c.966 0 1.75.784 1.75 1.75v11.5a1.75 1.75 0 01-1.75 1.75H6.25a1.75 1.75 0 01-1.75-1.75zm12.78 3.03a.75.75 0 10-1.06-1.06l-6.223 6.216L7.78 12.22a.75.75 0 00-1.06 1.06l2.745 2.746a.75.75 0 001.06 0l6.754-6.745z\"/>"
|
|
60
|
+
},
|
|
61
|
+
"checkbox-unchecked": {
|
|
62
|
+
"body": "<path fill=\"currentColor\" d=\"M3 6.25A3.25 3.25 0 016.25 3h11.5A3.25 3.25 0 0121 6.25v11.5A3.25 3.25 0 0117.75 21H6.25A3.25 3.25 0 013 17.75zM6.25 4.5A1.75 1.75 0 004.5 6.25v11.5c0 .966.784 1.75 1.75 1.75h11.5a1.75 1.75 0 001.75-1.75V6.25a1.75 1.75 0 00-1.75-1.75z\"/>"
|
|
63
|
+
},
|
|
64
|
+
"checkbox-undefined": {
|
|
65
|
+
"body": "<path fill=\"currentColor\" d=\"M6.25 3A3.25 3.25 0 003 6.25v11.5A3.25 3.25 0 006.25 21h11.5A3.25 3.25 0 0021 17.75V6.25A3.25 3.25 0 0017.75 3zM4.5 6.25c0-.966.784-1.75 1.75-1.75h11.5c.966 0 1.75.784 1.75 1.75v11.5a1.75 1.75 0 01-1.75 1.75H6.25a1.75 1.75 0 01-1.75-1.75zM7.25 6C6.56 6 6 6.56 6 7.25v9.5c0 .69.56 1.25 1.25 1.25h9.5c.69 0 1.25-.56 1.25-1.25v-9.5C18 6.56 17.44 6 16.75 6z\"/>"
|
|
66
|
+
},
|
|
67
|
+
"checkbox-unknown": {
|
|
68
|
+
"body": "<path fill=\"currentColor\" d=\"M6.25 3A3.25 3.25 0 003 6.25v11.5A3.25 3.25 0 006.25 21h11.5A3.25 3.25 0 0021 17.75V6.25A3.25 3.25 0 0017.75 3zM4.5 6.25c0-.966.784-1.75 1.75-1.75h11.5c.966 0 1.75.784 1.75 1.75v11.5a1.75 1.75 0 01-1.75 1.75H6.25a1.75 1.75 0 01-1.75-1.75zM7.25 6C6.56 6 6 6.56 6 7.25v9.5c0 .69.56 1.25 1.25 1.25h9.5c.69 0 1.25-.56 1.25-1.25v-9.5C18 6.56 17.44 6 16.75 6z\"/>"
|
|
69
|
+
},
|
|
70
|
+
"folder-closed": {
|
|
71
|
+
"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\"/>"
|
|
72
|
+
},
|
|
73
|
+
"folder-opened": {
|
|
74
|
+
"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\"/>"
|
|
75
|
+
},
|
|
76
|
+
"format-center": {
|
|
77
|
+
"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\"/>"
|
|
78
|
+
},
|
|
79
|
+
"format-justify": {
|
|
80
|
+
"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\"/>"
|
|
81
|
+
},
|
|
82
|
+
"format-left": {
|
|
83
|
+
"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\"/>"
|
|
84
|
+
},
|
|
85
|
+
"format-right": {
|
|
86
|
+
"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\"/>"
|
|
87
|
+
},
|
|
88
|
+
"heart-filled": {
|
|
89
|
+
"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\"/>"
|
|
90
|
+
},
|
|
91
|
+
"heart-outlined": {
|
|
92
|
+
"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\"/>"
|
|
93
|
+
},
|
|
94
|
+
"logout": {
|
|
95
|
+
"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>"
|
|
96
|
+
},
|
|
97
|
+
"menu": {
|
|
98
|
+
"body": "<path fill=\"currentColor\" d=\"M3 4.5h18V6H3zM3 18h18v1.5H3zm0-9h18v1.5H3zm0 4.5h18V15H3z\"/>"
|
|
99
|
+
},
|
|
100
|
+
"minus": {
|
|
101
|
+
"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>"
|
|
102
|
+
},
|
|
103
|
+
"mode-dark": {
|
|
104
|
+
"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\"/>"
|
|
105
|
+
},
|
|
106
|
+
"mode-light": {
|
|
107
|
+
"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>"
|
|
108
|
+
},
|
|
109
|
+
"navigate-down": {
|
|
110
|
+
"body": "<path fill=\"currentColor\" d=\"M12 16.5 4.5 9l1.05-1.05L12 14.4l6.45-6.45L19.5 9z\"/>"
|
|
111
|
+
},
|
|
112
|
+
"navigate-left": {
|
|
113
|
+
"body": "<path fill=\"currentColor\" d=\"M7.5 12 15 4.5l1.05 1.05L9.6 12l6.45 6.45L15 19.5z\"/>"
|
|
114
|
+
},
|
|
115
|
+
"navigate-right": {
|
|
116
|
+
"body": "<path fill=\"currentColor\" d=\"M16.5 12 9 19.5l-1.05-1.05L14.4 12 7.95 5.55 9 4.5z\"/>"
|
|
117
|
+
},
|
|
118
|
+
"navigate-up": {
|
|
119
|
+
"body": "<path fill=\"currentColor\" d=\"m12 7.5 7.5 7.5-1.05 1.05L12 9.6l-6.45 6.45L4.5 15z\"/>"
|
|
120
|
+
},
|
|
121
|
+
"node-closed": {
|
|
122
|
+
"body": "<path fill=\"currentColor\" d=\"M16.5 12 9 19.5l-1.05-1.05L14.4 12 7.95 5.55 9 4.5z\"/>"
|
|
123
|
+
},
|
|
124
|
+
"node-opened": {
|
|
125
|
+
"body": "<path fill=\"currentColor\" d=\"M12 16.5 4.5 9l1.05-1.05L12 14.4l6.45-6.45L19.5 9z\"/>"
|
|
126
|
+
},
|
|
127
|
+
"palette": {
|
|
128
|
+
"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\"/>"
|
|
129
|
+
},
|
|
130
|
+
"plus": {
|
|
131
|
+
"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>"
|
|
132
|
+
},
|
|
133
|
+
"properties": {
|
|
134
|
+
"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>"
|
|
135
|
+
},
|
|
136
|
+
"radio-group": {
|
|
137
|
+
"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>"
|
|
138
|
+
},
|
|
139
|
+
"radio-off": {
|
|
140
|
+
"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\"/>"
|
|
141
|
+
},
|
|
142
|
+
"radio-on": {
|
|
143
|
+
"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\"/>"
|
|
144
|
+
},
|
|
145
|
+
"rating-empty": {
|
|
146
|
+
"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\"/>"
|
|
147
|
+
},
|
|
148
|
+
"rating-filled": {
|
|
149
|
+
"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\"/>"
|
|
150
|
+
},
|
|
151
|
+
"rating-half": {
|
|
152
|
+
"body": "<path fill=\"currentColor\" d=\"M8.588 8.415.96 9.525l5.52 5.377L5.175 22.5 12 18.915V1.5z\"/>"
|
|
153
|
+
},
|
|
154
|
+
"selector": {
|
|
155
|
+
"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\"/>"
|
|
156
|
+
},
|
|
157
|
+
"selector-closed": {
|
|
158
|
+
"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\"/>"
|
|
159
|
+
},
|
|
160
|
+
"selector-opened": {
|
|
161
|
+
"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\"/>"
|
|
162
|
+
},
|
|
163
|
+
"sort-ascending": {
|
|
164
|
+
"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>"
|
|
165
|
+
},
|
|
166
|
+
"sort-descending": {
|
|
167
|
+
"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>"
|
|
168
|
+
},
|
|
169
|
+
"sort-unsorted": {
|
|
170
|
+
"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>"
|
|
171
|
+
},
|
|
172
|
+
"state-error": {
|
|
173
|
+
"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\"/>"
|
|
174
|
+
},
|
|
175
|
+
"state-info": {
|
|
176
|
+
"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\"/>"
|
|
177
|
+
},
|
|
178
|
+
"state-success": {
|
|
179
|
+
"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>"
|
|
180
|
+
},
|
|
181
|
+
"state-unknown": {
|
|
182
|
+
"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\"/>"
|
|
183
|
+
},
|
|
184
|
+
"state-warning": {
|
|
185
|
+
"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\"/>"
|
|
186
|
+
},
|
|
187
|
+
"swatch": {
|
|
188
|
+
"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\"/>"
|
|
189
|
+
},
|
|
190
|
+
"themes": {
|
|
191
|
+
"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\"/>"
|
|
192
|
+
},
|
|
193
|
+
"validity-failed": {
|
|
194
|
+
"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\"/>"
|
|
195
|
+
},
|
|
196
|
+
"validity-passed": {
|
|
197
|
+
"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\"/>"
|
|
198
|
+
},
|
|
199
|
+
"validity-unknown": {
|
|
200
|
+
"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\"/>"
|
|
201
|
+
},
|
|
202
|
+
"validity-warning": {
|
|
203
|
+
"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\"/>"
|
|
204
|
+
}
|
|
205
|
+
},
|
|
206
|
+
"lastModified": 1717410887,
|
|
207
|
+
"width": 24,
|
|
208
|
+
"height": 24
|
|
209
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { IconifyJSON, IconifyInfo, IconifyMetaData, IconifyChars } from '@iconify/types'
|
|
2
|
+
|
|
3
|
+
export { IconifyJSON, IconifyInfo, IconifyMetaData, IconifyChars }
|
|
4
|
+
|
|
5
|
+
export declare const icons: IconifyJSON
|
|
6
|
+
export declare const info: IconifyInfo
|
|
7
|
+
export declare const metadata: IconifyMetaData
|
|
8
|
+
export declare const chars: IconifyChars
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@rokkit/base",
|
|
3
|
+
"description": "base icon set in Iconify JSON format",
|
|
4
|
+
"version": "1.0.0",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"module": "index.mjs",
|
|
7
|
+
"types": "index.d.ts",
|
|
8
|
+
"bugs": "https://github.com/jerrythomas/rokkit/issues",
|
|
9
|
+
"homepage": "https://github.com/jerrythomas/rokkit",
|
|
10
|
+
"exports": {
|
|
11
|
+
"./*": "./*",
|
|
12
|
+
".": {
|
|
13
|
+
"types": "./index.d.ts",
|
|
14
|
+
"require": "./index.js",
|
|
15
|
+
"import": "./index.mjs"
|
|
16
|
+
},
|
|
17
|
+
"./icons.json": "./icons.json"
|
|
18
|
+
},
|
|
19
|
+
"iconSet": {
|
|
20
|
+
"icons": "icons.json"
|
|
21
|
+
},
|
|
22
|
+
"dependencies": {
|
|
23
|
+
"@iconify/types": "^2.0.0"
|
|
24
|
+
}
|
|
25
|
+
}
|
package/lib/base.json
ADDED
|
@@ -0,0 +1,209 @@
|
|
|
1
|
+
{
|
|
2
|
+
"prefix": "base",
|
|
3
|
+
"lastModified": 1717410887,
|
|
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": "<g fill=\"currentColor\"><path d=\"M12 2a10 10 0 100 20 10 10 0 000-20m0 18a8 8 0 110-16.001A8 8 0 0112 20\"/><path d=\"M15 11h-2V9a1 1 0 00-2 0v2H9a1 1 0 000 2h2v2a1 1 0 002 0v-2h2a1 1 0 000-2\"/></g>"
|
|
13
|
+
},
|
|
14
|
+
"action-clear": {
|
|
15
|
+
"body": "<path fill=\"currentColor\" d=\"M6 19a2 2 0 002 2h8a2 2 0 002-2V7H6zM8 9h8v10H8zm7.5-5-1-1h-5l-1 1H5v2h14V4z\"/>"
|
|
16
|
+
},
|
|
17
|
+
"action-close": {
|
|
18
|
+
"body": "<g fill=\"currentColor\"><path d=\"M12 1.5C6.15 1.5 1.5 6.15 1.5 12S6.15 22.5 12 22.5 22.5 17.85 22.5 12 17.85 1.5 12 1.5M12 21c-4.95 0-9-4.05-9-9s4.05-9 9-9 9 4.05 9 9-4.05 9-9 9\"/><path d=\"M16.05 17.25 12 13.2l-4.05 4.05-1.2-1.2L10.8 12 6.75 7.95l1.2-1.2L12 10.8l4.05-4.05 1.2 1.2L13.2 12l4.05 4.05z\"/></g>"
|
|
19
|
+
},
|
|
20
|
+
"action-cross": {
|
|
21
|
+
"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\"/>"
|
|
22
|
+
},
|
|
23
|
+
"action-remove": {
|
|
24
|
+
"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>"
|
|
25
|
+
},
|
|
26
|
+
"action-search": {
|
|
27
|
+
"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\"/>"
|
|
28
|
+
},
|
|
29
|
+
"action-sort-down": {
|
|
30
|
+
"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\"/>"
|
|
31
|
+
},
|
|
32
|
+
"action-sort-up": {
|
|
33
|
+
"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\"/>"
|
|
34
|
+
},
|
|
35
|
+
"arrow-down": {
|
|
36
|
+
"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\"/>"
|
|
37
|
+
},
|
|
38
|
+
"arrow-left": {
|
|
39
|
+
"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\"/>"
|
|
40
|
+
},
|
|
41
|
+
"arrow-right": {
|
|
42
|
+
"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\"/>"
|
|
43
|
+
},
|
|
44
|
+
"arrow-up": {
|
|
45
|
+
"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\"/>"
|
|
46
|
+
},
|
|
47
|
+
"badge-fail": {
|
|
48
|
+
"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>"
|
|
49
|
+
},
|
|
50
|
+
"badge-pass": {
|
|
51
|
+
"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>"
|
|
52
|
+
},
|
|
53
|
+
"badge-unknown": {
|
|
54
|
+
"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>"
|
|
55
|
+
},
|
|
56
|
+
"badge-warn": {
|
|
57
|
+
"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>"
|
|
58
|
+
},
|
|
59
|
+
"checkbox-checked": {
|
|
60
|
+
"body": "<path fill=\"currentColor\" d=\"M6.25 3A3.25 3.25 0 003 6.25v11.5A3.25 3.25 0 006.25 21h11.5A3.25 3.25 0 0021 17.75V6.25A3.25 3.25 0 0017.75 3zM4.5 6.25c0-.966.784-1.75 1.75-1.75h11.5c.966 0 1.75.784 1.75 1.75v11.5a1.75 1.75 0 01-1.75 1.75H6.25a1.75 1.75 0 01-1.75-1.75zm12.78 3.03a.75.75 0 10-1.06-1.06l-6.223 6.216L7.78 12.22a.75.75 0 00-1.06 1.06l2.745 2.746a.75.75 0 001.06 0l6.754-6.745z\"/>"
|
|
61
|
+
},
|
|
62
|
+
"checkbox-unchecked": {
|
|
63
|
+
"body": "<path fill=\"currentColor\" d=\"M3 6.25A3.25 3.25 0 016.25 3h11.5A3.25 3.25 0 0121 6.25v11.5A3.25 3.25 0 0117.75 21H6.25A3.25 3.25 0 013 17.75zM6.25 4.5A1.75 1.75 0 004.5 6.25v11.5c0 .966.784 1.75 1.75 1.75h11.5a1.75 1.75 0 001.75-1.75V6.25a1.75 1.75 0 00-1.75-1.75z\"/>"
|
|
64
|
+
},
|
|
65
|
+
"checkbox-undefined": {
|
|
66
|
+
"body": "<path fill=\"currentColor\" d=\"M6.25 3A3.25 3.25 0 003 6.25v11.5A3.25 3.25 0 006.25 21h11.5A3.25 3.25 0 0021 17.75V6.25A3.25 3.25 0 0017.75 3zM4.5 6.25c0-.966.784-1.75 1.75-1.75h11.5c.966 0 1.75.784 1.75 1.75v11.5a1.75 1.75 0 01-1.75 1.75H6.25a1.75 1.75 0 01-1.75-1.75zM7.25 6C6.56 6 6 6.56 6 7.25v9.5c0 .69.56 1.25 1.25 1.25h9.5c.69 0 1.25-.56 1.25-1.25v-9.5C18 6.56 17.44 6 16.75 6z\"/>"
|
|
67
|
+
},
|
|
68
|
+
"checkbox-unknown": {
|
|
69
|
+
"body": "<path fill=\"currentColor\" d=\"M6.25 3A3.25 3.25 0 003 6.25v11.5A3.25 3.25 0 006.25 21h11.5A3.25 3.25 0 0021 17.75V6.25A3.25 3.25 0 0017.75 3zM4.5 6.25c0-.966.784-1.75 1.75-1.75h11.5c.966 0 1.75.784 1.75 1.75v11.5a1.75 1.75 0 01-1.75 1.75H6.25a1.75 1.75 0 01-1.75-1.75zM7.25 6C6.56 6 6 6.56 6 7.25v9.5c0 .69.56 1.25 1.25 1.25h9.5c.69 0 1.25-.56 1.25-1.25v-9.5C18 6.56 17.44 6 16.75 6z\"/>"
|
|
70
|
+
},
|
|
71
|
+
"folder-closed": {
|
|
72
|
+
"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\"/>"
|
|
73
|
+
},
|
|
74
|
+
"folder-opened": {
|
|
75
|
+
"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\"/>"
|
|
76
|
+
},
|
|
77
|
+
"format-center": {
|
|
78
|
+
"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\"/>"
|
|
79
|
+
},
|
|
80
|
+
"format-justify": {
|
|
81
|
+
"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\"/>"
|
|
82
|
+
},
|
|
83
|
+
"format-left": {
|
|
84
|
+
"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\"/>"
|
|
85
|
+
},
|
|
86
|
+
"format-right": {
|
|
87
|
+
"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\"/>"
|
|
88
|
+
},
|
|
89
|
+
"heart-filled": {
|
|
90
|
+
"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\"/>"
|
|
91
|
+
},
|
|
92
|
+
"heart-outlined": {
|
|
93
|
+
"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\"/>"
|
|
94
|
+
},
|
|
95
|
+
"logout": {
|
|
96
|
+
"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>"
|
|
97
|
+
},
|
|
98
|
+
"menu": {
|
|
99
|
+
"body": "<path fill=\"currentColor\" d=\"M3 4.5h18V6H3zM3 18h18v1.5H3zm0-9h18v1.5H3zm0 4.5h18V15H3z\"/>"
|
|
100
|
+
},
|
|
101
|
+
"minus": {
|
|
102
|
+
"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>"
|
|
103
|
+
},
|
|
104
|
+
"mode-dark": {
|
|
105
|
+
"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\"/>"
|
|
106
|
+
},
|
|
107
|
+
"mode-light": {
|
|
108
|
+
"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>"
|
|
109
|
+
},
|
|
110
|
+
"navigate-down": {
|
|
111
|
+
"body": "<path fill=\"currentColor\" d=\"M12 16.5 4.5 9l1.05-1.05L12 14.4l6.45-6.45L19.5 9z\"/>"
|
|
112
|
+
},
|
|
113
|
+
"navigate-left": {
|
|
114
|
+
"body": "<path fill=\"currentColor\" d=\"M7.5 12 15 4.5l1.05 1.05L9.6 12l6.45 6.45L15 19.5z\"/>"
|
|
115
|
+
},
|
|
116
|
+
"navigate-right": {
|
|
117
|
+
"body": "<path fill=\"currentColor\" d=\"M16.5 12 9 19.5l-1.05-1.05L14.4 12 7.95 5.55 9 4.5z\"/>"
|
|
118
|
+
},
|
|
119
|
+
"navigate-up": {
|
|
120
|
+
"body": "<path fill=\"currentColor\" d=\"m12 7.5 7.5 7.5-1.05 1.05L12 9.6l-6.45 6.45L4.5 15z\"/>"
|
|
121
|
+
},
|
|
122
|
+
"node-closed": {
|
|
123
|
+
"body": "<path fill=\"currentColor\" d=\"M16.5 12 9 19.5l-1.05-1.05L14.4 12 7.95 5.55 9 4.5z\"/>"
|
|
124
|
+
},
|
|
125
|
+
"node-opened": {
|
|
126
|
+
"body": "<path fill=\"currentColor\" d=\"M12 16.5 4.5 9l1.05-1.05L12 14.4l6.45-6.45L19.5 9z\"/>"
|
|
127
|
+
},
|
|
128
|
+
"palette": {
|
|
129
|
+
"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\"/>"
|
|
130
|
+
},
|
|
131
|
+
"plus": {
|
|
132
|
+
"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>"
|
|
133
|
+
},
|
|
134
|
+
"properties": {
|
|
135
|
+
"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>"
|
|
136
|
+
},
|
|
137
|
+
"radio-group": {
|
|
138
|
+
"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>"
|
|
139
|
+
},
|
|
140
|
+
"radio-off": {
|
|
141
|
+
"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\"/>"
|
|
142
|
+
},
|
|
143
|
+
"radio-on": {
|
|
144
|
+
"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\"/>"
|
|
145
|
+
},
|
|
146
|
+
"rating-empty": {
|
|
147
|
+
"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\"/>"
|
|
148
|
+
},
|
|
149
|
+
"rating-filled": {
|
|
150
|
+
"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\"/>"
|
|
151
|
+
},
|
|
152
|
+
"rating-half": {
|
|
153
|
+
"body": "<path fill=\"currentColor\" d=\"M8.588 8.415.96 9.525l5.52 5.377L5.175 22.5 12 18.915V1.5z\"/>"
|
|
154
|
+
},
|
|
155
|
+
"selector": {
|
|
156
|
+
"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\"/>"
|
|
157
|
+
},
|
|
158
|
+
"selector-closed": {
|
|
159
|
+
"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\"/>"
|
|
160
|
+
},
|
|
161
|
+
"selector-opened": {
|
|
162
|
+
"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\"/>"
|
|
163
|
+
},
|
|
164
|
+
"sort-ascending": {
|
|
165
|
+
"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>"
|
|
166
|
+
},
|
|
167
|
+
"sort-descending": {
|
|
168
|
+
"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>"
|
|
169
|
+
},
|
|
170
|
+
"sort-unsorted": {
|
|
171
|
+
"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>"
|
|
172
|
+
},
|
|
173
|
+
"state-error": {
|
|
174
|
+
"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\"/>"
|
|
175
|
+
},
|
|
176
|
+
"state-info": {
|
|
177
|
+
"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\"/>"
|
|
178
|
+
},
|
|
179
|
+
"state-success": {
|
|
180
|
+
"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>"
|
|
181
|
+
},
|
|
182
|
+
"state-unknown": {
|
|
183
|
+
"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\"/>"
|
|
184
|
+
},
|
|
185
|
+
"state-warning": {
|
|
186
|
+
"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\"/>"
|
|
187
|
+
},
|
|
188
|
+
"swatch": {
|
|
189
|
+
"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\"/>"
|
|
190
|
+
},
|
|
191
|
+
"themes": {
|
|
192
|
+
"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\"/>"
|
|
193
|
+
},
|
|
194
|
+
"validity-failed": {
|
|
195
|
+
"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\"/>"
|
|
196
|
+
},
|
|
197
|
+
"validity-passed": {
|
|
198
|
+
"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\"/>"
|
|
199
|
+
},
|
|
200
|
+
"validity-unknown": {
|
|
201
|
+
"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\"/>"
|
|
202
|
+
},
|
|
203
|
+
"validity-warning": {
|
|
204
|
+
"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\"/>"
|
|
205
|
+
}
|
|
206
|
+
},
|
|
207
|
+
"width": 24,
|
|
208
|
+
"height": 24
|
|
209
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|