@blaise.t123/testicons 0.0.3 → 0.0.5
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/artifacts/iconfont.css +195 -201
- package/dist/artifacts/iconfont.eot +0 -0
- package/dist/artifacts/iconfont.html +195 -213
- package/dist/artifacts/iconfont.svg +190 -202
- package/dist/artifacts/iconfont.ttf +0 -0
- package/dist/artifacts/iconfont.woff +0 -0
- package/dist/artifacts/iconfont.woff2 +0 -0
- package/dist/index.d.ts +2 -2
- package/dist/respondio-icons.es.js +0 -4
- package/package.json +1 -1
|
@@ -8,7 +8,6 @@ const h = {
|
|
|
8
8
|
"add-bold": "icon-add-bold",
|
|
9
9
|
"add-circle": "icon-add-circle",
|
|
10
10
|
"add-circle-bold": "icon-add-circle-bold",
|
|
11
|
-
"add-square": "icon-add-square",
|
|
12
11
|
"add-square-bold": "icon-add-square-bold",
|
|
13
12
|
additem: "icon-additem",
|
|
14
13
|
"additem-bold": "icon-additem-bold",
|
|
@@ -188,7 +187,6 @@ const h = {
|
|
|
188
187
|
"battery-charging-bold": "icon-battery-charging-bold",
|
|
189
188
|
"battery-disable": "icon-battery-disable",
|
|
190
189
|
"battery-disable-bold": "icon-battery-disable-bold",
|
|
191
|
-
"battery-empty": "icon-battery-empty",
|
|
192
190
|
"battery-empty-1": "icon-battery-empty-1",
|
|
193
191
|
"battery-empty-1-bold": "icon-battery-empty-1-bold",
|
|
194
192
|
"battery-empty-bold": "icon-battery-empty-bold",
|
|
@@ -2083,7 +2081,6 @@ const V = [
|
|
|
2083
2081
|
"add-bold",
|
|
2084
2082
|
"add-circle",
|
|
2085
2083
|
"add-circle-bold",
|
|
2086
|
-
"add-square",
|
|
2087
2084
|
"add-square-bold",
|
|
2088
2085
|
"additem",
|
|
2089
2086
|
"additem-bold",
|
|
@@ -2263,7 +2260,6 @@ const V = [
|
|
|
2263
2260
|
"battery-charging-bold",
|
|
2264
2261
|
"battery-disable",
|
|
2265
2262
|
"battery-disable-bold",
|
|
2266
|
-
"battery-empty",
|
|
2267
2263
|
"battery-empty-1",
|
|
2268
2264
|
"battery-empty-1-bold",
|
|
2269
2265
|
"battery-empty-bold",
|