@central-icons-react-native/round-outlined-radius-2-stroke-2 1.1.174 → 1.1.175
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/IconEarth/index.js +1 -1
- package/IconEarth/index.js.map +1 -1
- package/IconEarth/index.mjs +1 -1
- package/IconEarth/index.mjs.map +1 -1
- package/IconMinusMedium/index.d.ts +4 -0
- package/IconMinusMedium/index.js +2 -0
- package/IconMinusMedium/index.js.map +1 -0
- package/IconMinusMedium/index.mjs +2 -0
- package/IconMinusMedium/index.mjs.map +1 -0
- package/IconPlusMedium/index.d.ts +4 -0
- package/IconPlusMedium/index.js +2 -0
- package/IconPlusMedium/index.js.map +1 -0
- package/IconPlusMedium/index.mjs +2 -0
- package/IconPlusMedium/index.mjs.map +1 -0
- package/IconTower/index.d.ts +4 -0
- package/IconTower/index.js +2 -0
- package/IconTower/index.js.map +1 -0
- package/IconTower/index.mjs +2 -0
- package/IconTower/index.mjs.map +1 -0
- package/README.md +3 -0
- package/filtered-icons.json +43 -1
- package/icons/index.d.ts +3 -0
- package/icons-index.json +10 -4
- package/index.d.ts +3 -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 +22 -1
package/license-check.js
CHANGED
package/package.json
CHANGED
package/tsx-icons.json
CHANGED
|
@@ -4810,7 +4810,7 @@
|
|
|
4810
4810
|
"pathname": "src/IconEar"
|
|
4811
4811
|
},
|
|
4812
4812
|
{
|
|
4813
|
-
"svg": "<Path d=\"
|
|
4813
|
+
"svg": "<Path d=\"M21 12C21 16.9706 16.9706 21 12 21C7.02944 21 3 16.9706 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M14.025 16.8649C14.5753 16.8649 15.0783 16.554 15.3244 16.0618C15.6512 15.4083 15.4417 14.6138 14.8353 14.2063L13.4641 13.2848C13.1782 13.0927 12.8464 12.9799 12.5026 12.958L11.6758 12.9052C11.3332 12.8833 10.9977 13.0096 10.7546 13.2519C10.3497 13.6553 10.2864 14.2886 10.6034 14.7641L11.4263 15.9983C11.7872 16.5397 12.3948 16.8649 13.0454 16.8649H14.025Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M4.17188 8.07009L6.85418 10.0833C7.50947 10.5751 8.45007 10.3548 8.81868 9.62304C8.99052 9.28191 9.30216 9.03232 9.67258 8.93913L11.846 8.39239C12.5419 8.21732 13.085 7.67346 13.2591 6.97729L14.1264 3.50879\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
4814
4814
|
"tags": "Path",
|
|
4815
4815
|
"componentName": "IconEarth",
|
|
4816
4816
|
"iconName": "earth, globe, world",
|
|
@@ -7959,6 +7959,13 @@
|
|
|
7959
7959
|
"iconName": "minus-large, remove, delete",
|
|
7960
7960
|
"pathname": "src/IconMinusLarge"
|
|
7961
7961
|
},
|
|
7962
|
+
{
|
|
7963
|
+
"svg": "<Path d=\"M5.5 12H18.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/>",
|
|
7964
|
+
"tags": "Path",
|
|
7965
|
+
"componentName": "IconMinusMedium",
|
|
7966
|
+
"iconName": "minus-medium, remove, delete",
|
|
7967
|
+
"pathname": "src/IconMinusMedium"
|
|
7968
|
+
},
|
|
7962
7969
|
{
|
|
7963
7970
|
"svg": "<Path d=\"M7 12H17\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/>",
|
|
7964
7971
|
"tags": "Path",
|
|
@@ -9429,6 +9436,13 @@
|
|
|
9429
9436
|
"iconName": "plus-large, add large",
|
|
9430
9437
|
"pathname": "src/IconPlusLarge"
|
|
9431
9438
|
},
|
|
9439
|
+
{
|
|
9440
|
+
"svg": "<Path d=\"M12 5.5V12M12 12V18.5M12 12H5.5M12 12H18.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/>",
|
|
9441
|
+
"tags": "Path",
|
|
9442
|
+
"componentName": "IconPlusMedium",
|
|
9443
|
+
"iconName": "plus-medium, add medium",
|
|
9444
|
+
"pathname": "src/IconPlusMedium"
|
|
9445
|
+
},
|
|
9432
9446
|
{
|
|
9433
9447
|
"svg": "<Path d=\"M12 7V12M12 12V17M12 12H7M12 12H17\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\"/>",
|
|
9434
9448
|
"tags": "Path",
|
|
@@ -12285,6 +12299,13 @@
|
|
|
12285
12299
|
"iconName": "touch-grass, nature, logout",
|
|
12286
12300
|
"pathname": "src/IconTouchGrass"
|
|
12287
12301
|
},
|
|
12302
|
+
{
|
|
12303
|
+
"svg": "<Path d=\"M9 3L15 3\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M12 3V5.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M17.5 10.5L18.4933 7.85112C18.7385 7.19737 18.2552 6.5 17.557 6.5H6.443C5.74479 6.5 5.26151 7.19737 5.50667 7.85112L6.5 10.5\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M19.4612 10.5H4.53876C3.8151 10.5 3.33105 11.2449 3.62495 11.9061L4.73606 14.4061C4.89656 14.7673 5.25468 15 5.64987 15H18.3501C18.7453 15 19.1034 14.7673 19.2639 14.4061L20.375 11.9061C20.669 11.2449 20.1849 10.5 19.4612 10.5Z\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M10 15V21H14V15\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
12304
|
+
"tags": "Path",
|
|
12305
|
+
"componentName": "IconTower",
|
|
12306
|
+
"iconName": "tower, terminal",
|
|
12307
|
+
"pathname": "src/IconTower"
|
|
12308
|
+
},
|
|
12288
12309
|
{
|
|
12289
12310
|
"svg": "<Path d=\"M7 3V10M7 10H6C4.89543 10 4 10.8954 4 12V16C4 17.1046 4.89543 18 6 18H7M7 10H8C9.10457 10 10 10.8954 10 12V16C10 17.1046 9.10457 18 8 18H7M7 18V21M17 3V6M17 6H16C14.8954 6 14 6.89543 14 8V16C14 17.1046 14.8954 18 16 18H17M17 6H18C19.1046 6 20 6.89543 20 8V16C20 17.1046 19.1046 18 18 18H17M17 18V21\" stroke=\"currentColor\" strokeWidth=\"2\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
12290
12311
|
"tags": "Path",
|