@central-icons-react-native/round-filled-radius-3-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 u=Object.create;var t=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,V=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var C in o)t(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of I(o))!V.call(r,e)&&e!==C&&t(r,e,{get:()=>o[e],enumerable:!(l=B(o,e))||l.enumerable});return r};var m=(r,o,C)=>(C=r!=null?u(L(r)):{},a(o||!r||!r.__esModule?t(C,"default",{value:r,enumerable:!0}):C,r)),P=r=>a(t({},"__esModule",{value:!0}),r);var H={};x(H,{IconCalenderSparkle:()=>i,default:()=>g});module.exports=P(H);var n=m(require("react"));var s=m(require("react")),f=require("react-native-svg"),c=({children:r,size:o=24,...C})=>s.default.createElement(f.Svg,{...C,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(c,{...r},n.default.createElement(p.Path,{d:"M8 2.5C8 2.22386 7.77614 2 7.5 2C7.22386 2 7 2.22386 7 2.5V4H6.5C4.567 4 3 5.567 3 7.5V17.5C3 19.433 4.567 21 6.5 21H12.5C12.7761 21 13 20.7761 13 20.5C13 20.2239 12.7761 20 12.5 20H6.5C5.11929 20 4 18.8807 4 17.5V9H20V12.5C20 12.7761 20.2239 13 20.5 13C20.7761 13 21 12.7761 21 12.5V7.5C21 5.567 19.433 4 17.5 4H17V2.5C17 2.22386 16.7761 2 16.5 2C16.2239 2 16 2.22386 16 2.5V4H8V2.5Z",fill:"currentColor"}),n.default.createElement(p.Path,{d:"M19.2405 16.1852L18.5436 14.3733C18.4571 14.1484 18.241 14 18 14C17.759 14 17.5429 14.1484 17.4564 14.3733L16.7595 16.1852C16.658 16.4493 16.4493 16.658 16.1852 16.7595L14.3733 17.4564C14.1484 17.5429 14 17.759 14 18C14 18.241 14.1484 18.4571 14.3733 18.5436L16.1852 19.2405C16.4493 19.342 16.658 19.5507 16.7595 19.8148L17.4564 21.6267C17.5429 21.8516 17.759 22 18 22C18.241 22 18.4571 21.8516 18.5436 21.6267L19.2405 19.8148C19.342 19.5507 19.5507 19.342 19.8148 19.2405L21.6267 18.5436C21.8516 18.4571 22 18.241 22 18C22 17.759 21.8516 17.5429 21.6267 17.4564L19.8148 16.7595C19.5507 16.658 19.342 16.4493 19.2405 16.1852Z",fill:"currentColor"})),g=i;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=\"M8 2.5C8 2.22386 7.77614 2 7.5 2C7.22386 2 7 2.22386 7 2.5V4H6.5C4.567 4 3 5.567 3 7.5V17.5C3 19.433 4.567 21 6.5 21H12.5C12.7761 21 13 20.7761 13 20.5C13 20.2239 12.7761 20 12.5 20H6.5C5.11929 20 4 18.8807 4 17.5V9H20V12.5C20 12.7761 20.2239 13 20.5 13C20.7761 13 21 12.7761 21 12.5V7.5C21 5.567 19.433 4 17.5 4H17V2.5C17 2.22386 16.7761 2 16.5 2C16.2239 2 16 2.22386 16 2.5V4H8V2.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.2405 16.1852L18.5436 14.3733C18.4571 14.1484 18.241 14 18 14C17.759 14 17.5429 14.1484 17.4564 14.3733L16.7595 16.1852C16.658 16.4493 16.4493 16.658 16.1852 16.7595L14.3733 17.4564C14.1484 17.5429 14 17.759 14 18C14 18.241 14.1484 18.4571 14.3733 18.5436L16.1852 19.2405C16.4493 19.342 16.658 19.5507 16.7595 19.8148L17.4564 21.6267C17.5429 21.8516 17.759 22 18 22C18.241 22 18.4571 21.8516 18.5436 21.6267L19.2405 19.8148C19.342 19.5507 19.5507 19.342 19.8148 19.2405L21.6267 18.5436C21.8516 18.4571 22 18.241 22 18C22 17.759 21.8516 17.5429 21.6267 17.4564L19.8148 16.7595C19.5507 16.658 19.342 16.4493 19.2405 16.1852Z\"\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,mYACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,onBACF,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 C from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(l,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as t}from"react-native-svg";var a=o=>C.createElement(e,{...o},C.createElement(t,{d:"M8 2.5C8 2.22386 7.77614 2 7.5 2C7.22386 2 7 2.22386 7 2.5V4H6.5C4.567 4 3 5.567 3 7.5V17.5C3 19.433 4.567 21 6.5 21H12.5C12.7761 21 13 20.7761 13 20.5C13 20.2239 12.7761 20 12.5 20H6.5C5.11929 20 4 18.8807 4 17.5V9H20V12.5C20 12.7761 20.2239 13 20.5 13C20.7761 13 21 12.7761 21 12.5V7.5C21 5.567 19.433 4 17.5 4H17V2.5C17 2.22386 16.7761 2 16.5 2C16.2239 2 16 2.22386 16 2.5V4H8V2.5Z",fill:"currentColor"}),C.createElement(t,{d:"M19.2405 16.1852L18.5436 14.3733C18.4571 14.1484 18.241 14 18 14C17.759 14 17.5429 14.1484 17.4564 14.3733L16.7595 16.1852C16.658 16.4493 16.4493 16.658 16.1852 16.7595L14.3733 17.4564C14.1484 17.5429 14 17.759 14 18C14 18.241 14.1484 18.4571 14.3733 18.5436L16.1852 19.2405C16.4493 19.342 16.658 19.5507 16.7595 19.8148L17.4564 21.6267C17.5429 21.8516 17.759 22 18 22C18.241 22 18.4571 21.8516 18.5436 21.6267L19.2405 19.8148C19.342 19.5507 19.5507 19.342 19.8148 19.2405L21.6267 18.5436C21.8516 18.4571 22 18.241 22 18C22 17.759 21.8516 17.5429 21.6267 17.4564L19.8148 16.7595C19.5507 16.658 19.342 16.4493 19.2405 16.1852Z",fill:"currentColor"})),V=a;export{a as IconCalenderSparkle,V 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=\"M8 2.5C8 2.22386 7.77614 2 7.5 2C7.22386 2 7 2.22386 7 2.5V4H6.5C4.567 4 3 5.567 3 7.5V17.5C3 19.433 4.567 21 6.5 21H12.5C12.7761 21 13 20.7761 13 20.5C13 20.2239 12.7761 20 12.5 20H6.5C5.11929 20 4 18.8807 4 17.5V9H20V12.5C20 12.7761 20.2239 13 20.5 13C20.7761 13 21 12.7761 21 12.5V7.5C21 5.567 19.433 4 17.5 4H17V2.5C17 2.22386 16.7761 2 16.5 2C16.2239 2 16 2.22386 16 2.5V4H8V2.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19.2405 16.1852L18.5436 14.3733C18.4571 14.1484 18.241 14 18 14C17.759 14 17.5429 14.1484 17.4564 14.3733L16.7595 16.1852C16.658 16.4493 16.4493 16.658 16.1852 16.7595L14.3733 17.4564C14.1484 17.5429 14 17.759 14 18C14 18.241 14.1484 18.4571 14.3733 18.5436L16.1852 19.2405C16.4493 19.342 16.658 19.5507 16.7595 19.8148L17.4564 21.6267C17.5429 21.8516 17.759 22 18 22C18.241 22 18.4571 21.8516 18.5436 21.6267L19.2405 19.8148C19.342 19.5507 19.5507 19.342 19.8148 19.2405L21.6267 18.5436C21.8516 18.4571 22 18.241 22 18C22 17.759 21.8516 17.5429 21.6267 17.4564L19.8148 16.7595C19.5507 16.658 19.342 16.4493 19.2405 16.1852Z\"\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,mYACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,onBACF,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 u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var v=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of d(r))!I.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(p=B(r,t))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(x(o)):{},l(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>l(n({},"__esModule",{value:!0}),o);var h={};v(h,{IconExclamationCircleBold:()=>i,default:()=>g});module.exports=P(h);var C=a(require("react"));var m=a(require("react")),c=require("react-native-svg"),s=({children:o,size:r=24,...e})=>m.default.createElement(c.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),i=o=>C.default.createElement(s,{...o},C.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 15.0996C11.503 15.0997 11.1006 15.503 11.1006 16C11.1008 16.4968 11.5031 16.8994 12 16.8994C12.4969 16.8994 12.9002 16.4969 12.9004 16C12.9004 15.5029 12.4971 15.0996 12 15.0996ZM12 7C11.5907 7 11.2638 7.34004 11.2793 7.74902L11.4805 13C11.4912 13.279 11.7208 13.5 12 13.5C12.2792 13.5 12.5088 13.279 12.5195 13L12.7207 7.74902C12.7362 7.34004 12.4093 7 12 7Z",fill:"currentColor"})),g=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 { Path } from \"react-native-svg\";\n\nexport const IconExclamationCircleBold: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 15.0996C11.503 15.0997 11.1006 15.503 11.1006 16C11.1008 16.4968 11.5031 16.8994 12 16.8994C12.4969 16.8994 12.9002 16.4969 12.9004 16C12.9004 15.5029 12.4971 15.0996 12 15.0996ZM12 7C11.5907 7 11.2638 7.34004 11.2793 7.74902L11.4805 13C11.4912 13.279 11.7208 13.5 12 13.5C12.2792 13.5 12.5088 13.279 12.5195 13L12.7207 7.74902C12.7362 7.34004 12.4093 7 12 7Z\"\n fill=\"currentColor\"\n />\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,EAAqB,4BAERC,EAAuDC,GAEhE,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,8dACF,KAAK,eACP,CACF,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 t from"react";import C from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...n})=>C.createElement(p,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var a=r=>t.createElement(e,{...r},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 15.0996C11.503 15.0997 11.1006 15.503 11.1006 16C11.1008 16.4968 11.5031 16.8994 12 16.8994C12.4969 16.8994 12.9002 16.4969 12.9004 16C12.9004 15.5029 12.4971 15.0996 12 15.0996ZM12 7C11.5907 7 11.2638 7.34004 11.2793 7.74902L11.4805 13C11.4912 13.279 11.7208 13.5 12 13.5C12.2792 13.5 12.5088 13.279 12.5195 13L12.7207 7.74902C12.7362 7.34004 12.4093 7 12 7Z",fill:"currentColor"})),I=a;export{a as IconExclamationCircleBold,I 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 { Path } from \"react-native-svg\";\n\nexport const IconExclamationCircleBold: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 15.0996C11.503 15.0997 11.1006 15.503 11.1006 16C11.1008 16.4968 11.5031 16.8994 12 16.8994C12.4969 16.8994 12.9002 16.4969 12.9004 16C12.9004 15.5029 12.4971 15.0996 12 15.0996ZM12 7C11.5907 7 11.2638 7.34004 11.2793 7.74902L11.4805 13C11.4912 13.279 11.7208 13.5 12 13.5C12.2792 13.5 12.5088 13.279 12.5195 13L12.7207 7.74902C12.7362 7.34004 12.4093 7 12 7Z\"\n fill=\"currentColor\"\n />\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,QAAAG,MAAY,mBAEd,IAAMC,EAAuDC,GAEhEC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,8dACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","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": "round-filled-radius-3-stroke-1",
|
|
4523
4523
|
"componentName": "IconCalenderRemove"
|
|
4524
4524
|
},
|
|
4525
|
+
{
|
|
4526
|
+
"category": "AI & Magic",
|
|
4527
|
+
"svg": "<path d=\"M8 2.5C8 2.22386 7.77614 2 7.5 2C7.22386 2 7 2.22386 7 2.5V4H6.5C4.567 4 3 5.567 3 7.5V17.5C3 19.433 4.567 21 6.5 21H12.5C12.7761 21 13 20.7761 13 20.5C13 20.2239 12.7761 20 12.5 20H6.5C5.11929 20 4 18.8807 4 17.5V9H20V12.5C20 12.7761 20.2239 13 20.5 13C20.7761 13 21 12.7761 21 12.5V7.5C21 5.567 19.433 4 17.5 4H17V2.5C17 2.22386 16.7761 2 16.5 2C16.2239 2 16 2.22386 16 2.5V4H8V2.5Z\" fill=\"currentColor\"/><path d=\"M19.2405 16.1852L18.5436 14.3733C18.4571 14.1484 18.241 14 18 14C17.759 14 17.5429 14.1484 17.4564 14.3733L16.7595 16.1852C16.658 16.4493 16.4493 16.658 16.1852 16.7595L14.3733 17.4564C14.1484 17.5429 14 17.759 14 18C14 18.241 14.1484 18.4571 14.3733 18.5436L16.1852 19.2405C16.4493 19.342 16.658 19.5507 16.7595 19.8148L17.4564 21.6267C17.5429 21.8516 17.759 22 18 22C18.241 22 18.4571 21.8516 18.5436 21.6267L19.2405 19.8148C19.342 19.5507 19.5507 19.342 19.8148 19.2405L21.6267 18.5436C21.8516 18.4571 22 18.241 22 18C22 17.759 21.8516 17.5429 21.6267 17.4564L19.8148 16.7595C19.5507 16.658 19.342 16.4493 19.2405 16.1852Z\" fill=\"currentColor\"/>",
|
|
4528
|
+
"iconName": "calender-sparkle, date, plan",
|
|
4529
|
+
"variant": {
|
|
4530
|
+
"join": "round",
|
|
4531
|
+
"filled": "on",
|
|
4532
|
+
"radius": "3",
|
|
4533
|
+
"stroke": "1"
|
|
4534
|
+
},
|
|
4535
|
+
"createdAt": "2025-12-03T18:02:10.565319+00:00",
|
|
4536
|
+
"packageName": "round-filled-radius-3-stroke-1",
|
|
4537
|
+
"componentName": "IconCalenderSparkle"
|
|
4538
|
+
},
|
|
4525
4539
|
{
|
|
4526
4540
|
"category": "Time & Date",
|
|
4527
4541
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 6.5C3 4.567 4.567 3 6.5 3H17.5C19.433 3 21 4.567 21 6.5V17.5C21 19.433 19.433 21 17.5 21H6.5C4.567 21 3 19.433 3 17.5V6.5ZM20 8H4V17.5C4 18.8807 5.11929 20 6.5 20H17.5C18.8807 20 20 18.8807 20 17.5V8ZM9.5 14C9.5 12.6193 10.6193 11.5 12 11.5C13.3807 11.5 14.5 12.6193 14.5 14C14.5 15.3807 13.3807 16.5 12 16.5C10.6193 16.5 9.5 15.3807 9.5 14Z\" fill=\"currentColor\"/>",
|
|
@@ -8904,6 +8918,20 @@
|
|
|
8904
8918
|
"packageName": "round-filled-radius-3-stroke-1",
|
|
8905
8919
|
"componentName": "IconExclamationCircle"
|
|
8906
8920
|
},
|
|
8921
|
+
{
|
|
8922
|
+
"category": "Interface General",
|
|
8923
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM12 15.0996C11.503 15.0997 11.1006 15.503 11.1006 16C11.1008 16.4968 11.5031 16.8994 12 16.8994C12.4969 16.8994 12.9002 16.4969 12.9004 16C12.9004 15.5029 12.4971 15.0996 12 15.0996ZM12 7C11.5907 7 11.2638 7.34004 11.2793 7.74902L11.4805 13C11.4912 13.279 11.7208 13.5 12 13.5C12.2792 13.5 12.5088 13.279 12.5195 13L12.7207 7.74902C12.7362 7.34004 12.4093 7 12 7Z\" fill=\"currentColor\"/>",
|
|
8924
|
+
"iconName": "exclamation-circle-bold, info, warning",
|
|
8925
|
+
"variant": {
|
|
8926
|
+
"join": "round",
|
|
8927
|
+
"filled": "on",
|
|
8928
|
+
"radius": "3",
|
|
8929
|
+
"stroke": "1"
|
|
8930
|
+
},
|
|
8931
|
+
"createdAt": "2025-12-04T16:02:15.840784+00:00",
|
|
8932
|
+
"packageName": "round-filled-radius-3-stroke-1",
|
|
8933
|
+
"componentName": "IconExclamationCircleBold"
|
|
8934
|
+
},
|
|
8907
8935
|
{
|
|
8908
8936
|
"category": "Interface General",
|
|
8909
8937
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.04096 4.24919C10.4145 2.07449 13.5859 2.07449 14.9594 4.24919L21.5164 14.6311C22.9883 16.9617 21.3136 20.0001 18.5572 20.0001H5.44315C2.68671 20.0001 1.01201 16.9617 2.48393 14.6311L9.04096 4.24919ZM12 8.5C12.2761 8.5 12.5 8.72386 12.5 9V13.5C12.5 13.7761 12.2761 14 12 14C11.7239 14 11.5 13.7761 11.5 13.5V9C11.5 8.72386 11.7239 8.5 12 8.5ZM12.75 16C12.75 16.4142 12.4142 16.75 12 16.75C11.5858 16.75 11.25 16.4142 11.25 16C11.25 15.5858 11.5858 15.25 12 15.25C12.4142 15.25 12.75 15.5858 12.75 16Z\" fill=\"currentColor\"/>",
|
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/round-filled-radius-3-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.57",
|
|
4
4
|
"style": "round-filled-radius-3-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-3-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";
|