@liner-fe/icon-rn 0.0.85 → 0.0.86
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/sidebar/default.svg +1 -1
- package/sidebar/fill.svg +1 -0
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.86",
|
|
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.56"
|
|
12
12
|
},
|
|
13
13
|
"scripts": {
|
|
14
14
|
"build": "node generate-icon.mjs",
|
package/sidebar/default.svg
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fill="none" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M43.5 8a.5.5 0 0 1 .5.5v31l-.01.1a.5.5 0 0 1-.39.39l-.1.01h-39l-.1-.01a.5.5 0 0 1-.39-.39L4 39.
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fill="none" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M43.5 8a.5.5 0 0 1 .5.5v31l-.01.1a.5.5 0 0 1-.39.39l-.1.01h-39l-.1-.01a.5.5 0 0 1-.39-.39L4 39.5v-31a.5.5 0 0 1 .5-.5zm-24 29H41V11H19.5zM7 37h9.5V11H7z" clip-rule="evenodd"/></svg>
|
package/sidebar/fill.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="48" height="48" fill="none" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M43.5 8a.5.5 0 0 1 .5.5v31l-.01.1a.5.5 0 0 1-.39.39l-.1.01h-39l-.1-.01a.5.5 0 0 1-.39-.39L4 39.5V8zM19 37h22V11H19z" clip-rule="evenodd"/></svg>
|