@central-icons-react-native/round-outlined-radius-1-stroke-1 1.1.61 → 1.1.63

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 IconHdr: FC<CentralIconBaseProps>;
4
+ export default IconHdr;
@@ -0,0 +1,2 @@
1
+ "use strict";var m=Object.create;var s=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var n in o)s(r,n,{get:o[n],enumerable:!0})},i=(r,o,n,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let p of L(o))!x.call(r,p)&&p!==n&&s(r,p,{get:()=>o[p],enumerable:!(C=k(o,p))||C.enumerable});return r};var u=(r,o,n)=>(n=r!=null?m(f(r)):{},i(o||!r||!r.__esModule?s(n,"default",{value:r,enumerable:!0}):n,r)),I=r=>i(s({},"__esModule",{value:!0}),r);var P={};B(P,{IconHdr:()=>d,default:()=>M});module.exports=I(P);var e=u(require("react"));var c=u(require("react")),a=require("react-native-svg"),l=({children:r,size:o=24,...n})=>c.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.Circle,{cx:"11",cy:"12",r:"6",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M11.2907 8.28223C10.4825 9.30448 10 10.5961 10 12.0005C10 13.4048 10.4825 14.6964 11.2907 15.7187",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M13.5977 6.5C14.3331 6.17841 15.1454 6 15.9994 6C19.3131 6 21.9994 8.68629 21.9994 12C21.9994 15.3137 19.3131 18 15.9994 18C15.1454 18 14.3331 17.8216 13.5977 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M11.0001 22.5V20M11.0001 4.22212L11 1.5M5.50029 6.50017L3.57539 4.57541M3.57526 19.4244L5.34303 17.6567M0.5 12H3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),M=d;0&&(module.exports={IconHdr});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconHdr/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconHdr: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"11\"\n cy=\"12\"\n r=\"6\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.2907 8.28223C10.4825 9.30448 10 10.5961 10 12.0005C10 13.4048 10.4825 14.6964 11.2907 15.7187\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.5977 6.5C14.3331 6.17841 15.1454 6 15.9994 6C19.3131 6 21.9994 8.68629 21.9994 12C21.9994 15.3137 19.3131 18 15.9994 18C15.1454 18 14.3331 17.8216 13.5977 17.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.0001 22.5V20M11.0001 4.22212L11 1.5M5.50029 6.50017L3.57539 4.57541M3.57526 19.4244L5.34303 17.6567M0.5 12H3\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHdr;\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,aAAAE,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,EAA6B,4BAEhBC,EAAqCC,GAE9C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UACC,GAAG,KACH,GAAG,KACH,EAAE,IACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oGACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mHACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconHdr_exports","__export","IconHdr","IconHdr_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconHdr","props","React","CentralIconBase","IconHdr_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import s from"react";import{Svg as C}from"react-native-svg";var t=({children:n,size:r=24,...p})=>s.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Circle as i,Path as e}from"react-native-svg";var u=n=>o.createElement(t,{...n},o.createElement(i,{cx:"11",cy:"12",r:"6",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M11.2907 8.28223C10.4825 9.30448 10 10.5961 10 12.0005C10 13.4048 10.4825 14.6964 11.2907 15.7187",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M13.5977 6.5C14.3331 6.17841 15.1454 6 15.9994 6C19.3131 6 21.9994 8.68629 21.9994 12C21.9994 15.3137 19.3131 18 15.9994 18C15.1454 18 14.3331 17.8216 13.5977 17.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M11.0001 22.5V20M11.0001 4.22212L11 1.5M5.50029 6.50017L3.57539 4.57541M3.57526 19.4244L5.34303 17.6567M0.5 12H3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=u;export{u as IconHdr,B as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconHdr/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconHdr: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"11\"\n cy=\"12\"\n r=\"6\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.2907 8.28223C10.4825 9.30448 10 10.5961 10 12.0005C10 13.4048 10.4825 14.6964 11.2907 15.7187\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13.5977 6.5C14.3331 6.17841 15.1454 6 15.9994 6C19.3131 6 21.9994 8.68629 21.9994 12C21.9994 15.3137 19.3131 18 15.9994 18C15.1454 18 14.3331 17.8216 13.5977 17.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.0001 22.5V20M11.0001 4.22212L11 1.5M5.50029 6.50017L3.57539 4.57541M3.57526 19.4244L5.34303 17.6567M0.5 12H3\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHdr;\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,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAAqCC,GAE9CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,KACH,EAAE,IACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,oGACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sKACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mHACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconHdr","props","React","CentralIconBase","IconHdr_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconIncrease: FC<CentralIconBaseProps>;
4
+ export default IconIncrease;
@@ -0,0 +1,2 @@
1
+ "use strict";var a=Object.create;var p=Object.defineProperty;var l=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var f=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},i=(r,o,n,u)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of m(o))!I.call(r,s)&&s!==n&&p(r,s,{get:()=>o[s],enumerable:!(u=l(o,s))||u.enumerable});return r};var d=(r,o,n)=>(n=r!=null?a(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 P={};B(P,{IconIncrease:()=>L,default:()=>M});module.exports=x(P);var e=d(require("react"));var k=d(require("react")),C=require("react-native-svg"),c=({children:r,size:o=24,...n})=>k.default.createElement(C.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"),L=r=>e.default.createElement(c,{...r},e.default.createElement(t.Path,{d:"M1.5 7.5L4.5 4.5L7.5 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M16.5 16.5L19.5 19.5L16.5 22.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M4.5 5V15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M19 19.5L8.5 19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M10.5 4.5L13.5 4.5",stroke:"currentColor",strokeLinecap:"round"}),e.default.createElement(t.Path,{d:"M19.5 10.5V13.5",stroke:"currentColor",strokeLinecap:"round"}),e.default.createElement(t.Path,{d:"M16.5 4.5H18.5C19.0523 4.5 19.5 4.94772 19.5 5.5V7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),M=L;0&&(module.exports={IconIncrease});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconIncrease/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 IconIncrease: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M1.5 7.5L4.5 4.5L7.5 7.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16.5 16.5L19.5 19.5L16.5 22.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.5 5V15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19 19.5L8.5 19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.5 4.5L13.5 4.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n <Path d=\"M19.5 10.5V13.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <Path\n d=\"M16.5 4.5H18.5C19.0523 4.5 19.5 4.94772 19.5 5.5V7.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconIncrease;\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,2BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iCACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,cACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qBACF,OAAO,eACP,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,kBAAkB,OAAO,eAAe,cAAc,QAAQ,EACtE,EAAAA,QAAA,cAAC,QACC,EAAE,uDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconIncrease_exports","__export","IconIncrease","IconIncrease_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconIncrease","props","React","CentralIconBase","IconIncrease_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import p from"react";import{Svg as u}from"react-native-svg";var t=({children:e,size:n=24,...s})=>p.createElement(u,{...s,width:typeof n=="number"?`${n}px`:n,height:typeof n=="number"?`${n}px`:n,viewBox:"0 0 24 24",fill:"none"},e);import{Path as o}from"react-native-svg";var i=e=>r.createElement(t,{...e},r.createElement(o,{d:"M1.5 7.5L4.5 4.5L7.5 7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M16.5 16.5L19.5 19.5L16.5 22.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M4.5 5V15.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M19 19.5L8.5 19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M10.5 4.5L13.5 4.5",stroke:"currentColor",strokeLinecap:"round"}),r.createElement(o,{d:"M19.5 10.5V13.5",stroke:"currentColor",strokeLinecap:"round"}),r.createElement(o,{d:"M16.5 4.5H18.5C19.0523 4.5 19.5 4.94772 19.5 5.5V7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=i;export{i as IconIncrease,I as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconIncrease/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 IconIncrease: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M1.5 7.5L4.5 4.5L7.5 7.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16.5 16.5L19.5 19.5L16.5 22.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.5 5V15.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19 19.5L8.5 19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.5 4.5L13.5 4.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n <Path d=\"M19.5 10.5V13.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <Path\n d=\"M16.5 4.5H18.5C19.0523 4.5 19.5 4.94772 19.5 5.5V7.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconIncrease;\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,2BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iCACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,cACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qBACF,OAAO,eACP,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,kBAAkB,OAAO,eAAe,cAAc,QAAQ,EACtEG,EAAA,cAACH,EAAA,CACC,EAAE,uDACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconIncrease","props","React","CentralIconBase","IconIncrease_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconRadio: FC<CentralIconBaseProps>;
4
+ export default IconRadio;
@@ -0,0 +1,2 @@
1
+ "use strict";var k=Object.create;var s=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var n in o)s(r,n,{get:o[n],enumerable:!0})},i=(r,o,n,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of f(o))!B.call(r,C)&&C!==n&&s(r,C,{get:()=>o[C],enumerable:!(p=m(o,C))||p.enumerable});return r};var u=(r,o,n)=>(n=r!=null?k(L(r)):{},i(o||!r||!r.__esModule?s(n,"default",{value:r,enumerable:!0}):n,r)),x=r=>i(s({},"__esModule",{value:!0}),r);var g={};I(g,{IconRadio:()=>c,default:()=>P});module.exports=x(g);var e=u(require("react"));var l=u(require("react")),d=require("react-native-svg"),a=({children:r,size:o=24,...n})=>l.default.createElement(d.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"),c=r=>e.default.createElement(a,{...r},e.default.createElement(t.Path,{d:"M3.25 6.49976H20.5C21.0523 6.49976 21.5 6.94747 21.5 7.49976V19.4998C21.5 20.052 21.0523 20.4998 20.5 20.4998H3.5C2.94771 20.4998 2.5 20.052 2.5 19.4998V7.20283C2.5 6.78114 2.76452 6.40477 3.16128 6.26194L15 2",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M3 11.5H21",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M8.75 7V11.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M17 16.5C16.7239 16.5 16.5 16.2761 16.5 16C16.5 15.7239 16.7239 15.5 17 15.5C17.2761 15.5 17.5 15.7239 17.5 16C17.5 16.2761 17.2761 16.5 17 16.5Z",fill:"currentColor",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M13 16.5C12.7239 16.5 12.5 16.2761 12.5 16C12.5 15.7239 12.7239 15.5 13 15.5C13.2761 15.5 13.5 15.7239 13.5 16C13.5 16.2761 13.2761 16.5 13 16.5Z",fill:"currentColor",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=c;0&&(module.exports={IconRadio});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconRadio/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 IconRadio: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.25 6.49976H20.5C21.0523 6.49976 21.5 6.94747 21.5 7.49976V19.4998C21.5 20.052 21.0523 20.4998 20.5 20.4998H3.5C2.94771 20.4998 2.5 20.052 2.5 19.4998V7.20283C2.5 6.78114 2.76452 6.40477 3.16128 6.26194L15 2\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3 11.5H21\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.75 7V11.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17 16.5C16.7239 16.5 16.5 16.2761 16.5 16C16.5 15.7239 16.7239 15.5 17 15.5C17.2761 15.5 17.5 15.7239 17.5 16C17.5 16.2761 17.2761 16.5 17 16.5Z\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13 16.5C12.7239 16.5 12.5 16.2761 12.5 16C12.5 15.7239 12.7239 15.5 13 15.5C13.2761 15.5 13.5 15.7239 13.5 16C13.5 16.2761 13.2761 16.5 13 16.5Z\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRadio;\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,eAAAE,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,EAAuCC,GAEhD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,oNACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,aACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,eACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oJACF,KAAK,eACL,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oJACF,KAAK,eACL,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconRadio_exports","__export","IconRadio","IconRadio_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconRadio","props","React","CentralIconBase","IconRadio_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import s from"react";import{Svg as p}from"react-native-svg";var t=({children:e,size:r=24,...C})=>s.createElement(p,{...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:"M3.25 6.49976H20.5C21.0523 6.49976 21.5 6.94747 21.5 7.49976V19.4998C21.5 20.052 21.0523 20.4998 20.5 20.4998H3.5C2.94771 20.4998 2.5 20.052 2.5 19.4998V7.20283C2.5 6.78114 2.76452 6.40477 3.16128 6.26194L15 2",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M3 11.5H21",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M8.75 7V11.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M17 16.5C16.7239 16.5 16.5 16.2761 16.5 16C16.5 15.7239 16.7239 15.5 17 15.5C17.2761 15.5 17.5 15.7239 17.5 16C17.5 16.2761 17.2761 16.5 17 16.5Z",fill:"currentColor",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(n,{d:"M13 16.5C12.7239 16.5 12.5 16.2761 12.5 16C12.5 15.7239 12.7239 15.5 13 15.5C13.2761 15.5 13.5 15.7239 13.5 16C13.5 16.2761 13.2761 16.5 13 16.5Z",fill:"currentColor",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=i;export{i as IconRadio,B as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconRadio/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 IconRadio: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.25 6.49976H20.5C21.0523 6.49976 21.5 6.94747 21.5 7.49976V19.4998C21.5 20.052 21.0523 20.4998 20.5 20.4998H3.5C2.94771 20.4998 2.5 20.052 2.5 19.4998V7.20283C2.5 6.78114 2.76452 6.40477 3.16128 6.26194L15 2\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3 11.5H21\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.75 7V11.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17 16.5C16.7239 16.5 16.5 16.2761 16.5 16C16.5 15.7239 16.7239 15.5 17 15.5C17.2761 15.5 17.5 15.7239 17.5 16C17.5 16.2761 17.2761 16.5 17 16.5Z\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13 16.5C12.7239 16.5 12.5 16.2761 12.5 16C12.5 15.7239 12.7239 15.5 13 15.5C13.2761 15.5 13.5 15.7239 13.5 16C13.5 16.2761 13.2761 16.5 13 16.5Z\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRadio;\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,EAAuCC,GAEhDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,oNACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,aACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,eACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oJACF,KAAK,eACL,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oJACF,KAAK,eACL,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconRadio","props","React","CentralIconBase","IconRadio_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconRotate360Left: FC<CentralIconBaseProps>;
4
+ export default IconRotate360Left;
@@ -0,0 +1,2 @@
1
+ "use strict";var B=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var i=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},s=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of x(o))!g.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=I(o,e))||a.enumerable});return r};var m=(r,o,t)=>(t=r!=null?B(P(r)):{},s(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),v=r=>s(n({},"__esModule",{value:!0}),r);var h={};i(h,{IconRotate360Left:()=>u,default:()=>d});module.exports=v(h);var p=m(require("react"));var l=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>l.default.createElement(c.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),u=r=>p.default.createElement(f,{...r},p.default.createElement(C.Path,{d:"M13.5 13.5L10.5 16.5L13.5 19.5",stroke:"currentColor"}),p.default.createElement(C.Path,{d:"M6.75 15.7642C3.61154 14.8132 1.5 13.0358 1.5 11C1.5 7.96243 6.20101 5.5 12 5.5C17.799 5.5 22.5 7.96243 22.5 11C22.5 14.0376 17.799 16.5 12 16.5H10.9756",stroke:"currentColor"})),d=u;0&&(module.exports={IconRotate360Left});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconRotate360Left/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 IconRotate360Left: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M13.5 13.5L10.5 16.5L13.5 19.5\" stroke=\"currentColor\" />\n <Path\n d=\"M6.75 15.7642C3.61154 14.8132 1.5 13.0358 1.5 11C1.5 7.96243 6.20101 5.5 12 5.5C17.799 5.5 22.5 7.96243 22.5 11C22.5 14.0376 17.799 16.5 12 16.5H10.9756\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRotate360Left;\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,uBAAAE,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,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,iCAAiC,OAAO,eAAe,EAC/D,EAAAA,QAAA,cAAC,QACC,EAAE,2JACF,OAAO,eACT,CACF,EAIGE,EAAQJ","names":["IconRotate360Left_exports","__export","IconRotate360Left","IconRotate360Left_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconRotate360Left","props","React","CentralIconBase","IconRotate360Left_default"]}
@@ -0,0 +1,2 @@
1
+ import t from"react";import C from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...p})=>C.createElement(a,{...p,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 s=o=>t.createElement(e,{...o},t.createElement(n,{d:"M13.5 13.5L10.5 16.5L13.5 19.5",stroke:"currentColor"}),t.createElement(n,{d:"M6.75 15.7642C3.61154 14.8132 1.5 13.0358 1.5 11C1.5 7.96243 6.20101 5.5 12 5.5C17.799 5.5 22.5 7.96243 22.5 11C22.5 14.0376 17.799 16.5 12 16.5H10.9756",stroke:"currentColor"})),g=s;export{s as IconRotate360Left,g as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconRotate360Left/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 IconRotate360Left: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M13.5 13.5L10.5 16.5L13.5 19.5\" stroke=\"currentColor\" />\n <Path\n d=\"M6.75 15.7642C3.61154 14.8132 1.5 13.0358 1.5 11C1.5 7.96243 6.20101 5.5 12 5.5C17.799 5.5 22.5 7.96243 22.5 11C22.5 14.0376 17.799 16.5 12 16.5H10.9756\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRotate360Left;\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,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,iCAAiC,OAAO,eAAe,EAC/DG,EAAA,cAACH,EAAA,CACC,EAAE,2JACF,OAAO,eACT,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconRotate360Left","props","React","CentralIconBase","IconRotate360Left_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconRotate360Right: FC<CentralIconBaseProps>;
4
+ export default IconRotate360Right;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var n=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},C=(o,r,e,a)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of B(r))!g.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(a=d(r,t))||a.enumerable});return o};var i=(o,r,e)=>(e=o!=null?f(I(o)):{},C(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>C(n({},"__esModule",{value:!0}),o);var L={};x(L,{IconRotate360Right:()=>u,default:()=>k});module.exports=P(L);var p=i(require("react"));var m=i(require("react")),c=require("react-native-svg"),l=({children:o,size:r=24,...e})=>m.default.createElement(c.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var s=require("react-native-svg"),u=o=>p.default.createElement(l,{...o},p.default.createElement(s.Path,{d:"M10.5 13.5L13.5 16.5L10.5 19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M17.25 15.7642C20.3885 14.8132 22.5 13.0358 22.5 11C22.5 7.96243 17.799 5.5 12 5.5C6.20101 5.5 1.5 7.96243 1.5 11C1.5 14.0376 6.20101 16.5 12 16.5H13.0244",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),k=u;0&&(module.exports={IconRotate360Right});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconRotate360Right/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 IconRotate360Right: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.5 13.5L13.5 16.5L10.5 19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.25 15.7642C20.3885 14.8132 22.5 13.0358 22.5 11C22.5 7.96243 17.799 5.5 12 5.5C6.20101 5.5 1.5 7.96243 1.5 11C1.5 14.0376 6.20101 16.5 12 16.5H13.0244\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRotate360Right;\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,wBAAAE,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,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,iCACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6JACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconRotate360Right_exports","__export","IconRotate360Right","IconRotate360Right_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconRotate360Right","props","React","CentralIconBase","IconRotate360Right_default"]}
@@ -0,0 +1,2 @@
1
+ import e from"react";import s from"react";import{Svg as a}from"react-native-svg";var t=({children:r,size:o=24,...p})=>s.createElement(a,{...p,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 n}from"react-native-svg";var C=r=>e.createElement(t,{...r},e.createElement(n,{d:"M10.5 13.5L13.5 16.5L10.5 19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement(n,{d:"M17.25 15.7642C20.3885 14.8132 22.5 13.0358 22.5 11C22.5 7.96243 17.799 5.5 12 5.5C6.20101 5.5 1.5 7.96243 1.5 11C1.5 14.0376 6.20101 16.5 12 16.5H13.0244",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),g=C;export{C as IconRotate360Right,g as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconRotate360Right/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 IconRotate360Right: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.5 13.5L13.5 16.5L10.5 19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17.25 15.7642C20.3885 14.8132 22.5 13.0358 22.5 11C22.5 7.96243 17.799 5.5 12 5.5C6.20101 5.5 1.5 7.96243 1.5 11C1.5 14.0376 6.20101 16.5 12 16.5H13.0244\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRotate360Right;\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,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,iCACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6JACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconRotate360Right","props","React","CentralIconBase","IconRotate360Right_default"]}
package/README.md CHANGED
@@ -324,11 +324,14 @@ Below is a complete list of available icons:
324
324
  - IconExpand45
325
325
  - IconExpandSimple
326
326
  - IconExpandSimple2
327
+ - IconIncrease
327
328
  - IconJump
328
329
  - IconMinimize315
329
330
  - IconMinimize45
330
331
  - IconOngoing
331
332
  - IconRandom
333
+ - IconRotate360Left
334
+ - IconRotate360Right
332
335
  - IconShareArrowDown
333
336
  - IconSquareArrowBottomRight
334
337
  - IconSquareArrowCenter
@@ -563,6 +566,7 @@ Below is a complete list of available icons:
563
566
  - IconPhoneHaptic
564
567
  - IconPrinter
565
568
  - IconProcessor
569
+ - IconRadio
566
570
  - IconSatellite1
567
571
  - IconSatellite2
568
572
  - IconServer1
@@ -623,6 +627,7 @@ Below is a complete list of available icons:
623
627
  - IconFeather
624
628
  - IconGlass
625
629
  - IconGooey
630
+ - IconHdr
626
631
  - IconHighlight
627
632
  - IconInputForm
628
633
  - IconKeyframe
@@ -11382,6 +11382,20 @@
11382
11382
  "packageName": "round-outlined-radius-1-stroke-1",
11383
11383
  "componentName": "IconHd"
11384
11384
  },
11385
+ {
11386
+ "category": "Edit",
11387
+ "svg": "<circle cx=\"11\" cy=\"12\" r=\"6\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11.2907 8.28223C10.4825 9.30448 10 10.5961 10 12.0005C10 13.4048 10.4825 14.6964 11.2907 15.7187\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13.5977 6.5C14.3331 6.17841 15.1454 6 15.9994 6C19.3131 6 21.9994 8.68629 21.9994 12C21.9994 15.3137 19.3131 18 15.9994 18C15.1454 18 14.3331 17.8216 13.5977 17.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11.0001 22.5V20M11.0001 4.22212L11 1.5M5.50029 6.50017L3.57539 4.57541M3.57526 19.4244L5.34303 17.6567M0.5 12H3\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
11388
+ "iconName": "hdr, lighting, brightness",
11389
+ "variant": {
11390
+ "join": "round",
11391
+ "filled": "off",
11392
+ "radius": "1",
11393
+ "stroke": "1"
11394
+ },
11395
+ "createdAt": "2025-12-11T12:02:03.645203+00:00",
11396
+ "packageName": "round-outlined-radius-1-stroke-1",
11397
+ "componentName": "IconHdr"
11398
+ },
11385
11399
  {
11386
11400
  "category": "People",
11387
11401
  "svg": "<path d=\"M17.5 18.3333H15.5C14.9477 18.3333 14.5 18.781 14.5 19.3333V20.5C14.5 21.0523 14.0523 21.5 13.5 21.5H7.5C6.94772 21.5 6.50142 21.0522 6.51093 20.5L6.51234 20.4189C6.55024 18.2317 6.5828 16.353 5.07938 14.4455C4.08996 13.1901 3.5 11.6081 3.5 9.88889C3.5 5.80812 6.82395 2.5 10.9242 2.5C13.9468 2.5 16.7298 3.94383 17.877 6.86239C18.552 8.57943 19.4264 9.73812 20.4188 11.1544C20.7415 11.6149 20.6083 12.2481 20.1332 12.5489L18.9649 13.2889C18.6755 13.4722 18.5 13.791 18.5 14.1337V17.3333C18.5 17.8856 18.0523 18.3333 17.5 18.3333Z\" stroke=\"currentColor\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/>",
@@ -12040,6 +12054,20 @@
12040
12054
  "packageName": "round-outlined-radius-1-stroke-1",
12041
12055
  "componentName": "IconInboxEmpty"
12042
12056
  },
12057
+ {
12058
+ "category": "Arrows",
12059
+ "svg": "<path d=\"M1.5 7.5L4.5 4.5L7.5 7.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16.5 16.5L19.5 19.5L16.5 22.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4.5 5V15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19 19.5L8.5 19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10.5 4.5L13.5 4.5\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M19.5 10.5V13.5\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M16.5 4.5H18.5C19.0523 4.5 19.5 4.94772 19.5 5.5V7.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
12060
+ "iconName": "increase, scale, show-more, change-position",
12061
+ "variant": {
12062
+ "join": "round",
12063
+ "filled": "off",
12064
+ "radius": "1",
12065
+ "stroke": "1"
12066
+ },
12067
+ "createdAt": "2025-12-11T12:02:03.645203+00:00",
12068
+ "packageName": "round-outlined-radius-1-stroke-1",
12069
+ "componentName": "IconIncrease"
12070
+ },
12043
12071
  {
12044
12072
  "category": "Things",
12045
12073
  "svg": "<path d=\"M12 12L15.3683 15.5355C17.2285 17.4882 20.2446 17.4882 22.1048 15.5355C23.9651 13.5829 23.9651 10.4171 22.1048 8.46447C20.2446 6.51184 17.2285 6.51184 15.3683 8.46447L12 12ZM12 12L8.63173 8.46447C6.77148 6.51184 3.75543 6.51184 1.89518 8.46447C0.0349387 10.4171 0.0349387 13.5829 1.89518 15.5355C3.75543 17.4882 6.77148 17.4882 8.63173 15.5355L12 12Z\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
@@ -16660,6 +16688,20 @@
16660
16688
  "packageName": "round-outlined-radius-1-stroke-1",
16661
16689
  "componentName": "IconRadar"
16662
16690
  },
16691
+ {
16692
+ "category": "Devices & Signals",
16693
+ "svg": "<path d=\"M3.25 6.49976H20.5C21.0523 6.49976 21.5 6.94747 21.5 7.49976V19.4998C21.5 20.052 21.0523 20.4998 20.5 20.4998H3.5C2.94771 20.4998 2.5 20.052 2.5 19.4998V7.20283C2.5 6.78114 2.76452 6.40477 3.16128 6.26194L15 2\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3 11.5H21\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.75 7V11.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17 16.5C16.7239 16.5 16.5 16.2761 16.5 16C16.5 15.7239 16.7239 15.5 17 15.5C17.2761 15.5 17.5 15.7239 17.5 16C17.5 16.2761 17.2761 16.5 17 16.5Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13 16.5C12.7239 16.5 12.5 16.2761 12.5 16C12.5 15.7239 12.7239 15.5 13 15.5C13.2761 15.5 13.5 15.7239 13.5 16C13.5 16.2761 13.2761 16.5 13 16.5Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
16694
+ "iconName": "radio, antenna, signal, broadcast, speaker",
16695
+ "variant": {
16696
+ "join": "round",
16697
+ "filled": "off",
16698
+ "radius": "1",
16699
+ "stroke": "1"
16700
+ },
16701
+ "createdAt": "2025-12-09T15:02:02.851667+00:00",
16702
+ "packageName": "round-outlined-radius-1-stroke-1",
16703
+ "componentName": "IconRadio"
16704
+ },
16663
16705
  {
16664
16706
  "category": "Nature & Energy",
16665
16707
  "svg": "<path d=\"M0.511719 17.5C0.773497 11.3807 5.8173 6.5 12.001 6.5C18.1848 6.5 23.2286 11.3807 23.4904 17.5M3.51551 17.5C3.77432 13.0383 7.47447 9.5 12.001 9.5C16.5276 9.5 20.2278 13.0383 20.4866 17.5M6.52347 17.5C6.77608 14.6968 9.13202 12.5 12.001 12.5C14.8701 12.5 17.226 14.6968 17.4786 17.5M9.55105 17.5C9.78269 16.3589 10.7916 15.5 12.001 15.5C13.2105 15.5 14.2194 16.3589 14.451 17.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -17346,6 +17388,34 @@
17346
17388
  "packageName": "round-outlined-radius-1-stroke-1",
17347
17389
  "componentName": "IconRotate"
17348
17390
  },
17391
+ {
17392
+ "category": "Arrows",
17393
+ "svg": "<path d=\"M13.5 13.5L10.5 16.5L13.5 19.5\" stroke=\"currentColor\"/><path d=\"M6.75 15.7642C3.61154 14.8132 1.5 13.0358 1.5 11C1.5 7.96243 6.20101 5.5 12 5.5C17.799 5.5 22.5 7.96243 22.5 11C22.5 14.0376 17.799 16.5 12 16.5H10.9756\" stroke=\"currentColor\"/>",
17394
+ "iconName": "rotate-360-left",
17395
+ "variant": {
17396
+ "join": "round",
17397
+ "filled": "off",
17398
+ "radius": "1",
17399
+ "stroke": "1"
17400
+ },
17401
+ "createdAt": "2025-12-11T12:02:03.645203+00:00",
17402
+ "packageName": "round-outlined-radius-1-stroke-1",
17403
+ "componentName": "IconRotate360Left"
17404
+ },
17405
+ {
17406
+ "category": "Arrows",
17407
+ "svg": "<path d=\"M10.5 13.5L13.5 16.5L10.5 19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17.25 15.7642C20.3885 14.8132 22.5 13.0358 22.5 11C22.5 7.96243 17.799 5.5 12 5.5C6.20101 5.5 1.5 7.96243 1.5 11C1.5 14.0376 6.20101 16.5 12 16.5H13.0244\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
17408
+ "iconName": "rotate-360-right",
17409
+ "variant": {
17410
+ "join": "round",
17411
+ "filled": "off",
17412
+ "radius": "1",
17413
+ "stroke": "1"
17414
+ },
17415
+ "createdAt": "2025-12-11T12:02:03.645203+00:00",
17416
+ "packageName": "round-outlined-radius-1-stroke-1",
17417
+ "componentName": "IconRotate360Right"
17418
+ },
17349
17419
  {
17350
17420
  "category": "Gaming",
17351
17421
  "svg": "<path d=\"M12 3.02778V4.08333M12 20.9722V19.9167M3.02779 12H4.08334M20.9722 12H19.9167M7.51388 4.22983L8.04166 5.14397M16.4861 19.7702L15.9583 18.856M4.22983 16.4861L5.14397 15.9583M19.7702 7.51389L18.856 8.04167M4.22983 7.51391L5.14397 8.04169M19.7702 16.4861L18.856 15.9584M7.5139 19.7702L8.04168 18.856M16.4861 4.22984L15.9583 5.14398M10.5072 10.5072L9.75 9.75M13.4927 10.5072L14.25 9.75M13.4927 13.4928L14.25 14.25M10.5072 13.4928L9.75 14.25M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12ZM13.5833 12C13.5833 12.8745 12.8745 13.5833 12 13.5833C11.1255 13.5833 10.4167 12.8745 10.4167 12C10.4167 11.1255 11.1255 10.4167 12 10.4167C12.8745 10.4167 13.5833 11.1255 13.5833 12ZM9.75 9C9.75 9.41421 9.41421 9.75 9 9.75C8.58579 9.75 8.25 9.41421 8.25 9C8.25 8.58579 8.58579 8.25 9 8.25C9.41421 8.25 9.75 8.58579 9.75 9ZM15.75 9C15.75 9.41421 15.4142 9.75 15 9.75C14.5858 9.75 14.25 9.41421 14.25 9C14.25 8.58579 14.5858 8.25 15 8.25C15.4142 8.25 15.75 8.58579 15.75 9ZM9.75 15C9.75 15.4142 9.41421 15.75 9 15.75C8.58579 15.75 8.25 15.4142 8.25 15C8.25 14.5858 8.58579 14.25 9 14.25C9.41421 14.25 9.75 14.5858 9.75 15ZM15.75 15C15.75 15.4142 15.4142 15.75 15 15.75C14.5858 15.75 14.25 15.4142 14.25 15C14.25 14.5858 14.5858 14.25 15 14.25C15.4142 14.25 15.75 14.5858 15.75 15Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
@@ -19547,7 +19617,7 @@
19547
19617
  {
19548
19618
  "category": "Interface General",
19549
19619
  "svg": "<path d=\"M9.5 15.5L4.5 20.5M7.5 10.5L2.5 15.5M16.5 15.5L11.5 20.5M12.9895 4.8765L9.65201 5.64947C9.28485 5.7345 9.14019 6.17974 9.38724 6.46434L11.633 9.05143C11.7218 9.15367 11.7653 9.28754 11.7535 9.42243L11.4573 12.8355C11.4248 13.2109 11.8035 13.4861 12.1505 13.3391L15.305 12.0027C15.4296 11.9499 15.5704 11.9499 15.695 12.0027L18.8495 13.3391C19.1965 13.4861 19.5752 13.2109 19.5427 12.8354L19.2465 9.42243C19.2347 9.28754 19.2782 9.15367 19.367 9.05143L21.6128 6.46434C21.8598 6.17974 21.7151 5.7345 21.348 5.64947L18.0105 4.8765C17.8786 4.84595 17.7647 4.76321 17.6949 4.64721L15.9284 1.71191C15.7341 1.389 15.2659 1.389 15.0716 1.71191L13.3051 4.64721C13.2353 4.76321 13.1214 4.84595 12.9895 4.8765Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
19550
- "iconName": "star-lines, features, favorite, award, to the moon",
19620
+ "iconName": "star-lines, features, favorite, award, to the moon, rising",
19551
19621
  "variant": {
19552
19622
  "join": "round",
19553
19623
  "filled": "off",
package/icons/index.d.ts CHANGED
@@ -812,6 +812,7 @@ export type CentralIconName =
812
812
  | "IconHatBunny"
813
813
  | "IconHatSparkle"
814
814
  | "IconHd"
815
+ | "IconHdr"
815
816
  | "IconHead"
816
817
  | "IconHeadline"
817
818
  | "IconHeadphones"
@@ -859,6 +860,7 @@ export type CentralIconName =
859
860
  | "IconImport2"
860
861
  | "IconInboxChecked"
861
862
  | "IconInboxEmpty"
863
+ | "IconIncrease"
862
864
  | "IconInfinity"
863
865
  | "IconInitiatives"
864
866
  | "IconInjection"
@@ -1189,6 +1191,7 @@ export type CentralIconName =
1189
1191
  | "IconQuickSearch"
1190
1192
  | "IconQuora"
1191
1193
  | "IconRadar"
1194
+ | "IconRadio"
1192
1195
  | "IconRainbow"
1193
1196
  | "IconRainy"
1194
1197
  | "IconRainyLight"
@@ -1238,6 +1241,8 @@ export type CentralIconName =
1238
1241
  | "IconRoller"
1239
1242
  | "IconRose"
1240
1243
  | "IconRotate"
1244
+ | "IconRotate360Left"
1245
+ | "IconRotate360Right"
1241
1246
  | "IconRoulette1"
1242
1247
  | "IconRoulette2"
1243
1248
  | "IconRssFeed"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-outlined-radius-1-stroke-1",
3
- "version": "1.1.61",
3
+ "version": "1.1.63",
4
4
  "style": "round-outlined-radius-1-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-1-stroke-1/IconHome';",
@@ -11,7 +11,7 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1629,
14
+ "totalIcons": 1634,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 63,
@@ -96,7 +96,7 @@
96
96
  ]
97
97
  },
98
98
  "Arrows": {
99
- "count": 116,
99
+ "count": 119,
100
100
  "icons": [
101
101
  "IconArrow",
102
102
  "IconArrowBottomTop",
@@ -198,11 +198,14 @@
198
198
  "IconExpand45",
199
199
  "IconExpandSimple",
200
200
  "IconExpandSimple2",
201
+ "IconIncrease",
201
202
  "IconJump",
202
203
  "IconMinimize315",
203
204
  "IconMinimize45",
204
205
  "IconOngoing",
205
206
  "IconRandom",
207
+ "IconRotate360Left",
208
+ "IconRotate360Right",
206
209
  "IconShareArrowDown",
207
210
  "IconSquareArrowBottomRight",
208
211
  "IconSquareArrowCenter",
@@ -405,7 +408,7 @@
405
408
  ]
406
409
  },
407
410
  "Devices & Signals": {
408
- "count": 65,
411
+ "count": 66,
409
412
  "icons": [
410
413
  "IconAirdrop",
411
414
  "IconAirplay",
@@ -451,6 +454,7 @@
451
454
  "IconPhoneHaptic",
452
455
  "IconPrinter",
453
456
  "IconProcessor",
457
+ "IconRadio",
454
458
  "IconSatellite1",
455
459
  "IconSatellite2",
456
460
  "IconServer1",
@@ -475,7 +479,7 @@
475
479
  ]
476
480
  },
477
481
  "Edit": {
478
- "count": 76,
482
+ "count": 77,
479
483
  "icons": [
480
484
  "IconAddKeyframe",
481
485
  "IconBezier",
@@ -513,6 +517,7 @@
513
517
  "IconFeather",
514
518
  "IconGlass",
515
519
  "IconGooey",
520
+ "IconHdr",
516
521
  "IconHighlight",
517
522
  "IconInputForm",
518
523
  "IconKeyframe",
@@ -2632,6 +2637,7 @@
2632
2637
  "IconHatBunny": "hat-bunny, surprise, magic hat",
2633
2638
  "IconHatSparkle": "hat-sparkle, magic hat",
2634
2639
  "IconHd": "hd",
2640
+ "IconHdr": "hdr, lighting, brightness",
2635
2641
  "IconHead": "head, avatar",
2636
2642
  "IconHeadline": "headline, heading",
2637
2643
  "IconHeadphones": "headphones, support",
@@ -2679,6 +2685,7 @@
2679
2685
  "IconImport2": "import-2, download, save",
2680
2686
  "IconInboxChecked": "inbox-checked, saved",
2681
2687
  "IconInboxEmpty": "inbox-empty",
2688
+ "IconIncrease": "increase, scale, show-more, change-position",
2682
2689
  "IconInfinity": "infinity, loop, boomerang",
2683
2690
  "IconInitiatives": "initiatives, nav, rooting",
2684
2691
  "IconInjection": "injection",
@@ -3009,6 +3016,7 @@
3009
3016
  "IconQuickSearch": "quick-search, quick-menu, command-k",
3010
3017
  "IconQuora": "quora",
3011
3018
  "IconRadar": "radar, location, search",
3019
+ "IconRadio": "radio, antenna, signal, broadcast, speaker",
3012
3020
  "IconRainbow": "rainbow",
3013
3021
  "IconRainy": "rainy, rain",
3014
3022
  "IconRainyLight": "rainy-light",
@@ -3058,6 +3066,8 @@
3058
3066
  "IconRoller": "roller, scooter",
3059
3067
  "IconRose": "rose, flower, romance, love",
3060
3068
  "IconRotate": "rotate, rotation, x-axis",
3069
+ "IconRotate360Left": "rotate-360-left",
3070
+ "IconRotate360Right": "rotate-360-right",
3061
3071
  "IconRoulette1": "roulette-1, coincidence, gambling",
3062
3072
  "IconRoulette2": "roulette-2, coincidence, gambling",
3063
3073
  "IconRssFeed": "rss-feed",
@@ -3215,7 +3225,7 @@
3215
3225
  "IconStage": "stage, show",
3216
3226
  "IconStamps": "stamps, collection",
3217
3227
  "IconStar": "star, favorite, award",
3218
- "IconStarLines": "star-lines, features, favorite, award, to the moon",
3228
+ "IconStarLines": "star-lines, features, favorite, award, to the moon, rising",
3219
3229
  "IconStarWand": "star-wand, magic",
3220
3230
  "IconSteak": "steak, t-bone, raw",
3221
3231
  "IconSteakSteamLines": "steak-steam-lines, t-bone",
package/index.d.ts CHANGED
@@ -811,6 +811,7 @@ export { IconHashtag, default as IconHashtagDefault } from "./IconHashtag";
811
811
  export { IconHatBunny, default as IconHatBunnyDefault } from "./IconHatBunny";
812
812
  export { IconHatSparkle, default as IconHatSparkleDefault, } from "./IconHatSparkle";
813
813
  export { IconHd, default as IconHdDefault } from "./IconHd";
814
+ export { IconHdr, default as IconHdrDefault } from "./IconHdr";
814
815
  export { IconHead, default as IconHeadDefault } from "./IconHead";
815
816
  export { IconHeadline, default as IconHeadlineDefault } from "./IconHeadline";
816
817
  export { IconHeadphones, default as IconHeadphonesDefault, } from "./IconHeadphones";
@@ -858,6 +859,7 @@ export { IconImport, default as IconImportDefault } from "./IconImport";
858
859
  export { IconImport2, default as IconImport2Default } from "./IconImport2";
859
860
  export { IconInboxChecked, default as IconInboxCheckedDefault, } from "./IconInboxChecked";
860
861
  export { IconInboxEmpty, default as IconInboxEmptyDefault, } from "./IconInboxEmpty";
862
+ export { IconIncrease, default as IconIncreaseDefault } from "./IconIncrease";
861
863
  export { IconInfinity, default as IconInfinityDefault } from "./IconInfinity";
862
864
  export { IconInitiatives, default as IconInitiativesDefault, } from "./IconInitiatives";
863
865
  export { IconInjection, default as IconInjectionDefault, } from "./IconInjection";
@@ -1188,6 +1190,7 @@ export { IconQrCode, default as IconQrCodeDefault } from "./IconQrCode";
1188
1190
  export { IconQuickSearch, default as IconQuickSearchDefault, } from "./IconQuickSearch";
1189
1191
  export { IconQuora, default as IconQuoraDefault } from "./IconQuora";
1190
1192
  export { IconRadar, default as IconRadarDefault } from "./IconRadar";
1193
+ export { IconRadio, default as IconRadioDefault } from "./IconRadio";
1191
1194
  export { IconRainbow, default as IconRainbowDefault } from "./IconRainbow";
1192
1195
  export { IconRainy, default as IconRainyDefault } from "./IconRainy";
1193
1196
  export { IconRainyLight, default as IconRainyLightDefault, } from "./IconRainyLight";
@@ -1237,6 +1240,8 @@ export { IconRockingHorse, default as IconRockingHorseDefault, } from "./IconRoc
1237
1240
  export { IconRoller, default as IconRollerDefault } from "./IconRoller";
1238
1241
  export { IconRose, default as IconRoseDefault } from "./IconRose";
1239
1242
  export { IconRotate, default as IconRotateDefault } from "./IconRotate";
1243
+ export { IconRotate360Left, default as IconRotate360LeftDefault, } from "./IconRotate360Left";
1244
+ export { IconRotate360Right, default as IconRotate360RightDefault, } from "./IconRotate360Right";
1240
1245
  export { IconRoulette1, default as IconRoulette1Default, } from "./IconRoulette1";
1241
1246
  export { IconRoulette2, default as IconRoulette2Default, } from "./IconRoulette2";
1242
1247
  export { IconRssFeed, default as IconRssFeedDefault } from "./IconRssFeed";