@central-icons-react-native/round-outlined-radius-2-stroke-1.5 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.75 19.25L16.25 19.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\"/><Path d=\"M15 4.75H21.25V11\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M20.5 5.5C16 9.5 12.5 13.5 12 19\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\"/><Path d=\"M11.9998 19.0002V18.9125C11.9998 12.8287 6.98889 7.50594 1.75 7.03418\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\"/>",
|
|
6046
|
+
"tags": "Path",
|
|
6047
|
+
"componentName": "IconJump",
|
|
6048
|
+
"iconName": "jump, skip",
|
|
6049
|
+
"pathname": "src/IconJump"
|
|
6050
|
+
},
|
|
6044
6051
|
{
|
|
6045
6052
|
"svg": "<Path d=\"M9.75 6.75C9.75 5.64543 10.6454 4.75 11.75 4.75H12.25C13.3546 4.75 14.25 5.64543 14.25 6.75V17.25C14.25 18.3546 13.3546 19.25 12.25 19.25H11.75C10.6454 19.25 9.75 18.3546 9.75 17.25V6.75Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinejoin=\"round\"/><Path d=\"M2.75 6.75C2.75 5.64543 3.64543 4.75 4.75 4.75H5.25C6.35457 4.75 7.25 5.64543 7.25 6.75V13.1071C7.25 14.2117 6.35457 15.1071 5.25 15.1071H4.75C3.64543 15.1071 2.75 14.2117 2.75 13.1071V6.75Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinejoin=\"round\"/><Path d=\"M16.75 6.75C16.75 5.64543 17.6454 4.75 18.75 4.75H19.25C20.3546 4.75 21.25 5.64543 21.25 6.75V11.0357C21.25 12.1403 20.3546 13.0357 19.25 13.0357H18.75C17.6454 13.0357 16.75 12.1403 16.75 11.0357V6.75Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinejoin=\"round\"/>",
|
|
6046
6053
|
"tags": "Path",
|