@central-icons-react-native/square-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
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var f=Object.create;var s=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!d.call(r,t)&&t!==e&&s(r,t,{get:()=>o[t],enumerable:!(a=k(o,t))||a.enumerable});return r};var l=(r,o,e)=>(e=r!=null?f(I(r)):{},C(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>C(s({},"__esModule",{value:!0}),r);var h={};x(h,{IconCloseCircleDashed:()=>i,default:()=>g});module.exports=P(h);var n=l(require("react"));var c=l(require("react")),m=require("react-native-svg"),u=({children:r,size:o=24,...e})=>c.default.createElement(m.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),i=r=>n.default.createElement(u,{...r},n.default.createElement(p.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:"square",strokeLinejoin:"round",strokeDasharray:"4 4"}),n.default.createElement(p.Path,{d:"M15 9L9 15",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement(p.Path,{d:"M15 15L9 9",stroke:"currentColor",strokeLinecap:"square"})),g=i;0&&(module.exports={IconCloseCircleDashed});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCloseCircleDashed/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconCloseCircleDashed: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n 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\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n strokeDasharray=\"4 4\"\n />\n <Path d=\"M15 9L9 15\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M15 15L9 9\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n </CentralIconBase>\n );\n};\n\nexport default IconCloseCircleDashed;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,2BAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAmDC,GAE5D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,8IACF,OAAO,eACP,cAAc,SACd,eAAe,QACf,gBAAgB,MAClB,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,aAAa,OAAO,eAAe,cAAc,SAAS,EAClE,EAAAA,QAAA,cAAC,QAAK,EAAE,aAAa,OAAO,eAAe,cAAc,SAAS,CACpE,EAIGE,EAAQJ","names":["IconCloseCircleDashed_exports","__export","IconCloseCircleDashed","IconCloseCircleDashed_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCloseCircleDashed","props","React","CentralIconBase","IconCloseCircleDashed_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as a}from"react-native-svg";var n=({children:e,size:r=24,...s})=>p.createElement(a,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var C=e=>o.createElement(n,{...e},o.createElement(t,{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:"square",strokeLinejoin:"round",strokeDasharray:"4 4"}),o.createElement(t,{d:"M15 9L9 15",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(t,{d:"M15 15L9 9",stroke:"currentColor",strokeLinecap:"square"})),d=C;export{C as IconCloseCircleDashed,d as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCloseCircleDashed/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconCloseCircleDashed: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n 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\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n strokeLinejoin=\"round\"\n strokeDasharray=\"4 4\"\n />\n <Path d=\"M15 9L9 15\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M15 15L9 9\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n </CentralIconBase>\n );\n};\n\nexport default IconCloseCircleDashed;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAmDC,GAE5DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,8IACF,OAAO,eACP,cAAc,SACd,eAAe,QACf,gBAAgB,MAClB,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,aAAa,OAAO,eAAe,cAAc,SAAS,EAClEG,EAAA,cAACH,EAAA,CAAK,EAAE,aAAa,OAAO,eAAe,cAAc,SAAS,CACpE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCloseCircleDashed","props","React","CentralIconBase","IconCloseCircleDashed_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -6664,6 +6664,20 @@
|
|
|
6664
6664
|
"packageName": "square-outlined-radius-0-stroke-1",
|
|
6665
6665
|
"componentName": "IconClockSquare"
|
|
6666
6666
|
},
|
|
6667
|
+
{
|
|
6668
|
+
"category": "Interface General",
|
|
6669
|
+
"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\" stroke-linecap=\"square\" stroke-linejoin=\"round\" stroke-dasharray=\"4 4\"/><path d=\"M15 9L9 15\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M15 15L9 9\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
|
|
6670
|
+
"iconName": "close-circle-dashed, close, checkbox, remove",
|
|
6671
|
+
"variant": {
|
|
6672
|
+
"join": "square",
|
|
6673
|
+
"filled": "off",
|
|
6674
|
+
"radius": "0",
|
|
6675
|
+
"stroke": "1"
|
|
6676
|
+
},
|
|
6677
|
+
"createdAt": "2026-02-16T09:01:03.597362+00:00",
|
|
6678
|
+
"packageName": "square-outlined-radius-0-stroke-1",
|
|
6679
|
+
"componentName": "IconCloseCircleDashed"
|
|
6680
|
+
},
|
|
6667
6681
|
{
|
|
6668
6682
|
"category": "Photography & Video",
|
|
6669
6683
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M10.9142 10.5858C10.1332 9.80474 8.86684 9.80474 8.08579 10.5858C7.30474 11.3668 7.30474 12.6332 8.08579 13.4142C8.86684 14.1953 10.1332 14.1953 10.9142 13.4142L11.6213 14.1213C10.4497 15.2929 8.55025 15.2929 7.37868 14.1213C6.20711 12.9497 6.20711 11.0503 7.37868 9.87868C8.55025 8.70711 10.4497 8.70711 11.6213 9.87868L10.9142 10.5858ZM16.9142 10.5858C16.1332 9.80474 14.8668 9.80474 14.0858 10.5858C13.3047 11.3668 13.3047 12.6332 14.0858 13.4142C14.8668 14.1953 16.1332 14.1953 16.9142 13.4142L17.6213 14.1213C16.4497 15.2929 14.5503 15.2929 13.3787 14.1213C12.2071 12.9497 12.2071 11.0503 13.3787 9.87868C14.5503 8.70711 16.4497 8.70711 17.6213 9.87868L16.9142 10.5858Z\" fill=\"currentColor\"/><path d=\"M20.5 3.5H3.5V20.5H20.5V3.5Z\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
|
package/icons/index.d.ts
CHANGED
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/square-outlined-radius-0-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.130",
|
|
4
4
|
"style": "square-outlined-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-outlined-radius-0-stroke-1/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1787,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 68,
|
|
@@ -886,7 +886,7 @@
|
|
|
886
886
|
]
|
|
887
887
|
},
|
|
888
888
|
"Interface General": {
|
|
889
|
-
"count":
|
|
889
|
+
"count": 186,
|
|
890
890
|
"icons": [
|
|
891
891
|
"IconAnchor1",
|
|
892
892
|
"IconAnchor2",
|
|
@@ -952,6 +952,7 @@
|
|
|
952
952
|
"IconCircleX",
|
|
953
953
|
"IconClipboard",
|
|
954
954
|
"IconClipboard2",
|
|
955
|
+
"IconCloseCircleDashed",
|
|
955
956
|
"IconCompassRound",
|
|
956
957
|
"IconCompassSquare",
|
|
957
958
|
"IconCrossLarge",
|
|
@@ -2464,6 +2465,7 @@
|
|
|
2464
2465
|
"IconClockAlert": "clock-alert, timer",
|
|
2465
2466
|
"IconClockSnooze": "clock-snooze, timer, snooze, zz",
|
|
2466
2467
|
"IconClockSquare": "clock-square, time, timer",
|
|
2468
|
+
"IconCloseCircleDashed": "close-circle-dashed, close, checkbox, remove",
|
|
2467
2469
|
"IconClosedCaptioning": "closed-captioning, cc",
|
|
2468
2470
|
"IconCloseQuote1": "close-quote-1, blockquote",
|
|
2469
2471
|
"IconCloseQuote2": "close-quote-2, blockquote",
|
package/index.d.ts
CHANGED
|
@@ -474,6 +474,7 @@ export { IconClock, default as IconClockDefault } from "./IconClock";
|
|
|
474
474
|
export { IconClockAlert, default as IconClockAlertDefault, } from "./IconClockAlert";
|
|
475
475
|
export { IconClockSnooze, default as IconClockSnoozeDefault, } from "./IconClockSnooze";
|
|
476
476
|
export { IconClockSquare, default as IconClockSquareDefault, } from "./IconClockSquare";
|
|
477
|
+
export { IconCloseCircleDashed, default as IconCloseCircleDashedDefault, } from "./IconCloseCircleDashed";
|
|
477
478
|
export { IconCloseQuote1, default as IconCloseQuote1Default, } from "./IconCloseQuote1";
|
|
478
479
|
export { IconCloseQuote2, default as IconCloseQuote2Default, } from "./IconCloseQuote2";
|
|
479
480
|
export { IconClosedCaptioning, default as IconClosedCaptioningDefault, } from "./IconClosedCaptioning";
|