@central-icons-react-native/round-outlined-radius-2-stroke-1 1.1.44 → 1.1.46
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/IconExclamationCircle/index.d.ts +4 -0
- package/IconExclamationCircle/index.js +2 -0
- package/IconExclamationCircle/index.js.map +1 -0
- package/IconExclamationCircle/index.mjs +2 -0
- package/IconExclamationCircle/index.mjs.map +1 -0
- 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 +2 -0
- package/filtered-icons.json +28 -0
- package/icons/index.d.ts +2 -0
- package/icons-index.json +8 -4
- package/index.d.ts +2 -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 +14 -0
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -4417,6 +4417,13 @@
|
|
|
4417
4417
|
"iconName": "euro, currency, money, coin, EURO",
|
|
4418
4418
|
"pathname": "src/IconEuro"
|
|
4419
4419
|
},
|
|
4420
|
+
{
|
|
4421
|
+
"svg": "<Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\"/><Path d=\"M12 6.5V13.5\" stroke=\"currentColor\" strokeLinecap=\"round\"/><Circle cx=\"12.0002\" cy=\"16.8\" r=\"0.8\" fill=\"currentColor\"/>",
|
|
4422
|
+
"tags": "Circle, Path",
|
|
4423
|
+
"componentName": "IconExclamationCircle",
|
|
4424
|
+
"iconName": "exclamation-circle, info, warning",
|
|
4425
|
+
"pathname": "src/IconExclamationCircle"
|
|
4426
|
+
},
|
|
4420
4427
|
{
|
|
4421
4428
|
"svg": "<Path d=\"M3.5 10.25V5.5C3.5 4.39543 4.39543 3.5 5.5 3.5H19.5C20.6046 3.5 21.5 4.39543 21.5 5.5V13.5C21.5 14.6046 20.6046 15.5 19.5 15.5H14.75M17.5 7.5V10.5M17.5 7.5H14.5M17.5 7.5L14 11M9.5 21.5H4.5C3.39543 21.5 2.5 20.6046 2.5 19.5V15.5C2.5 14.3954 3.39543 13.5 4.5 13.5H9.5C10.6046 13.5 11.5 14.3954 11.5 15.5V19.5C11.5 20.6046 10.6046 21.5 9.5 21.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
4422
4429
|
"tags": "Path",
|
|
@@ -6041,6 +6048,13 @@
|
|
|
6041
6048
|
"iconName": "judge-gavel, legal, terms, law",
|
|
6042
6049
|
"pathname": "src/IconJudgeGavel"
|
|
6043
6050
|
},
|
|
6051
|
+
{
|
|
6052
|
+
"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\"/>",
|
|
6053
|
+
"tags": "Path",
|
|
6054
|
+
"componentName": "IconJump",
|
|
6055
|
+
"iconName": "jump, skip",
|
|
6056
|
+
"pathname": "src/IconJump"
|
|
6057
|
+
},
|
|
6044
6058
|
{
|
|
6045
6059
|
"svg": "<Path d=\"M9.5 6.5C9.5 5.39543 10.3954 4.5 11.5 4.5H12.5C13.6046 4.5 14.5 5.39543 14.5 6.5V17.5C14.5 18.6046 13.6046 19.5 12.5 19.5H11.5C10.3954 19.5 9.5 18.6046 9.5 17.5V6.5Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/><Path d=\"M2.5 6.5C2.5 5.39543 3.39543 4.5 4.5 4.5H5.5C6.60457 4.5 7.5 5.39543 7.5 6.5V13.5C7.5 14.6046 6.60457 15.5 5.5 15.5H4.5C3.39543 15.5 2.5 14.6046 2.5 13.5V6.5Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/><Path d=\"M16.5 6.5C16.5 5.39543 17.3954 4.5 18.5 4.5H19.5C20.6046 4.5 21.5 5.39543 21.5 6.5V11.5C21.5 12.6046 20.6046 13.5 19.5 13.5H18.5C17.3954 13.5 16.5 12.6046 16.5 11.5V6.5Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/>",
|
|
6046
6060
|
"tags": "Path",
|