@central-icons-react-native/round-outlined-radius-0-stroke-1 1.1.43 → 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/IconDino/index.d.ts +4 -0
- package/IconDino/index.js +2 -0
- package/IconDino/index.js.map +1 -0
- package/IconDino/index.mjs +2 -0
- package/IconDino/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 +3 -4
- package/filtered-icons.json +29 -1
- package/icons/index.d.ts +2 -0
- package/icons-index.json +10 -9
- 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
|
@@ -3955,6 +3955,13 @@
|
|
|
3955
3955
|
"iconName": "dices, random, roll",
|
|
3956
3956
|
"pathname": "src/IconDices"
|
|
3957
3957
|
},
|
|
3958
|
+
{
|
|
3959
|
+
"svg": "<Path d=\"M16.5 5V11.4861H16.25C9.05186 7.08765 7.15772 11.0627 5.36892 14.8167C4.23183 17.203 3.13731 19.5 0.75 19.5H6.5V21.5H9.5V19.5H13.5V21.5H16.5V18.6973C18.2934 17.6599 19.5 15.7208 19.5 13.5V7L21.5 5.97222V5C21.5 3.61929 20.3807 2.5 19 2.5C17.6193 2.5 16.5 3.61929 16.5 5Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/>",
|
|
3960
|
+
"tags": "Path",
|
|
3961
|
+
"componentName": "IconDino",
|
|
3962
|
+
"iconName": "dino, age, old",
|
|
3963
|
+
"pathname": "src/IconDino"
|
|
3964
|
+
},
|
|
3958
3965
|
{
|
|
3959
3966
|
"svg": "<Path d=\"M12 16.5V20.5M12 16.5H4.5L1.5 12L4.5 7.5H12V16.5ZM12 3.5H19.5L22.5 8L19.5 12.5H12V3.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
3960
3967
|
"tags": "Path",
|
|
@@ -6034,6 +6041,13 @@
|
|
|
6034
6041
|
"iconName": "judge-gavel, legal, terms, law",
|
|
6035
6042
|
"pathname": "src/IconJudgeGavel"
|
|
6036
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
|
+
},
|
|
6037
6051
|
{
|
|
6038
6052
|
"svg": "<Path d=\"M9.5 4.5H14.5V19.5H9.5V4.5Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/><Path d=\"M2.5 4.5H7.5V15.5H2.5V4.5Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/><Path d=\"M16.5 4.5H21.5V13.5H16.5V4.5Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/>",
|
|
6039
6053
|
"tags": "Path",
|