@siemens/ix-icons 1.0.0-beta.3 → 1.0.1
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +11 -1
- package/dist/css/ix-icons.css +436 -433
- package/dist/fonts/ix-icons.eot +0 -0
- package/dist/fonts/ix-icons.svg +443 -434
- package/dist/fonts/ix-icons.ttf +0 -0
- package/dist/fonts/ix-icons.woff +0 -0
- package/dist/fonts/ix-icons.woff2 +0 -0
- package/dist/sample.html +484 -433
- package/dist/sample.json +6 -0
- package/dist/scss/ix-icons.scss +436 -433
- package/dist/svg/cogwheel-filled.svg +9 -0
- package/dist/svg/download.svg +2 -2
- package/dist/svg/split-horizontally.svg +9 -0
- package/dist/svg/split-vertically.svg +9 -0
- package/package.json +8 -4
package/dist/sample.json
CHANGED
@@ -223,6 +223,8 @@
|
|
223
223
|
|
224
224
|
"code" ,
|
225
225
|
|
226
|
+
"cogwheel-filled" ,
|
227
|
+
|
226
228
|
"cogwheel" ,
|
227
229
|
|
228
230
|
"combine" ,
|
@@ -897,6 +899,10 @@
|
|
897
899
|
|
898
900
|
"spatial" ,
|
899
901
|
|
902
|
+
"split-horizontally" ,
|
903
|
+
|
904
|
+
"split-vertically" ,
|
905
|
+
|
900
906
|
"star-add-filled" ,
|
901
907
|
|
902
908
|
"star-add" ,
|