@central-icons-react-native/round-filled-radius-1-stroke-1 1.1.208 → 1.1.210

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 IconArrowRotateSparkle: FC<CentralIconBaseProps>;
4
+ export default IconArrowRotateSparkle;
@@ -0,0 +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=(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 t of I(r))!x.call(C,t)&&t!==o&&n(C,t,{get:()=>r[t],enumerable:!(l=B(r,t))||l.enumerable});return C};var m=(C,r,o)=>(o=C!=null?u(L(C)):{},a(r||!C||!C.__esModule?n(o,"default",{value:C,enumerable:!0}):o,C)),g=C=>a(n({},"__esModule",{value:!0}),C);var v={};P(v,{IconArrowRotateSparkle:()=>i,default:()=>d});module.exports=g(v);var e=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=>e.default.createElement(c,{...C},e.default.createElement(p.Path,{d:"M3.62793 10.4414C3.90169 10.4757 4.09551 10.7252 4.06152 10.999C4.02067 11.3266 4 11.6609 4 12C4.00001 16.4183 7.58173 20 12 20C14.5367 20 17.0049 18.8216 18.5205 17H15.5117C15.2356 17 15.0117 16.7761 15.0117 16.5C15.0117 16.2239 15.2356 16 15.5117 16H19.5117C19.7879 16 20.0117 16.2239 20.0117 16.5V20.5C20.0117 20.7761 19.7879 21 19.5117 21C19.2356 21 19.0117 20.7761 19.0117 20.5V17.9551C17.2896 19.828 14.6774 21 12 21C7.02944 21 3.00001 16.9706 3 12C3 11.6196 3.02341 11.2444 3.06934 10.876C3.10351 10.602 3.35391 10.4072 3.62793 10.4414Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M18 4C18.2409 4 18.4574 4.1482 18.5439 4.37305L19.2402 6.18555C19.3418 6.44944 19.5506 6.65819 19.8145 6.75977L21.627 7.45605C21.8518 7.5426 22 7.75906 22 8C22 8.24094 21.8518 8.4574 21.627 8.54395L19.8145 9.24023C19.5506 9.34181 19.3418 9.55056 19.2402 9.81445L18.5439 11.627C18.4574 11.8518 18.2409 12 18 12C17.7591 12 17.5426 11.8518 17.4561 11.627L16.7598 9.81445C16.6582 9.55056 16.4494 9.34181 16.1855 9.24023L14.373 8.54395C14.1482 8.4574 14 8.24094 14 8C14 7.75906 14.1482 7.5426 14.373 7.45605L16.1855 6.75977C16.4494 6.65819 16.6582 6.44944 16.7598 6.18555L17.4561 4.37305C17.5426 4.1482 17.7591 4 18 4Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M12 3C12.2761 3.00006 12.5 3.2239 12.5 3.5C12.5 3.7761 12.2761 3.99994 12 4C9.46329 4 6.99513 5.17844 5.47949 7H8.5C8.77614 7 9 7.22386 9 7.5C9 7.77614 8.77614 8 8.5 8H4.5C4.22386 8 4 7.77614 4 7.5V3.5C4 3.22386 4.22386 3 4.5 3C4.77614 3 5 3.22386 5 3.5V6.03223C6.72227 4.1667 9.32871 3 12 3Z",fill:"currentColor"})),d=i;0&&(module.exports={IconArrowRotateSparkle});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconArrowRotateSparkle/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 IconArrowRotateSparkle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.62793 10.4414C3.90169 10.4757 4.09551 10.7252 4.06152 10.999C4.02067 11.3266 4 11.6609 4 12C4.00001 16.4183 7.58173 20 12 20C14.5367 20 17.0049 18.8216 18.5205 17H15.5117C15.2356 17 15.0117 16.7761 15.0117 16.5C15.0117 16.2239 15.2356 16 15.5117 16H19.5117C19.7879 16 20.0117 16.2239 20.0117 16.5V20.5C20.0117 20.7761 19.7879 21 19.5117 21C19.2356 21 19.0117 20.7761 19.0117 20.5V17.9551C17.2896 19.828 14.6774 21 12 21C7.02944 21 3.00001 16.9706 3 12C3 11.6196 3.02341 11.2444 3.06934 10.876C3.10351 10.602 3.35391 10.4072 3.62793 10.4414Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18 4C18.2409 4 18.4574 4.1482 18.5439 4.37305L19.2402 6.18555C19.3418 6.44944 19.5506 6.65819 19.8145 6.75977L21.627 7.45605C21.8518 7.5426 22 7.75906 22 8C22 8.24094 21.8518 8.4574 21.627 8.54395L19.8145 9.24023C19.5506 9.34181 19.3418 9.55056 19.2402 9.81445L18.5439 11.627C18.4574 11.8518 18.2409 12 18 12C17.7591 12 17.5426 11.8518 17.4561 11.627L16.7598 9.81445C16.6582 9.55056 16.4494 9.34181 16.1855 9.24023L14.373 8.54395C14.1482 8.4574 14 8.24094 14 8C14 7.75906 14.1482 7.5426 14.373 7.45605L16.1855 6.75977C16.4494 6.65819 16.6582 6.44944 16.7598 6.18555L17.4561 4.37305C17.5426 4.1482 17.7591 4 18 4Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 3C12.2761 3.00006 12.5 3.2239 12.5 3.5C12.5 3.7761 12.2761 3.99994 12 4C9.46329 4 6.99513 5.17844 5.47949 7H8.5C8.77614 7 9 7.22386 9 7.5C9 7.77614 8.77614 8 8.5 8H4.5C4.22386 8 4 7.77614 4 7.5V3.5C4 3.22386 4.22386 3 4.5 3C4.77614 3 5 3.22386 5 3.5V6.03223C6.72227 4.1667 9.32871 3 12 3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowRotateSparkle;\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,4BAAAE,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,EAAoDC,GAE7D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,kiBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wmBACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uSACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconArrowRotateSparkle_exports","__export","IconArrowRotateSparkle","IconArrowRotateSparkle_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconArrowRotateSparkle","props","React","CentralIconBase","IconArrowRotateSparkle_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:C=24,...n})=>p.createElement(l,{...n,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},o);import{Path as t}from"react-native-svg";var a=o=>r.createElement(e,{...o},r.createElement(t,{d:"M3.62793 10.4414C3.90169 10.4757 4.09551 10.7252 4.06152 10.999C4.02067 11.3266 4 11.6609 4 12C4.00001 16.4183 7.58173 20 12 20C14.5367 20 17.0049 18.8216 18.5205 17H15.5117C15.2356 17 15.0117 16.7761 15.0117 16.5C15.0117 16.2239 15.2356 16 15.5117 16H19.5117C19.7879 16 20.0117 16.2239 20.0117 16.5V20.5C20.0117 20.7761 19.7879 21 19.5117 21C19.2356 21 19.0117 20.7761 19.0117 20.5V17.9551C17.2896 19.828 14.6774 21 12 21C7.02944 21 3.00001 16.9706 3 12C3 11.6196 3.02341 11.2444 3.06934 10.876C3.10351 10.602 3.35391 10.4072 3.62793 10.4414Z",fill:"currentColor"}),r.createElement(t,{d:"M18 4C18.2409 4 18.4574 4.1482 18.5439 4.37305L19.2402 6.18555C19.3418 6.44944 19.5506 6.65819 19.8145 6.75977L21.627 7.45605C21.8518 7.5426 22 7.75906 22 8C22 8.24094 21.8518 8.4574 21.627 8.54395L19.8145 9.24023C19.5506 9.34181 19.3418 9.55056 19.2402 9.81445L18.5439 11.627C18.4574 11.8518 18.2409 12 18 12C17.7591 12 17.5426 11.8518 17.4561 11.627L16.7598 9.81445C16.6582 9.55056 16.4494 9.34181 16.1855 9.24023L14.373 8.54395C14.1482 8.4574 14 8.24094 14 8C14 7.75906 14.1482 7.5426 14.373 7.45605L16.1855 6.75977C16.4494 6.65819 16.6582 6.44944 16.7598 6.18555L17.4561 4.37305C17.5426 4.1482 17.7591 4 18 4Z",fill:"currentColor"}),r.createElement(t,{d:"M12 3C12.2761 3.00006 12.5 3.2239 12.5 3.5C12.5 3.7761 12.2761 3.99994 12 4C9.46329 4 6.99513 5.17844 5.47949 7H8.5C8.77614 7 9 7.22386 9 7.5C9 7.77614 8.77614 8 8.5 8H4.5C4.22386 8 4 7.77614 4 7.5V3.5C4 3.22386 4.22386 3 4.5 3C4.77614 3 5 3.22386 5 3.5V6.03223C6.72227 4.1667 9.32871 3 12 3Z",fill:"currentColor"})),x=a;export{a as IconArrowRotateSparkle,x as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconArrowRotateSparkle/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 IconArrowRotateSparkle: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.62793 10.4414C3.90169 10.4757 4.09551 10.7252 4.06152 10.999C4.02067 11.3266 4 11.6609 4 12C4.00001 16.4183 7.58173 20 12 20C14.5367 20 17.0049 18.8216 18.5205 17H15.5117C15.2356 17 15.0117 16.7761 15.0117 16.5C15.0117 16.2239 15.2356 16 15.5117 16H19.5117C19.7879 16 20.0117 16.2239 20.0117 16.5V20.5C20.0117 20.7761 19.7879 21 19.5117 21C19.2356 21 19.0117 20.7761 19.0117 20.5V17.9551C17.2896 19.828 14.6774 21 12 21C7.02944 21 3.00001 16.9706 3 12C3 11.6196 3.02341 11.2444 3.06934 10.876C3.10351 10.602 3.35391 10.4072 3.62793 10.4414Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M18 4C18.2409 4 18.4574 4.1482 18.5439 4.37305L19.2402 6.18555C19.3418 6.44944 19.5506 6.65819 19.8145 6.75977L21.627 7.45605C21.8518 7.5426 22 7.75906 22 8C22 8.24094 21.8518 8.4574 21.627 8.54395L19.8145 9.24023C19.5506 9.34181 19.3418 9.55056 19.2402 9.81445L18.5439 11.627C18.4574 11.8518 18.2409 12 18 12C17.7591 12 17.5426 11.8518 17.4561 11.627L16.7598 9.81445C16.6582 9.55056 16.4494 9.34181 16.1855 9.24023L14.373 8.54395C14.1482 8.4574 14 8.24094 14 8C14 7.75906 14.1482 7.5426 14.373 7.45605L16.1855 6.75977C16.4494 6.65819 16.6582 6.44944 16.7598 6.18555L17.4561 4.37305C17.5426 4.1482 17.7591 4 18 4Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 3C12.2761 3.00006 12.5 3.2239 12.5 3.5C12.5 3.7761 12.2761 3.99994 12 4C9.46329 4 6.99513 5.17844 5.47949 7H8.5C8.77614 7 9 7.22386 9 7.5C9 7.77614 8.77614 8 8.5 8H4.5C4.22386 8 4 7.77614 4 7.5V3.5C4 3.22386 4.22386 3 4.5 3C4.77614 3 5 3.22386 5 3.5V6.03223C6.72227 4.1667 9.32871 3 12 3Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconArrowRotateSparkle;\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,EAAoDC,GAE7DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,kiBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wmBACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uSACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowRotateSparkle","props","React","CentralIconBase","IconArrowRotateSparkle_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconHomeRoofDoor: FC<CentralIconBaseProps>;
4
+ export default IconHomeRoofDoor;
@@ -0,0 +1,2 @@
1
+ "use strict";var I=Object.create;var e=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(o,r)=>{for(var C in r)e(o,C,{get:r[C],enumerable:!0})},a=(o,r,C,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of u(r))!P.call(o,t)&&t!==C&&e(o,t,{get:()=>r[t],enumerable:!(p=i(r,t))||p.enumerable});return o};var m=(o,r,C)=>(C=o!=null?I(x(o)):{},a(r||!o||!o.__esModule?e(C,"default",{value:o,enumerable:!0}):C,o)),v=o=>a(e({},"__esModule",{value:!0}),o);var h={};g(h,{IconHomeRoofDoor:()=>B,default:()=>L});module.exports=v(h);var n=m(require("react"));var l=m(require("react")),s=require("react-native-svg"),f=({children:o,size:r=24,...C})=>l.default.createElement(s.Svg,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var c=require("react-native-svg"),B=o=>n.default.createElement(f,{...o},n.default.createElement(c.Path,{d:"M11.6252 1.73485C11.8708 1.67155 12.1286 1.67155 12.3742 1.73485C12.6551 1.80726 12.9 1.9866 13.1789 2.19091L13.2385 2.23388L22.2951 8.84618C22.5179 9.00901 22.5661 9.3215 22.4035 9.54442C22.2407 9.76741 21.9283 9.81653 21.7053 9.6538L20.0002 8.40868V18.9194C20.0002 19.1828 19.9998 19.41 19.9846 19.5972C19.9684 19.7948 19.9325 19.992 19.8361 20.1811C19.6923 20.4633 19.463 20.6926 19.1809 20.8364C18.9918 20.9327 18.7954 20.9687 18.5979 20.9849C18.4106 21.0002 18.1827 21.0005 17.9191 21.0005H14.0002V15.3003C14.0002 15.1688 14.0002 15.0394 13.9914 14.9311C13.9821 14.817 13.9597 14.6818 13.8908 14.5464C13.7951 14.3586 13.642 14.2057 13.4543 14.1099C13.3188 14.0408 13.1837 14.0186 13.0695 14.0093C12.9612 14.0004 12.832 14.0005 12.7004 14.0005H11.3C11.1684 14.0005 11.0392 14.0004 10.9309 14.0093C10.8166 14.0186 10.6817 14.0408 10.5461 14.1099C10.3581 14.2057 10.2054 14.3584 10.1096 14.5464C10.0406 14.6819 10.0183 14.817 10.009 14.9311C10.0002 15.0395 10.0002 15.1688 10.0002 15.3003V21.0005H6.08027C5.81692 21.0005 5.58971 21.0001 5.40254 20.9849C5.20487 20.9687 5.00774 20.9328 4.81855 20.8364C4.53648 20.6926 4.30704 20.4633 4.16328 20.1811C4.06688 19.992 4.03099 19.7948 4.01484 19.5972C3.99958 19.41 4.00019 19.1828 4.0002 18.9194V8.40868L2.29512 9.6538C2.07209 9.81663 1.75873 9.76745 1.5959 9.54442C1.43339 9.32142 1.48238 9.00892 1.70527 8.84618L10.8205 2.19091C11.0993 1.98668 11.3444 1.80732 11.6252 1.73485Z",fill:"currentColor"})),L=B;0&&(module.exports={IconHomeRoofDoor});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconHomeRoofDoor/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 IconHomeRoofDoor: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.6252 1.73485C11.8708 1.67155 12.1286 1.67155 12.3742 1.73485C12.6551 1.80726 12.9 1.9866 13.1789 2.19091L13.2385 2.23388L22.2951 8.84618C22.5179 9.00901 22.5661 9.3215 22.4035 9.54442C22.2407 9.76741 21.9283 9.81653 21.7053 9.6538L20.0002 8.40868V18.9194C20.0002 19.1828 19.9998 19.41 19.9846 19.5972C19.9684 19.7948 19.9325 19.992 19.8361 20.1811C19.6923 20.4633 19.463 20.6926 19.1809 20.8364C18.9918 20.9327 18.7954 20.9687 18.5979 20.9849C18.4106 21.0002 18.1827 21.0005 17.9191 21.0005H14.0002V15.3003C14.0002 15.1688 14.0002 15.0394 13.9914 14.9311C13.9821 14.817 13.9597 14.6818 13.8908 14.5464C13.7951 14.3586 13.642 14.2057 13.4543 14.1099C13.3188 14.0408 13.1837 14.0186 13.0695 14.0093C12.9612 14.0004 12.832 14.0005 12.7004 14.0005H11.3C11.1684 14.0005 11.0392 14.0004 10.9309 14.0093C10.8166 14.0186 10.6817 14.0408 10.5461 14.1099C10.3581 14.2057 10.2054 14.3584 10.1096 14.5464C10.0406 14.6819 10.0183 14.817 10.009 14.9311C10.0002 15.0395 10.0002 15.1688 10.0002 15.3003V21.0005H6.08027C5.81692 21.0005 5.58971 21.0001 5.40254 20.9849C5.20487 20.9687 5.00774 20.9328 4.81855 20.8364C4.53648 20.6926 4.30704 20.4633 4.16328 20.1811C4.06688 19.992 4.03099 19.7948 4.01484 19.5972C3.99958 19.41 4.00019 19.1828 4.0002 18.9194V8.40868L2.29512 9.6538C2.07209 9.81663 1.75873 9.76745 1.5959 9.54442C1.43339 9.32142 1.48238 9.00892 1.70527 8.84618L10.8205 2.19091C11.0993 1.98668 11.3444 1.80732 11.6252 1.73485Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHomeRoofDoor;\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,sBAAAE,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,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,o5CACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconHomeRoofDoor_exports","__export","IconHomeRoofDoor","IconHomeRoofDoor_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconHomeRoofDoor","props","React","CentralIconBase","IconHomeRoofDoor_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import n from"react";import{Svg as p}from"react-native-svg";var C=({children:r,size:o=24,...e})=>n.createElement(p,{...e,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 a}from"react-native-svg";var m=r=>t.createElement(C,{...r},t.createElement(a,{d:"M11.6252 1.73485C11.8708 1.67155 12.1286 1.67155 12.3742 1.73485C12.6551 1.80726 12.9 1.9866 13.1789 2.19091L13.2385 2.23388L22.2951 8.84618C22.5179 9.00901 22.5661 9.3215 22.4035 9.54442C22.2407 9.76741 21.9283 9.81653 21.7053 9.6538L20.0002 8.40868V18.9194C20.0002 19.1828 19.9998 19.41 19.9846 19.5972C19.9684 19.7948 19.9325 19.992 19.8361 20.1811C19.6923 20.4633 19.463 20.6926 19.1809 20.8364C18.9918 20.9327 18.7954 20.9687 18.5979 20.9849C18.4106 21.0002 18.1827 21.0005 17.9191 21.0005H14.0002V15.3003C14.0002 15.1688 14.0002 15.0394 13.9914 14.9311C13.9821 14.817 13.9597 14.6818 13.8908 14.5464C13.7951 14.3586 13.642 14.2057 13.4543 14.1099C13.3188 14.0408 13.1837 14.0186 13.0695 14.0093C12.9612 14.0004 12.832 14.0005 12.7004 14.0005H11.3C11.1684 14.0005 11.0392 14.0004 10.9309 14.0093C10.8166 14.0186 10.6817 14.0408 10.5461 14.1099C10.3581 14.2057 10.2054 14.3584 10.1096 14.5464C10.0406 14.6819 10.0183 14.817 10.009 14.9311C10.0002 15.0395 10.0002 15.1688 10.0002 15.3003V21.0005H6.08027C5.81692 21.0005 5.58971 21.0001 5.40254 20.9849C5.20487 20.9687 5.00774 20.9328 4.81855 20.8364C4.53648 20.6926 4.30704 20.4633 4.16328 20.1811C4.06688 19.992 4.03099 19.7948 4.01484 19.5972C3.99958 19.41 4.00019 19.1828 4.0002 18.9194V8.40868L2.29512 9.6538C2.07209 9.81663 1.75873 9.76745 1.5959 9.54442C1.43339 9.32142 1.48238 9.00892 1.70527 8.84618L10.8205 2.19091C11.0993 1.98668 11.3444 1.80732 11.6252 1.73485Z",fill:"currentColor"})),P=m;export{m as IconHomeRoofDoor,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconHomeRoofDoor/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 IconHomeRoofDoor: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M11.6252 1.73485C11.8708 1.67155 12.1286 1.67155 12.3742 1.73485C12.6551 1.80726 12.9 1.9866 13.1789 2.19091L13.2385 2.23388L22.2951 8.84618C22.5179 9.00901 22.5661 9.3215 22.4035 9.54442C22.2407 9.76741 21.9283 9.81653 21.7053 9.6538L20.0002 8.40868V18.9194C20.0002 19.1828 19.9998 19.41 19.9846 19.5972C19.9684 19.7948 19.9325 19.992 19.8361 20.1811C19.6923 20.4633 19.463 20.6926 19.1809 20.8364C18.9918 20.9327 18.7954 20.9687 18.5979 20.9849C18.4106 21.0002 18.1827 21.0005 17.9191 21.0005H14.0002V15.3003C14.0002 15.1688 14.0002 15.0394 13.9914 14.9311C13.9821 14.817 13.9597 14.6818 13.8908 14.5464C13.7951 14.3586 13.642 14.2057 13.4543 14.1099C13.3188 14.0408 13.1837 14.0186 13.0695 14.0093C12.9612 14.0004 12.832 14.0005 12.7004 14.0005H11.3C11.1684 14.0005 11.0392 14.0004 10.9309 14.0093C10.8166 14.0186 10.6817 14.0408 10.5461 14.1099C10.3581 14.2057 10.2054 14.3584 10.1096 14.5464C10.0406 14.6819 10.0183 14.817 10.009 14.9311C10.0002 15.0395 10.0002 15.1688 10.0002 15.3003V21.0005H6.08027C5.81692 21.0005 5.58971 21.0001 5.40254 20.9849C5.20487 20.9687 5.00774 20.9328 4.81855 20.8364C4.53648 20.6926 4.30704 20.4633 4.16328 20.1811C4.06688 19.992 4.03099 19.7948 4.01484 19.5972C3.99958 19.41 4.00019 19.1828 4.0002 18.9194V8.40868L2.29512 9.6538C2.07209 9.81663 1.75873 9.76745 1.5959 9.54442C1.43339 9.32142 1.48238 9.00892 1.70527 8.84618L10.8205 2.19091C11.0993 1.98668 11.3444 1.80732 11.6252 1.73485Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHomeRoofDoor;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,o5CACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconHomeRoofDoor","props","React","CentralIconBase","IconHomeRoofDoor_default"]}
package/README.md CHANGED
@@ -151,6 +151,7 @@ Below is a complete list of available icons:
151
151
  - IconAiTokens
152
152
  - IconAiTranslate
153
153
  - IconAppleIntelligenceIcon
154
+ - IconArrowRotateSparkle
154
155
  - IconAutoCrop
155
156
  - IconBag2Sparkle
156
157
  - IconBoxSparkle
@@ -416,6 +417,7 @@ Below is a complete list of available icons:
416
417
  - IconHomeOpen
417
418
  - IconHomePersonalFeed
418
419
  - IconHomeRoof
420
+ - IconHomeRoofDoor
419
421
  - IconHomeRoundDoor
420
422
  - IconMall
421
423
  - IconSchool
@@ -1834,6 +1834,20 @@
1834
1834
  "packageName": "round-filled-radius-1-stroke-1",
1835
1835
  "componentName": "IconArrowRotateRightLeft"
1836
1836
  },
1837
+ {
1838
+ "category": "AI & Magic",
1839
+ "svg": "<path d=\"M3.62793 10.4414C3.90169 10.4757 4.09551 10.7252 4.06152 10.999C4.02067 11.3266 4 11.6609 4 12C4.00001 16.4183 7.58173 20 12 20C14.5367 20 17.0049 18.8216 18.5205 17H15.5117C15.2356 17 15.0117 16.7761 15.0117 16.5C15.0117 16.2239 15.2356 16 15.5117 16H19.5117C19.7879 16 20.0117 16.2239 20.0117 16.5V20.5C20.0117 20.7761 19.7879 21 19.5117 21C19.2356 21 19.0117 20.7761 19.0117 20.5V17.9551C17.2896 19.828 14.6774 21 12 21C7.02944 21 3.00001 16.9706 3 12C3 11.6196 3.02341 11.2444 3.06934 10.876C3.10351 10.602 3.35391 10.4072 3.62793 10.4414Z\" fill=\"currentColor\"/><path d=\"M18 4C18.2409 4 18.4574 4.1482 18.5439 4.37305L19.2402 6.18555C19.3418 6.44944 19.5506 6.65819 19.8145 6.75977L21.627 7.45605C21.8518 7.5426 22 7.75906 22 8C22 8.24094 21.8518 8.4574 21.627 8.54395L19.8145 9.24023C19.5506 9.34181 19.3418 9.55056 19.2402 9.81445L18.5439 11.627C18.4574 11.8518 18.2409 12 18 12C17.7591 12 17.5426 11.8518 17.4561 11.627L16.7598 9.81445C16.6582 9.55056 16.4494 9.34181 16.1855 9.24023L14.373 8.54395C14.1482 8.4574 14 8.24094 14 8C14 7.75906 14.1482 7.5426 14.373 7.45605L16.1855 6.75977C16.4494 6.65819 16.6582 6.44944 16.7598 6.18555L17.4561 4.37305C17.5426 4.1482 17.7591 4 18 4Z\" fill=\"currentColor\"/><path d=\"M12 3C12.2761 3.00006 12.5 3.2239 12.5 3.5C12.5 3.7761 12.2761 3.99994 12 4C9.46329 4 6.99513 5.17844 5.47949 7H8.5C8.77614 7 9 7.22386 9 7.5C9 7.77614 8.77614 8 8.5 8H4.5C4.22386 8 4 7.77614 4 7.5V3.5C4 3.22386 4.22386 3 4.5 3C4.77614 3 5 3.22386 5 3.5V6.03223C6.72227 4.1667 9.32871 3 12 3Z\" fill=\"currentColor\"/>",
1840
+ "iconName": "arrow-rotate-sparkle, repeat, refresh, generate",
1841
+ "variant": {
1842
+ "join": "round",
1843
+ "filled": "on",
1844
+ "radius": "1",
1845
+ "stroke": "1"
1846
+ },
1847
+ "createdAt": "2026-04-23T15:02:22.921188+00:00",
1848
+ "packageName": "round-filled-radius-1-stroke-1",
1849
+ "componentName": "IconArrowRotateSparkle"
1850
+ },
1837
1851
  {
1838
1852
  "category": "Interface General",
1839
1853
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.6464 3.64645C16.8417 3.45118 17.1583 3.45118 17.3536 3.64645L20.8536 7.14645C21.0488 7.34171 21.0488 7.65829 20.8536 7.85355L17.3536 11.3536C17.1583 11.5488 16.8417 11.5488 16.6464 11.3536C16.4512 11.1583 16.4512 10.8417 16.6464 10.6464L19.2929 8H12.5C10.0147 8 8 10.0147 8 12.5V13.5C8 13.7761 7.77614 14 7.5 14C7.22386 14 7 13.7761 7 13.5V12.5C7 9.46243 9.46243 7 12.5 7H19.2929L16.6464 4.35355C16.4512 4.15829 16.4512 3.84171 16.6464 3.64645ZM2.5 7C2.77614 7 3 7.22386 3 7.5V18.5C3 18.7761 3.22386 19 3.5 19H19.5C19.7761 19 20 19.2239 20 19.5C20 19.7761 19.7761 20 19.5 20H3.5C2.67157 20 2 19.3284 2 18.5V7.5C2 7.22386 2.22386 7 2.5 7Z\" fill=\"currentColor\"/>",
@@ -13762,6 +13776,20 @@
13762
13776
  "packageName": "round-filled-radius-1-stroke-1",
13763
13777
  "componentName": "IconHomeRoof"
13764
13778
  },
13779
+ {
13780
+ "category": "Building",
13781
+ "svg": "<path d=\"M11.6252 1.73485C11.8708 1.67155 12.1286 1.67155 12.3742 1.73485C12.6551 1.80726 12.9 1.9866 13.1789 2.19091L13.2385 2.23388L22.2951 8.84618C22.5179 9.00901 22.5661 9.3215 22.4035 9.54442C22.2407 9.76741 21.9283 9.81653 21.7053 9.6538L20.0002 8.40868V18.9194C20.0002 19.1828 19.9998 19.41 19.9846 19.5972C19.9684 19.7948 19.9325 19.992 19.8361 20.1811C19.6923 20.4633 19.463 20.6926 19.1809 20.8364C18.9918 20.9327 18.7954 20.9687 18.5979 20.9849C18.4106 21.0002 18.1827 21.0005 17.9191 21.0005H14.0002V15.3003C14.0002 15.1688 14.0002 15.0394 13.9914 14.9311C13.9821 14.817 13.9597 14.6818 13.8908 14.5464C13.7951 14.3586 13.642 14.2057 13.4543 14.1099C13.3188 14.0408 13.1837 14.0186 13.0695 14.0093C12.9612 14.0004 12.832 14.0005 12.7004 14.0005H11.3C11.1684 14.0005 11.0392 14.0004 10.9309 14.0093C10.8166 14.0186 10.6817 14.0408 10.5461 14.1099C10.3581 14.2057 10.2054 14.3584 10.1096 14.5464C10.0406 14.6819 10.0183 14.817 10.009 14.9311C10.0002 15.0395 10.0002 15.1688 10.0002 15.3003V21.0005H6.08027C5.81692 21.0005 5.58971 21.0001 5.40254 20.9849C5.20487 20.9687 5.00774 20.9328 4.81855 20.8364C4.53648 20.6926 4.30704 20.4633 4.16328 20.1811C4.06688 19.992 4.03099 19.7948 4.01484 19.5972C3.99958 19.41 4.00019 19.1828 4.0002 18.9194V8.40868L2.29512 9.6538C2.07209 9.81663 1.75873 9.76745 1.5959 9.54442C1.43339 9.32142 1.48238 9.00892 1.70527 8.84618L10.8205 2.19091C11.0993 1.98668 11.3444 1.80732 11.6252 1.73485Z\" fill=\"currentColor\"/>",
13782
+ "iconName": "home-roof-door, house",
13783
+ "variant": {
13784
+ "join": "round",
13785
+ "filled": "on",
13786
+ "radius": "1",
13787
+ "stroke": "1"
13788
+ },
13789
+ "createdAt": "2026-04-24T06:02:17.817002+00:00",
13790
+ "packageName": "round-filled-radius-1-stroke-1",
13791
+ "componentName": "IconHomeRoofDoor"
13792
+ },
13765
13793
  {
13766
13794
  "category": "Building",
13767
13795
  "svg": "<path d=\"M12.8214 3.18994C12.3225 2.86344 11.6775 2.86345 11.1786 3.18994L3.67863 8.09803C3.25518 8.37514 3 8.84709 3 9.35316V19.5C3 20.3284 3.67157 21 4.5 21H9C9.27614 21 9.5 20.7761 9.5 20.5V17C9.5 15.6193 10.6193 14.5 12 14.5C13.3807 14.5 14.5 15.6193 14.5 17V20.5C14.5 20.7761 14.7239 21 15 21H19.5C20.3284 21 21 20.3284 21 19.5V9.35316C21 8.84709 20.7448 8.37514 20.3214 8.09803L12.8214 3.18994Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -130,6 +130,7 @@ export type CentralIconName =
130
130
  | "IconArrowRotateCounterClockwise"
131
131
  | "IconArrowRotateLeftRight"
132
132
  | "IconArrowRotateRightLeft"
133
+ | "IconArrowRotateSparkle"
133
134
  | "IconArrowRounded"
134
135
  | "IconArrowsAllSides"
135
136
  | "IconArrowsAllSides2"
@@ -982,6 +983,7 @@ export type CentralIconName =
982
983
  | "IconHomeOpen"
983
984
  | "IconHomePersonalFeed"
984
985
  | "IconHomeRoof"
986
+ | "IconHomeRoofDoor"
985
987
  | "IconHomeRoundDoor"
986
988
  | "IconHook"
987
989
  | "IconHorizontalAlignmentBottom"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-1-stroke-1",
3
- "version": "1.1.208",
3
+ "version": "1.1.210",
4
4
  "style": "round-filled-radius-1-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-1-stroke-1/IconHome';",
@@ -11,15 +11,16 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1969,
14
+ "totalIcons": 1971,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
- "count": 81,
17
+ "count": 82,
18
18
  "icons": [
19
19
  "IconAiSlop",
20
20
  "IconAiTokens",
21
21
  "IconAiTranslate",
22
22
  "IconAppleIntelligenceIcon",
23
+ "IconArrowRotateSparkle",
23
24
  "IconAutoCrop",
24
25
  "IconBag2Sparkle",
25
26
  "IconBoxSparkle",
@@ -275,7 +276,7 @@
275
276
  ]
276
277
  },
277
278
  "Building": {
278
- "count": 25,
279
+ "count": 26,
279
280
  "icons": [
280
281
  "IconBank",
281
282
  "IconBank2",
@@ -293,6 +294,7 @@
293
294
  "IconHomeOpen",
294
295
  "IconHomePersonalFeed",
295
296
  "IconHomeRoof",
297
+ "IconHomeRoofDoor",
296
298
  "IconHomeRoundDoor",
297
299
  "IconMall",
298
300
  "IconSchool",
@@ -2302,6 +2304,7 @@
2302
2304
  "IconArrowRotateCounterClockwise": "arrow-rotate-counter-clockwise, rotate-left",
2303
2305
  "IconArrowRotateLeftRight": "arrow-rotate-left-right, repeat, refresh",
2304
2306
  "IconArrowRotateRightLeft": "arrow-rotate-right-left, repeat, refresh, routines",
2307
+ "IconArrowRotateSparkle": "arrow-rotate-sparkle, repeat, refresh, generate",
2305
2308
  "IconArrowRounded": "arrow-rounded, share, arrow, login",
2306
2309
  "IconArrowsAllSides": "arrows-all-sides, move, focus",
2307
2310
  "IconArrowsAllSides2": "arrows-all-sides-2, scan, move, focus",
@@ -3154,6 +3157,7 @@
3154
3157
  "IconHomeOpen": "home-open, house",
3155
3158
  "IconHomePersonalFeed": "home-personal-feed, for-you",
3156
3159
  "IconHomeRoof": "home-roof, house",
3160
+ "IconHomeRoofDoor": "home-roof-door, house",
3157
3161
  "IconHomeRoundDoor": "home-round-door",
3158
3162
  "IconHook": "hook, phishing",
3159
3163
  "IconHorizontalAlignmentBottom": "horizontal-alignment-bottom",
package/index.d.ts CHANGED
@@ -131,6 +131,7 @@ export { IconArrowRotateClockwise, default as IconArrowRotateClockwiseDefault, }
131
131
  export { IconArrowRotateCounterClockwise, default as IconArrowRotateCounterClockwiseDefault, } from "./IconArrowRotateCounterClockwise";
132
132
  export { IconArrowRotateLeftRight, default as IconArrowRotateLeftRightDefault, } from "./IconArrowRotateLeftRight";
133
133
  export { IconArrowRotateRightLeft, default as IconArrowRotateRightLeftDefault, } from "./IconArrowRotateRightLeft";
134
+ export { IconArrowRotateSparkle, default as IconArrowRotateSparkleDefault, } from "./IconArrowRotateSparkle";
134
135
  export { IconArrowRounded, default as IconArrowRoundedDefault, } from "./IconArrowRounded";
135
136
  export { IconArrowShareLeft, default as IconArrowShareLeftDefault, } from "./IconArrowShareLeft";
136
137
  export { IconArrowShareRight, default as IconArrowShareRightDefault, } from "./IconArrowShareRight";
@@ -981,6 +982,7 @@ export { IconHomeLine, default as IconHomeLineDefault } from "./IconHomeLine";
981
982
  export { IconHomeOpen, default as IconHomeOpenDefault } from "./IconHomeOpen";
982
983
  export { IconHomePersonalFeed, default as IconHomePersonalFeedDefault, } from "./IconHomePersonalFeed";
983
984
  export { IconHomeRoof, default as IconHomeRoofDefault } from "./IconHomeRoof";
985
+ export { IconHomeRoofDoor, default as IconHomeRoofDoorDefault, } from "./IconHomeRoofDoor";
984
986
  export { IconHomeRoundDoor, default as IconHomeRoundDoorDefault, } from "./IconHomeRoundDoor";
985
987
  export { IconHook, default as IconHookDefault } from "./IconHook";
986
988
  export { IconHorizontalAlignmentBottom, default as IconHorizontalAlignmentBottomDefault, } from "./IconHorizontalAlignmentBottom";