@central-icons-react-native/round-outlined-radius-0-stroke-2 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=\"M19.25 3C20.7688 3 22 4.23122 22 5.75V6.5L20 7.5V13C20 15.2205 18.7929 17.1578 17 18.1953V20C17 20.5523 16.5523 21 16 21H15C14.4477 21 14 20.5523 14 20V19H10V20C10 20.5523 9.55228 21 9 21H8C7.44772 21 7 20.5523 7 20V19H2C7 17.5 4.5 4.5 16 11.5H16.5V5.75C16.5 4.23122 17.7312 3 19.25 3Z\" stroke=\"currentColor\" strokeWidth=\"2\" 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 12H19L22 8L19 4H12V8M12 12V8M12 12V16M12 8H5L2 12L5 16H12M12 16V20\" stroke=\"currentColor\" strokeWidth=\"2\" 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=\"M8 19L16 19\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/><Path d=\"M16 5H21V10\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M20.5 5.5C16 9.5 12.5 13.5 12 19\" stroke=\"currentColor\" strokeWidth=\"2\"/><Path d=\"M12 18.9999V18.9122C12 12.9251 7.5 7 2 7.06002\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/>",
|
|
6046
|
+
"tags": "Path",
|
|
6047
|
+
"componentName": "IconJump",
|
|
6048
|
+
"iconName": "jump, skip",
|
|
6049
|
+
"pathname": "src/IconJump"
|
|
6050
|
+
},
|
|
6037
6051
|
{
|
|
6038
6052
|
"svg": "<Path d=\"M10 5H14V19H10V5Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/><Path d=\"M3 5H7V15H3V5Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/><Path d=\"M17 5H21V13H17V5Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinejoin=\"round\"/>",
|
|
6039
6053
|
"tags": "Path",
|