@rokkit/icons 1.0.0-next.124 → 1.0.0-next.127

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.
@@ -110,7 +110,7 @@
110
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
111
  }
112
112
  },
113
- "lastModified": 1753396703,
113
+ "lastModified": 1772059510,
114
114
  "width": 24,
115
115
  "height": 24
116
116
  }
package/lib/app.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "prefix": "app",
3
- "lastModified": 1753396703,
3
+ "lastModified": 1772059510,
4
4
  "icons": {
5
5
  "alert-bell": {
6
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>"
@@ -41,7 +41,7 @@
41
41
  "body": "<path fill=\"#55ACEE\" d=\"M24 4.542a9.9 9.9 0 01-2.828.776 4.94 4.94 0 002.165-2.725 9.9 9.9 0 01-3.127 1.195 4.924 4.924 0 00-8.39 4.491A13.98 13.98 0 011.67 3.135a4.9 4.9 0 00-.666 2.475c0 1.708.87 3.215 2.19 4.098a4.9 4.9 0 01-2.23-.616v.062a4.93 4.93 0 003.95 4.829 4.9 4.9 0 01-2.224.084 4.93 4.93 0 004.6 3.42 9.88 9.88 0 01-6.115 2.107q-.597 0-1.175-.069a13.94 13.94 0 007.548 2.213c9.057 0 14.01-7.503 14.01-14.01q0-.32-.015-.637A10 10 0 0024 4.542\"/>"
42
42
  }
43
43
  },
44
- "lastModified": 1753396703,
44
+ "lastModified": 1772059510,
45
45
  "width": 24,
46
46
  "height": 24
47
47
  }
package/lib/auth.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "prefix": "auth",
3
- "lastModified": 1753396703,
3
+ "lastModified": 1772059510,
4
4
  "icons": {
5
5
  "apple": {
6
6
  "body": "<path d=\"M18.576 12.726c.033 3.625 3.18 4.832 3.215 4.847-.027.085-.503 1.719-1.658 3.407-.999 1.46-2.035 2.913-3.667 2.943-1.604.03-2.12-.951-3.954-.951-1.833 0-2.406.921-3.924.98-1.576.06-2.776-1.577-3.782-3.031-2.057-2.974-3.63-8.404-1.519-12.07C4.336 7.032 6.21 5.88 8.244 5.85c1.547-.03 3.008 1.04 3.954 1.04.945 0 2.72-1.287 4.585-1.098.781.033 2.973.316 4.381 2.376-.113.07-2.616 1.527-2.588 4.558M15.56 3.825c.837-1.013 1.4-2.422 1.246-3.825-1.206.048-2.664.804-3.529 1.815-.775.897-1.453 2.331-1.27 3.706 1.344.104 2.717-.683 3.553-1.696\"/>"
@@ -133,9 +133,15 @@
133
133
  "menu": {
134
134
  "body": "<path fill=\"currentColor\" d=\"M3 4.5h18V6H3zM3 18h18v1.5H3zm0-9h18v1.5H3zm0 4.5h18V15H3z\"/>"
135
135
  },
136
+ "menu-closed": {
137
+ "body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m9 18 6-6-6-6\"/>"
138
+ },
136
139
  "menu-dots": {
137
140
  "body": "<g fill=\"none\"><path fill=\"currentColor\" d=\"M9 12a1 1 0 11-2 0 1 1 0 012 0m4 0a1 1 0 11-2 0 1 1 0 012 0m4 0a1 1 0 11-2 0 1 1 0 012 0\"/><path stroke=\"currentColor\" stroke-width=\"1.5\" d=\"M2 12c0-4.714 0-7.071 1.464-8.536C4.93 2 7.286 2 12 2s7.071 0 8.535 1.464C22 4.93 22 7.286 22 12s0 7.071-1.465 8.535C19.072 22 16.714 22 12 22s-7.071 0-8.536-1.465C2 19.072 2 16.714 2 12Z\" opacity=\".5\"/></g>"
138
141
  },
142
+ "menu-opened": {
143
+ "body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m6 9 6 6 6-6\"/>"
144
+ },
139
145
  "menu-sidebar": {
140
146
  "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path d=\"M2 11c0-3.771 0-5.657 1.172-6.828S6.229 3 10 3h4c3.771 0 5.657 0 6.828 1.172S22 7.229 22 11v2c0 3.771 0 5.657-1.172 6.828S17.771 21 14 21h-4c-3.771 0-5.657 0-6.828-1.172S2 16.771 2 13z\"/><path stroke-linecap=\"round\" d=\"M5.5 10h6m-5 4h4\"/><path stroke-linecap=\"round\" d=\"M15 21V3\" opacity=\".5\"/></g>"
141
147
  },
@@ -148,6 +154,9 @@
148
154
  "mode-light": {
149
155
  "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>"
150
156
  },
157
+ "mode-system": {
158
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"20\" height=\"14\" x=\"2\" y=\"3\" rx=\"2\"/><path d=\"M8 21h8m-4-4v4\"/></g>"
159
+ },
151
160
  "navigate-down": {
152
161
  "body": "<path fill=\"currentColor\" d=\"M12 16.5 4.5 9l1.05-1.05L12 14.4l6.45-6.45L19.5 9z\"/>"
153
162
  },
@@ -251,7 +260,7 @@
251
260
  "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\"/>"
252
261
  }
253
262
  },
254
- "lastModified": 1753396703,
263
+ "lastModified": 1772059510,
255
264
  "width": 24,
256
265
  "height": 24
257
266
  }
package/lib/base.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "prefix": "base",
3
- "lastModified": 1753396703,
3
+ "lastModified": 1772059510,
4
4
  "icons": {
5
5
  "accordion-closed": {
6
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\"/>"
@@ -134,9 +134,15 @@
134
134
  "menu": {
135
135
  "body": "<path fill=\"currentColor\" d=\"M3 4.5h18V6H3zM3 18h18v1.5H3zm0-9h18v1.5H3zm0 4.5h18V15H3z\"/>"
136
136
  },
137
+ "menu-closed": {
138
+ "body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m9 18 6-6-6-6\"/>"
139
+ },
137
140
  "menu-dots": {
138
141
  "body": "<g fill=\"none\"><path fill=\"currentColor\" d=\"M9 12a1 1 0 11-2 0 1 1 0 012 0m4 0a1 1 0 11-2 0 1 1 0 012 0m4 0a1 1 0 11-2 0 1 1 0 012 0\"/><path stroke=\"currentColor\" stroke-width=\"1.5\" d=\"M2 12c0-4.714 0-7.071 1.464-8.536C4.93 2 7.286 2 12 2s7.071 0 8.535 1.464C22 4.93 22 7.286 22 12s0 7.071-1.465 8.535C19.072 22 16.714 22 12 22s-7.071 0-8.536-1.465C2 19.072 2 16.714 2 12Z\" opacity=\".5\"/></g>"
139
142
  },
143
+ "menu-opened": {
144
+ "body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m6 9 6 6 6-6\"/>"
145
+ },
140
146
  "menu-sidebar": {
141
147
  "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"1.5\"><path d=\"M2 11c0-3.771 0-5.657 1.172-6.828S6.229 3 10 3h4c3.771 0 5.657 0 6.828 1.172S22 7.229 22 11v2c0 3.771 0 5.657-1.172 6.828S17.771 21 14 21h-4c-3.771 0-5.657 0-6.828-1.172S2 16.771 2 13z\"/><path stroke-linecap=\"round\" d=\"M5.5 10h6m-5 4h4\"/><path stroke-linecap=\"round\" d=\"M15 21V3\" opacity=\".5\"/></g>"
142
148
  },
@@ -149,6 +155,9 @@
149
155
  "mode-light": {
150
156
  "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>"
151
157
  },
158
+ "mode-system": {
159
+ "body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><rect width=\"20\" height=\"14\" x=\"2\" y=\"3\" rx=\"2\"/><path d=\"M8 21h8m-4-4v4\"/></g>"
160
+ },
152
161
  "navigate-down": {
153
162
  "body": "<path fill=\"currentColor\" d=\"M12 16.5 4.5 9l1.05-1.05L12 14.4l6.45-6.45L19.5 9z\"/>"
154
163
  },
@@ -149,7 +149,7 @@
149
149
  "body": "<g fill=\"none\"><g fill=\"currentColor\" clip-path=\"url(#svgID0)\"><path fill-rule=\"evenodd\" d=\"M1.406 22.242C2.812 24 5.075 24 9.6 24h4.8c4.525 0 6.788 0 8.194-1.758C23.999 20.484 24 17.657 24 12c0-5.656 0-8.485-1.406-10.242C21.187.001 18.925 0 14.4 0H9.6C5.075 0 2.812 0 1.406 1.758.001 3.516 0 6.344 0 12s0 8.485 1.406 10.242\" clip-rule=\"evenodd\" opacity=\".1\"/><rect width=\"8\" height=\"3\" x=\"8\" y=\"4\" fill-opacity=\".5\" rx=\"1\"/><rect width=\"8\" height=\"3\" x=\"12\" y=\"10\" rx=\"1\"/><rect width=\"7\" height=\"3\" x=\"12\" y=\"16\" fill-opacity=\".5\" rx=\"1\"/><g opacity=\".5\"><rect width=\"1\" height=\"10\" x=\"5\" y=\"8\" rx=\".5\"/><rect width=\"2\" height=\"1\" x=\"5\" y=\"11\" rx=\".5\"/><rect width=\"2\" height=\"1\" x=\"5\" y=\"17\" rx=\".5\"/></g><rect width=\"3\" height=\"3\" x=\"4\" y=\"4\" fill-opacity=\".5\" rx=\"1\"/><rect width=\"3\" height=\"3\" x=\"8\" y=\"10\" rx=\"1\"/><rect width=\"3\" height=\"3\" x=\"8\" y=\"16\" fill-opacity=\".5\" rx=\"1\"/></g><defs><clipPath id=\"svgID0\"><path fill=\"#fff\" d=\"M0 0h24v24H0z\"/></clipPath></defs></g>"
150
150
  }
151
151
  },
152
- "lastModified": 1753396703,
152
+ "lastModified": 1772059510,
153
153
  "width": 24,
154
154
  "height": 24
155
155
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "prefix": "components",
3
- "lastModified": 1753396703,
3
+ "lastModified": 1772059510,
4
4
  "icons": {
5
5
  "accordion": {
6
6
  "body": "<g fill=\"none\"><g fill=\"currentColor\" clip-path=\"url(#svgID0)\"><path fill-rule=\"evenodd\" d=\"M1.406 22.242C2.812 24 5.075 24 9.6 24h4.8c4.525 0 6.788 0 8.194-1.758C23.999 20.484 24 17.657 24 12c0-5.656 0-8.485-1.406-10.242C21.187.001 18.925 0 14.4 0H9.6C5.075 0 2.812 0 1.406 1.758.001 3.516 0 6.344 0 12s0 8.485 1.406 10.242\" clip-rule=\"evenodd\" opacity=\".1\"/><g filter=\"url(#svgID1)\"><rect width=\"16\" height=\"3\" x=\"4\" y=\"17\" opacity=\".4\" rx=\".5\"/><rect width=\"4.444\" height=\"1\" x=\"5.778\" y=\"18\" fill-opacity=\".5\" rx=\".5\"/></g><path d=\"M4 7h16v8a1 1 0 01-1 1H5a1 1 0 01-1-1z\" opacity=\".2\"/><rect width=\"12.444\" height=\"1\" x=\"5.778\" y=\"9\" opacity=\".4\" rx=\".5\"/><rect width=\"12.444\" height=\"1\" x=\"5.778\" y=\"11\" opacity=\".4\" rx=\".5\"/><rect width=\"12.444\" height=\"1\" x=\"5.778\" y=\"13\" opacity=\".4\" rx=\".5\"/><path d=\"M19 4a1 1 0 011 1v2H4V5a1 1 0 011-1zM6.277 5a.5.5 0 000 1h3.446a.5.5 0 000-1z\"/></g><defs><clipPath id=\"svgID0\"><path fill=\"#fff\" d=\"M0 0h24v24H0z\"/></clipPath><filter id=\"svgID1\" width=\"22\" height=\"9\" x=\"1\" y=\"15\" color-interpolation-filters=\"sRGB\" filterUnits=\"userSpaceOnUse\"><feFlood flood-opacity=\"0\" result=\"BackgroundImageFix\"/><feColorMatrix in=\"SourceAlpha\" result=\"hardAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\"/><feOffset dy=\"1\"/><feGaussianBlur stdDeviation=\"1\"/><feColorMatrix values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.06 0\"/><feBlend in2=\"BackgroundImageFix\" result=\"effect1_dropShadow_2119_2013\"/><feColorMatrix in=\"SourceAlpha\" result=\"hardAlpha\" values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0\"/><feOffset dy=\"1\"/><feGaussianBlur stdDeviation=\"1.5\"/><feColorMatrix values=\"0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.1 0\"/><feBlend in2=\"effect1_dropShadow_2119_2013\" result=\"effect2_dropShadow_2119_2013\"/><feBlend in=\"SourceGraphic\" in2=\"effect2_dropShadow_2119_2013\" result=\"shape\"/></filter></defs></g>"
@@ -17,7 +17,7 @@
17
17
  "body": "<path fill=\"currentColor\" d=\"m22.038 17.727-8.2-14.238a2.132 2.132 0 00-3.676 0l-8.2 14.238a2.02 2.02 0 000 2.036 2.1 2.1 0 001.84 1.05h16.397a2.1 2.1 0 001.837-1.05 2.02 2.02 0 00.002-2.036m-.976 1.473a.98.98 0 01-.864.488H3.802a.98.98 0 01-.864-.488.89.89 0 010-.911L11.137 4.05a1.007 1.007 0 011.726 0l8.2 14.238a.89.89 0 01-.001.911m-9.624-5.7V9.75a.562.562 0 111.125 0v3.75a.563.563 0 01-1.125 0m1.5 3.375a.938.938 0 11-1.876 0 .938.938 0 011.876 0\"/>"
18
18
  }
19
19
  },
20
- "lastModified": 1753396703,
20
+ "lastModified": 1772059510,
21
21
  "width": 24,
22
22
  "height": 24
23
23
  }
package/lib/light.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "prefix": "light",
3
- "lastModified": 1753396703,
3
+ "lastModified": 1772059510,
4
4
  "icons": {
5
5
  "minus-circle": {
6
6
  "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>"
@@ -38,7 +38,7 @@
38
38
  "body": "<path fill=\"currentColor\" d=\"M18 3H6a3 3 0 00-3 3v12a3 3 0 003 3h12a3 3 0 003-3V6a3 3 0 00-3-3m-3 10h-2v2a1 1 0 01-2 0v-2H9a1 1 0 010-2h2V9a1 1 0 012 0v2h2a1 1 0 010 2\"/>"
39
39
  }
40
40
  },
41
- "lastModified": 1753396703,
41
+ "lastModified": 1772059510,
42
42
  "width": 24,
43
43
  "height": 24
44
44
  }
package/lib/solid.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "prefix": "solid",
3
- "lastModified": 1753396703,
3
+ "lastModified": 1772059510,
4
4
  "icons": {
5
5
  "action-add": {
6
6
  "body": "<path fill=\"currentColor\" d=\"M12 2a10 10 0 100 20 10 10 0 000-20m3 11h-2v2a1 1 0 01-2 0v-2H9a1 1 0 010-2h2V9a1 1 0 012 0v2h2a1 1 0 010 2\"/>"
@@ -14,7 +14,7 @@
14
14
  "body": "<g fill=\"currentColor\"><path d=\"M20.2 20.25H3.8c-1.183 0-1.925-1.239-1.35-2.242l8.199-14.237c.59-1.032 2.111-1.032 2.702 0l8.2 14.237c.574 1.003-.168 2.242-1.352 2.242\" opacity=\".2\"/><path 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.224m-1.3 1.473a.8.8 0 01-.701.394H3.802a.8.8 0 01-.702-.394.71.71 0 010-.724l8.2-14.237a.82.82 0 011.406 0l8.199 14.237a.71.71 0 01-.004.724M11.25 13.5V9.75a.75.75 0 111.5 0v3.75a.75.75 0 11-1.5 0m1.875 3.375a1.125 1.125 0 11-2.25 0 1.125 1.125 0 012.25 0\"/></g>"
15
15
  }
16
16
  },
17
- "lastModified": 1753396703,
17
+ "lastModified": 1772059510,
18
18
  "width": 24,
19
19
  "height": 24
20
20
  }
package/lib/twotone.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "prefix": "twotone",
3
- "lastModified": 1753396703,
3
+ "lastModified": 1772059510,
4
4
  "icons": {
5
5
  "heart": {
6
6
  "body": "<g fill=\"currentColor\"><path 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\"/><path fill-opacity=\".15\" d=\"M15.93 4.71A4.43 4.43 0 0012 7.064a4.43 4.43 0 00-3.93-2.353c-2.438 0-4.414 1.936-4.414 4.324C3.656 13.751 12 19.097 12 19.097s8.344-5.346 8.344-10.062c0-2.388-1.976-4.324-4.414-4.324\"/></g>"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rokkit/icons",
3
- "version": "1.0.0-next.124",
3
+ "version": "1.0.0-next.127",
4
4
  "author": "Jerry Thomas <me@jerrythomas.name>",
5
5
  "exports": {
6
6
  "./package.json": "./package.json",
@@ -31,8 +31,8 @@
31
31
  "format": "prettier --write .",
32
32
  "lint": "eslint --fix .",
33
33
  "build": "rokkit-cli build && bun format",
34
- "latest": "pnpm upgrade --latest",
35
- "release": "pnpm publish --access public"
34
+ "latest": "bun update --latest",
35
+ "release": "bun publish --access public"
36
36
  },
37
37
  "type": "module"
38
38
  }