@central-icons-react-native/square-outlined-radius-0-stroke-1 1.1.195 → 1.1.196
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/IconShortcut/index.d.ts +4 -0
- package/IconShortcut/index.js +2 -0
- package/IconShortcut/index.js.map +1 -0
- package/IconShortcut/index.mjs +2 -0
- package/IconShortcut/index.mjs.map +1 -0
- package/README.md +2 -1
- package/filtered-icons.json +16 -2
- package/icons/index.d.ts +1 -0
- package/icons-index.json +8 -6
- package/index.d.ts +1 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +8 -1
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -10392,7 +10392,7 @@
|
|
|
10392
10392
|
"svg": "<Path d=\"M9.5 17.5L14.5 6.5M3.5 3.5H20.5V20.5H3.5V3.5Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/>",
|
|
10393
10393
|
"tags": "Path",
|
|
10394
10394
|
"componentName": "IconRunShortcut",
|
|
10395
|
-
"iconName": "run-shortcut,slash",
|
|
10395
|
+
"iconName": "run-shortcut, slash, skills",
|
|
10396
10396
|
"pathname": "src/IconRunShortcut"
|
|
10397
10397
|
},
|
|
10398
10398
|
{
|
|
@@ -10913,6 +10913,13 @@
|
|
|
10913
10913
|
"iconName": "shopping-bag-like-2",
|
|
10914
10914
|
"pathname": "src/IconShoppingBagLike2"
|
|
10915
10915
|
},
|
|
10916
|
+
{
|
|
10917
|
+
"svg": "<Path d=\"M20.5 3.5H3.5V20.5H20.5V3.5Z\" stroke=\"currentColor\"/><Path d=\"M12.333 11H15.5L11 17.5L11.667 13H8.5L13 6.5L12.333 11Z\" fill=\"currentColor\"/>",
|
|
10918
|
+
"tags": "Path",
|
|
10919
|
+
"componentName": "IconShortcut",
|
|
10920
|
+
"iconName": "shortcut, hotkey, powerkey, skill",
|
|
10921
|
+
"pathname": "src/IconShortcut"
|
|
10922
|
+
},
|
|
10916
10923
|
{
|
|
10917
10924
|
"svg": "<Path d=\"M14.5 17.0818L6.91817 9.5C3.1272 13.2909 1.50267 15.9987 3.12737 20.8727C8.00134 22.4973 10.709 20.8727 14.5 17.0818Z\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M8.5 15.5L15.5 8.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M15.8509 4.04067L17.5 2.5L21.5 6.5L19.9593 8.14911C18.8248 9.28363 16.9854 9.28363 15.8509 8.14911C14.7164 7.0146 14.7164 5.17518 15.8509 4.04067Z\" stroke=\"currentColor\" strokeLinecap=\"round\"/>",
|
|
10918
10925
|
"tags": "Path",
|