@central-icons-react-native/square-outlined-radius-0-stroke-2 1.1.44 → 1.1.45
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/IconJump/index.d.ts +4 -0
- package/IconJump/index.js +2 -0
- package/IconJump/index.js.map +1 -0
- package/IconJump/index.mjs +2 -0
- package/IconJump/index.mjs.map +1 -0
- package/README.md +1 -0
- package/filtered-icons.json +14 -0
- package/icons/index.d.ts +1 -0
- package/icons-index.json +5 -3
- 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 +7 -0
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -6041,6 +6041,13 @@
|
|
|
6041
6041
|
"iconName": "judge-gavel, legal, terms, law",
|
|
6042
6042
|
"pathname": "src/IconJudgeGavel"
|
|
6043
6043
|
},
|
|
6044
|
+
{
|
|
6045
|
+
"svg": "<Path d=\"M7 19L17 19\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M15 5H21V11\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M20.5 5.5C16 9.5 12.5 13.5 12 19\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M1 7C6.5 7 12 12.5385 12 18.9123V19\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
|
|
6046
|
+
"tags": "Path",
|
|
6047
|
+
"componentName": "IconJump",
|
|
6048
|
+
"iconName": "jump, skip",
|
|
6049
|
+
"pathname": "src/IconJump"
|
|
6050
|
+
},
|
|
6044
6051
|
{
|
|
6045
6052
|
"svg": "<Path d=\"M10 5H14V19H10V5Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M3 5H7V15H3V5Z\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M17 5H21V13H17V5Z\" stroke=\"currentColor\" strokeWidth=\"2\"/>",
|
|
6046
6053
|
"tags": "Path",
|