@central-icons-react-native/round-outlined-radius-0-stroke-1 1.1.129 → 1.1.130
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/IconCloseCircleDashed/index.d.ts +4 -0
- package/IconCloseCircleDashed/index.js +2 -0
- package/IconCloseCircleDashed/index.js.map +1 -0
- package/IconCloseCircleDashed/index.mjs +2 -0
- package/IconCloseCircleDashed/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
|
@@ -3332,6 +3332,13 @@
|
|
|
3332
3332
|
"iconName": "clock-square, time, timer",
|
|
3333
3333
|
"pathname": "src/IconClockSquare"
|
|
3334
3334
|
},
|
|
3335
|
+
{
|
|
3336
|
+
"svg": "<Path d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\" strokeDasharray=\"4 4\"/><Path d=\"M15 9L9 15\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/><Path d=\"M15 15L9 9\" stroke=\"currentColor\" strokeLinecap=\"round\" strokeLinejoin=\"round\"/>",
|
|
3337
|
+
"tags": "Path",
|
|
3338
|
+
"componentName": "IconCloseCircleDashed",
|
|
3339
|
+
"iconName": "close-circle-dashed, close, checkbox, remove",
|
|
3340
|
+
"pathname": "src/IconCloseCircleDashed"
|
|
3341
|
+
},
|
|
3335
3342
|
{
|
|
3336
3343
|
"svg": "<Path fillRule=\"evenodd\" clipRule=\"evenodd\" d=\"M10.4142 10.5858C9.63316 9.80474 8.36684 9.80474 7.58579 10.5858C6.80474 11.3668 6.80474 12.6332 7.58579 13.4142C8.36684 14.1953 9.63316 14.1953 10.4142 13.4142C10.6095 13.219 10.9261 13.219 11.1213 13.4142C11.3166 13.6095 11.3166 13.9261 11.1213 14.1213C9.94975 15.2929 8.05025 15.2929 6.87868 14.1213C5.70711 12.9497 5.70711 11.0503 6.87868 9.87868C8.05025 8.70711 9.94975 8.70711 11.1213 9.87868C11.3166 10.0739 11.3166 10.3905 11.1213 10.5858C10.9261 10.781 10.6095 10.781 10.4142 10.5858ZM16.8942 10.5858C16.1132 9.80474 14.8468 9.80474 14.0658 10.5858C13.2847 11.3668 13.2847 12.6332 14.0658 13.4142C14.8468 14.1953 16.1132 14.1953 16.8942 13.4142C17.0895 13.219 17.4061 13.219 17.6013 13.4142C17.7966 13.6095 17.7966 13.9261 17.6013 14.1213C16.4297 15.2929 14.5303 15.2929 13.3587 14.1213C12.1871 12.9497 12.1871 11.0503 13.3587 9.87868C14.5303 8.70711 16.4297 8.70711 17.6013 9.87868C17.7966 10.0739 17.7966 10.3905 17.6013 10.5858C17.4061 10.781 17.0895 10.781 16.8942 10.5858Z\" fill=\"currentColor\"/><Path d=\"M20.5 3.5H3.5V20.5H20.5V3.5Z\" stroke=\"currentColor\" strokeLinecap=\"square\" strokeLinejoin=\"round\"/>",
|
|
3337
3344
|
"tags": "Path",
|