@central-icons-react-native/round-outlined-radius-1-stroke-1 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 19.5L17 19.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M15 4.5H21.5V11\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M21 5C16.2353 9.2963 12.5294 13.5926 12 19.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12 19.5002V19.4052C12 12.7095 6.82838 6.86478 1.5 6.5166\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
6046
|
+
"tags": "Path",
|
|
6047
|
+
"componentName": "IconJump",
|
|
6048
|
+
"iconName": "jump, skip",
|
|
6049
|
+
"pathname": "src/IconJump"
|
|
6050
|
+
},
|
|
6044
6051
|
{
|
|
6045
6052
|
"svg": "<Path d=\"M9.5 5.5C9.5 4.94772 9.94772 4.5 10.5 4.5H13.5C14.0523 4.5 14.5 4.94772 14.5 5.5V18.5C14.5 19.0523 14.0523 19.5 13.5 19.5H10.5C9.94772 19.5 9.5 19.0523 9.5 18.5V5.5Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/><Path d=\"M2.5 5.5C2.5 4.94771 2.94772 4.5 3.5 4.5H6.5C7.05228 4.5 7.5 4.94772 7.5 5.5V14.5C7.5 15.0523 7.05228 15.5 6.5 15.5H3.5C2.94772 15.5 2.5 15.0523 2.5 14.5V5.5Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/><Path d=\"M16.5 5.5C16.5 4.94772 16.9477 4.5 17.5 4.5H20.5C21.0523 4.5 21.5 4.94772 21.5 5.5V12.5C21.5 13.0523 21.0523 13.5 20.5 13.5H17.5C16.9477 13.5 16.5 13.0523 16.5 12.5V5.5Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/>",
|
|
6046
6053
|
"tags": "Path",
|