@rokkit/icons 1.0.0-next.144 → 1.0.0-next.146

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.
@@ -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/base/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
@@ -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/base.json CHANGED
@@ -287,4 +287,4 @@
287
287
  },
288
288
  "width": 24,
289
289
  "height": 24
290
- }
290
+ }