@liner-fe/icon-rn 0.0.79 → 0.0.80
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/package.json +2 -2
- package/window/fill.svg +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@liner-fe/icon-rn",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.80",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"**/*.svg"
|
|
9
9
|
],
|
|
10
10
|
"devDependencies": {
|
|
11
|
-
"@liner-fe/internal-icon": "^1.0.
|
|
11
|
+
"@liner-fe/internal-icon": "^1.0.50"
|
|
12
12
|
},
|
|
13
13
|
"scripts": {
|
|
14
14
|
"build": "node generate-icon.mjs",
|
package/window/fill.svg
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fill="none" viewBox="0 0 48 48"><path fill="currentColor" d="m9 12.853 12.26-1.72.005 12.183-12.254.071zM21.254 24.72l.01 12.193L9.01 35.176l-.001-10.539zm1.486-13.81 16.256-2.445v14.697l-16.256.133zM39 24.833l-.004 14.63L22.74 37.1l-.022-12.295z"/></svg>
|