@rokkit/icons 1.0.0-next.152 → 1.0.0-next.154
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/app/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.json +2 -2
- package/lib/auth/icons.json +363 -363
- 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.json +2 -2
- package/lib/base/icons.json +294 -288
- 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.json +8 -2
- package/lib/glyph/icons.json +1929 -1917
- package/lib/glyph/index.d.ts +6 -6
- package/lib/glyph/index.js +8 -8
- package/lib/glyph/index.mjs +5 -5
- package/lib/glyph.json +14 -2
- 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.json +2 -2
- package/lib/semantic/icons.json +1194 -1134
- package/lib/semantic/index.d.ts +6 -6
- package/lib/semantic/index.js +8 -8
- package/lib/semantic/index.mjs +5 -5
- package/lib/semantic.json +62 -2
- 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.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.json +2 -2
- package/package.json +1 -1
package/lib/auth/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/auth/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/auth/index.mjs
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import icons from './icons.json' with { type: '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/auth.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"prefix": "auth",
|
|
3
|
-
"lastModified":
|
|
3
|
+
"lastModified": 1775221916,
|
|
4
4
|
"icons": {
|
|
5
5
|
"amplify": {
|
|
6
6
|
"body": "<g fill=\"none\"><path fill=\"#f90\" d=\"M12 2 2 20h4.5L12 9l5.5 11H22z\"/><path fill=\"#232f3e\" d=\"M8.5 20h7L12 14z\"/></g>"
|
|
@@ -362,4 +362,4 @@
|
|
|
362
362
|
},
|
|
363
363
|
"width": 24,
|
|
364
364
|
"height": 24
|
|
365
|
-
}
|
|
365
|
+
}
|