@rokkit/icons 1.0.0-next.98 → 1.0.1
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/README.md +104 -1
- package/lib/app/icons.json +114 -114
- package/lib/app/index.d.ts +6 -6
- package/lib/app/index.js +8 -8
- package/lib/app/index.mjs +5 -5
- package/lib/app/package.json +1 -2
- package/lib/app.json +2 -2
- package/lib/auth/icons.json +363 -45
- package/lib/auth/index.d.ts +6 -6
- package/lib/auth/index.js +8 -8
- package/lib/auth/index.mjs +5 -5
- package/lib/auth/package.json +1 -2
- package/lib/auth.json +333 -15
- package/lib/base/icons.json +294 -207
- package/lib/base/index.d.ts +6 -6
- package/lib/base/index.js +8 -8
- package/lib/base/index.mjs +5 -5
- package/lib/base/package.json +1 -2
- package/lib/base.json +98 -11
- package/lib/glyph/icons.json +1931 -0
- package/lib/glyph/index.d.ts +8 -0
- package/lib/glyph/index.js +9 -0
- package/lib/glyph/index.mjs +6 -0
- package/lib/{components → glyph}/package.json +3 -4
- package/lib/glyph.json +1931 -0
- package/lib/light/icons.json +21 -21
- package/lib/light/index.d.ts +6 -6
- package/lib/light/index.js +8 -8
- package/lib/light/index.mjs +5 -5
- package/lib/light/package.json +1 -2
- package/lib/light.json +2 -2
- package/lib/semantic/chars.json +1 -0
- package/lib/semantic/icons.json +1196 -0
- package/lib/semantic/index.d.ts +8 -0
- package/lib/semantic/index.js +9 -0
- package/lib/semantic/index.mjs +6 -0
- package/lib/semantic/info.json +1 -0
- package/lib/semantic/metadata.json +1 -0
- package/lib/semantic/package.json +24 -0
- package/lib/semantic.json +1196 -0
- package/lib/solid/icons.json +42 -42
- package/lib/solid/index.d.ts +6 -6
- package/lib/solid/index.js +8 -8
- package/lib/solid/index.mjs +5 -5
- package/lib/solid/package.json +1 -2
- package/lib/solid.json +2 -2
- package/lib/twotone/icons.json +18 -18
- package/lib/twotone/index.d.ts +6 -6
- package/lib/twotone/index.js +8 -8
- package/lib/twotone/index.mjs +5 -5
- package/lib/twotone/package.json +1 -2
- package/lib/twotone.json +2 -2
- package/package.json +34 -32
- package/lib/components/icons.json +0 -92
- package/lib/components/index.d.ts +0 -8
- package/lib/components/index.js +0 -9
- package/lib/components/index.mjs +0 -6
- package/lib/components.json +0 -92
- package/src/convert.js +0 -96
- package/src/index.js +0 -8
- /package/lib/{components → glyph}/chars.json +0 -0
- /package/lib/{components → glyph}/info.json +0 -0
- /package/lib/{components → glyph}/metadata.json +0 -0
package/lib/light/icons.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
2
|
+
"prefix": "light",
|
|
3
|
+
"icons": {
|
|
4
|
+
"minus-circle": {
|
|
5
|
+
"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>"
|
|
6
|
+
},
|
|
7
|
+
"state-error": {
|
|
8
|
+
"body": "<g fill=\"currentColor\"><path d=\"M6.75 7.916 7.916 6.75l9.334 9.333-1.167 1.167z\"/><path 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.5M12 21a9 9 0 119-9 9.027 9.027 0 01-9 9\"/></g>"
|
|
9
|
+
},
|
|
10
|
+
"state-info": {
|
|
11
|
+
"body": "<path fill=\"currentColor\" d=\"M13.313 16.5a.563.563 0 01-.563.563 1.313 1.313 0 01-1.312-1.313V12a.187.187 0 00-.188-.187.562.562 0 110-1.126A1.313 1.313 0 0112.563 12v3.75a.19.19 0 00.187.188.563.563 0 01.563.562m-1.688-7.687a.938.938 0 100-1.876.938.938 0 000 1.875M21.563 12A9.562 9.562 0 1112 2.438 9.574 9.574 0 0121.563 12m-1.125 0A8.437 8.437 0 1012 20.438 8.447 8.447 0 0020.438 12\"/>"
|
|
12
|
+
},
|
|
13
|
+
"state-unknown": {
|
|
14
|
+
"body": "<path fill=\"currentColor\" d=\"M12.938 16.875a.937.937 0 11-1.875 0 .937.937 0 011.874 0M12 6.938c-1.969 0-3.562 1.43-3.562 3.187v.375a.562.562 0 101.124 0v-.375c0-1.137 1.094-2.062 2.438-2.062s2.438.925 2.438 2.062-1.094 2.063-2.438 2.063a.56.56 0 00-.562.562v.75a.562.562 0 101.124 0v-.227c1.698-.242 3-1.562 3-3.148 0-1.758-1.593-3.187-3.562-3.187M21.563 12A9.562 9.562 0 1112 2.438 9.574 9.574 0 0121.563 12m-1.125 0A8.437 8.437 0 1012 20.438 8.447 8.447 0 0020.438 12\"/>"
|
|
15
|
+
},
|
|
16
|
+
"state-warning": {
|
|
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
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"lastModified": 1775221916,
|
|
21
|
+
"width": 24,
|
|
22
|
+
"height": 24
|
|
23
23
|
}
|
package/lib/light/index.d.ts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import type { IconifyJSON, IconifyInfo, IconifyMetaData, IconifyChars } from '@iconify/types'
|
|
1
|
+
import type { IconifyJSON, IconifyInfo, IconifyMetaData, IconifyChars } from '@iconify/types';
|
|
2
2
|
|
|
3
|
-
export { IconifyJSON, IconifyInfo, IconifyMetaData, IconifyChars }
|
|
3
|
+
export { IconifyJSON, IconifyInfo, IconifyMetaData, IconifyChars };
|
|
4
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
|
|
5
|
+
export declare const icons: IconifyJSON;
|
|
6
|
+
export declare const info: IconifyInfo;
|
|
7
|
+
export declare const metadata: IconifyMetaData;
|
|
8
|
+
export declare const chars: IconifyChars;
|
package/lib/light/index.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
const icons = require('./icons.json')
|
|
2
|
-
const info = {}
|
|
3
|
-
const metadata = {}
|
|
4
|
-
const chars = {}
|
|
1
|
+
const icons = require('./icons.json');
|
|
2
|
+
const info = {};
|
|
3
|
+
const metadata = {};
|
|
4
|
+
const chars = {};
|
|
5
5
|
|
|
6
|
-
exports.icons = icons
|
|
7
|
-
exports.info = info
|
|
8
|
-
exports.metadata = metadata
|
|
9
|
-
exports.chars = chars
|
|
6
|
+
exports.icons = icons;
|
|
7
|
+
exports.info = info;
|
|
8
|
+
exports.metadata = metadata;
|
|
9
|
+
exports.chars = chars;
|
package/lib/light/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import icons from './icons.json'
|
|
1
|
+
import icons from './icons.json' with { type: 'json' };
|
|
2
2
|
|
|
3
|
-
const info = {}
|
|
4
|
-
const metadata = {}
|
|
5
|
-
const chars = {}
|
|
6
|
-
export { icons, info, metadata, chars }
|
|
3
|
+
const info = {};
|
|
4
|
+
const metadata = {};
|
|
5
|
+
const chars = {};
|
|
6
|
+
export { icons, info, metadata, chars };
|
package/lib/light/package.json
CHANGED
|
@@ -5,7 +5,6 @@
|
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"module": "index.mjs",
|
|
7
7
|
"types": "index.d.ts",
|
|
8
|
-
"bugs": "https://github.com/jerrythomas/rokkit/issues",
|
|
9
8
|
"homepage": "https://github.com/jerrythomas/rokkit",
|
|
10
9
|
"exports": {
|
|
11
10
|
"./*": "./*",
|
|
@@ -20,6 +19,6 @@
|
|
|
20
19
|
"icons": "icons.json"
|
|
21
20
|
},
|
|
22
21
|
"dependencies": {
|
|
23
|
-
"@iconify/types": "
|
|
22
|
+
"@iconify/types": "*"
|
|
24
23
|
}
|
|
25
24
|
}
|
package/lib/light.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"prefix": "light",
|
|
3
|
-
"lastModified":
|
|
3
|
+
"lastModified": 1775221916,
|
|
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>"
|
|
@@ -20,4 +20,4 @@
|
|
|
20
20
|
},
|
|
21
21
|
"width": 24,
|
|
22
22
|
"height": 24
|
|
23
|
-
}
|
|
23
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|