@central-icons-react-native/round-outlined-radius-2-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 14V6.5C3.5 5.39543 4.39543 4.5 5.5 4.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.5H18.5C19.6046 19.5 20.5 18.6046 20.5 17.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=\"M18.5 3.5H5.5C4.39543 3.5 3.5 4.39543 3.5 5.5V18.5C3.5 19.6046 4.39543 20.5 5.5 20.5H18.5C19.6046 20.5 20.5 19.6046 20.5 18.5V5.5C20.5 4.39543 19.6046 3.5 18.5 3.5Z\" stroke=\"currentColor\"/><Circle cx=\"12\" cy=\"12\" r=\"3.25\" stroke=\"currentColor\"/><Path d=\"M14.5 9.5L19.5 4.5\" stroke=\"currentColor\" strokeLinecap=\"round\"/><Path d=\"M9.5 14.5L4.5 19.5\" stroke=\"currentColor\" strokeLinecap=\"round\"/><Path d=\"M3.5 11L11 3.5\" stroke=\"currentColor\" strokeLinecap=\"round\"/><Path d=\"M13 20.5L20.5 13\" stroke=\"currentColor\" strokeLinecap=\"round\"/>",
|
|
8524
8531
|
"tags": "Circle, Path",
|