@central-icons-react-native/round-outlined-radius-0-stroke-1 1.1.144 → 1.1.145
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/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 +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
|
@@ -10927,6 +10927,13 @@
|
|
|
10927
10927
|
"iconName": "stable-voice, stable-volume, voice-circle, voice-control",
|
|
10928
10928
|
"pathname": "src/IconStableVoice"
|
|
10929
10929
|
},
|
|
10930
|
+
{
|
|
10931
|
+
"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\"/>",
|
|
10932
|
+
"tags": "Path, Rect",
|
|
10933
|
+
"componentName": "IconStackOverflow",
|
|
10934
|
+
"iconName": "stack-overflow",
|
|
10935
|
+
"pathname": "src/IconStackOverflow"
|
|
10936
|
+
},
|
|
10930
10937
|
{
|
|
10931
10938
|
"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
10939
|
"tags": "Path",
|