@central-icons-react-native/round-outlined-radius-0-stroke-1 1.1.144 → 1.1.146
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/IconHeartDonation/index.d.ts +4 -0
- package/IconHeartDonation/index.js +2 -0
- package/IconHeartDonation/index.js.map +1 -0
- package/IconHeartDonation/index.mjs +2 -0
- package/IconHeartDonation/index.mjs.map +1 -0
- package/IconStackOverflow/index.d.ts +4 -0
- package/IconStackOverflow/index.js +2 -0
- package/IconStackOverflow/index.js.map +1 -0
- package/IconStackOverflow/index.mjs +2 -0
- package/IconStackOverflow/index.mjs.map +1 -0
- package/README.md +2 -0
- package/filtered-icons.json +28 -0
- package/icons/index.d.ts +2 -0
- package/icons-index.json +8 -4
- 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
|
@@ -6363,6 +6363,13 @@
|
|
|
6363
6363
|
"iconName": "heart-beat, heart rate, pulse",
|
|
6364
6364
|
"pathname": "src/IconHeartBeat"
|
|
6365
6365
|
},
|
|
6366
|
+
{
|
|
6367
|
+
"svg": "<Path d=\"M12 5.37552C18.5042 -1.25346 29.6544 11.0575 12 21C-5.65441 11.0576 5.4957 -1.25346 12 5.37552Z\" stroke=\"currentColor\" strokeLinejoin=\"round\"/><Path d=\"M12.0121 9.09756V8M12.0121 16.2317V17M9.67981 14.4482C10.516 16.0945 14.0701 16.0047 14.0701 14.1567C14.0701 11.8246 9.88887 12.9453 9.88887 10.561C9.88887 8.9544 12.4615 8.72364 13.6585 9.80164\" stroke=\"currentColor\" strokeLinecap=\"round\"/>",
|
|
6368
|
+
"tags": "Path",
|
|
6369
|
+
"componentName": "IconHeartDonation",
|
|
6370
|
+
"iconName": "heart-donation, dollar",
|
|
6371
|
+
"pathname": "src/IconHeartDonation"
|
|
6372
|
+
},
|
|
6366
6373
|
{
|
|
6367
6374
|
"svg": "<Path d=\"M10.5 13.5H13.5L21.5 5.5L18.4806 2.5L10.5 10.5V13.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M11.4124 21.5001C10.4024 21.2431 8.31961 20.6053 6.0785 18.3241C2.3324 14.5111 1.3734 9.30506 3.93652 6.69614C6.04251 4.55253 10.1234 4.71808 13.5 7.00005\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M16.9998 10.5C19.914 13.9238 20.7163 17.1099 18.4804 18.9305C16.8054 20.2945 14.6859 18.7172 13.4492 17.5013\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
6368
6375
|
"tags": "Path",
|
|
@@ -10927,6 +10934,13 @@
|
|
|
10927
10934
|
"iconName": "stable-voice, stable-volume, voice-circle, voice-control",
|
|
10928
10935
|
"pathname": "src/IconStableVoice"
|
|
10929
10936
|
},
|
|
10937
|
+
{
|
|
10938
|
+
"svg": "<Rect width=\"24\" height=\"24\" fill=\"white\"/><Path d=\"M21.0056 10.0319C20.0787 10.7255 19.262 11.5292 18.5556 12.4431L18.5847 12.4528V12.4625L18.5556 12.4431C17.8635 13.3368 17.2854 14.3133 16.8347 15.35L16.8153 15.3986C16.3719 16.4296 16.0679 17.5151 15.9111 18.6264V18.6458C15.8269 19.2421 15.7847 19.8514 15.7847 20.4736C15.7847 21.0083 15.8528 21.4847 15.9111 22H3V18.6264H14.1806L14.2486 18.2083L3.48611 15.35L4.39028 12.0444L15.2889 14.9417L15.4444 14.6111L5.64444 9.03056L7.375 6.05556L17.3111 11.7236L17.5542 11.4417L9.41667 3.42083L11.8667 1L21.0056 10.0319Z\" fill=\"currentColor\"/>",
|
|
10939
|
+
"tags": "Path, Rect",
|
|
10940
|
+
"componentName": "IconStackOverflow",
|
|
10941
|
+
"iconName": "stack-overflow",
|
|
10942
|
+
"pathname": "src/IconStackOverflow"
|
|
10943
|
+
},
|
|
10930
10944
|
{
|
|
10931
10945
|
"svg": "<Path d=\"M2.5 4.5H21.5V19.5H2.5V4.5Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M21.2496 18.7498L17.9998 15.5H5.9998L2.75 18.7498\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
10932
10946
|
"tags": "Path",
|