@central-icons-react-native/round-outlined-radius-3-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.
- package/IconArrowRotateSparkle/index.d.ts +4 -0
- package/IconArrowRotateSparkle/index.js +2 -0
- package/IconArrowRotateSparkle/index.js.map +1 -0
- package/IconArrowRotateSparkle/index.mjs +2 -0
- package/IconArrowRotateSparkle/index.mjs.map +1 -0
- package/IconHomeRoofDoor/index.d.ts +4 -0
- package/IconHomeRoofDoor/index.js +2 -0
- package/IconHomeRoofDoor/index.js.map +1 -0
- package/IconHomeRoofDoor/index.mjs +2 -0
- package/IconHomeRoofDoor/index.mjs.map +1 -0
- package/README.md +2 -0
- package/filtered-icons.json +28 -0
- package/icons/index.d.ts +2 -0
- package/icons-index.json +8 -4
- package/index.d.ts +2 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/skills/central-icons-react-native/SKILL.md +3 -1
- package/tsx-icons.json +14 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var c=Object.create;var p=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},i=(r,o,n,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of m(o))!B.call(r,C)&&C!==n&&p(r,C,{get:()=>o[C],enumerable:!(s=k(o,C))||s.enumerable});return r};var u=(r,o,n)=>(n=r!=null?c(f(r)):{},i(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),x=r=>i(p({},"__esModule",{value:!0}),r);var g={};I(g,{IconArrowRotateSparkle:()=>d,default:()=>P});module.exports=x(g);var e=u(require("react"));var l=u(require("react")),a=require("react-native-svg"),L=({children:r,size:o=24,...n})=>l.default.createElement(a.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),d=r=>e.default.createElement(L,{...r},e.default.createElement(t.Path,{d:"M19.5117 20.5V16.5H15.5117",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M4.5 3.5V7.5H8.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M3.56576 10.9375C3.52236 11.2856 3.5 11.6402 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C14.8255 20.5 17.5732 19.1213 19.1571 17",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M11.9999 3.5C9.17438 3.5 6.42674 4.87867 4.84277 7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M19.2405 6.18518L18.5436 4.37334C18.4571 4.14842 18.241 4 18 4C17.759 4 17.5429 4.14842 17.4564 4.37334L16.7595 6.18518C16.658 6.44927 16.4493 6.65797 16.1852 6.75955L14.3733 7.45641C14.1484 7.54292 14 7.75901 14 8C14 8.24099 14.1484 8.45708 14.3733 8.54359L16.1852 9.24045C16.4493 9.34203 16.658 9.55073 16.7595 9.81482L17.4564 11.6267C17.5429 11.8516 17.759 12 18 12C18.241 12 18.4571 11.8516 18.5436 11.6267L19.2405 9.81482C19.342 9.55073 19.5507 9.34203 19.8148 9.24045L21.6267 8.54359C21.8516 8.45708 22 8.24099 22 8C22 7.75901 21.8516 7.54292 21.6267 7.45641L19.8148 6.75955C19.5507 6.65797 19.342 6.44927 19.2405 6.18518Z",fill:"currentColor"})),P=d;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=\"M19.5117 20.5V16.5H15.5117\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.5 3.5V7.5H8.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.56576 10.9375C3.52236 11.2856 3.5 11.6402 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C14.8255 20.5 17.5732 19.1213 19.1571 17\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.9999 3.5C9.17438 3.5 6.42674 4.87867 4.84277 7\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.2405 6.18518L18.5436 4.37334C18.4571 4.14842 18.241 4 18 4C17.759 4 17.5429 4.14842 17.4564 4.37334L16.7595 6.18518C16.658 6.44927 16.4493 6.65797 16.1852 6.75955L14.3733 7.45641C14.1484 7.54292 14 7.75901 14 8C14 8.24099 14.1484 8.45708 14.3733 8.54359L16.1852 9.24045C16.4493 9.34203 16.658 9.55073 16.7595 9.81482L17.4564 11.6267C17.5429 11.8516 17.759 12 18 12C18.241 12 18.4571 11.8516 18.5436 11.6267L19.2405 9.81482C19.342 9.55073 19.5507 9.34203 19.8148 9.24045L21.6267 8.54359C21.8516 8.45708 22 8.24099 22 8C22 7.75901 21.8516 7.54292 21.6267 7.45641L19.8148 6.75955C19.5507 6.65797 19.342 6.44927 19.2405 6.18518Z\"\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,6BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+HACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,unBACF,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 o from"react";import p from"react";import{Svg as s}from"react-native-svg";var t=({children:e,size:r=24,...C})=>p.createElement(s,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var i=e=>o.createElement(t,{...e},o.createElement(n,{d:"M19.5117 20.5V16.5H15.5117",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M4.5 3.5V7.5H8.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M3.56576 10.9375C3.52236 11.2856 3.5 11.6402 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C14.8255 20.5 17.5732 19.1213 19.1571 17",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M11.9999 3.5C9.17438 3.5 6.42674 4.87867 4.84277 7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M19.2405 6.18518L18.5436 4.37334C18.4571 4.14842 18.241 4 18 4C17.759 4 17.5429 4.14842 17.4564 4.37334L16.7595 6.18518C16.658 6.44927 16.4493 6.65797 16.1852 6.75955L14.3733 7.45641C14.1484 7.54292 14 7.75901 14 8C14 8.24099 14.1484 8.45708 14.3733 8.54359L16.1852 9.24045C16.4493 9.34203 16.658 9.55073 16.7595 9.81482L17.4564 11.6267C17.5429 11.8516 17.759 12 18 12C18.241 12 18.4571 11.8516 18.5436 11.6267L19.2405 9.81482C19.342 9.55073 19.5507 9.34203 19.8148 9.24045L21.6267 8.54359C21.8516 8.45708 22 8.24099 22 8C22 7.75901 21.8516 7.54292 21.6267 7.45641L19.8148 6.75955C19.5507 6.65797 19.342 6.44927 19.2405 6.18518Z",fill:"currentColor"})),B=i;export{i as IconArrowRotateSparkle,B 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=\"M19.5117 20.5V16.5H15.5117\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.5 3.5V7.5H8.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3.56576 10.9375C3.52236 11.2856 3.5 11.6402 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C14.8255 20.5 17.5732 19.1213 19.1571 17\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.9999 3.5C9.17438 3.5 6.42674 4.87867 4.84277 7\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.2405 6.18518L18.5436 4.37334C18.4571 4.14842 18.241 4 18 4C17.759 4 17.5429 4.14842 17.4564 4.37334L16.7595 6.18518C16.658 6.44927 16.4493 6.65797 16.1852 6.75955L14.3733 7.45641C14.1484 7.54292 14 7.75901 14 8C14 8.24099 14.1484 8.45708 14.3733 8.54359L16.1852 9.24045C16.4493 9.34203 16.658 9.55073 16.7595 9.81482L17.4564 11.6267C17.5429 11.8516 17.759 12 18 12C18.241 12 18.4571 11.8516 18.5436 11.6267L19.2405 9.81482C19.342 9.55073 19.5507 9.34203 19.8148 9.24045L21.6267 8.54359C21.8516 8.45708 22 8.24099 22 8C22 7.75901 21.8516 7.54292 21.6267 7.45641L19.8148 6.75955C19.5507 6.65797 19.342 6.44927 19.2405 6.18518Z\"\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,6BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+HACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,unBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconArrowRotateSparkle","props","React","CentralIconBase","IconArrowRotateSparkle_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(o,r)=>{for(var e in r)p(o,e,{get:r[e],enumerable:!0})},a=(o,r,e,s)=>{if(r&&typeof r=="object"||typeof r=="function")for(let n of k(r))!B.call(o,n)&&n!==e&&p(o,n,{get:()=>r[n],enumerable:!(s=f(r,n))||s.enumerable});return o};var i=(o,r,e)=>(e=o!=null?d(L(o)):{},a(r||!o||!o.__esModule?p(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>a(p({},"__esModule",{value:!0}),o);var g={};I(g,{IconHomeRoofDoor:()=>l,default:()=>P});module.exports=x(g);var t=i(require("react"));var u=i(require("react")),m=require("react-native-svg"),c=({children:o,size:r=24,...e})=>u.default.createElement(m.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var C=require("react-native-svg"),l=o=>t.default.createElement(c,{...o},t.default.createElement(C.Path,{d:"M2 9.5L12 2.19879L22 9.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(C.Path,{d:"M4.5 7.67468V15.7C4.5 17.3802 4.5 18.2202 4.82698 18.862C5.1146 19.4265 5.57354 19.8854 6.13803 20.173C6.77976 20.5 7.61984 20.5 9.3 20.5H14.7C16.3801 20.5 17.2202 20.5 17.8619 20.173C18.4264 19.8854 18.8854 19.4265 19.173 18.862C19.5 18.2202 19.5 17.3802 19.5 15.7L19.5 7.67468",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(C.Path,{d:"M14.5 20.25V16C14.5 14.6193 13.3807 13.5 12 13.5C10.6193 13.5 9.5 14.6193 9.5 16V20.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=l;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=\"M2 9.5L12 2.19879L22 9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.5 7.67468V15.7C4.5 17.3802 4.5 18.2202 4.82698 18.862C5.1146 19.4265 5.57354 19.8854 6.13803 20.173C6.77976 20.5 7.61984 20.5 9.3 20.5H14.7C16.3801 20.5 17.2202 20.5 17.8619 20.173C18.4264 19.8854 18.8854 19.4265 19.173 18.862C19.5 18.2202 19.5 17.3802 19.5 15.7L19.5 7.67468\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14.5 20.25V16C14.5 14.6193 13.3807 13.5 12 13.5C10.6193 13.5 9.5 14.6193 9.5 16V20.25\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,2BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yRACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yFACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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 r from"react";import C from"react";import{Svg as s}from"react-native-svg";var t=({children:e,size:o=24,...p})=>C.createElement(s,{...p,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},e);import{Path as n}from"react-native-svg";var a=e=>r.createElement(t,{...e},r.createElement(n,{d:"M2 9.5L12 2.19879L22 9.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M4.5 7.67468V15.7C4.5 17.3802 4.5 18.2202 4.82698 18.862C5.1146 19.4265 5.57354 19.8854 6.13803 20.173C6.77976 20.5 7.61984 20.5 9.3 20.5H14.7C16.3801 20.5 17.2202 20.5 17.8619 20.173C18.4264 19.8854 18.8854 19.4265 19.173 18.862C19.5 18.2202 19.5 17.3802 19.5 15.7L19.5 7.67468",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M14.5 20.25V16C14.5 14.6193 13.3807 13.5 12 13.5C10.6193 13.5 9.5 14.6193 9.5 16V20.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=a;export{a as IconHomeRoofDoor,B 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=\"M2 9.5L12 2.19879L22 9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.5 7.67468V15.7C4.5 17.3802 4.5 18.2202 4.82698 18.862C5.1146 19.4265 5.57354 19.8854 6.13803 20.173C6.77976 20.5 7.61984 20.5 9.3 20.5H14.7C16.3801 20.5 17.2202 20.5 17.8619 20.173C18.4264 19.8854 18.8854 19.4265 19.173 18.862C19.5 18.2202 19.5 17.3802 19.5 15.7L19.5 7.67468\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M14.5 20.25V16C14.5 14.6193 13.3807 13.5 12 13.5C10.6193 13.5 9.5 14.6193 9.5 16V20.25\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,2BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yRACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yFACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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
|
package/filtered-icons.json
CHANGED
|
@@ -1834,6 +1834,20 @@
|
|
|
1834
1834
|
"packageName": "round-outlined-radius-3-stroke-1",
|
|
1835
1835
|
"componentName": "IconArrowRotateRightLeft"
|
|
1836
1836
|
},
|
|
1837
|
+
{
|
|
1838
|
+
"category": "AI & Magic",
|
|
1839
|
+
"svg": "<path d=\"M19.5117 20.5V16.5H15.5117\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4.5 3.5V7.5H8.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3.56576 10.9375C3.52236 11.2856 3.5 11.6402 3.5 12C3.5 16.6944 7.30558 20.5 12 20.5C14.8255 20.5 17.5732 19.1213 19.1571 17\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11.9999 3.5C9.17438 3.5 6.42674 4.87867 4.84277 7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.2405 6.18518L18.5436 4.37334C18.4571 4.14842 18.241 4 18 4C17.759 4 17.5429 4.14842 17.4564 4.37334L16.7595 6.18518C16.658 6.44927 16.4493 6.65797 16.1852 6.75955L14.3733 7.45641C14.1484 7.54292 14 7.75901 14 8C14 8.24099 14.1484 8.45708 14.3733 8.54359L16.1852 9.24045C16.4493 9.34203 16.658 9.55073 16.7595 9.81482L17.4564 11.6267C17.5429 11.8516 17.759 12 18 12C18.241 12 18.4571 11.8516 18.5436 11.6267L19.2405 9.81482C19.342 9.55073 19.5507 9.34203 19.8148 9.24045L21.6267 8.54359C21.8516 8.45708 22 8.24099 22 8C22 7.75901 21.8516 7.54292 21.6267 7.45641L19.8148 6.75955C19.5507 6.65797 19.342 6.44927 19.2405 6.18518Z\" fill=\"currentColor\"/>",
|
|
1840
|
+
"iconName": "arrow-rotate-sparkle, repeat, refresh, generate",
|
|
1841
|
+
"variant": {
|
|
1842
|
+
"join": "round",
|
|
1843
|
+
"filled": "off",
|
|
1844
|
+
"radius": "3",
|
|
1845
|
+
"stroke": "1"
|
|
1846
|
+
},
|
|
1847
|
+
"createdAt": "2026-04-23T15:02:22.921188+00:00",
|
|
1848
|
+
"packageName": "round-outlined-radius-3-stroke-1",
|
|
1849
|
+
"componentName": "IconArrowRotateSparkle"
|
|
1850
|
+
},
|
|
1837
1851
|
{
|
|
1838
1852
|
"category": "Interface General",
|
|
1839
1853
|
"svg": "<path d=\"M2.5 7.5V16.5C2.5 18.1569 3.84315 19.5 5.5 19.5H19.5M17 4L20.5 7.5M20.5 7.5L17 11M20.5 7.5H12.5C9.73858 7.5 7.5 9.73858 7.5 12.5V13.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -13762,6 +13776,20 @@
|
|
|
13762
13776
|
"packageName": "round-outlined-radius-3-stroke-1",
|
|
13763
13777
|
"componentName": "IconHomeRoof"
|
|
13764
13778
|
},
|
|
13779
|
+
{
|
|
13780
|
+
"category": "Building",
|
|
13781
|
+
"svg": "<path d=\"M2 9.5L12 2.19879L22 9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4.5 7.67468V15.7C4.5 17.3802 4.5 18.2202 4.82698 18.862C5.1146 19.4265 5.57354 19.8854 6.13803 20.173C6.77976 20.5 7.61984 20.5 9.3 20.5H14.7C16.3801 20.5 17.2202 20.5 17.8619 20.173C18.4264 19.8854 18.8854 19.4265 19.173 18.862C19.5 18.2202 19.5 17.3802 19.5 15.7L19.5 7.67468\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14.5 20.25V16C14.5 14.6193 13.3807 13.5 12 13.5C10.6193 13.5 9.5 14.6193 9.5 16V20.25\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
13782
|
+
"iconName": "home-roof-door, house",
|
|
13783
|
+
"variant": {
|
|
13784
|
+
"join": "round",
|
|
13785
|
+
"filled": "off",
|
|
13786
|
+
"radius": "3",
|
|
13787
|
+
"stroke": "1"
|
|
13788
|
+
},
|
|
13789
|
+
"createdAt": "2026-04-24T06:02:17.817002+00:00",
|
|
13790
|
+
"packageName": "round-outlined-radius-3-stroke-1",
|
|
13791
|
+
"componentName": "IconHomeRoofDoor"
|
|
13792
|
+
},
|
|
13765
13793
|
{
|
|
13766
13794
|
"category": "Building",
|
|
13767
13795
|
"svg": "<path d=\"M9.5 17V20.5H6.5C4.84315 20.5 3.5 19.1568 3.5 17.5V10.3577C3.5 9.38808 3.96861 8.47827 4.75799 7.91526L10.258 3.99246C11.3003 3.24901 12.6997 3.24901 13.742 3.99246L19.242 7.91526C20.0314 8.47827 20.5 9.38808 20.5 10.3577V17.5C20.5 19.1568 19.1569 20.5 17.5 20.5H14.5V17C14.5 15.6193 13.3807 14.5 12 14.5C10.6193 14.5 9.5 15.6193 9.5 17Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/>",
|
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-outlined-radius-3-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.210",
|
|
4
4
|
"style": "round-outlined-radius-3-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-3-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":
|
|
14
|
+
"totalIcons": 1971,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
|
-
"count":
|
|
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":
|
|
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";
|