@jis3r/icons 1.8.0 → 1.9.0
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/dist/icons/index.js +0 -19
- package/package.json +2 -2
package/dist/icons/index.js
CHANGED
|
@@ -2906,25 +2906,6 @@ let ICONS_LIST = [
|
|
|
2906
2906
|
],
|
|
2907
2907
|
categories: ['files', 'development']
|
|
2908
2908
|
},
|
|
2909
|
-
{
|
|
2910
|
-
name: 'file-sliders',
|
|
2911
|
-
icon: fileSliders,
|
|
2912
|
-
tags: [
|
|
2913
|
-
'cogged',
|
|
2914
|
-
'gear',
|
|
2915
|
-
'mechanical',
|
|
2916
|
-
'machinery',
|
|
2917
|
-
'configuration',
|
|
2918
|
-
'controls',
|
|
2919
|
-
'preferences',
|
|
2920
|
-
'settings',
|
|
2921
|
-
'system',
|
|
2922
|
-
'admin',
|
|
2923
|
-
'edit',
|
|
2924
|
-
'executable'
|
|
2925
|
-
],
|
|
2926
|
-
categories: ['files', 'development']
|
|
2927
|
-
},
|
|
2928
2909
|
{
|
|
2929
2910
|
name: 'file-stack',
|
|
2930
2911
|
icon: fileStack,
|
package/package.json
CHANGED