@central-icons-react-native/round-outlined-radius-3-stroke-1.5 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.25\" stroke=\"currentColor\" strokeWidth=\"1.5\"/><Path d=\"M12 7.75V12.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinecap=\"round\"/><Circle cx=\"12\" cy=\"16\" r=\"1\" 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.75 10.25V6.75C3.75 5.09315 5.09315 3.75 6.75 3.75H18.25C19.9069 3.75 21.25 5.09315 21.25 6.75V12.25C21.25 13.9069 19.9069 15.25 18.25 15.25H14.75M17.25 7.75V10.75M17.25 7.75H14.25M17.25 7.75L14 11M9.25 21.25H4.75C3.64543 21.25 2.75 20.3546 2.75 19.25V15.75C2.75 14.6454 3.64543 13.75 4.75 13.75H9.25C10.3546 13.75 11.25 14.6454 11.25 15.75V19.25C11.25 20.3546 10.3546 21.25 9.25 21.25Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" 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.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\"/>",
|
|
6053
|
+
"tags": "Path",
|
|
6054
|
+
"componentName": "IconJump",
|
|
6055
|
+
"iconName": "jump, skip",
|
|
6056
|
+
"pathname": "src/IconJump"
|
|
6057
|
+
},
|
|
6044
6058
|
{
|
|
6045
6059
|
"svg": "<Path d=\"M9.75 7C9.75 5.75736 10.7574 4.75 12 4.75C13.2426 4.75 14.25 5.75736 14.25 7V17C14.25 18.2426 13.2426 19.25 12 19.25C10.7574 19.25 9.75 18.2426 9.75 17V7Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinejoin=\"round\"/><Path d=\"M2.75 7C2.75 5.75736 3.75736 4.75 5 4.75C6.24264 4.75 7.25 5.75736 7.25 7V12.8571C7.25 14.0998 6.24264 15.1071 5 15.1071C3.75736 15.1071 2.75 14.0998 2.75 12.8571V7Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinejoin=\"round\"/><Path d=\"M16.75 7C16.75 5.75736 17.7574 4.75 19 4.75C20.2426 4.75 21.25 5.75736 21.25 7V10.7857C21.25 12.0284 20.2426 13.0357 19 13.0357C17.7574 13.0357 16.75 12.0284 16.75 10.7857V7Z\" stroke=\"currentColor\" strokeWidth=\"1.5\" strokeLinejoin=\"round\"/>",
|
|
6046
6060
|
"tags": "Path",
|