@central-icons-react-native/square-outlined-radius-0-stroke-1 1.1.60 → 1.1.61
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/IconPropeller/index.d.ts +4 -0
- package/IconPropeller/index.js +2 -0
- package/IconPropeller/index.js.map +1 -0
- package/IconPropeller/index.mjs +2 -0
- package/IconPropeller/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
|
@@ -8253,6 +8253,13 @@
|
|
|
8253
8253
|
"iconName": "prompt-text-to-video",
|
|
8254
8254
|
"pathname": "src/IconPromptTextToVideo"
|
|
8255
8255
|
},
|
|
8256
|
+
{
|
|
8257
|
+
"svg": "<Path d=\"M14.9996 11.8074C14.9996 11.8074 18.0006 11.6645 19.5091 12.7084C23.9475 15.7802 15.0042 23.1263 13.4449 20.5967C12.6235 19.264 14.4807 17.0138 13.7229 15.0006\" stroke=\"currentColor\"/><Path d=\"M10.6686 14.6928C10.6686 14.6928 9.29192 17.3632 7.63357 18.1476C2.75411 20.4555 0.863856 9.03732 3.8342 8.95172C5.39903 8.90673 6.41918 11.6403 8.54159 11.9905\" stroke=\"currentColor\"/><Path d=\"M10.3357 9.5C10.3357 9.5 8.71149 6.97256 8.86133 5.14417C9.30241 -0.235485 20.1359 3.83658 18.7249 6.45177C17.9814 7.82944 15.1041 7.34615 13.7395 9.00908\" stroke=\"currentColor\"/><Path d=\"M15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12Z\" stroke=\"currentColor\"/>",
|
|
8258
|
+
"tags": "Path",
|
|
8259
|
+
"componentName": "IconPropeller",
|
|
8260
|
+
"iconName": "propeller, flight, test, wind",
|
|
8261
|
+
"pathname": "src/IconPropeller"
|
|
8262
|
+
},
|
|
8256
8263
|
{
|
|
8257
8264
|
"svg": "<Circle cx=\"6\" cy=\"6\" r=\"2.5\" stroke=\"currentColor\"/><Circle cx=\"6\" cy=\"18\" r=\"2.5\" stroke=\"currentColor\"/><Circle cx=\"18\" cy=\"18\" r=\"2.5\" stroke=\"currentColor\"/><Path d=\"M6 8.5V15.5\" stroke=\"currentColor\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/><Path d=\"M12 6H18V15.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/><Path d=\"M14 3.5L11.5 6L14 8.5\" stroke=\"currentColor\" strokeLinecap=\"square\"/>",
|
|
8258
8265
|
"tags": "Circle, Path",
|