@central-icons-react-native/square-outlined-radius-0-stroke-1 1.1.55 → 1.1.57
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/IconCalenderSparkle/index.d.ts +4 -0
- package/IconCalenderSparkle/index.js +2 -0
- package/IconCalenderSparkle/index.js.map +1 -0
- package/IconCalenderSparkle/index.mjs +2 -0
- package/IconCalenderSparkle/index.mjs.map +1 -0
- package/IconExclamationCircleBold/index.d.ts +4 -0
- package/IconExclamationCircleBold/index.js +2 -0
- package/IconExclamationCircleBold/index.js.map +1 -0
- package/IconExclamationCircleBold/index.mjs +2 -0
- package/IconExclamationCircleBold/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
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var s=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},l=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let p of f(o))!B.call(r,p)&&p!==e&&s(r,p,{get:()=>o[p],enumerable:!(a=k(o,p))||a.enumerable});return r};var C=(r,o,e)=>(e=r!=null?i(d(r)):{},l(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),V=r=>l(s({},"__esModule",{value:!0}),r);var P={};I(P,{IconCalenderSparkle:()=>L,default:()=>x});module.exports=V(P);var t=C(require("react"));var u=C(require("react")),c=require("react-native-svg"),m=({children:r,size:o=24,...e})=>u.default.createElement(c.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 n=require("react-native-svg"),L=r=>t.default.createElement(m,{...r},t.default.createElement(n.Path,{d:"M20.5 4.5H3.5V8.5H20.5V4.5Z",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M20.5 8.5V12.5",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M3.5 8.5V20.5H12.5",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M7.5 4.5V2.5",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M16.5 4.5V2.5",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M18.4 14H17.6L16.6 16.6L14 17.6V18.4L16.6 19.4L17.6 22H18.4L19.4 19.4L22 18.4V17.6L19.4 16.6L18.4 14Z",fill:"currentColor"})),x=L;0&&(module.exports={IconCalenderSparkle});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCalenderSparkle/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 IconCalenderSparkle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.5 4.5H3.5V8.5H20.5V4.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path d=\"M20.5 8.5V12.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path\n d=\"M3.5 8.5V20.5H12.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path d=\"M7.5 4.5V2.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M16.5 4.5V2.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path\n d=\"M18.4 14H17.6L16.6 16.6L14 17.6V18.4L16.6 19.4L17.6 22H18.4L19.4 19.4L22 18.4V17.6L19.4 16.6L18.4 14Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCalenderSparkle;\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,yBAAAE,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,EAAiDC,GAE1D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,8BACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,SAAS,EACtE,EAAAA,QAAA,cAAC,QACC,EAAE,qBACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,eAAe,OAAO,eAAe,cAAc,SAAS,EACpE,EAAAA,QAAA,cAAC,QAAK,EAAE,gBAAgB,OAAO,eAAe,cAAc,SAAS,EACrE,EAAAA,QAAA,cAAC,QACC,EAAE,wGACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconCalenderSparkle_exports","__export","IconCalenderSparkle","IconCalenderSparkle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCalenderSparkle","props","React","CentralIconBase","IconCalenderSparkle_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import s from"react";import{Svg as a}from"react-native-svg";var n=({children:t,size:o=24,...p})=>s.createElement(a,{...p,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},t);import{Path as e}from"react-native-svg";var l=t=>r.createElement(n,{...t},r.createElement(e,{d:"M20.5 4.5H3.5V8.5H20.5V4.5Z",stroke:"currentColor",strokeLinecap:"square"}),r.createElement(e,{d:"M20.5 8.5V12.5",stroke:"currentColor",strokeLinecap:"square"}),r.createElement(e,{d:"M3.5 8.5V20.5H12.5",stroke:"currentColor",strokeLinecap:"square"}),r.createElement(e,{d:"M7.5 4.5V2.5",stroke:"currentColor",strokeLinecap:"square"}),r.createElement(e,{d:"M16.5 4.5V2.5",stroke:"currentColor",strokeLinecap:"square"}),r.createElement(e,{d:"M18.4 14H17.6L16.6 16.6L14 17.6V18.4L16.6 19.4L17.6 22H18.4L19.4 19.4L22 18.4V17.6L19.4 16.6L18.4 14Z",fill:"currentColor"})),B=l;export{l as IconCalenderSparkle,B as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCalenderSparkle/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 IconCalenderSparkle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M20.5 4.5H3.5V8.5H20.5V4.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path d=\"M20.5 8.5V12.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path\n d=\"M3.5 8.5V20.5H12.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path d=\"M7.5 4.5V2.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path d=\"M16.5 4.5V2.5\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n <Path\n d=\"M18.4 14H17.6L16.6 16.6L14 17.6V18.4L16.6 19.4L17.6 22H18.4L19.4 19.4L22 18.4V17.6L19.4 16.6L18.4 14Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCalenderSparkle;\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,EAAiDC,GAE1DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,8BACF,OAAO,eACP,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,iBAAiB,OAAO,eAAe,cAAc,SAAS,EACtEG,EAAA,cAACH,EAAA,CACC,EAAE,qBACF,OAAO,eACP,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,eAAe,OAAO,eAAe,cAAc,SAAS,EACpEG,EAAA,cAACH,EAAA,CAAK,EAAE,gBAAgB,OAAO,eAAe,cAAc,SAAS,EACrEG,EAAA,cAACH,EAAA,CACC,EAAE,wGACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCalenderSparkle","props","React","CentralIconBase","IconCalenderSparkle_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var x=Object.create;var p=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,c)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!P.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(c=u(o,e))||c.enumerable});return r};var a=(r,o,t)=>(t=r!=null?x(I(r)):{},C(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),y=r=>C(p({},"__esModule",{value:!0}),r);var d={};g(d,{IconExclamationCircleBold:()=>i,default:()=>v});module.exports=y(d);var n=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),f=({children:r,size:o=24,...t})=>m.default.createElement(s.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var l=require("react-native-svg"),i=r=>n.default.createElement(f,{...r},n.default.createElement(l.Circle,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor"}),n.default.createElement(l.Path,{d:"M11.5 13.5L11.25 7H12.75L12.5 13.5H11.5Z",fill:"currentColor"}),n.default.createElement(l.Circle,{cx:"12.0001",cy:"15.9996",r:"0.9",fill:"currentColor"})),v=i;0&&(module.exports={IconExclamationCircleBold});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconExclamationCircleBold/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconExclamationCircleBold: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" />\n <Path d=\"M11.5 13.5L11.25 7H12.75L12.5 13.5H11.5Z\" fill=\"currentColor\" />\n <Circle cx=\"12.0001\" cy=\"15.9996\" r=\"0.9\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconExclamationCircleBold;\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,+BAAAE,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,EAA6B,4BAEhBC,EAAuDC,GAEhE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,MAAM,OAAO,eAAe,EACtD,EAAAA,QAAA,cAAC,QAAK,EAAE,2CAA2C,KAAK,eAAe,EACvE,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,CAChE,EAIGE,EAAQJ","names":["IconExclamationCircleBold_exports","__export","IconExclamationCircleBold","IconExclamationCircleBold_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconExclamationCircleBold","props","React","CentralIconBase","IconExclamationCircleBold_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as c}from"react-native-svg";var e=({children:t,size:r=24,...l})=>p.createElement(c,{...l,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Circle as n,Path as C}from"react-native-svg";var a=t=>o.createElement(e,{...t},o.createElement(n,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor"}),o.createElement(C,{d:"M11.5 13.5L11.25 7H12.75L12.5 13.5H11.5Z",fill:"currentColor"}),o.createElement(n,{cx:"12.0001",cy:"15.9996",r:"0.9",fill:"currentColor"})),g=a;export{a as IconExclamationCircleBold,g as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconExclamationCircleBold/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconExclamationCircleBold: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" />\n <Path d=\"M11.5 13.5L11.25 7H12.75L12.5 13.5H11.5Z\" fill=\"currentColor\" />\n <Circle cx=\"12.0001\" cy=\"15.9996\" r=\"0.9\" fill=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconExclamationCircleBold;\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAAuDC,GAEhEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,MAAM,OAAO,eAAe,EACtDI,EAAA,cAACH,EAAA,CAAK,EAAE,2CAA2C,KAAK,eAAe,EACvEG,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,UAAU,EAAE,MAAM,KAAK,eAAe,CAChE,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconExclamationCircleBold","props","React","CentralIconBase","IconExclamationCircleBold_default"]}
|
package/README.md
CHANGED
|
@@ -154,6 +154,7 @@ Below is a complete list of available icons:
|
|
|
154
154
|
- IconBroomSparkle
|
|
155
155
|
- IconBubbleSparkle
|
|
156
156
|
- IconBubbleWideSparkle
|
|
157
|
+
- IconCalenderSparkle
|
|
157
158
|
- IconClipboard2Sparkle
|
|
158
159
|
- IconCloudySparkle
|
|
159
160
|
- IconConsoleSparkle
|
|
@@ -956,6 +957,7 @@ Below is a complete list of available icons:
|
|
|
956
957
|
- IconDoupleCheckmark2Small
|
|
957
958
|
- IconElectrocardiogram
|
|
958
959
|
- IconExclamationCircle
|
|
960
|
+
- IconExclamationCircleBold
|
|
959
961
|
- IconExclamationTriangle
|
|
960
962
|
- IconFeature
|
|
961
963
|
- IconGauge
|
package/filtered-icons.json
CHANGED
|
@@ -4522,6 +4522,20 @@
|
|
|
4522
4522
|
"packageName": "square-outlined-radius-0-stroke-1",
|
|
4523
4523
|
"componentName": "IconCalenderRemove"
|
|
4524
4524
|
},
|
|
4525
|
+
{
|
|
4526
|
+
"category": "AI & Magic",
|
|
4527
|
+
"svg": "<path d=\"M20.5 4.5H3.5V8.5H20.5V4.5Z\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M20.5 8.5V12.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M3.5 8.5V20.5H12.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M7.5 4.5V2.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M16.5 4.5V2.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M18.4 14H17.6L16.6 16.6L14 17.6V18.4L16.6 19.4L17.6 22H18.4L19.4 19.4L22 18.4V17.6L19.4 16.6L18.4 14Z\" fill=\"currentColor\"/>",
|
|
4528
|
+
"iconName": "calender-sparkle, date, plan",
|
|
4529
|
+
"variant": {
|
|
4530
|
+
"join": "square",
|
|
4531
|
+
"filled": "off",
|
|
4532
|
+
"radius": "0",
|
|
4533
|
+
"stroke": "1"
|
|
4534
|
+
},
|
|
4535
|
+
"createdAt": "2025-12-03T18:02:10.565319+00:00",
|
|
4536
|
+
"packageName": "square-outlined-radius-0-stroke-1",
|
|
4537
|
+
"componentName": "IconCalenderSparkle"
|
|
4538
|
+
},
|
|
4525
4539
|
{
|
|
4526
4540
|
"category": "Time & Date",
|
|
4527
4541
|
"svg": "<path d=\"M3.5 3.5V3H3V3.5H3.5ZM20.5 3.5H21V3H20.5V3.5ZM20.5 20.5V21H21V20.5H20.5ZM3.5 20.5H3V21H3.5V20.5ZM3.5 3.5V4H20.5V3.5V3H3.5V3.5ZM20.5 3.5H20V7.5H20.5H21V3.5H20.5ZM20.5 7.5H20V20.5H20.5H21V7.5H20.5ZM20.5 20.5V20H3.5V20.5V21H20.5V20.5ZM3.5 20.5H4V7.5H3.5H3V20.5H3.5ZM3.5 7.5H4V3.5H3.5H3V7.5H3.5Z\" fill=\"currentColor\"/><path d=\"M14 14C14 15.1046 13.1046 16 12 16C10.8954 16 10 15.1046 10 14C10 12.8954 10.8954 12 12 12C13.1046 12 14 12.8954 14 14Z\" stroke=\"currentColor\"/><path d=\"M3.5 7.5H20.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
|
|
@@ -8904,6 +8918,20 @@
|
|
|
8904
8918
|
"packageName": "square-outlined-radius-0-stroke-1",
|
|
8905
8919
|
"componentName": "IconExclamationCircle"
|
|
8906
8920
|
},
|
|
8921
|
+
{
|
|
8922
|
+
"category": "Interface General",
|
|
8923
|
+
"svg": "<circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\"/><path d=\"M11.5 13.5L11.25 7H12.75L12.5 13.5H11.5Z\" fill=\"currentColor\"/><circle cx=\"12.0001\" cy=\"15.9996\" r=\"0.9\" fill=\"currentColor\"/>",
|
|
8924
|
+
"iconName": "exclamation-circle-bold, info, warning",
|
|
8925
|
+
"variant": {
|
|
8926
|
+
"join": "square",
|
|
8927
|
+
"filled": "off",
|
|
8928
|
+
"radius": "0",
|
|
8929
|
+
"stroke": "1"
|
|
8930
|
+
},
|
|
8931
|
+
"createdAt": "2025-12-04T16:02:15.840784+00:00",
|
|
8932
|
+
"packageName": "square-outlined-radius-0-stroke-1",
|
|
8933
|
+
"componentName": "IconExclamationCircleBold"
|
|
8934
|
+
},
|
|
8907
8935
|
{
|
|
8908
8936
|
"category": "Interface General",
|
|
8909
8937
|
"svg": "<path d=\"M12 9.5V14M12 16.49V16.5M12 3L2.25 19.5H21.75L12 3Z\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -322,6 +322,7 @@ export type CentralIconName =
|
|
|
322
322
|
| "IconCalenderAdd"
|
|
323
323
|
| "IconCalenderNextWeek"
|
|
324
324
|
| "IconCalenderRemove"
|
|
325
|
+
| "IconCalenderSparkle"
|
|
325
326
|
| "IconCalenderToday"
|
|
326
327
|
| "IconCalenderTomorrow"
|
|
327
328
|
| "IconCall"
|
|
@@ -635,6 +636,7 @@ export type CentralIconName =
|
|
|
635
636
|
| "IconEthereum"
|
|
636
637
|
| "IconEuro"
|
|
637
638
|
| "IconExclamationCircle"
|
|
639
|
+
| "IconExclamationCircleBold"
|
|
638
640
|
| "IconExclamationTriangle"
|
|
639
641
|
| "IconExpand"
|
|
640
642
|
| "IconExpand315"
|
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.57",
|
|
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,10 +11,10 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1623,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
|
-
"count":
|
|
17
|
+
"count": 63,
|
|
18
18
|
"icons": [
|
|
19
19
|
"IconAppleIntelligenceIcon",
|
|
20
20
|
"IconBag2Sparkle",
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"IconBroomSparkle",
|
|
25
25
|
"IconBubbleSparkle",
|
|
26
26
|
"IconBubbleWideSparkle",
|
|
27
|
+
"IconCalenderSparkle",
|
|
27
28
|
"IconClipboard2Sparkle",
|
|
28
29
|
"IconCloudySparkle",
|
|
29
30
|
"IconConsoleSparkle",
|
|
@@ -781,7 +782,7 @@
|
|
|
781
782
|
]
|
|
782
783
|
},
|
|
783
784
|
"Interface General": {
|
|
784
|
-
"count":
|
|
785
|
+
"count": 174,
|
|
785
786
|
"icons": [
|
|
786
787
|
"IconAnchor1",
|
|
787
788
|
"IconAnchor2",
|
|
@@ -860,6 +861,7 @@
|
|
|
860
861
|
"IconDoupleCheckmark2Small",
|
|
861
862
|
"IconElectrocardiogram",
|
|
862
863
|
"IconExclamationCircle",
|
|
864
|
+
"IconExclamationCircleBold",
|
|
863
865
|
"IconExclamationTriangle",
|
|
864
866
|
"IconFeature",
|
|
865
867
|
"IconGauge",
|
|
@@ -2134,6 +2136,7 @@
|
|
|
2134
2136
|
"IconCalenderAdd": "calender-add, date-add",
|
|
2135
2137
|
"IconCalenderNextWeek": "calender-next-week",
|
|
2136
2138
|
"IconCalenderRemove": "calender-remove, date-remove",
|
|
2139
|
+
"IconCalenderSparkle": "calender-sparkle, date, plan",
|
|
2137
2140
|
"IconCalenderToday": "calender-today",
|
|
2138
2141
|
"IconCalenderTomorrow": "calender-tomorrow",
|
|
2139
2142
|
"IconCall": "call, phone",
|
|
@@ -2447,6 +2450,7 @@
|
|
|
2447
2450
|
"IconEthereum": "ethereum",
|
|
2448
2451
|
"IconEuro": "euro, currency, money, coin, EURO",
|
|
2449
2452
|
"IconExclamationCircle": "exclamation-circle, info, warning",
|
|
2453
|
+
"IconExclamationCircleBold": "exclamation-circle-bold, info, warning",
|
|
2450
2454
|
"IconExclamationTriangle": "exclamation-triangle, error, warning, alert",
|
|
2451
2455
|
"IconExpand": "expand, window, layout",
|
|
2452
2456
|
"IconExpand315": "expand-315, enlarge",
|
package/index.d.ts
CHANGED
|
@@ -321,6 +321,7 @@ export { IconCalender5, default as IconCalender5Default, } from "./IconCalender5
|
|
|
321
321
|
export { IconCalenderAdd, default as IconCalenderAddDefault, } from "./IconCalenderAdd";
|
|
322
322
|
export { IconCalenderNextWeek, default as IconCalenderNextWeekDefault, } from "./IconCalenderNextWeek";
|
|
323
323
|
export { IconCalenderRemove, default as IconCalenderRemoveDefault, } from "./IconCalenderRemove";
|
|
324
|
+
export { IconCalenderSparkle, default as IconCalenderSparkleDefault, } from "./IconCalenderSparkle";
|
|
324
325
|
export { IconCalenderToday, default as IconCalenderTodayDefault, } from "./IconCalenderToday";
|
|
325
326
|
export { IconCalenderTomorrow, default as IconCalenderTomorrowDefault, } from "./IconCalenderTomorrow";
|
|
326
327
|
export { IconCall, default as IconCallDefault } from "./IconCall";
|
|
@@ -634,6 +635,7 @@ export { IconEsc, default as IconEscDefault } from "./IconEsc";
|
|
|
634
635
|
export { IconEthereum, default as IconEthereumDefault } from "./IconEthereum";
|
|
635
636
|
export { IconEuro, default as IconEuroDefault } from "./IconEuro";
|
|
636
637
|
export { IconExclamationCircle, default as IconExclamationCircleDefault, } from "./IconExclamationCircle";
|
|
638
|
+
export { IconExclamationCircleBold, default as IconExclamationCircleBoldDefault, } from "./IconExclamationCircleBold";
|
|
637
639
|
export { IconExclamationTriangle, default as IconExclamationTriangleDefault, } from "./IconExclamationTriangle";
|
|
638
640
|
export { IconExpand, default as IconExpandDefault } from "./IconExpand";
|
|
639
641
|
export { IconExpand315, default as IconExpand315Default, } from "./IconExpand315";
|