@central-icons-react-native/round-filled-radius-1-stroke-2 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 7.50001C12.5523 7.50001 13 7.94773 13 8.50001C13 9.0523 12.5523 9.50001 12 9.50001C11.4477 9.50001 11 9.0523 11 8.50001C11 7.94773 11.4477 7.50001 12 7.50001Z",fill:"currentColor"}),t.default.createElement(p.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M17.4004 2.00001C17.6638 2.00001 17.9219 1.9989 18.1387 2.01662C18.3672 2.03531 18.637 2.07958 18.9082 2.21779C19.2374 2.38556 19.5129 2.64087 19.7051 2.95412L19.7822 3.09181L19.8692 3.29494C19.9406 3.49577 19.9694 3.69007 19.9834 3.86134C20.0011 4.07815 20 4.33624 20 4.59962V19.4004C20 19.6638 20.0011 19.9219 19.9834 20.1387C19.9647 20.3672 19.9205 20.637 19.7822 20.9082C19.5905 21.2845 19.2845 21.5905 18.9082 21.7822C18.637 21.9205 18.3672 21.9647 18.1387 21.9834C17.9219 22.0011 17.6638 22 17.4004 22H6.59962C6.33624 22 6.07815 22.0011 5.86134 21.9834C5.63284 21.9647 5.36307 21.9205 5.09181 21.7822C4.71557 21.5905 4.40952 21.2845 4.21779 20.9082C4.07958 20.637 4.03531 20.3672 4.01662 20.1387C3.9989 19.9219 4.00001 19.6638 4.00001 19.4004V4.59962C4.00001 4.33624 3.9989 4.07815 4.01662 3.86134C4.03531 3.63284 4.07958 3.36307 4.21779 3.09181C4.40952 2.71556 4.71556 2.40952 5.09181 2.21779C5.36307 2.07958 5.63284 2.03531 5.86134 2.01662C6.07815 1.9989 6.33624 2.00001 6.59962 2.00001H17.4004ZM9.00001 16C8.44774 16 8.00002 16.4477 8.00001 17C8.00001 17.5523 8.44774 18 9.00001 18H15C15.5523 18 16 17.5523 16 17C16 16.4477 15.5523 16 15 16H9.00001ZM9.00001 13C8.44774 13 8.00002 13.4477 8.00001 14C8.00001 14.5523 8.44774 15 9.00001 15H15C15.5523 15 16 14.5523 16 14C16 13.4477 15.5523 13 15 13H9.00001ZM12 5.50001C10.3432 5.50001 9.00001 6.84316 9.00001 8.50001C9.00001 10.1569 10.3432 11.5 12 11.5C13.6569 11.5 15 10.1569 15 8.50001C15 6.84316 13.6569 5.50001 12 5.50001Z",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 7.50001C12.5523 7.50001 13 7.94773 13 8.50001C13 9.0523 12.5523 9.50001 12 9.50001C11.4477 9.50001 11 9.0523 11 8.50001C11 7.94773 11.4477 7.50001 12 7.50001Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17.4004 2.00001C17.6638 2.00001 17.9219 1.9989 18.1387 2.01662C18.3672 2.03531 18.637 2.07958 18.9082 2.21779C19.2374 2.38556 19.5129 2.64087 19.7051 2.95412L19.7822 3.09181L19.8692 3.29494C19.9406 3.49577 19.9694 3.69007 19.9834 3.86134C20.0011 4.07815 20 4.33624 20 4.59962V19.4004C20 19.6638 20.0011 19.9219 19.9834 20.1387C19.9647 20.3672 19.9205 20.637 19.7822 20.9082C19.5905 21.2845 19.2845 21.5905 18.9082 21.7822C18.637 21.9205 18.3672 21.9647 18.1387 21.9834C17.9219 22.0011 17.6638 22 17.4004 22H6.59962C6.33624 22 6.07815 22.0011 5.86134 21.9834C5.63284 21.9647 5.36307 21.9205 5.09181 21.7822C4.71557 21.5905 4.40952 21.2845 4.21779 20.9082C4.07958 20.637 4.03531 20.3672 4.01662 20.1387C3.9989 19.9219 4.00001 19.6638 4.00001 19.4004V4.59962C4.00001 4.33624 3.9989 4.07815 4.01662 3.86134C4.03531 3.63284 4.07958 3.36307 4.21779 3.09181C4.40952 2.71556 4.71556 2.40952 5.09181 2.21779C5.36307 2.07958 5.63284 2.03531 5.86134 2.01662C6.07815 1.9989 6.33624 2.00001 6.59962 2.00001H17.4004ZM9.00001 16C8.44774 16 8.00002 16.4477 8.00001 17C8.00001 17.5523 8.44774 18 9.00001 18H15C15.5523 18 16 17.5523 16 17C16 16.4477 15.5523 16 15 16H9.00001ZM9.00001 13C8.44774 13 8.00002 13.4477 8.00001 14C8.00001 14.5523 8.44774 15 9.00001 15H15C15.5523 15 16 14.5523 16 14C16 13.4477 15.5523 13 15 13H9.00001ZM12 5.50001C10.3432 5.50001 9.00001 6.84316 9.00001 8.50001C9.00001 10.1569 10.3432 11.5 12 11.5C13.6569 11.5 15 10.1569 15 8.50001C15 6.84316 13.6569 5.50001 12 5.50001Z\"\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,qKACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,88CACF,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 7.50001C12.5523 7.50001 13 7.94773 13 8.50001C13 9.0523 12.5523 9.50001 12 9.50001C11.4477 9.50001 11 9.0523 11 8.50001C11 7.94773 11.4477 7.50001 12 7.50001Z",fill:"currentColor"}),o.createElement(n,{fillRule:"evenodd",clipRule:"evenodd",d:"M17.4004 2.00001C17.6638 2.00001 17.9219 1.9989 18.1387 2.01662C18.3672 2.03531 18.637 2.07958 18.9082 2.21779C19.2374 2.38556 19.5129 2.64087 19.7051 2.95412L19.7822 3.09181L19.8692 3.29494C19.9406 3.49577 19.9694 3.69007 19.9834 3.86134C20.0011 4.07815 20 4.33624 20 4.59962V19.4004C20 19.6638 20.0011 19.9219 19.9834 20.1387C19.9647 20.3672 19.9205 20.637 19.7822 20.9082C19.5905 21.2845 19.2845 21.5905 18.9082 21.7822C18.637 21.9205 18.3672 21.9647 18.1387 21.9834C17.9219 22.0011 17.6638 22 17.4004 22H6.59962C6.33624 22 6.07815 22.0011 5.86134 21.9834C5.63284 21.9647 5.36307 21.9205 5.09181 21.7822C4.71557 21.5905 4.40952 21.2845 4.21779 20.9082C4.07958 20.637 4.03531 20.3672 4.01662 20.1387C3.9989 19.9219 4.00001 19.6638 4.00001 19.4004V4.59962C4.00001 4.33624 3.9989 4.07815 4.01662 3.86134C4.03531 3.63284 4.07958 3.36307 4.21779 3.09181C4.40952 2.71556 4.71556 2.40952 5.09181 2.21779C5.36307 2.07958 5.63284 2.03531 5.86134 2.01662C6.07815 1.9989 6.33624 2.00001 6.59962 2.00001H17.4004ZM9.00001 16C8.44774 16 8.00002 16.4477 8.00001 17C8.00001 17.5523 8.44774 18 9.00001 18H15C15.5523 18 16 17.5523 16 17C16 16.4477 15.5523 16 15 16H9.00001ZM9.00001 13C8.44774 13 8.00002 13.4477 8.00001 14C8.00001 14.5523 8.44774 15 9.00001 15H15C15.5523 15 16 14.5523 16 14C16 13.4477 15.5523 13 15 13H9.00001ZM12 5.50001C10.3432 5.50001 9.00001 6.84316 9.00001 8.50001C9.00001 10.1569 10.3432 11.5 12 11.5C13.6569 11.5 15 10.1569 15 8.50001C15 6.84316 13.6569 5.50001 12 5.50001Z",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 7.50001C12.5523 7.50001 13 7.94773 13 8.50001C13 9.0523 12.5523 9.50001 12 9.50001C11.4477 9.50001 11 9.0523 11 8.50001C11 7.94773 11.4477 7.50001 12 7.50001Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17.4004 2.00001C17.6638 2.00001 17.9219 1.9989 18.1387 2.01662C18.3672 2.03531 18.637 2.07958 18.9082 2.21779C19.2374 2.38556 19.5129 2.64087 19.7051 2.95412L19.7822 3.09181L19.8692 3.29494C19.9406 3.49577 19.9694 3.69007 19.9834 3.86134C20.0011 4.07815 20 4.33624 20 4.59962V19.4004C20 19.6638 20.0011 19.9219 19.9834 20.1387C19.9647 20.3672 19.9205 20.637 19.7822 20.9082C19.5905 21.2845 19.2845 21.5905 18.9082 21.7822C18.637 21.9205 18.3672 21.9647 18.1387 21.9834C17.9219 22.0011 17.6638 22 17.4004 22H6.59962C6.33624 22 6.07815 22.0011 5.86134 21.9834C5.63284 21.9647 5.36307 21.9205 5.09181 21.7822C4.71557 21.5905 4.40952 21.2845 4.21779 20.9082C4.07958 20.637 4.03531 20.3672 4.01662 20.1387C3.9989 19.9219 4.00001 19.6638 4.00001 19.4004V4.59962C4.00001 4.33624 3.9989 4.07815 4.01662 3.86134C4.03531 3.63284 4.07958 3.36307 4.21779 3.09181C4.40952 2.71556 4.71556 2.40952 5.09181 2.21779C5.36307 2.07958 5.63284 2.03531 5.86134 2.01662C6.07815 1.9989 6.33624 2.00001 6.59962 2.00001H17.4004ZM9.00001 16C8.44774 16 8.00002 16.4477 8.00001 17C8.00001 17.5523 8.44774 18 9.00001 18H15C15.5523 18 16 17.5523 16 17C16 16.4477 15.5523 16 15 16H9.00001ZM9.00001 13C8.44774 13 8.00002 13.4477 8.00001 14C8.00001 14.5523 8.44774 15 9.00001 15H15C15.5523 15 16 14.5523 16 14C16 13.4477 15.5523 13 15 13H9.00001ZM12 5.50001C10.3432 5.50001 9.00001 6.84316 9.00001 8.50001C9.00001 10.1569 10.3432 11.5 12 11.5C13.6569 11.5 15 10.1569 15 8.50001C15 6.84316 13.6569 5.50001 12 5.50001Z\"\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,qKACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,88CACF,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 u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var L=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 I(o))!x.call(r,t)&&t!==C&&n(r,t,{get:()=>o[t],enumerable:!(l=B(o,t))||l.enumerable});return r};var m=(r,o,C)=>(C=r!=null?u(L(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:()=>i,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"),i=r=>e.default.createElement(c,{...r},e.default.createElement(p.Path,{d:"M16.2404 5.0176L17.0519 3.39443C17.2362 3.02591 17.7621 3.02591 17.9464 3.39444L18.758 5.0176C18.8063 5.11437 18.8848 5.19283 18.9816 5.24121L20.6047 6.05279C20.9733 6.23706 20.9732 6.76296 20.6047 6.94722L18.9816 7.75881C18.8848 7.80719 18.8063 7.88565 18.7579 7.98241L17.9464 9.60558C17.7621 9.9741 17.2362 9.9741 17.0519 9.60558L16.2404 7.98241C16.192 7.88565 16.1135 7.80719 16.0167 7.75881L14.3936 6.94722C14.0251 6.76296 14.0251 6.23706 14.3936 6.05279L16.0167 5.24121C16.1135 5.19283 16.192 5.11437 16.2404 5.0176Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M12.0517 3.59971C12.2712 3.28123 12.2873 2.86472 12.0931 2.53021C11.8989 2.19569 11.5292 2.00315 11.1438 2.03581C6.0214 2.46985 2 6.76372 2 11.9979C2 17.5197 6.47632 21.996 11.9981 21.996C17.2324 21.996 21.5264 17.9745 21.9602 12.8519C21.9929 12.4664 21.8003 12.0968 21.4658 11.9026C21.1313 11.7084 20.7148 11.7246 20.3963 11.9441C19.4302 12.61 18.2602 12.9998 16.9961 12.9998C13.6824 12.9998 10.9961 10.3135 10.9961 6.99976C10.9961 5.73577 11.3858 4.56582 12.0517 3.59971Z",fill:"currentColor"})),v=i;0&&(module.exports={IconMoonStar});
1
+ "use strict";var u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var L=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 I(o))!x.call(r,t)&&t!==C&&n(r,t,{get:()=>o[t],enumerable:!(l=B(o,t))||l.enumerable});return r};var m=(r,o,C)=>(C=r!=null?u(L(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:()=>i,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"),i=r=>e.default.createElement(c,{...r},e.default.createElement(p.Path,{d:"M12.0517 3.59971C12.2712 3.28123 12.2873 2.86472 12.0931 2.53021C11.8989 2.19569 11.5292 2.00315 11.1438 2.03581C6.0214 2.46985 2 6.76372 2 11.9979C2 17.5197 6.47632 21.996 11.9981 21.996C17.2324 21.996 21.5264 17.9745 21.9602 12.8519C21.9929 12.4664 21.8003 12.0968 21.4658 11.9026C21.1313 11.7084 20.7148 11.7246 20.3963 11.9441C19.4302 12.61 18.2602 12.9998 16.9961 12.9998C13.6824 12.9998 10.9961 10.3135 10.9961 6.99976C10.9961 5.73577 11.3858 4.56582 12.0517 3.59971Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M18.5655 4.86018L17.9756 3.32667C17.8999 3.12986 17.7109 3 17.5 3C17.2891 3 17.1001 3.12986 17.0244 3.32667L16.4345 4.86018C16.333 5.12427 16.1243 5.33297 15.8602 5.43455L14.3267 6.02436C14.1299 6.10005 14 6.28914 14 6.5C14 6.71086 14.1299 6.89995 14.3267 6.97564L15.8602 7.56545C16.1243 7.66703 16.333 7.87573 16.4345 8.13982L17.0244 9.67333C17.1001 9.87014 17.2891 10 17.5 10C17.7109 10 17.8999 9.87014 17.9756 9.67333L18.5655 8.13982C18.667 7.87573 18.8757 7.66703 19.1398 7.56545L20.6733 6.97564C20.8701 6.89995 21 6.71086 21 6.5C21 6.28914 20.8701 6.10005 20.6733 6.02436L19.1398 5.43455C18.8757 5.33297 18.667 5.12427 18.5655 4.86018Z",fill:"currentColor"})),v=i;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=\"M16.2404 5.0176L17.0519 3.39443C17.2362 3.02591 17.7621 3.02591 17.9464 3.39444L18.758 5.0176C18.8063 5.11437 18.8848 5.19283 18.9816 5.24121L20.6047 6.05279C20.9733 6.23706 20.9732 6.76296 20.6047 6.94722L18.9816 7.75881C18.8848 7.80719 18.8063 7.88565 18.7579 7.98241L17.9464 9.60558C17.7621 9.9741 17.2362 9.9741 17.0519 9.60558L16.2404 7.98241C16.192 7.88565 16.1135 7.80719 16.0167 7.75881L14.3936 6.94722C14.0251 6.76296 14.0251 6.23706 14.3936 6.05279L16.0167 5.24121C16.1135 5.19283 16.192 5.11437 16.2404 5.0176Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.0517 3.59971C12.2712 3.28123 12.2873 2.86472 12.0931 2.53021C11.8989 2.19569 11.5292 2.00315 11.1438 2.03581C6.0214 2.46985 2 6.76372 2 11.9979C2 17.5197 6.47632 21.996 11.9981 21.996C17.2324 21.996 21.5264 17.9745 21.9602 12.8519C21.9929 12.4664 21.8003 12.0968 21.4658 11.9026C21.1313 11.7084 20.7148 11.7246 20.3963 11.9441C19.4302 12.61 18.2602 12.9998 16.9961 12.9998C13.6824 12.9998 10.9961 10.3135 10.9961 6.99976C10.9961 5.73577 11.3858 4.56582 12.0517 3.59971Z\"\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,4gBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4dACF,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.0517 3.59971C12.2712 3.28123 12.2873 2.86472 12.0931 2.53021C11.8989 2.19569 11.5292 2.00315 11.1438 2.03581C6.0214 2.46985 2 6.76372 2 11.9979C2 17.5197 6.47632 21.996 11.9981 21.996C17.2324 21.996 21.5264 17.9745 21.9602 12.8519C21.9929 12.4664 21.8003 12.0968 21.4658 11.9026C21.1313 11.7084 20.7148 11.7246 20.3963 11.9441C19.4302 12.61 18.2602 12.9998 16.9961 12.9998C13.6824 12.9998 10.9961 10.3135 10.9961 6.99976C10.9961 5.73577 11.3858 4.56582 12.0517 3.59971Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.5655 4.86018L17.9756 3.32667C17.8999 3.12986 17.7109 3 17.5 3C17.2891 3 17.1001 3.12986 17.0244 3.32667L16.4345 4.86018C16.333 5.12427 16.1243 5.33297 15.8602 5.43455L14.3267 6.02436C14.1299 6.10005 14 6.28914 14 6.5C14 6.71086 14.1299 6.89995 14.3267 6.97564L15.8602 7.56545C16.1243 7.66703 16.333 7.87573 16.4345 8.13982L17.0244 9.67333C17.1001 9.87014 17.2891 10 17.5 10C17.7109 10 17.8999 9.87014 17.9756 9.67333L18.5655 8.13982C18.667 7.87573 18.8757 7.66703 19.1398 7.56545L20.6733 6.97564C20.8701 6.89995 21 6.71086 21 6.5C21 6.28914 20.8701 6.10005 20.6733 6.02436L19.1398 5.43455C18.8757 5.33297 18.667 5.12427 18.5655 4.86018Z\"\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,moBACF,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:"M16.2404 5.0176L17.0519 3.39443C17.2362 3.02591 17.7621 3.02591 17.9464 3.39444L18.758 5.0176C18.8063 5.11437 18.8848 5.19283 18.9816 5.24121L20.6047 6.05279C20.9733 6.23706 20.9732 6.76296 20.6047 6.94722L18.9816 7.75881C18.8848 7.80719 18.8063 7.88565 18.7579 7.98241L17.9464 9.60558C17.7621 9.9741 17.2362 9.9741 17.0519 9.60558L16.2404 7.98241C16.192 7.88565 16.1135 7.80719 16.0167 7.75881L14.3936 6.94722C14.0251 6.76296 14.0251 6.23706 14.3936 6.05279L16.0167 5.24121C16.1135 5.19283 16.192 5.11437 16.2404 5.0176Z",fill:"currentColor"}),C.createElement(n,{d:"M12.0517 3.59971C12.2712 3.28123 12.2873 2.86472 12.0931 2.53021C11.8989 2.19569 11.5292 2.00315 11.1438 2.03581C6.0214 2.46985 2 6.76372 2 11.9979C2 17.5197 6.47632 21.996 11.9981 21.996C17.2324 21.996 21.5264 17.9745 21.9602 12.8519C21.9929 12.4664 21.8003 12.0968 21.4658 11.9026C21.1313 11.7084 20.7148 11.7246 20.3963 11.9441C19.4302 12.61 18.2602 12.9998 16.9961 12.9998C13.6824 12.9998 10.9961 10.3135 10.9961 6.99976C10.9961 5.73577 11.3858 4.56582 12.0517 3.59971Z",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.0517 3.59971C12.2712 3.28123 12.2873 2.86472 12.0931 2.53021C11.8989 2.19569 11.5292 2.00315 11.1438 2.03581C6.0214 2.46985 2 6.76372 2 11.9979C2 17.5197 6.47632 21.996 11.9981 21.996C17.2324 21.996 21.5264 17.9745 21.9602 12.8519C21.9929 12.4664 21.8003 12.0968 21.4658 11.9026C21.1313 11.7084 20.7148 11.7246 20.3963 11.9441C19.4302 12.61 18.2602 12.9998 16.9961 12.9998C13.6824 12.9998 10.9961 10.3135 10.9961 6.99976C10.9961 5.73577 11.3858 4.56582 12.0517 3.59971Z",fill:"currentColor"}),C.createElement(n,{d:"M18.5655 4.86018L17.9756 3.32667C17.8999 3.12986 17.7109 3 17.5 3C17.2891 3 17.1001 3.12986 17.0244 3.32667L16.4345 4.86018C16.333 5.12427 16.1243 5.33297 15.8602 5.43455L14.3267 6.02436C14.1299 6.10005 14 6.28914 14 6.5C14 6.71086 14.1299 6.89995 14.3267 6.97564L15.8602 7.56545C16.1243 7.66703 16.333 7.87573 16.4345 8.13982L17.0244 9.67333C17.1001 9.87014 17.2891 10 17.5 10C17.7109 10 17.8999 9.87014 17.9756 9.67333L18.5655 8.13982C18.667 7.87573 18.8757 7.66703 19.1398 7.56545L20.6733 6.97564C20.8701 6.89995 21 6.71086 21 6.5C21 6.28914 20.8701 6.10005 20.6733 6.02436L19.1398 5.43455C18.8757 5.33297 18.667 5.12427 18.5655 4.86018Z",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=\"M16.2404 5.0176L17.0519 3.39443C17.2362 3.02591 17.7621 3.02591 17.9464 3.39444L18.758 5.0176C18.8063 5.11437 18.8848 5.19283 18.9816 5.24121L20.6047 6.05279C20.9733 6.23706 20.9732 6.76296 20.6047 6.94722L18.9816 7.75881C18.8848 7.80719 18.8063 7.88565 18.7579 7.98241L17.9464 9.60558C17.7621 9.9741 17.2362 9.9741 17.0519 9.60558L16.2404 7.98241C16.192 7.88565 16.1135 7.80719 16.0167 7.75881L14.3936 6.94722C14.0251 6.76296 14.0251 6.23706 14.3936 6.05279L16.0167 5.24121C16.1135 5.19283 16.192 5.11437 16.2404 5.0176Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.0517 3.59971C12.2712 3.28123 12.2873 2.86472 12.0931 2.53021C11.8989 2.19569 11.5292 2.00315 11.1438 2.03581C6.0214 2.46985 2 6.76372 2 11.9979C2 17.5197 6.47632 21.996 11.9981 21.996C17.2324 21.996 21.5264 17.9745 21.9602 12.8519C21.9929 12.4664 21.8003 12.0968 21.4658 11.9026C21.1313 11.7084 20.7148 11.7246 20.3963 11.9441C19.4302 12.61 18.2602 12.9998 16.9961 12.9998C13.6824 12.9998 10.9961 10.3135 10.9961 6.99976C10.9961 5.73577 11.3858 4.56582 12.0517 3.59971Z\"\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,4gBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4dACF,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.0517 3.59971C12.2712 3.28123 12.2873 2.86472 12.0931 2.53021C11.8989 2.19569 11.5292 2.00315 11.1438 2.03581C6.0214 2.46985 2 6.76372 2 11.9979C2 17.5197 6.47632 21.996 11.9981 21.996C17.2324 21.996 21.5264 17.9745 21.9602 12.8519C21.9929 12.4664 21.8003 12.0968 21.4658 11.9026C21.1313 11.7084 20.7148 11.7246 20.3963 11.9441C19.4302 12.61 18.2602 12.9998 16.9961 12.9998C13.6824 12.9998 10.9961 10.3135 10.9961 6.99976C10.9961 5.73577 11.3858 4.56582 12.0517 3.59971Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18.5655 4.86018L17.9756 3.32667C17.8999 3.12986 17.7109 3 17.5 3C17.2891 3 17.1001 3.12986 17.0244 3.32667L16.4345 4.86018C16.333 5.12427 16.1243 5.33297 15.8602 5.43455L14.3267 6.02436C14.1299 6.10005 14 6.28914 14 6.5C14 6.71086 14.1299 6.89995 14.3267 6.97564L15.8602 7.56545C16.1243 7.66703 16.333 7.87573 16.4345 8.13982L17.0244 9.67333C17.1001 9.87014 17.2891 10 17.5 10C17.7109 10 17.8999 9.87014 17.9756 9.67333L18.5655 8.13982C18.667 7.87573 18.8757 7.66703 19.1398 7.56545L20.6733 6.97564C20.8701 6.89995 21 6.71086 21 6.5C21 6.28914 20.8701 6.10005 20.6733 6.02436L19.1398 5.43455C18.8757 5.33297 18.667 5.12427 18.5655 4.86018Z\"\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,moBACF,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-1-stroke-2",
5769
5769
  "componentName": "IconCar9Ev"
5770
5770
  },
5771
+ {
5772
+ "category": "Interface General",
5773
+ "svg": "<path d=\"M12 7.50001C12.5523 7.50001 13 7.94773 13 8.50001C13 9.0523 12.5523 9.50001 12 9.50001C11.4477 9.50001 11 9.0523 11 8.50001C11 7.94773 11.4477 7.50001 12 7.50001Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.4004 2.00001C17.6638 2.00001 17.9219 1.9989 18.1387 2.01662C18.3672 2.03531 18.637 2.07958 18.9082 2.21779C19.2374 2.38556 19.5129 2.64087 19.7051 2.95412L19.7822 3.09181L19.8692 3.29494C19.9406 3.49577 19.9694 3.69007 19.9834 3.86134C20.0011 4.07815 20 4.33624 20 4.59962V19.4004C20 19.6638 20.0011 19.9219 19.9834 20.1387C19.9647 20.3672 19.9205 20.637 19.7822 20.9082C19.5905 21.2845 19.2845 21.5905 18.9082 21.7822C18.637 21.9205 18.3672 21.9647 18.1387 21.9834C17.9219 22.0011 17.6638 22 17.4004 22H6.59962C6.33624 22 6.07815 22.0011 5.86134 21.9834C5.63284 21.9647 5.36307 21.9205 5.09181 21.7822C4.71557 21.5905 4.40952 21.2845 4.21779 20.9082C4.07958 20.637 4.03531 20.3672 4.01662 20.1387C3.9989 19.9219 4.00001 19.6638 4.00001 19.4004V4.59962C4.00001 4.33624 3.9989 4.07815 4.01662 3.86134C4.03531 3.63284 4.07958 3.36307 4.21779 3.09181C4.40952 2.71556 4.71556 2.40952 5.09181 2.21779C5.36307 2.07958 5.63284 2.03531 5.86134 2.01662C6.07815 1.9989 6.33624 2.00001 6.59962 2.00001H17.4004ZM9.00001 16C8.44774 16 8.00002 16.4477 8.00001 17C8.00001 17.5523 8.44774 18 9.00001 18H15C15.5523 18 16 17.5523 16 17C16 16.4477 15.5523 16 15 16H9.00001ZM9.00001 13C8.44774 13 8.00002 13.4477 8.00001 14C8.00001 14.5523 8.44774 15 9.00001 15H15C15.5523 15 16 14.5523 16 14C16 13.4477 15.5523 13 15 13H9.00001ZM12 5.50001C10.3432 5.50001 9.00001 6.84316 9.00001 8.50001C9.00001 10.1569 10.3432 11.5 12 11.5C13.6569 11.5 15 10.1569 15 8.50001C15 6.84316 13.6569 5.50001 12 5.50001Z\" fill=\"currentColor\"/>",
5774
+ "iconName": "card, profile, avatar, account",
5775
+ "variant": {
5776
+ "join": "round",
5777
+ "filled": "on",
5778
+ "radius": "1",
5779
+ "stroke": "2"
5780
+ },
5781
+ "createdAt": "2026-04-27T10:02:27.997505+00:00",
5782
+ "packageName": "round-filled-radius-1-stroke-2",
5783
+ "componentName": "IconCard"
5784
+ },
5771
5785
  {
5772
5786
  "category": "Vehicles & Aircrafts",
5773
5787
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M5.87108 4.8906C6.24201 4.3342 6.86648 4 7.53518 4H16.4648C17.1335 4 17.758 4.3342 18.1289 4.8906L20.8685 9H22C22.5523 9 23 9.44772 23 10C23 10.5523 22.5523 11 22 11H21.9769C21.9922 11.0998 22 11.201 22 11.3028V18C22 19.1046 21.1046 20 20 20H19C17.8954 20 17 19.1046 17 18H7C7 19.1046 6.10457 20 5 20H4C2.89543 20 2 19.1046 2 18V11.3028C2 11.201 2.00777 11.0998 2.02305 11H2C1.44772 11 1 10.5523 1 10C1 9.44772 1.44772 9 2 9H3.13148L5.87108 4.8906ZM5 13C5 12.4477 5.44772 12 6 12H7C7.55228 12 8 12.4477 8 13C8 13.5523 7.55228 14 7 14H6C5.44772 14 5 13.5523 5 13ZM16 13C16 12.4477 16.4477 12 17 12H18C18.5523 12 19 12.4477 19 13C19 13.5523 18.5523 14 18 14H17C16.4477 14 16 13.5523 16 13Z\" fill=\"currentColor\"/>",
@@ -16606,7 +16620,7 @@
16606
16620
  },
16607
16621
  {
16608
16622
  "category": "Weather",
16609
- "svg": "<path d=\"M16.2404 5.0176L17.0519 3.39443C17.2362 3.02591 17.7621 3.02591 17.9464 3.39444L18.758 5.0176C18.8063 5.11437 18.8848 5.19283 18.9816 5.24121L20.6047 6.05279C20.9733 6.23706 20.9732 6.76296 20.6047 6.94722L18.9816 7.75881C18.8848 7.80719 18.8063 7.88565 18.7579 7.98241L17.9464 9.60558C17.7621 9.9741 17.2362 9.9741 17.0519 9.60558L16.2404 7.98241C16.192 7.88565 16.1135 7.80719 16.0167 7.75881L14.3936 6.94722C14.0251 6.76296 14.0251 6.23706 14.3936 6.05279L16.0167 5.24121C16.1135 5.19283 16.192 5.11437 16.2404 5.0176Z\" fill=\"currentColor\"/><path d=\"M12.0517 3.59971C12.2712 3.28123 12.2873 2.86472 12.0931 2.53021C11.8989 2.19569 11.5292 2.00315 11.1438 2.03581C6.0214 2.46985 2 6.76372 2 11.9979C2 17.5197 6.47632 21.996 11.9981 21.996C17.2324 21.996 21.5264 17.9745 21.9602 12.8519C21.9929 12.4664 21.8003 12.0968 21.4658 11.9026C21.1313 11.7084 20.7148 11.7246 20.3963 11.9441C19.4302 12.61 18.2602 12.9998 16.9961 12.9998C13.6824 12.9998 10.9961 10.3135 10.9961 6.99976C10.9961 5.73577 11.3858 4.56582 12.0517 3.59971Z\" fill=\"currentColor\"/>",
16623
+ "svg": "<path d=\"M12.0517 3.59971C12.2712 3.28123 12.2873 2.86472 12.0931 2.53021C11.8989 2.19569 11.5292 2.00315 11.1438 2.03581C6.0214 2.46985 2 6.76372 2 11.9979C2 17.5197 6.47632 21.996 11.9981 21.996C17.2324 21.996 21.5264 17.9745 21.9602 12.8519C21.9929 12.4664 21.8003 12.0968 21.4658 11.9026C21.1313 11.7084 20.7148 11.7246 20.3963 11.9441C19.4302 12.61 18.2602 12.9998 16.9961 12.9998C13.6824 12.9998 10.9961 10.3135 10.9961 6.99976C10.9961 5.73577 11.3858 4.56582 12.0517 3.59971Z\" fill=\"currentColor\"/><path d=\"M18.5655 4.86018L17.9756 3.32667C17.8999 3.12986 17.7109 3 17.5 3C17.2891 3 17.1001 3.12986 17.0244 3.32667L16.4345 4.86018C16.333 5.12427 16.1243 5.33297 15.8602 5.43455L14.3267 6.02436C14.1299 6.10005 14 6.28914 14 6.5C14 6.71086 14.1299 6.89995 14.3267 6.97564L15.8602 7.56545C16.1243 7.66703 16.333 7.87573 16.4345 8.13982L17.0244 9.67333C17.1001 9.87014 17.2891 10 17.5 10C17.7109 10 17.8999 9.87014 17.9756 9.67333L18.5655 8.13982C18.667 7.87573 18.8757 7.66703 19.1398 7.56545L20.6733 6.97564C20.8701 6.89995 21 6.71086 21 6.5C21 6.28914 20.8701 6.10005 20.6733 6.02436L19.1398 5.43455C18.8757 5.33297 18.667 5.12427 18.5655 4.86018Z\" 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-1-stroke-2",
3
- "version": "1.1.214",
3
+ "version": "1.1.216",
4
4
  "style": "round-filled-radius-1-stroke-2",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-1-stroke-2/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";