@rokkit/icons 1.0.0-next.14 → 1.0.0-next.140

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.
Files changed (68) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +104 -1
  3. package/lib/app/chars.json +1 -0
  4. package/lib/app/icons.json +116 -0
  5. package/lib/app/index.d.ts +8 -0
  6. package/lib/app/index.js +9 -0
  7. package/lib/app/index.mjs +6 -0
  8. package/lib/app/info.json +1 -0
  9. package/lib/app/metadata.json +1 -0
  10. package/lib/app/package.json +24 -0
  11. package/lib/app.json +116 -0
  12. package/lib/auth/chars.json +1 -0
  13. package/lib/auth/icons.json +377 -0
  14. package/lib/auth/index.d.ts +8 -0
  15. package/lib/auth/index.js +9 -0
  16. package/lib/auth/index.mjs +6 -0
  17. package/lib/auth/info.json +1 -0
  18. package/lib/auth/metadata.json +1 -0
  19. package/lib/auth/package.json +24 -0
  20. package/lib/auth.json +377 -0
  21. package/lib/base/chars.json +1 -0
  22. package/lib/base/icons.json +290 -0
  23. package/lib/base/index.d.ts +8 -0
  24. package/lib/base/index.js +9 -0
  25. package/lib/base/index.mjs +6 -0
  26. package/lib/base/info.json +1 -0
  27. package/lib/base/metadata.json +1 -0
  28. package/lib/base/package.json +24 -0
  29. package/lib/base.json +290 -0
  30. package/lib/components/chars.json +1 -0
  31. package/lib/components/icons.json +155 -0
  32. package/lib/components/index.d.ts +8 -0
  33. package/lib/components/index.js +9 -0
  34. package/lib/components/index.mjs +6 -0
  35. package/lib/components/info.json +1 -0
  36. package/lib/components/metadata.json +1 -0
  37. package/lib/components/package.json +24 -0
  38. package/lib/components.json +155 -0
  39. package/lib/light/chars.json +1 -0
  40. package/lib/light/icons.json +23 -0
  41. package/lib/light/index.d.ts +8 -0
  42. package/lib/light/index.js +9 -0
  43. package/lib/light/index.mjs +6 -0
  44. package/lib/light/info.json +1 -0
  45. package/lib/light/metadata.json +1 -0
  46. package/lib/light/package.json +24 -0
  47. package/lib/light.json +23 -0
  48. package/lib/solid/chars.json +1 -0
  49. package/lib/solid/icons.json +44 -0
  50. package/lib/solid/index.d.ts +8 -0
  51. package/lib/solid/index.js +9 -0
  52. package/lib/solid/index.mjs +6 -0
  53. package/lib/solid/info.json +1 -0
  54. package/lib/solid/metadata.json +1 -0
  55. package/lib/solid/package.json +24 -0
  56. package/lib/solid.json +44 -0
  57. package/lib/twotone/chars.json +1 -0
  58. package/lib/twotone/icons.json +20 -0
  59. package/lib/twotone/index.d.ts +8 -0
  60. package/lib/twotone/index.js +9 -0
  61. package/lib/twotone/index.mjs +6 -0
  62. package/lib/twotone/info.json +1 -0
  63. package/lib/twotone/metadata.json +1 -0
  64. package/lib/twotone/package.json +24 -0
  65. package/lib/twotone.json +20 -0
  66. package/package.json +37 -27
  67. package/src/convert.js +0 -59
  68. package/src/index.js +0 -6
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2025 Jerry Thomas
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -1 +1,104 @@
1
- # Icons
1
+ # @rokkit/icons
2
+
3
+ Minimal icon set for Rokkit applications, bundled as Iconify JSON.
4
+
5
+ ## Install
6
+
7
+ ```bash
8
+ bun add @rokkit/icons
9
+ # or
10
+ npm install @rokkit/icons
11
+ ```
12
+
13
+ No runtime dependencies.
14
+
15
+ ## Overview
16
+
17
+ `@rokkit/icons` ships a curated set of SVG icons as Iconify-compatible JSON bundles. Each bundle is available as a named subpath export.
18
+
19
+ | Subpath | Collection | Description |
20
+ | ------------------------------- | ------------------- | ------------------------------------------- |
21
+ | `@rokkit/icons` (default) | `rokkit-ui` | Base UI icons — navigation, actions, states |
22
+ | `@rokkit/icons/ui.json` | `rokkit-ui` | Same as default |
23
+ | `@rokkit/icons/light.json` | `rokkit-light` | Outlined lightweight icons |
24
+ | `@rokkit/icons/solid.json` | `rokkit-solid` | Solid filled icons |
25
+ | `@rokkit/icons/twotone.json` | `rokkit-twotone` | Two-tone icons |
26
+ | `@rokkit/icons/components.json` | `rokkit-components` | Component-specific icons |
27
+ | `@rokkit/icons/auth.json` | `rokkit-auth` | Authentication icons (login, logout, user) |
28
+ | `@rokkit/icons/app.json` | `rokkit-app` | Application icons |
29
+
30
+ ## Usage
31
+
32
+ ### With `@rokkit/unocss` (recommended)
33
+
34
+ Icons are available automatically when using `presetRokkit()`. Reference them as UnoCSS utility classes:
35
+
36
+ ```html
37
+ <span class="i-rokkit-ui:menu"></span>
38
+ <span class="i-rokkit-solid:check"></span>
39
+ <span class="i-rokkit-light:close"></span>
40
+ <span class="i-rokkit-auth:login"></span>
41
+ ```
42
+
43
+ ### With UnoCSS directly
44
+
45
+ ```ts
46
+ // uno.config.ts
47
+ import { defineConfig, presetIcons } from 'unocss'
48
+ import uiIcons from '@rokkit/icons/ui.json'
49
+ import solidIcons from '@rokkit/icons/solid.json'
50
+
51
+ export default defineConfig({
52
+ presets: [
53
+ presetIcons({
54
+ collections: {
55
+ 'rokkit-ui': () => uiIcons,
56
+ 'rokkit-solid': () => solidIcons
57
+ }
58
+ })
59
+ ]
60
+ })
61
+ ```
62
+
63
+ ### With Iconify runtime
64
+
65
+ ```js
66
+ import { addCollection } from '@iconify/svelte'
67
+ import uiIcons from '@rokkit/icons/ui.json'
68
+ import authIcons from '@rokkit/icons/auth.json'
69
+
70
+ addCollection(uiIcons)
71
+ addCollection(authIcons)
72
+ ```
73
+
74
+ ```svelte
75
+ <script>
76
+ import { Icon } from '@iconify/svelte'
77
+ </script>
78
+
79
+ <Icon icon="rokkit-ui:menu" />
80
+ <Icon icon="rokkit-auth:login" />
81
+ ```
82
+
83
+ ### Direct import (framework-agnostic)
84
+
85
+ Each bundle is a standard Iconify JSON file. Import and use it with any Iconify-compatible tooling:
86
+
87
+ ```js
88
+ import icons from '@rokkit/icons/solid.json'
89
+
90
+ // icons.prefix → "rokkit-solid"
91
+ // icons.icons → { "check": { body: "..." }, ... }
92
+ ```
93
+
94
+ ## Building Custom Icon Sets
95
+
96
+ Use `@rokkit/cli` to bundle your own SVG folders into Iconify JSON in the same format:
97
+
98
+ ```bash
99
+ bunx @rokkit/cli bundle -i ./my-icons -o ./lib
100
+ ```
101
+
102
+ ---
103
+
104
+ Part of [Rokkit](https://github.com/jerrythomas/rokkit) — a Svelte 5 component library and design system.
@@ -0,0 +1 @@
1
+ {}
@@ -0,0 +1,116 @@
1
+ {
2
+ "prefix": "app",
3
+ "icons": {
4
+ "alert-bell": {
5
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path d=\"M18.75 9.71v-.705C18.75 5.136 15.726 2 12 2S5.25 5.136 5.25 9.005v.705a4.4 4.4 0 01-.692 2.375L3.45 13.81c-1.011 1.575-.239 3.716 1.52 4.214a25.8 25.8 0 0014.06 0c1.759-.498 2.531-2.639 1.52-4.213l-1.108-1.725a4.4 4.4 0 01-.693-2.375Z\"/><path stroke-linecap=\"round\" d=\"M7.5 19c.655 1.748 2.422 3 4.5 3s3.845-1.252 4.5-3\" opacity=\".5\"/></g>"
6
+ },
7
+ "alert-bing": {
8
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path d=\"M18.75 9.71v-.705C18.75 5.136 15.726 2 12 2S5.25 5.136 5.25 9.005v.705a4.4 4.4 0 01-.692 2.375L3.45 13.81c-1.011 1.575-.239 3.716 1.52 4.214a25.8 25.8 0 0014.06 0c1.759-.498 2.531-2.639 1.52-4.213l-1.108-1.725a4.4 4.4 0 01-.693-2.375Z\"/><path stroke-linecap=\"round\" d=\"M7.5 19c.655 1.748 2.422 3 4.5 3s3.845-1.252 4.5-3M12 6v4\" opacity=\".5\"/></g>"
9
+ },
10
+ "alert-clear": {
11
+ "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>"
12
+ },
13
+ "alert-snooze": {
14
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path d=\"M18.75 9.71v-.705C18.75 5.136 15.726 2 12 2S5.25 5.136 5.25 9.005v.705a4.4 4.4 0 01-.692 2.375L3.45 13.81c-1.011 1.575-.239 3.716 1.52 4.214a25.8 25.8 0 0014.06 0c1.759-.498 2.531-2.639 1.52-4.213l-1.108-1.725a4.4 4.4 0 01-.693-2.375Z\"/><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M10 9h4l-4 4h4\" opacity=\".5\"/><path stroke-linecap=\"round\" d=\"M7.5 19c.655 1.748 2.422 3 4.5 3s3.845-1.252 4.5-3\" opacity=\".5\"/></g>"
15
+ },
16
+ "alert-unread": {
17
+ "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>"
18
+ },
19
+ "align-horizontal-center": {
20
+ "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>"
21
+ },
22
+ "align-horizontal-left": {
23
+ "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>"
24
+ },
25
+ "align-horizontal-right": {
26
+ "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>"
27
+ },
28
+ "align-vertical-bottom": {
29
+ "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>"
30
+ },
31
+ "align-vertical-middle": {
32
+ "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>"
33
+ },
34
+ "align-vertical-top": {
35
+ "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>"
36
+ },
37
+ "calendar": {
38
+ "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>"
39
+ },
40
+ "calendar-mark": {
41
+ "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>"
42
+ },
43
+ "calendar-minimal": {
44
+ "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>"
45
+ },
46
+ "chart": {
47
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path stroke-linecap=\"round\" d=\"M22 22H2\"/><path d=\"M21 22v-7.5a1.5 1.5 0 00-1.5-1.5h-3a1.5 1.5 0 00-1.5 1.5V22\" opacity=\".5\"/><path d=\"M15 22V5c0-1.414 0-2.121-.44-2.56C14.122 2 13.415 2 12 2s-2.121 0-2.56.44C9 2.878 9 3.585 9 5v17\"/><path d=\"M9 22V9.5A1.5 1.5 0 007.5 8h-3A1.5 1.5 0 003 9.5V22\" opacity=\".5\"/></g>"
48
+ },
49
+ "chart-down": {
50
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"1.5\"><path d=\"M22 22H12c-4.714 0-7.071 0-8.536-1.465C2 19.072 2 16.714 2 12V2\" opacity=\".5\"/><path d=\"m19 15-3.118-3.926c-.477-.602-.716-.903-.99-1.05a1.5 1.5 0 00-1.357-.029c-.28.135-.531.425-1.035 1.005s-.755.87-1.035 1.005a1.5 1.5 0 01-1.356-.03c-.274-.146-.513-.447-.99-1.048L6 7\"/></g>"
51
+ },
52
+ "chart-up": {
53
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"1.5\"><path d=\"M22 22H12c-4.714 0-7.071 0-8.536-1.465C2 19.072 2 16.714 2 12V2\" opacity=\".5\"/><path d=\"m19 7-3.118 3.926c-.477.602-.716.903-.99 1.05a1.5 1.5 0 01-1.357.029c-.28-.135-.531-.425-1.035-1.005s-.755-.87-1.035-1.005a1.5 1.5 0 00-1.356.03c-.274.146-.513.447-.99 1.048L6 15\"/></g>"
54
+ },
55
+ "code-hidden": {
56
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"1.5\"><path d=\"m17 7.83 1.697 1.526c1.542 1.39 2.313 2.083 2.313 2.974 0 .89-.771 1.585-2.314 2.973L17 16.83\" opacity=\".2\"/><path stroke-dasharray=\"3 3\" d=\"m13.987 5-3.974 14.83\"/><path d=\"M7 7.83 5.304 9.356C3.76 10.746 2.99 11.44 2.99 12.33s.771 1.585 2.314 2.973L7 16.83\" opacity=\".2\"/></g>"
57
+ },
58
+ "code-visible": {
59
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"1.5\"><path d=\"m17 7.83 1.697 1.526c1.542 1.39 2.313 2.083 2.313 2.974 0 .89-.771 1.585-2.314 2.973L17 16.83\"/><path d=\"m13.987 5-3.974 14.83\" opacity=\".5\"/><path d=\"M7 7.83 5.304 9.356C3.76 10.746 2.99 11.44 2.99 12.33s.771 1.585 2.314 2.973L7 16.83\"/></g>"
60
+ },
61
+ "download": {
62
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"><path d=\"M3 15c0 2.828 0 4.243.879 5.121C4.757 21 6.172 21 9 21h6c2.828 0 4.243 0 5.121-.879C21 19.243 21 17.828 21 15\" opacity=\".5\"/><path d=\"M12 3v13m0 0 4-4.375M12 16l-4-4.375\"/></g>"
63
+ },
64
+ "export": {
65
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"1.5\"><path d=\"M4 12a8 8 0 1016 0\" opacity=\".5\"/><path stroke-linejoin=\"round\" d=\"M12 14V4m0 0 3 3m-3-3L9 7\"/></g>"
66
+ },
67
+ "history": {
68
+ "body": "<g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 8v4l2.5 2.5\" opacity=\".5\"/><path fill=\"currentColor\" d=\"m5.604 5.604-.53-.53zM4.338 6.871l-.75.003a.75.75 0 00.746.747zm2.542.762a.75.75 0 00.007-1.5zM5.075 4.321a.75.75 0 00-1.5.008zm-1.248 6.464a.75.75 0 10-1.486-.204zm15.035-5.647c-3.82-3.82-9.993-3.859-13.788-.064l1.06 1.06c3.2-3.199 8.423-3.18 11.668.065zM5.138 18.862c3.82 3.82 9.993 3.86 13.788.064l-1.06-1.06c-3.2 3.199-8.423 3.18-11.667-.064zm13.788.064c3.795-3.795 3.757-9.968-.064-13.788l-1.06 1.06c3.244 3.245 3.263 8.468.064 11.668zM5.074 5.074 3.808 6.34l1.06 1.06 1.267-1.265zm-.74 2.547 2.546.012.007-1.5-2.545-.012zm.754-.754L5.075 4.32l-1.5.008.013 2.545zM2.34 10.58a9.81 9.81 0 002.797 8.281l1.06-1.06a8.31 8.31 0 01-2.371-7.017z\"/></g>"
69
+ },
70
+ "import": {
71
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"1.5\"><path d=\"M4 12a8 8 0 1016 0\" opacity=\".5\"/><path stroke-linejoin=\"round\" d=\"M12 4v10m0 0 3-3m-3 3-3-3\"/></g>"
72
+ },
73
+ "list": {
74
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"1.5\"><path d=\"M4 17h7m-7-5h7M4 7h7\" opacity=\".5\"/><path stroke-linejoin=\"round\" d=\"M17 4v16m0-16-3 4m3-4 3 4m-3 12 3-4m-3 4-3-4\"/></g>"
75
+ },
76
+ "login": {
77
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"1.5\"><path stroke-linejoin=\"round\" d=\"M2.001 11.999h14m0 0-3.5-3m3.5 3-3.5 3\"/><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\" opacity=\".5\"/></g>"
78
+ },
79
+ "logout": {
80
+ "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\" opacity=\".5\"/><path stroke-linejoin=\"round\" d=\"M15 12H2m0 0 3.5-3M2 12l3.5 3\"/></g>"
81
+ },
82
+ "password": {
83
+ "body": "<g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"1.5\" d=\"M3.172 18.828C4.343 20 6.229 20 10 20h5c3.114-.01 4.765-.108 5.828-1.172C22 17.657 22 15.771 22 12s0-5.657-1.172-6.828C19.765 4.108 18.114 4.01 15 4h-5C6.229 4 4.343 4 3.172 5.172S2 8.229 2 12s0 5.657 1.172 6.828Z\" opacity=\".5\"/><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 0\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"1.5\" d=\"M15 2v20\"/></g>"
84
+ },
85
+ "refresh": {
86
+ "body": "<g fill=\"currentColor\"><path d=\"M12.079 3v-.75zm-8.4 8.333h-.75zm0 1.667-.527.532a.75.75 0 001.056 0zm2.209-1.134A.75.75 0 104.83 10.8zM2.528 10.8a.75.75 0 00-1.056 1.065zm16.088-3.408a.75.75 0 101.277-.786zM12.079 2.25c-5.047 0-9.15 4.061-9.15 9.083h1.5c0-4.182 3.42-7.583 7.65-7.583zm-9.15 9.083V13h1.5v-1.667zm1.28 2.2 1.679-1.667L4.83 10.8l-1.68 1.667zm0-1.065L2.528 10.8l-1.057 1.065 1.68 1.666zm15.684-5.86A9.16 9.16 0 0012.08 2.25v1.5a7.66 7.66 0 016.537 3.643z\"/><path d=\"M11.883 21v.75zm8.43-8.333h.75zm0-1.667.528-.533a.75.75 0 00-1.055 0zM18.1 12.133a.75.75 0 101.055 1.067zm3.373 1.067a.75.75 0 101.054-1.067zM5.318 16.606a.75.75 0 10-1.277.788zm6.565 5.144c5.062 0 9.18-4.058 9.18-9.083h-1.5c0 4.18-3.43 7.583-7.68 7.583zm9.18-9.083V11h-1.5v1.667zm-1.277-2.2L18.1 12.133l1.055 1.067 1.686-1.667zm0 1.066 1.687 1.667 1.054-1.067-1.686-1.666zm-15.745 5.86a9.2 9.2 0 007.842 4.357v-1.5a7.7 7.7 0 01-6.565-3.644z\" opacity=\".5\"/></g>"
87
+ },
88
+ "send": {
89
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path d=\"m17.498 18.485 3.13-9.391c1.248-3.745 1.873-5.618.884-6.606-.988-.989-2.86-.364-6.606.884l-9.331 3.11c-2.082.694-3.123 1.041-3.439 1.804q-.112.271-.133.564c-.059.824.717 1.6 2.269 3.151l.283.283c.254.254.382.382.478.523.19.28.297.607.31.945.008.171-.019.35-.072.705-.196 1.304-.294 1.956-.179 2.458.23 1 1.004 1.785 2 2.028.5.123 1.154.034 2.46-.143l.072-.01c.368-.05.552-.075.729-.064.32.019.63.124.898.303.147.098.279.23.541.492l.252.252c1.51 1.51 2.265 2.265 3.066 2.226.22-.011.438-.062.64-.152.734-.323 1.072-1.336 1.747-3.362Z\"/><path stroke-linecap=\"round\" d=\"M6 18 21 3\" opacity=\".5\"/></g>"
90
+ },
91
+ "shield": {
92
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path d=\"M12 22c-1.02 0-1.38-.158-2.101-.473C7.239 20.365 3 17.63 3 11.991v-1.574c0-3.198 0-4.797.378-5.334C3.755 4.545 5.258 4.03 8.265 3l.573-.196C10.405 2.268 11.188 2 12 2\"/><path d=\"M12 22c1.02 0 1.38-.158 2.101-.473 2.66-1.162 6.9-3.898 6.9-9.536v-1.574c0-3.198 0-4.797-.378-5.334-.378-.538-1.881-1.053-4.888-2.082l-.573-.196C13.595 2.268 12.812 2 12 2\" opacity=\".5\"/></g>"
93
+ },
94
+ "tag": {
95
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path d=\"M4.728 16.137c-1.545-1.546-2.318-2.318-2.605-3.321-.288-1.003-.042-2.068.45-4.197l.283-1.228c.413-1.792.62-2.688 1.233-3.302s1.51-.82 3.302-1.233l1.228-.284c2.13-.491 3.194-.737 4.197-.45 1.003.288 1.775 1.061 3.32 2.606l1.83 1.83C20.657 9.248 22 10.592 22 12.262c0 1.671-1.344 3.015-4.033 5.704-2.69 2.69-4.034 4.034-5.705 4.034-1.67 0-3.015-1.344-5.704-4.033z\"/><circle cx=\"8.607\" cy=\"8.879\" r=\"2\" opacity=\".5\" transform=\"rotate(-45 8.607 8.879)\"/><path stroke-linecap=\"round\" d=\"m11.542 18.5 6.979-6.98\" opacity=\".5\"/></g>"
96
+ },
97
+ "trash-empty": {
98
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"1.5\"><path d=\"M20.5 6h-17m15.333 2.5-.46 6.9c-.177 2.654-.265 3.981-1.13 4.79s-2.195.81-4.856.81h-.774c-2.66 0-3.99 0-4.856-.81-.865-.809-.953-2.136-1.13-4.79l-.46-6.9\"/><path d=\"M9.17 4a3.001 3.001 0 015.66 0\" opacity=\".5\"/></g>"
99
+ },
100
+ "trash-full": {
101
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"1.5\"><path d=\"M9.17 4a3.001 3.001 0 015.66 0\" opacity=\".5\"/><path d=\"M20.5 6h-17m15.333 2.5-.46 6.9c-.177 2.654-.265 3.981-1.13 4.79s-2.195.81-4.856.81h-.774c-2.66 0-3.99 0-4.856-.81-.865-.809-.953-2.136-1.13-4.79l-.46-6.9\"/><path d=\"m9.5 11 .5 5m4.5-5-.5 5\" opacity=\".5\"/></g>"
102
+ },
103
+ "trend-down": {
104
+ "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>"
105
+ },
106
+ "trend-up": {
107
+ "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>"
108
+ },
109
+ "upload": {
110
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"><path d=\"M3 15c0 2.828 0 4.243.879 5.121C4.757 21 6.172 21 9 21h6c2.828 0 4.243 0 5.121-.879C21 19.243 21 17.828 21 15\" opacity=\".5\"/><path d=\"M12 16V3m0 0 4 4.375M12 3 8 7.375\"/></g>"
111
+ }
112
+ },
113
+ "lastModified": 1773334675,
114
+ "width": 24,
115
+ "height": 24
116
+ }
@@ -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,9 @@
1
+ const icons = require('./icons.json')
2
+ const info = {}
3
+ const metadata = {}
4
+ const chars = {}
5
+
6
+ exports.icons = icons
7
+ exports.info = info
8
+ exports.metadata = metadata
9
+ exports.chars = chars
@@ -0,0 +1,6 @@
1
+ import icons from './icons.json' with { type: 'json' }
2
+
3
+ const info = {}
4
+ const metadata = {}
5
+ const chars = {}
6
+ export { icons, info, metadata, chars }
@@ -0,0 +1 @@
1
+ {}
@@ -0,0 +1 @@
1
+ {}
@@ -0,0 +1,24 @@
1
+ {
2
+ "name": "@rokkit/app",
3
+ "description": "app 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
+ "homepage": "https://github.com/jerrythomas/rokkit",
9
+ "exports": {
10
+ "./*": "./*",
11
+ ".": {
12
+ "types": "./index.d.ts",
13
+ "require": "./index.js",
14
+ "import": "./index.mjs"
15
+ },
16
+ "./icons.json": "./icons.json"
17
+ },
18
+ "iconSet": {
19
+ "icons": "icons.json"
20
+ },
21
+ "dependencies": {
22
+ "@iconify/types": "*"
23
+ }
24
+ }
package/lib/app.json ADDED
@@ -0,0 +1,116 @@
1
+ {
2
+ "prefix": "app",
3
+ "lastModified": 1773334675,
4
+ "icons": {
5
+ "alert-bell": {
6
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path d=\"M18.75 9.71v-.705C18.75 5.136 15.726 2 12 2S5.25 5.136 5.25 9.005v.705a4.4 4.4 0 01-.692 2.375L3.45 13.81c-1.011 1.575-.239 3.716 1.52 4.214a25.8 25.8 0 0014.06 0c1.759-.498 2.531-2.639 1.52-4.213l-1.108-1.725a4.4 4.4 0 01-.693-2.375Z\"/><path stroke-linecap=\"round\" d=\"M7.5 19c.655 1.748 2.422 3 4.5 3s3.845-1.252 4.5-3\" opacity=\".5\"/></g>"
7
+ },
8
+ "alert-bing": {
9
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path d=\"M18.75 9.71v-.705C18.75 5.136 15.726 2 12 2S5.25 5.136 5.25 9.005v.705a4.4 4.4 0 01-.692 2.375L3.45 13.81c-1.011 1.575-.239 3.716 1.52 4.214a25.8 25.8 0 0014.06 0c1.759-.498 2.531-2.639 1.52-4.213l-1.108-1.725a4.4 4.4 0 01-.693-2.375Z\"/><path stroke-linecap=\"round\" d=\"M7.5 19c.655 1.748 2.422 3 4.5 3s3.845-1.252 4.5-3M12 6v4\" opacity=\".5\"/></g>"
10
+ },
11
+ "alert-clear": {
12
+ "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>"
13
+ },
14
+ "alert-snooze": {
15
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path d=\"M18.75 9.71v-.705C18.75 5.136 15.726 2 12 2S5.25 5.136 5.25 9.005v.705a4.4 4.4 0 01-.692 2.375L3.45 13.81c-1.011 1.575-.239 3.716 1.52 4.214a25.8 25.8 0 0014.06 0c1.759-.498 2.531-2.639 1.52-4.213l-1.108-1.725a4.4 4.4 0 01-.693-2.375Z\"/><path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M10 9h4l-4 4h4\" opacity=\".5\"/><path stroke-linecap=\"round\" d=\"M7.5 19c.655 1.748 2.422 3 4.5 3s3.845-1.252 4.5-3\" opacity=\".5\"/></g>"
16
+ },
17
+ "alert-unread": {
18
+ "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>"
19
+ },
20
+ "align-horizontal-center": {
21
+ "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>"
22
+ },
23
+ "align-horizontal-left": {
24
+ "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>"
25
+ },
26
+ "align-horizontal-right": {
27
+ "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>"
28
+ },
29
+ "align-vertical-bottom": {
30
+ "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>"
31
+ },
32
+ "align-vertical-middle": {
33
+ "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>"
34
+ },
35
+ "align-vertical-top": {
36
+ "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>"
37
+ },
38
+ "calendar": {
39
+ "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>"
40
+ },
41
+ "calendar-mark": {
42
+ "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>"
43
+ },
44
+ "calendar-minimal": {
45
+ "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>"
46
+ },
47
+ "chart": {
48
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path stroke-linecap=\"round\" d=\"M22 22H2\"/><path d=\"M21 22v-7.5a1.5 1.5 0 00-1.5-1.5h-3a1.5 1.5 0 00-1.5 1.5V22\" opacity=\".5\"/><path d=\"M15 22V5c0-1.414 0-2.121-.44-2.56C14.122 2 13.415 2 12 2s-2.121 0-2.56.44C9 2.878 9 3.585 9 5v17\"/><path d=\"M9 22V9.5A1.5 1.5 0 007.5 8h-3A1.5 1.5 0 003 9.5V22\" opacity=\".5\"/></g>"
49
+ },
50
+ "chart-down": {
51
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"1.5\"><path d=\"M22 22H12c-4.714 0-7.071 0-8.536-1.465C2 19.072 2 16.714 2 12V2\" opacity=\".5\"/><path d=\"m19 15-3.118-3.926c-.477-.602-.716-.903-.99-1.05a1.5 1.5 0 00-1.357-.029c-.28.135-.531.425-1.035 1.005s-.755.87-1.035 1.005a1.5 1.5 0 01-1.356-.03c-.274-.146-.513-.447-.99-1.048L6 7\"/></g>"
52
+ },
53
+ "chart-up": {
54
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"1.5\"><path d=\"M22 22H12c-4.714 0-7.071 0-8.536-1.465C2 19.072 2 16.714 2 12V2\" opacity=\".5\"/><path d=\"m19 7-3.118 3.926c-.477.602-.716.903-.99 1.05a1.5 1.5 0 01-1.357.029c-.28-.135-.531-.425-1.035-1.005s-.755-.87-1.035-1.005a1.5 1.5 0 00-1.356.03c-.274.146-.513.447-.99 1.048L6 15\"/></g>"
55
+ },
56
+ "code-hidden": {
57
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"1.5\"><path d=\"m17 7.83 1.697 1.526c1.542 1.39 2.313 2.083 2.313 2.974 0 .89-.771 1.585-2.314 2.973L17 16.83\" opacity=\".2\"/><path stroke-dasharray=\"3 3\" d=\"m13.987 5-3.974 14.83\"/><path d=\"M7 7.83 5.304 9.356C3.76 10.746 2.99 11.44 2.99 12.33s.771 1.585 2.314 2.973L7 16.83\" opacity=\".2\"/></g>"
58
+ },
59
+ "code-visible": {
60
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"1.5\"><path d=\"m17 7.83 1.697 1.526c1.542 1.39 2.313 2.083 2.313 2.974 0 .89-.771 1.585-2.314 2.973L17 16.83\"/><path d=\"m13.987 5-3.974 14.83\" opacity=\".5\"/><path d=\"M7 7.83 5.304 9.356C3.76 10.746 2.99 11.44 2.99 12.33s.771 1.585 2.314 2.973L7 16.83\"/></g>"
61
+ },
62
+ "download": {
63
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"><path d=\"M3 15c0 2.828 0 4.243.879 5.121C4.757 21 6.172 21 9 21h6c2.828 0 4.243 0 5.121-.879C21 19.243 21 17.828 21 15\" opacity=\".5\"/><path d=\"M12 3v13m0 0 4-4.375M12 16l-4-4.375\"/></g>"
64
+ },
65
+ "export": {
66
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"1.5\"><path d=\"M4 12a8 8 0 1016 0\" opacity=\".5\"/><path stroke-linejoin=\"round\" d=\"M12 14V4m0 0 3 3m-3-3L9 7\"/></g>"
67
+ },
68
+ "history": {
69
+ "body": "<g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\" d=\"M12 8v4l2.5 2.5\" opacity=\".5\"/><path fill=\"currentColor\" d=\"m5.604 5.604-.53-.53zM4.338 6.871l-.75.003a.75.75 0 00.746.747zm2.542.762a.75.75 0 00.007-1.5zM5.075 4.321a.75.75 0 00-1.5.008zm-1.248 6.464a.75.75 0 10-1.486-.204zm15.035-5.647c-3.82-3.82-9.993-3.859-13.788-.064l1.06 1.06c3.2-3.199 8.423-3.18 11.668.065zM5.138 18.862c3.82 3.82 9.993 3.86 13.788.064l-1.06-1.06c-3.2 3.199-8.423 3.18-11.667-.064zm13.788.064c3.795-3.795 3.757-9.968-.064-13.788l-1.06 1.06c3.244 3.245 3.263 8.468.064 11.668zM5.074 5.074 3.808 6.34l1.06 1.06 1.267-1.265zm-.74 2.547 2.546.012.007-1.5-2.545-.012zm.754-.754L5.075 4.32l-1.5.008.013 2.545zM2.34 10.58a9.81 9.81 0 002.797 8.281l1.06-1.06a8.31 8.31 0 01-2.371-7.017z\"/></g>"
70
+ },
71
+ "import": {
72
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"1.5\"><path d=\"M4 12a8 8 0 1016 0\" opacity=\".5\"/><path stroke-linejoin=\"round\" d=\"M12 4v10m0 0 3-3m-3 3-3-3\"/></g>"
73
+ },
74
+ "list": {
75
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"1.5\"><path d=\"M4 17h7m-7-5h7M4 7h7\" opacity=\".5\"/><path stroke-linejoin=\"round\" d=\"M17 4v16m0-16-3 4m3-4 3 4m-3 12 3-4m-3 4-3-4\"/></g>"
76
+ },
77
+ "login": {
78
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"1.5\"><path stroke-linejoin=\"round\" d=\"M2.001 11.999h14m0 0-3.5-3m3.5 3-3.5 3\"/><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\" opacity=\".5\"/></g>"
79
+ },
80
+ "logout": {
81
+ "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\" opacity=\".5\"/><path stroke-linejoin=\"round\" d=\"M15 12H2m0 0 3.5-3M2 12l3.5 3\"/></g>"
82
+ },
83
+ "password": {
84
+ "body": "<g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"1.5\" d=\"M3.172 18.828C4.343 20 6.229 20 10 20h5c3.114-.01 4.765-.108 5.828-1.172C22 17.657 22 15.771 22 12s0-5.657-1.172-6.828C19.765 4.108 18.114 4.01 15 4h-5C6.229 4 4.343 4 3.172 5.172S2 8.229 2 12s0 5.657 1.172 6.828Z\" opacity=\".5\"/><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 0\"/><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"1.5\" d=\"M15 2v20\"/></g>"
85
+ },
86
+ "refresh": {
87
+ "body": "<g fill=\"currentColor\"><path d=\"M12.079 3v-.75zm-8.4 8.333h-.75zm0 1.667-.527.532a.75.75 0 001.056 0zm2.209-1.134A.75.75 0 104.83 10.8zM2.528 10.8a.75.75 0 00-1.056 1.065zm16.088-3.408a.75.75 0 101.277-.786zM12.079 2.25c-5.047 0-9.15 4.061-9.15 9.083h1.5c0-4.182 3.42-7.583 7.65-7.583zm-9.15 9.083V13h1.5v-1.667zm1.28 2.2 1.679-1.667L4.83 10.8l-1.68 1.667zm0-1.065L2.528 10.8l-1.057 1.065 1.68 1.666zm15.684-5.86A9.16 9.16 0 0012.08 2.25v1.5a7.66 7.66 0 016.537 3.643z\"/><path d=\"M11.883 21v.75zm8.43-8.333h.75zm0-1.667.528-.533a.75.75 0 00-1.055 0zM18.1 12.133a.75.75 0 101.055 1.067zm3.373 1.067a.75.75 0 101.054-1.067zM5.318 16.606a.75.75 0 10-1.277.788zm6.565 5.144c5.062 0 9.18-4.058 9.18-9.083h-1.5c0 4.18-3.43 7.583-7.68 7.583zm9.18-9.083V11h-1.5v1.667zm-1.277-2.2L18.1 12.133l1.055 1.067 1.686-1.667zm0 1.066 1.687 1.667 1.054-1.067-1.686-1.666zm-15.745 5.86a9.2 9.2 0 007.842 4.357v-1.5a7.7 7.7 0 01-6.565-3.644z\" opacity=\".5\"/></g>"
88
+ },
89
+ "send": {
90
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path d=\"m17.498 18.485 3.13-9.391c1.248-3.745 1.873-5.618.884-6.606-.988-.989-2.86-.364-6.606.884l-9.331 3.11c-2.082.694-3.123 1.041-3.439 1.804q-.112.271-.133.564c-.059.824.717 1.6 2.269 3.151l.283.283c.254.254.382.382.478.523.19.28.297.607.31.945.008.171-.019.35-.072.705-.196 1.304-.294 1.956-.179 2.458.23 1 1.004 1.785 2 2.028.5.123 1.154.034 2.46-.143l.072-.01c.368-.05.552-.075.729-.064.32.019.63.124.898.303.147.098.279.23.541.492l.252.252c1.51 1.51 2.265 2.265 3.066 2.226.22-.011.438-.062.64-.152.734-.323 1.072-1.336 1.747-3.362Z\"/><path stroke-linecap=\"round\" d=\"M6 18 21 3\" opacity=\".5\"/></g>"
91
+ },
92
+ "shield": {
93
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path d=\"M12 22c-1.02 0-1.38-.158-2.101-.473C7.239 20.365 3 17.63 3 11.991v-1.574c0-3.198 0-4.797.378-5.334C3.755 4.545 5.258 4.03 8.265 3l.573-.196C10.405 2.268 11.188 2 12 2\"/><path d=\"M12 22c1.02 0 1.38-.158 2.101-.473 2.66-1.162 6.9-3.898 6.9-9.536v-1.574c0-3.198 0-4.797-.378-5.334-.378-.538-1.881-1.053-4.888-2.082l-.573-.196C13.595 2.268 12.812 2 12 2\" opacity=\".5\"/></g>"
94
+ },
95
+ "tag": {
96
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path d=\"M4.728 16.137c-1.545-1.546-2.318-2.318-2.605-3.321-.288-1.003-.042-2.068.45-4.197l.283-1.228c.413-1.792.62-2.688 1.233-3.302s1.51-.82 3.302-1.233l1.228-.284c2.13-.491 3.194-.737 4.197-.45 1.003.288 1.775 1.061 3.32 2.606l1.83 1.83C20.657 9.248 22 10.592 22 12.262c0 1.671-1.344 3.015-4.033 5.704-2.69 2.69-4.034 4.034-5.705 4.034-1.67 0-3.015-1.344-5.704-4.033z\"/><circle cx=\"8.607\" cy=\"8.879\" r=\"2\" opacity=\".5\" transform=\"rotate(-45 8.607 8.879)\"/><path stroke-linecap=\"round\" d=\"m11.542 18.5 6.979-6.98\" opacity=\".5\"/></g>"
97
+ },
98
+ "trash-empty": {
99
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"1.5\"><path d=\"M20.5 6h-17m15.333 2.5-.46 6.9c-.177 2.654-.265 3.981-1.13 4.79s-2.195.81-4.856.81h-.774c-2.66 0-3.99 0-4.856-.81-.865-.809-.953-2.136-1.13-4.79l-.46-6.9\"/><path d=\"M9.17 4a3.001 3.001 0 015.66 0\" opacity=\".5\"/></g>"
100
+ },
101
+ "trash-full": {
102
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"1.5\"><path d=\"M9.17 4a3.001 3.001 0 015.66 0\" opacity=\".5\"/><path d=\"M20.5 6h-17m15.333 2.5-.46 6.9c-.177 2.654-.265 3.981-1.13 4.79s-2.195.81-4.856.81h-.774c-2.66 0-3.99 0-4.856-.81-.865-.809-.953-2.136-1.13-4.79l-.46-6.9\"/><path d=\"m9.5 11 .5 5m4.5-5-.5 5\" opacity=\".5\"/></g>"
103
+ },
104
+ "trend-down": {
105
+ "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>"
106
+ },
107
+ "trend-up": {
108
+ "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>"
109
+ },
110
+ "upload": {
111
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"1.5\"><path d=\"M3 15c0 2.828 0 4.243.879 5.121C4.757 21 6.172 21 9 21h6c2.828 0 4.243 0 5.121-.879C21 19.243 21 17.828 21 15\" opacity=\".5\"/><path d=\"M12 16V3m0 0 4 4.375M12 3 8 7.375\"/></g>"
112
+ }
113
+ },
114
+ "width": 24,
115
+ "height": 24
116
+ }
@@ -0,0 +1 @@
1
+ {}