@central-icons-react-native/round-filled-radius-2-stroke-1 1.1.214 → 1.1.216

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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconCard: FC<CentralIconBaseProps>;
4
+ export default IconCard;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(C,r)=>{for(var o in r)n(C,o,{get:r[o],enumerable:!0})},a=(C,r,o,l)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of B(r))!v.call(C,e)&&e!==o&&n(C,e,{get:()=>r[e],enumerable:!(l=d(r,e))||l.enumerable});return C};var m=(C,r,o)=>(o=C!=null?u(I(C)):{},a(r||!C||!C.__esModule?n(o,"default",{value:C,enumerable:!0}):o,C)),P=C=>a(n({},"__esModule",{value:!0}),C);var H={};x(H,{IconCard:()=>i,default:()=>g});module.exports=P(H);var t=m(require("react"));var f=m(require("react")),s=require("react-native-svg"),c=({children:C,size:r=24,...o})=>f.default.createElement(s.Svg,{...o,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);var p=require("react-native-svg"),i=C=>t.default.createElement(c,{...C},t.default.createElement(p.Path,{d:"M12 7C13.1046 7 14 7.89543 14 9C14 10.1046 13.1046 11 12 11C10.8954 11 10 10.1046 10 9C10 7.89543 10.8954 7 12 7Z",fill:"currentColor"}),t.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.2998 2C16.8516 2 17.2957 2 17.6543 2.0293C18.0186 2.05907 18.3387 2.12163 18.6348 2.27246C19.1052 2.51214 19.4879 2.89483 19.7275 3.36523C19.8784 3.66133 19.9409 3.98136 19.9707 4.3457C20 4.70429 20 5.14839 20 5.7002V18.2998C20 18.8516 20 19.2957 19.9707 19.6543C19.9409 20.0186 19.8784 20.3387 19.7275 20.6348C19.4879 21.1052 19.1052 21.4879 18.6348 21.7275C18.3387 21.8784 18.0186 21.9409 17.6543 21.9707C17.2957 22 16.8516 22 16.2998 22H7.7002C7.14839 22 6.70429 22 6.3457 21.9707C5.98136 21.9409 5.66133 21.8784 5.36523 21.7275C4.89483 21.4879 4.51214 21.1052 4.27246 20.6348C4.12163 20.3387 4.05907 20.0186 4.0293 19.6543C4 19.2957 4 18.8516 4 18.2998V5.7002C4 5.14839 4 4.70429 4.0293 4.3457C4.05907 3.98136 4.12163 3.66133 4.27246 3.36523C4.51214 2.89483 4.89483 2.51214 5.36523 2.27246C5.66133 2.12163 5.98136 2.05907 6.3457 2.0293C6.70429 2 7.14839 2 7.7002 2H16.2998ZM8.5 17C8.22386 17 8 17.2239 8 17.5C8 17.7761 8.22386 18 8.5 18H15.5C15.7761 18 16 17.7761 16 17.5C16 17.2239 15.7761 17 15.5 17H8.5ZM8.5 14C8.22386 14 8 14.2239 8 14.5C8 14.7761 8.22386 15 8.5 15H15.5C15.7761 15 16 14.7761 16 14.5C16 14.2239 15.7761 14 15.5 14H8.5ZM12 6C10.3431 6 9 7.34315 9 9C9 10.6569 10.3431 12 12 12C13.6569 12 15 10.6569 15 9C15 7.34315 13.6569 6 12 6Z",fill:"currentColor"})),g=i;0&&(module.exports={IconCard});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconCard/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 IconCard: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 7C13.1046 7 14 7.89543 14 9C14 10.1046 13.1046 11 12 11C10.8954 11 10 10.1046 10 9C10 7.89543 10.8954 7 12 7Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16.2998 2C16.8516 2 17.2957 2 17.6543 2.0293C18.0186 2.05907 18.3387 2.12163 18.6348 2.27246C19.1052 2.51214 19.4879 2.89483 19.7275 3.36523C19.8784 3.66133 19.9409 3.98136 19.9707 4.3457C20 4.70429 20 5.14839 20 5.7002V18.2998C20 18.8516 20 19.2957 19.9707 19.6543C19.9409 20.0186 19.8784 20.3387 19.7275 20.6348C19.4879 21.1052 19.1052 21.4879 18.6348 21.7275C18.3387 21.8784 18.0186 21.9409 17.6543 21.9707C17.2957 22 16.8516 22 16.2998 22H7.7002C7.14839 22 6.70429 22 6.3457 21.9707C5.98136 21.9409 5.66133 21.8784 5.36523 21.7275C4.89483 21.4879 4.51214 21.1052 4.27246 20.6348C4.12163 20.3387 4.05907 20.0186 4.0293 19.6543C4 19.2957 4 18.8516 4 18.2998V5.7002C4 5.14839 4 4.70429 4.0293 4.3457C4.05907 3.98136 4.12163 3.66133 4.27246 3.36523C4.51214 2.89483 4.89483 2.51214 5.36523 2.27246C5.66133 2.12163 5.98136 2.05907 6.3457 2.0293C6.70429 2 7.14839 2 7.7002 2H16.2998ZM8.5 17C8.22386 17 8 17.2239 8 17.5C8 17.7761 8.22386 18 8.5 18H15.5C15.7761 18 16 17.7761 16 17.5C16 17.2239 15.7761 17 15.5 17H8.5ZM8.5 14C8.22386 14 8 14.2239 8 14.5C8 14.7761 8.22386 15 8.5 15H15.5C15.7761 15 16 14.7761 16 14.5C16 14.2239 15.7761 14 15.5 14H8.5ZM12 6C10.3431 6 9 7.34315 9 9C9 10.6569 10.3431 12 12 12C13.6569 12 15 10.6569 15 9C15 7.34315 13.6569 6 12 6Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCard;\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,cAAAE,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,EAAsCC,GAE/C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,oHACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,4uCACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconCard_exports","__export","IconCard","IconCard_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCard","props","React","CentralIconBase","IconCard_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:r,size:C=24,...t})=>p.createElement(l,{...t,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r);import{Path as n}from"react-native-svg";var a=r=>o.createElement(e,{...r},o.createElement(n,{d:"M12 7C13.1046 7 14 7.89543 14 9C14 10.1046 13.1046 11 12 11C10.8954 11 10 10.1046 10 9C10 7.89543 10.8954 7 12 7Z",fill:"currentColor"}),o.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M16.2998 2C16.8516 2 17.2957 2 17.6543 2.0293C18.0186 2.05907 18.3387 2.12163 18.6348 2.27246C19.1052 2.51214 19.4879 2.89483 19.7275 3.36523C19.8784 3.66133 19.9409 3.98136 19.9707 4.3457C20 4.70429 20 5.14839 20 5.7002V18.2998C20 18.8516 20 19.2957 19.9707 19.6543C19.9409 20.0186 19.8784 20.3387 19.7275 20.6348C19.4879 21.1052 19.1052 21.4879 18.6348 21.7275C18.3387 21.8784 18.0186 21.9409 17.6543 21.9707C17.2957 22 16.8516 22 16.2998 22H7.7002C7.14839 22 6.70429 22 6.3457 21.9707C5.98136 21.9409 5.66133 21.8784 5.36523 21.7275C4.89483 21.4879 4.51214 21.1052 4.27246 20.6348C4.12163 20.3387 4.05907 20.0186 4.0293 19.6543C4 19.2957 4 18.8516 4 18.2998V5.7002C4 5.14839 4 4.70429 4.0293 4.3457C4.05907 3.98136 4.12163 3.66133 4.27246 3.36523C4.51214 2.89483 4.89483 2.51214 5.36523 2.27246C5.66133 2.12163 5.98136 2.05907 6.3457 2.0293C6.70429 2 7.14839 2 7.7002 2H16.2998ZM8.5 17C8.22386 17 8 17.2239 8 17.5C8 17.7761 8.22386 18 8.5 18H15.5C15.7761 18 16 17.7761 16 17.5C16 17.2239 15.7761 17 15.5 17H8.5ZM8.5 14C8.22386 14 8 14.2239 8 14.5C8 14.7761 8.22386 15 8.5 15H15.5C15.7761 15 16 14.7761 16 14.5C16 14.2239 15.7761 14 15.5 14H8.5ZM12 6C10.3431 6 9 7.34315 9 9C9 10.6569 10.3431 12 12 12C13.6569 12 15 10.6569 15 9C15 7.34315 13.6569 6 12 6Z",fill:"currentColor"})),v=a;export{a as IconCard,v as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconCard/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 IconCard: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 7C13.1046 7 14 7.89543 14 9C14 10.1046 13.1046 11 12 11C10.8954 11 10 10.1046 10 9C10 7.89543 10.8954 7 12 7Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16.2998 2C16.8516 2 17.2957 2 17.6543 2.0293C18.0186 2.05907 18.3387 2.12163 18.6348 2.27246C19.1052 2.51214 19.4879 2.89483 19.7275 3.36523C19.8784 3.66133 19.9409 3.98136 19.9707 4.3457C20 4.70429 20 5.14839 20 5.7002V18.2998C20 18.8516 20 19.2957 19.9707 19.6543C19.9409 20.0186 19.8784 20.3387 19.7275 20.6348C19.4879 21.1052 19.1052 21.4879 18.6348 21.7275C18.3387 21.8784 18.0186 21.9409 17.6543 21.9707C17.2957 22 16.8516 22 16.2998 22H7.7002C7.14839 22 6.70429 22 6.3457 21.9707C5.98136 21.9409 5.66133 21.8784 5.36523 21.7275C4.89483 21.4879 4.51214 21.1052 4.27246 20.6348C4.12163 20.3387 4.05907 20.0186 4.0293 19.6543C4 19.2957 4 18.8516 4 18.2998V5.7002C4 5.14839 4 4.70429 4.0293 4.3457C4.05907 3.98136 4.12163 3.66133 4.27246 3.36523C4.51214 2.89483 4.89483 2.51214 5.36523 2.27246C5.66133 2.12163 5.98136 2.05907 6.3457 2.0293C6.70429 2 7.14839 2 7.7002 2H16.2998ZM8.5 17C8.22386 17 8 17.2239 8 17.5C8 17.7761 8.22386 18 8.5 18H15.5C15.7761 18 16 17.7761 16 17.5C16 17.2239 15.7761 17 15.5 17H8.5ZM8.5 14C8.22386 14 8 14.2239 8 14.5C8 14.7761 8.22386 15 8.5 15H15.5C15.7761 15 16 14.7761 16 14.5C16 14.2239 15.7761 14 15.5 14H8.5ZM12 6C10.3431 6 9 7.34315 9 9C9 10.6569 10.3431 12 12 12C13.6569 12 15 10.6569 15 9C15 7.34315 13.6569 6 12 6Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCard;\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,EAAsCC,GAE/CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,oHACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,4uCACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCard","props","React","CentralIconBase","IconCard_default"]}
@@ -1,2 +1,2 @@
1
- "use strict";var i=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var C in o)n(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!x.call(r,t)&&t!==C&&n(r,t,{get:()=>o[t],enumerable:!(l=u(o,t))||l.enumerable});return r};var m=(r,o,C)=>(C=r!=null?i(I(r)):{},a(o||!r||!r.__esModule?n(C,"default",{value:r,enumerable:!0}):C,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var S={};P(S,{IconMoonStar:()=>L,default:()=>v});module.exports=g(S);var e=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"),L=r=>e.default.createElement(c,{...r},e.default.createElement(p.Path,{d:"M17.9472 3.52639C17.8625 3.357 17.6894 3.25 17.5 3.25C17.3106 3.25 17.1375 3.357 17.0528 3.52639L16.2107 5.21066L14.5264 6.05279C14.357 6.13748 14.25 6.31061 14.25 6.5C14.25 6.68939 14.357 6.86252 14.5264 6.94721L16.2107 7.78934L17.0528 9.47361C17.1375 9.643 17.3106 9.75 17.5 9.75C17.6894 9.75 17.8625 9.643 17.9472 9.47361L18.7893 7.78934L20.4736 6.94721C20.643 6.86252 20.75 6.68939 20.75 6.5C20.75 6.31061 20.643 6.13748 20.4736 6.05279L18.7893 5.21066L17.9472 3.52639Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12L22 11.9943C22 11.8015 21.8891 11.6259 21.715 11.5429C21.5409 11.46 21.3347 11.4846 21.185 11.6061C20.1104 12.4779 18.7419 13 17.25 13C13.7982 13 11 10.2018 11 6.75C11 5.25814 11.5221 3.88956 12.3939 2.81504C12.5154 2.66535 12.54 2.45916 12.4571 2.2851C12.3743 2.11104 12.1987 2.00012 12.006 2L12 2Z",fill:"currentColor"})),v=L;0&&(module.exports={IconMoonStar});
1
+ "use strict";var i=Object.create;var n=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var C in o)n(r,C,{get:o[C],enumerable:!0})},a=(r,o,C,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of B(o))!x.call(r,t)&&t!==C&&n(r,t,{get:()=>o[t],enumerable:!(l=u(o,t))||l.enumerable});return r};var m=(r,o,C)=>(C=r!=null?i(I(r)):{},a(o||!r||!r.__esModule?n(C,"default",{value:r,enumerable:!0}):C,r)),g=r=>a(n({},"__esModule",{value:!0}),r);var S={};P(S,{IconMoonStar:()=>c,default:()=>v});module.exports=g(S);var e=m(require("react"));var s=m(require("react")),L=require("react-native-svg"),f=({children:r,size:o=24,...C})=>s.default.createElement(L.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"),c=r=>e.default.createElement(f,{...r},e.default.createElement(p.Path,{d:"M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12L22 11.994C21.9999 11.8012 21.8889 11.6257 21.7149 11.5429C21.5408 11.46 21.3346 11.4846 21.185 11.6061C20.1104 12.4779 18.7419 13 17.25 13C13.7982 13 11 10.2018 11 6.75C11 5.25814 11.5221 3.88956 12.3939 2.81504C12.5154 2.66536 12.54 2.4592 12.4572 2.28515C12.3743 2.1111 12.1988 2.00016 12.0061 2L12 2Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M17.5 3C17.8391 3 18.1474 3.18276 18.3125 3.4707L18.374 3.60059L18.8574 4.85547C18.9082 4.98751 19.0125 5.09179 19.1445 5.14258L20.3994 5.62598C20.7612 5.76514 21 6.11239 21 6.5C21 6.88761 20.7612 7.23486 20.3994 7.37402L19.1445 7.85742C19.0125 7.90821 18.9082 8.01249 18.8574 8.14453L18.374 9.39941C18.2349 9.76117 17.8876 10 17.5 10C17.1124 10 16.7651 9.76117 16.626 9.39941L16.1426 8.14453C16.0918 8.01249 15.9875 7.90821 15.8555 7.85742L14.6006 7.37402C14.2388 7.23486 14 6.88761 14 6.5C14 6.11239 14.2388 5.76514 14.6006 5.62598L15.8555 5.14258C15.9875 5.09179 16.0918 4.98752 16.1426 4.85547L16.626 3.60059L16.6875 3.4707C16.8526 3.18276 17.1609 3 17.5 3Z",fill:"currentColor"})),v=c;0&&(module.exports={IconMoonStar});
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconMoonStar/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 IconMoonStar: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17.9472 3.52639C17.8625 3.357 17.6894 3.25 17.5 3.25C17.3106 3.25 17.1375 3.357 17.0528 3.52639L16.2107 5.21066L14.5264 6.05279C14.357 6.13748 14.25 6.31061 14.25 6.5C14.25 6.68939 14.357 6.86252 14.5264 6.94721L16.2107 7.78934L17.0528 9.47361C17.1375 9.643 17.3106 9.75 17.5 9.75C17.6894 9.75 17.8625 9.643 17.9472 9.47361L18.7893 7.78934L20.4736 6.94721C20.643 6.86252 20.75 6.68939 20.75 6.5C20.75 6.31061 20.643 6.13748 20.4736 6.05279L18.7893 5.21066L17.9472 3.52639Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12L22 11.9943C22 11.8015 21.8891 11.6259 21.715 11.5429C21.5409 11.46 21.3347 11.4846 21.185 11.6061C20.1104 12.4779 18.7419 13 17.25 13C13.7982 13 11 10.2018 11 6.75C11 5.25814 11.5221 3.88956 12.3939 2.81504C12.5154 2.66535 12.54 2.45916 12.4571 2.2851C12.3743 2.11104 12.1987 2.00012 12.006 2L12 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMoonStar;\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,kBAAAE,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,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,4dACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mYACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconMoonStar_exports","__export","IconMoonStar","IconMoonStar_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconMoonStar","props","React","CentralIconBase","IconMoonStar_default"]}
1
+ {"version":3,"sources":["../src/IconMoonStar/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 IconMoonStar: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12L22 11.994C21.9999 11.8012 21.8889 11.6257 21.7149 11.5429C21.5408 11.46 21.3346 11.4846 21.185 11.6061C20.1104 12.4779 18.7419 13 17.25 13C13.7982 13 11 10.2018 11 6.75C11 5.25814 11.5221 3.88956 12.3939 2.81504C12.5154 2.66536 12.54 2.4592 12.4572 2.28515C12.3743 2.1111 12.1988 2.00016 12.0061 2L12 2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.5 3C17.8391 3 18.1474 3.18276 18.3125 3.4707L18.374 3.60059L18.8574 4.85547C18.9082 4.98751 19.0125 5.09179 19.1445 5.14258L20.3994 5.62598C20.7612 5.76514 21 6.11239 21 6.5C21 6.88761 20.7612 7.23486 20.3994 7.37402L19.1445 7.85742C19.0125 7.90821 18.9082 8.01249 18.8574 8.14453L18.374 9.39941C18.2349 9.76117 17.8876 10 17.5 10C17.1124 10 16.7651 9.76117 16.626 9.39941L16.1426 8.14453C16.0918 8.01249 15.9875 7.90821 15.8555 7.85742L14.6006 7.37402C14.2388 7.23486 14 6.88761 14 6.5C14 6.11239 14.2388 5.76514 14.6006 5.62598L15.8555 5.14258C15.9875 5.09179 16.0918 4.98752 16.1426 4.85547L16.626 3.60059L16.6875 3.4707C16.8526 3.18276 17.1609 3 17.5 3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMoonStar;\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,kBAAAE,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,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,wYACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wpBACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconMoonStar_exports","__export","IconMoonStar","IconMoonStar_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconMoonStar","props","React","CentralIconBase","IconMoonStar_default"]}
@@ -1,2 +1,2 @@
1
- import C from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({children:o,size:r=24,...e})=>p.createElement(l,{...e,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 n}from"react-native-svg";var a=o=>C.createElement(t,{...o},C.createElement(n,{d:"M17.9472 3.52639C17.8625 3.357 17.6894 3.25 17.5 3.25C17.3106 3.25 17.1375 3.357 17.0528 3.52639L16.2107 5.21066L14.5264 6.05279C14.357 6.13748 14.25 6.31061 14.25 6.5C14.25 6.68939 14.357 6.86252 14.5264 6.94721L16.2107 7.78934L17.0528 9.47361C17.1375 9.643 17.3106 9.75 17.5 9.75C17.6894 9.75 17.8625 9.643 17.9472 9.47361L18.7893 7.78934L20.4736 6.94721C20.643 6.86252 20.75 6.68939 20.75 6.5C20.75 6.31061 20.643 6.13748 20.4736 6.05279L18.7893 5.21066L17.9472 3.52639Z",fill:"currentColor"}),C.createElement(n,{d:"M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12L22 11.9943C22 11.8015 21.8891 11.6259 21.715 11.5429C21.5409 11.46 21.3347 11.4846 21.185 11.6061C20.1104 12.4779 18.7419 13 17.25 13C13.7982 13 11 10.2018 11 6.75C11 5.25814 11.5221 3.88956 12.3939 2.81504C12.5154 2.66535 12.54 2.45916 12.4571 2.2851C12.3743 2.11104 12.1987 2.00012 12.006 2L12 2Z",fill:"currentColor"})),x=a;export{a as IconMoonStar,x as default};
1
+ import C from"react";import p from"react";import{Svg as l}from"react-native-svg";var t=({children:o,size:r=24,...e})=>p.createElement(l,{...e,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 n}from"react-native-svg";var a=o=>C.createElement(t,{...o},C.createElement(n,{d:"M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12L22 11.994C21.9999 11.8012 21.8889 11.6257 21.7149 11.5429C21.5408 11.46 21.3346 11.4846 21.185 11.6061C20.1104 12.4779 18.7419 13 17.25 13C13.7982 13 11 10.2018 11 6.75C11 5.25814 11.5221 3.88956 12.3939 2.81504C12.5154 2.66536 12.54 2.4592 12.4572 2.28515C12.3743 2.1111 12.1988 2.00016 12.0061 2L12 2Z",fill:"currentColor"}),C.createElement(n,{d:"M17.5 3C17.8391 3 18.1474 3.18276 18.3125 3.4707L18.374 3.60059L18.8574 4.85547C18.9082 4.98751 19.0125 5.09179 19.1445 5.14258L20.3994 5.62598C20.7612 5.76514 21 6.11239 21 6.5C21 6.88761 20.7612 7.23486 20.3994 7.37402L19.1445 7.85742C19.0125 7.90821 18.9082 8.01249 18.8574 8.14453L18.374 9.39941C18.2349 9.76117 17.8876 10 17.5 10C17.1124 10 16.7651 9.76117 16.626 9.39941L16.1426 8.14453C16.0918 8.01249 15.9875 7.90821 15.8555 7.85742L14.6006 7.37402C14.2388 7.23486 14 6.88761 14 6.5C14 6.11239 14.2388 5.76514 14.6006 5.62598L15.8555 5.14258C15.9875 5.09179 16.0918 4.98752 16.1426 4.85547L16.626 3.60059L16.6875 3.4707C16.8526 3.18276 17.1609 3 17.5 3Z",fill:"currentColor"})),x=a;export{a as IconMoonStar,x as default};
2
2
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":["../src/IconMoonStar/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 IconMoonStar: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M17.9472 3.52639C17.8625 3.357 17.6894 3.25 17.5 3.25C17.3106 3.25 17.1375 3.357 17.0528 3.52639L16.2107 5.21066L14.5264 6.05279C14.357 6.13748 14.25 6.31061 14.25 6.5C14.25 6.68939 14.357 6.86252 14.5264 6.94721L16.2107 7.78934L17.0528 9.47361C17.1375 9.643 17.3106 9.75 17.5 9.75C17.6894 9.75 17.8625 9.643 17.9472 9.47361L18.7893 7.78934L20.4736 6.94721C20.643 6.86252 20.75 6.68939 20.75 6.5C20.75 6.31061 20.643 6.13748 20.4736 6.05279L18.7893 5.21066L17.9472 3.52639Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12L22 11.9943C22 11.8015 21.8891 11.6259 21.715 11.5429C21.5409 11.46 21.3347 11.4846 21.185 11.6061C20.1104 12.4779 18.7419 13 17.25 13C13.7982 13 11 10.2018 11 6.75C11 5.25814 11.5221 3.88956 12.3939 2.81504C12.5154 2.66535 12.54 2.45916 12.4571 2.2851C12.3743 2.11104 12.1987 2.00012 12.006 2L12 2Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMoonStar;\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,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,4dACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mYACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMoonStar","props","React","CentralIconBase","IconMoonStar_default"]}
1
+ {"version":3,"sources":["../src/IconMoonStar/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 IconMoonStar: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12L22 11.994C21.9999 11.8012 21.8889 11.6257 21.7149 11.5429C21.5408 11.46 21.3346 11.4846 21.185 11.6061C20.1104 12.4779 18.7419 13 17.25 13C13.7982 13 11 10.2018 11 6.75C11 5.25814 11.5221 3.88956 12.3939 2.81504C12.5154 2.66536 12.54 2.4592 12.4572 2.28515C12.3743 2.1111 12.1988 2.00016 12.0061 2L12 2Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.5 3C17.8391 3 18.1474 3.18276 18.3125 3.4707L18.374 3.60059L18.8574 4.85547C18.9082 4.98751 19.0125 5.09179 19.1445 5.14258L20.3994 5.62598C20.7612 5.76514 21 6.11239 21 6.5C21 6.88761 20.7612 7.23486 20.3994 7.37402L19.1445 7.85742C19.0125 7.90821 18.9082 8.01249 18.8574 8.14453L18.374 9.39941C18.2349 9.76117 17.8876 10 17.5 10C17.1124 10 16.7651 9.76117 16.626 9.39941L16.1426 8.14453C16.0918 8.01249 15.9875 7.90821 15.8555 7.85742L14.6006 7.37402C14.2388 7.23486 14 6.88761 14 6.5C14 6.11239 14.2388 5.76514 14.6006 5.62598L15.8555 5.14258C15.9875 5.09179 16.0918 4.98752 16.1426 4.85547L16.626 3.60059L16.6875 3.4707C16.8526 3.18276 17.1609 3 17.5 3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconMoonStar;\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,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,wYACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wpBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconMoonStar","props","React","CentralIconBase","IconMoonStar_default"]}
package/README.md CHANGED
@@ -1085,6 +1085,7 @@ Below is a complete list of available icons:
1085
1085
  - IconBrokenHeart
1086
1086
  - IconBrowserTabs
1087
1087
  - IconBucket
1088
+ - IconCard
1088
1089
  - IconChainLink1
1089
1090
  - IconChainLink2
1090
1091
  - IconChainLink3
@@ -5768,6 +5768,20 @@
5768
5768
  "packageName": "round-filled-radius-2-stroke-1",
5769
5769
  "componentName": "IconCar9Ev"
5770
5770
  },
5771
+ {
5772
+ "category": "Interface General",
5773
+ "svg": "<path d=\"M12 7C13.1046 7 14 7.89543 14 9C14 10.1046 13.1046 11 12 11C10.8954 11 10 10.1046 10 9C10 7.89543 10.8954 7 12 7Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.2998 2C16.8516 2 17.2957 2 17.6543 2.0293C18.0186 2.05907 18.3387 2.12163 18.6348 2.27246C19.1052 2.51214 19.4879 2.89483 19.7275 3.36523C19.8784 3.66133 19.9409 3.98136 19.9707 4.3457C20 4.70429 20 5.14839 20 5.7002V18.2998C20 18.8516 20 19.2957 19.9707 19.6543C19.9409 20.0186 19.8784 20.3387 19.7275 20.6348C19.4879 21.1052 19.1052 21.4879 18.6348 21.7275C18.3387 21.8784 18.0186 21.9409 17.6543 21.9707C17.2957 22 16.8516 22 16.2998 22H7.7002C7.14839 22 6.70429 22 6.3457 21.9707C5.98136 21.9409 5.66133 21.8784 5.36523 21.7275C4.89483 21.4879 4.51214 21.1052 4.27246 20.6348C4.12163 20.3387 4.05907 20.0186 4.0293 19.6543C4 19.2957 4 18.8516 4 18.2998V5.7002C4 5.14839 4 4.70429 4.0293 4.3457C4.05907 3.98136 4.12163 3.66133 4.27246 3.36523C4.51214 2.89483 4.89483 2.51214 5.36523 2.27246C5.66133 2.12163 5.98136 2.05907 6.3457 2.0293C6.70429 2 7.14839 2 7.7002 2H16.2998ZM8.5 17C8.22386 17 8 17.2239 8 17.5C8 17.7761 8.22386 18 8.5 18H15.5C15.7761 18 16 17.7761 16 17.5C16 17.2239 15.7761 17 15.5 17H8.5ZM8.5 14C8.22386 14 8 14.2239 8 14.5C8 14.7761 8.22386 15 8.5 15H15.5C15.7761 15 16 14.7761 16 14.5C16 14.2239 15.7761 14 15.5 14H8.5ZM12 6C10.3431 6 9 7.34315 9 9C9 10.6569 10.3431 12 12 12C13.6569 12 15 10.6569 15 9C15 7.34315 13.6569 6 12 6Z\" fill=\"currentColor\"/>",
5774
+ "iconName": "card, profile, avatar, account",
5775
+ "variant": {
5776
+ "join": "round",
5777
+ "filled": "on",
5778
+ "radius": "2",
5779
+ "stroke": "1"
5780
+ },
5781
+ "createdAt": "2026-04-27T10:02:27.997505+00:00",
5782
+ "packageName": "round-filled-radius-2-stroke-1",
5783
+ "componentName": "IconCard"
5784
+ },
5771
5785
  {
5772
5786
  "category": "Vehicles & Aircrafts",
5773
5787
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M7.57037 4C6.73448 4 5.95391 4.41775 5.49024 5.11325L2.41987 9.7188C2.35957 9.80926 2.30545 9.90321 2.25773 10H1.5C1.22386 10 1 10.2239 1 10.5C1 10.7761 1.22386 11 1.5 11H2.00223C2.00075 11.0351 2 11.0703 2 11.1056V18.5C2 19.3284 2.67157 20 3.5 20H4.5C5.32843 20 6 19.3284 6 18.5V18H18V18.5C18 19.3284 18.6716 20 19.5 20H20.5C21.3284 20 22 19.3284 22 18.5V11.1056C22 11.0703 21.9993 11.0351 21.9978 11H22.4999C22.7761 11 22.9999 10.7761 22.9999 10.5C22.9999 10.2239 22.7761 10 22.4999 10H21.7423C21.6945 9.90321 21.6404 9.80926 21.5801 9.7188L18.5098 5.11325C18.0461 4.41775 17.2655 4 16.4296 4H7.57037ZM8 13.5C8 13.7761 7.77614 14 7.5 14H5.5C5.22386 14 5 13.7761 5 13.5C5 13.2239 5.22386 13 5.5 13H7.5C7.77614 13 8 13.2239 8 13.5ZM16 13.5C16 13.7761 16.2239 14 16.5 14H18.5C18.7761 14 19 13.7761 19 13.5C19 13.2239 18.7761 13 18.5 13H16.5C16.2239 13 16 13.2239 16 13.5Z\" fill=\"currentColor\"/>",
@@ -16606,7 +16620,7 @@
16606
16620
  },
16607
16621
  {
16608
16622
  "category": "Weather",
16609
- "svg": "<path d=\"M17.9472 3.52639C17.8625 3.357 17.6894 3.25 17.5 3.25C17.3106 3.25 17.1375 3.357 17.0528 3.52639L16.2107 5.21066L14.5264 6.05279C14.357 6.13748 14.25 6.31061 14.25 6.5C14.25 6.68939 14.357 6.86252 14.5264 6.94721L16.2107 7.78934L17.0528 9.47361C17.1375 9.643 17.3106 9.75 17.5 9.75C17.6894 9.75 17.8625 9.643 17.9472 9.47361L18.7893 7.78934L20.4736 6.94721C20.643 6.86252 20.75 6.68939 20.75 6.5C20.75 6.31061 20.643 6.13748 20.4736 6.05279L18.7893 5.21066L17.9472 3.52639Z\" fill=\"currentColor\"/><path d=\"M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12L22 11.9943C22 11.8015 21.8891 11.6259 21.715 11.5429C21.5409 11.46 21.3347 11.4846 21.185 11.6061C20.1104 12.4779 18.7419 13 17.25 13C13.7982 13 11 10.2018 11 6.75C11 5.25814 11.5221 3.88956 12.3939 2.81504C12.5154 2.66535 12.54 2.45916 12.4571 2.2851C12.3743 2.11104 12.1987 2.00012 12.006 2L12 2Z\" fill=\"currentColor\"/>",
16623
+ "svg": "<path d=\"M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C17.5228 22 22 17.5228 22 12L22 11.994C21.9999 11.8012 21.8889 11.6257 21.7149 11.5429C21.5408 11.46 21.3346 11.4846 21.185 11.6061C20.1104 12.4779 18.7419 13 17.25 13C13.7982 13 11 10.2018 11 6.75C11 5.25814 11.5221 3.88956 12.3939 2.81504C12.5154 2.66536 12.54 2.4592 12.4572 2.28515C12.3743 2.1111 12.1988 2.00016 12.0061 2L12 2Z\" fill=\"currentColor\"/><path d=\"M17.5 3C17.8391 3 18.1474 3.18276 18.3125 3.4707L18.374 3.60059L18.8574 4.85547C18.9082 4.98751 19.0125 5.09179 19.1445 5.14258L20.3994 5.62598C20.7612 5.76514 21 6.11239 21 6.5C21 6.88761 20.7612 7.23486 20.3994 7.37402L19.1445 7.85742C19.0125 7.90821 18.9082 8.01249 18.8574 8.14453L18.374 9.39941C18.2349 9.76117 17.8876 10 17.5 10C17.1124 10 16.7651 9.76117 16.626 9.39941L16.1426 8.14453C16.0918 8.01249 15.9875 7.90821 15.8555 7.85742L14.6006 7.37402C14.2388 7.23486 14 6.88761 14 6.5C14 6.11239 14.2388 5.76514 14.6006 5.62598L15.8555 5.14258C15.9875 5.09179 16.0918 4.98752 16.1426 4.85547L16.626 3.60059L16.6875 3.4707C16.8526 3.18276 17.1609 3 17.5 3Z\" fill=\"currentColor\"/>",
16610
16624
  "iconName": "moon-star, night",
16611
16625
  "variant": {
16612
16626
  "join": "round",
package/icons/index.d.ts CHANGED
@@ -411,6 +411,7 @@ export type CentralIconName =
411
411
  | "IconCar8Ev"
412
412
  | "IconCar9"
413
413
  | "IconCar9Ev"
414
+ | "IconCard"
414
415
  | "IconCarFrontView"
415
416
  | "IconCarTaxi"
416
417
  | "IconCarussel"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-2-stroke-1",
3
- "version": "1.1.214",
3
+ "version": "1.1.216",
4
4
  "style": "round-filled-radius-2-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-2-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": 1976,
14
+ "totalIcons": 1977,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 85,
@@ -951,7 +951,7 @@
951
951
  ]
952
952
  },
953
953
  "Interface General": {
954
- "count": 198,
954
+ "count": 199,
955
955
  "icons": [
956
956
  "IconAnchor1",
957
957
  "IconAnchor2",
@@ -992,6 +992,7 @@
992
992
  "IconBrokenHeart",
993
993
  "IconBrowserTabs",
994
994
  "IconBucket",
995
+ "IconCard",
995
996
  "IconChainLink1",
996
997
  "IconChainLink2",
997
998
  "IconChainLink3",
@@ -2589,6 +2590,7 @@
2589
2590
  "IconCar8Ev": "car-8-ev, mini-van",
2590
2591
  "IconCar9": "car-9, van",
2591
2592
  "IconCar9Ev": "car-9-ev, van",
2593
+ "IconCard": "card, profile, avatar, account",
2592
2594
  "IconCarFrontView": "car-front-view",
2593
2595
  "IconCarTaxi": "car-taxi, uber",
2594
2596
  "IconCarussel": "carussel, slides",
package/index.d.ts CHANGED
@@ -412,6 +412,7 @@ export { IconCar9, default as IconCar9Default } from "./IconCar9";
412
412
  export { IconCar9Ev, default as IconCar9EvDefault } from "./IconCar9Ev";
413
413
  export { IconCarFrontView, default as IconCarFrontViewDefault, } from "./IconCarFrontView";
414
414
  export { IconCarTaxi, default as IconCarTaxiDefault } from "./IconCarTaxi";
415
+ export { IconCard, default as IconCardDefault } from "./IconCard";
415
416
  export { IconCarussel, default as IconCarusselDefault } from "./IconCarussel";
416
417
  export { IconCash, default as IconCashDefault } from "./IconCash";
417
418
  export { IconCat, default as IconCatDefault } from "./IconCat";