@central-icons-react-native/round-outlined-radius-0-stroke-1 1.1.72 → 1.1.73
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/IconRemix/index.d.ts +4 -0
- package/IconRemix/index.js +2 -0
- package/IconRemix/index.js.map +1 -0
- package/IconRemix/index.mjs +2 -0
- package/IconRemix/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
|
@@ -8519,6 +8519,13 @@
|
|
|
8519
8519
|
"iconName": "reddit",
|
|
8520
8520
|
"pathname": "src/IconReddit"
|
|
8521
8521
|
},
|
|
8522
|
+
{
|
|
8523
|
+
"svg": "<Path d=\"M3.5 14V4.5H20\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M17.75 1.75L20.5 4.5L17.75 7.25\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M6.25 22.25L3.5 19.5L6.25 16.75\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M4 19.5H20.5V10\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12 8V16\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M8 12H16\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
8524
|
+
"tags": "Path",
|
|
8525
|
+
"componentName": "IconRemix",
|
|
8526
|
+
"iconName": "remix, new-try, repeat",
|
|
8527
|
+
"pathname": "src/IconRemix"
|
|
8528
|
+
},
|
|
8522
8529
|
{
|
|
8523
8530
|
"svg": "<Path d=\"M20.5 3.5H3.5V20.5H20.5V3.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Circle cx=\"12\" cy=\"12\" r=\"3.25\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M14.5 9.5L20 4\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M9.5 14.5L4 20\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M3.5 11L11 3.5\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M13 20.5L20.5 13\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
8524
8531
|
"tags": "Circle, Path",
|