@central-icons-react-native/square-filled-radius-0-stroke-1.5 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 c=Object.create;var t=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var a=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var M=(r,o)=>{for(var l in o)t(r,l,{get:o[l],enumerable:!0})},f=(r,o,l,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of a(o))!I.call(r,e)&&e!==l&&t(r,e,{get:()=>o[e],enumerable:!(p=L(o,e))||p.enumerable});return r};var i=(r,o,l)=>(l=r!=null?c(B(r)):{},f(o||!r||!r.__esModule?t(l,"default",{value:r,enumerable:!0}):l,r)),Z=r=>f(t({},"__esModule",{value:!0}),r);var x={};M(x,{IconHdr:()=>s,default:()=>v});module.exports=Z(x);var n=i(require("react"));var u=i(require("react")),d=require("react-native-svg"),m=({children:r,size:o=24,...l})=>u.default.createElement(d.Svg,{...l,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"),s=r=>n.default.createElement(m,{...r},n.default.createElement(C.Path,{d:"M11.75 23H10.25V20H11.75V23Z",fill:"currentColor"}),n.default.createElement(C.Path,{d:"M5.87305 18.1875L3.75195 20.3086L2.69141 19.248L4.8125 17.127L5.87305 18.1875Z",fill:"currentColor"}),n.default.createElement(C.Path,{d:"M11.625 9.09766C11.0725 9.92863 10.7501 10.9257 10.75 12C10.75 13.0745 11.0724 14.0722 11.625 14.9033L10.375 15.7334C9.66398 14.6639 9.25 13.3789 9.25 12C9.25008 10.6213 9.6641 9.33693 10.375 8.26758L11.625 9.09766Z",fill:"currentColor"}),n.default.createElement(C.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M16 5.25C19.7279 5.25 22.75 8.27208 22.75 12C22.75 15.7279 19.7279 18.75 16 18.75C15.1178 18.75 14.2742 18.5785 13.5 18.2695C12.7266 18.5782 11.8835 18.75 11 18.75C7.27208 18.75 4.25 15.7279 4.25 12C4.25 8.27208 7.27208 5.25 11 5.25C11.8834 5.25 12.7267 5.42091 13.5 5.72949C14.2741 5.42064 15.118 5.25004 16 5.25ZM11 6.75C8.1005 6.75 5.75 9.1005 5.75 12C5.75 14.8995 8.1005 17.25 11 17.25C13.8995 17.25 16.25 14.8995 16.25 12C16.25 9.1005 13.8995 6.75 11 6.75Z",fill:"currentColor"}),n.default.createElement(C.Path,{d:"M3 12.75H0V11.25H3V12.75Z",fill:"currentColor"}),n.default.createElement(C.Path,{d:"M5.87402 5.81348L4.8125 6.87402L2.69141 4.75293L3.75195 3.69141L5.87402 5.81348Z",fill:"currentColor"}),n.default.createElement(C.Path,{d:"M11.75 4H10.25V1H11.75V4Z",fill:"currentColor"})),v=s;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 { Path } from \"react-native-svg\";\n\nexport const IconHdr: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M11.75 23H10.25V20H11.75V23Z\" fill=\"currentColor\" />\n <Path\n d=\"M5.87305 18.1875L3.75195 20.3086L2.69141 19.248L4.8125 17.127L5.87305 18.1875Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.625 9.09766C11.0725 9.92863 10.7501 10.9257 10.75 12C10.75 13.0745 11.0724 14.0722 11.625 14.9033L10.375 15.7334C9.66398 14.6639 9.25 13.3789 9.25 12C9.25008 10.6213 9.6641 9.33693 10.375 8.26758L11.625 9.09766Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16 5.25C19.7279 5.25 22.75 8.27208 22.75 12C22.75 15.7279 19.7279 18.75 16 18.75C15.1178 18.75 14.2742 18.5785 13.5 18.2695C12.7266 18.5782 11.8835 18.75 11 18.75C7.27208 18.75 4.25 15.7279 4.25 12C4.25 8.27208 7.27208 5.25 11 5.25C11.8834 5.25 12.7267 5.42091 13.5 5.72949C14.2741 5.42064 15.118 5.25004 16 5.25ZM11 6.75C8.1005 6.75 5.75 9.1005 5.75 12C5.75 14.8995 8.1005 17.25 11 17.25C13.8995 17.25 16.25 14.8995 16.25 12C16.25 9.1005 13.8995 6.75 11 6.75Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M3 12.75H0V11.25H3V12.75Z\" fill=\"currentColor\" />\n <Path\n d=\"M5.87402 5.81348L4.8125 6.87402L2.69141 4.75293L3.75195 3.69141L5.87402 5.81348Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M11.75 4H10.25V1H11.75V4Z\" fill=\"currentColor\" />\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,EAAqB,4BAERC,EAAqCC,GAE9C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QAAK,EAAE,+BAA+B,KAAK,eAAe,EAC3D,EAAAA,QAAA,cAAC,QACC,EAAE,iFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0NACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,gdACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,4BAA4B,KAAK,eAAe,EACxD,EAAAA,QAAA,cAAC,QACC,EAAE,mFACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,4BAA4B,KAAK,eAAe,CAC1D,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 r from"react";import t from"react";import{Svg as p}from"react-native-svg";var C=({children:n,size:l=24,...e})=>t.createElement(p,{...e,width:typeof l=="number"?`${l}px`:l,height:typeof l=="number"?`${l}px`:l,viewBox:"0 0 24 24",fill:"none"},n);import{Path as o}from"react-native-svg";var f=n=>r.createElement(C,{...n},r.createElement(o,{d:"M11.75 23H10.25V20H11.75V23Z",fill:"currentColor"}),r.createElement(o,{d:"M5.87305 18.1875L3.75195 20.3086L2.69141 19.248L4.8125 17.127L5.87305 18.1875Z",fill:"currentColor"}),r.createElement(o,{d:"M11.625 9.09766C11.0725 9.92863 10.7501 10.9257 10.75 12C10.75 13.0745 11.0724 14.0722 11.625 14.9033L10.375 15.7334C9.66398 14.6639 9.25 13.3789 9.25 12C9.25008 10.6213 9.6641 9.33693 10.375 8.26758L11.625 9.09766Z",fill:"currentColor"}),r.createElement(o,{fillRule:"evenodd",clipRule:"evenodd",d:"M16 5.25C19.7279 5.25 22.75 8.27208 22.75 12C22.75 15.7279 19.7279 18.75 16 18.75C15.1178 18.75 14.2742 18.5785 13.5 18.2695C12.7266 18.5782 11.8835 18.75 11 18.75C7.27208 18.75 4.25 15.7279 4.25 12C4.25 8.27208 7.27208 5.25 11 5.25C11.8834 5.25 12.7267 5.42091 13.5 5.72949C14.2741 5.42064 15.118 5.25004 16 5.25ZM11 6.75C8.1005 6.75 5.75 9.1005 5.75 12C5.75 14.8995 8.1005 17.25 11 17.25C13.8995 17.25 16.25 14.8995 16.25 12C16.25 9.1005 13.8995 6.75 11 6.75Z",fill:"currentColor"}),r.createElement(o,{d:"M3 12.75H0V11.25H3V12.75Z",fill:"currentColor"}),r.createElement(o,{d:"M5.87402 5.81348L4.8125 6.87402L2.69141 4.75293L3.75195 3.69141L5.87402 5.81348Z",fill:"currentColor"}),r.createElement(o,{d:"M11.75 4H10.25V1H11.75V4Z",fill:"currentColor"})),I=f;export{f as IconHdr,I 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 { Path } from \"react-native-svg\";\n\nexport const IconHdr: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path d=\"M11.75 23H10.25V20H11.75V23Z\" fill=\"currentColor\" />\n <Path\n d=\"M5.87305 18.1875L3.75195 20.3086L2.69141 19.248L4.8125 17.127L5.87305 18.1875Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.625 9.09766C11.0725 9.92863 10.7501 10.9257 10.75 12C10.75 13.0745 11.0724 14.0722 11.625 14.9033L10.375 15.7334C9.66398 14.6639 9.25 13.3789 9.25 12C9.25008 10.6213 9.6641 9.33693 10.375 8.26758L11.625 9.09766Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M16 5.25C19.7279 5.25 22.75 8.27208 22.75 12C22.75 15.7279 19.7279 18.75 16 18.75C15.1178 18.75 14.2742 18.5785 13.5 18.2695C12.7266 18.5782 11.8835 18.75 11 18.75C7.27208 18.75 4.25 15.7279 4.25 12C4.25 8.27208 7.27208 5.25 11 5.25C11.8834 5.25 12.7267 5.42091 13.5 5.72949C14.2741 5.42064 15.118 5.25004 16 5.25ZM11 6.75C8.1005 6.75 5.75 9.1005 5.75 12C5.75 14.8995 8.1005 17.25 11 17.25C13.8995 17.25 16.25 14.8995 16.25 12C16.25 9.1005 13.8995 6.75 11 6.75Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M3 12.75H0V11.25H3V12.75Z\" fill=\"currentColor\" />\n <Path\n d=\"M5.87402 5.81348L4.8125 6.87402L2.69141 4.75293L3.75195 3.69141L5.87402 5.81348Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M11.75 4H10.25V1H11.75V4Z\" fill=\"currentColor\" />\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,QAAAG,MAAY,mBAEd,IAAMC,EAAqCC,GAE9CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CAAK,EAAE,+BAA+B,KAAK,eAAe,EAC3DG,EAAA,cAACH,EAAA,CACC,EAAE,iFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0NACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,gdACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,4BAA4B,KAAK,eAAe,EACxDG,EAAA,cAACH,EAAA,CACC,EAAE,mFACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,4BAA4B,KAAK,eAAe,CAC1D,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","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 i=Object.create;var p=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var H=Object.getOwnPropertyNames;var V=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},f=(r,o,n,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let l of H(o))!I.call(r,l)&&l!==n&&p(r,l,{get:()=>o[l],enumerable:!(C=u(o,l))||C.enumerable});return r};var m=(r,o,n)=>(n=r!=null?i(V(r)):{},f(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),d=r=>f(p({},"__esModule",{value:!0}),r);var P={};B(P,{IconIncrease:()=>c,default:()=>x});module.exports=d(P);var e=m(require("react"));var s=m(require("react")),a=require("react-native-svg"),L=({children:r,size:o=24,...n})=>s.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"),c=r=>e.default.createElement(L,{...r},e.default.createElement(t.Path,{d:"M20.3105 19.25L16.2803 23.2803L15.2197 22.2197L17.4395 20H8V18.5H17.4395L15.2197 16.2803L16.2803 15.2197L20.3105 19.25Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M8.78027 7.71973L7.71973 8.78027L5.5 6.56055V16H4V6.56055L1.78027 8.78027L0.719727 7.71973L4.75 3.68945L8.78027 7.71973Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M20 14H18.5V10H20V14Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M20 8.25H18.5V5.5H15.75V4H20V8.25Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M14 5.5H10V4H14V5.5Z",fill:"currentColor"})),x=c;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=\"M20.3105 19.25L16.2803 23.2803L15.2197 22.2197L17.4395 20H8V18.5H17.4395L15.2197 16.2803L16.2803 15.2197L20.3105 19.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.78027 7.71973L7.71973 8.78027L5.5 6.56055V16H4V6.56055L1.78027 8.78027L0.719727 7.71973L4.75 3.68945L8.78027 7.71973Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M20 14H18.5V10H20V14Z\" fill=\"currentColor\" />\n <Path d=\"M20 8.25H18.5V5.5H15.75V4H20V8.25Z\" fill=\"currentColor\" />\n <Path d=\"M14 5.5H10V4H14V5.5Z\" fill=\"currentColor\" />\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,0HACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2HACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,wBAAwB,KAAK,eAAe,EACpD,EAAAA,QAAA,cAAC,QAAK,EAAE,qCAAqC,KAAK,eAAe,EACjE,EAAAA,QAAA,cAAC,QAAK,EAAE,uBAAuB,KAAK,eAAe,CACrD,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 o from"react";import p from"react";import{Svg as C}from"react-native-svg";var t=({children:e,size:r=24,...l})=>p.createElement(C,{...l,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 f=e=>o.createElement(t,{...e},o.createElement(n,{d:"M20.3105 19.25L16.2803 23.2803L15.2197 22.2197L17.4395 20H8V18.5H17.4395L15.2197 16.2803L16.2803 15.2197L20.3105 19.25Z",fill:"currentColor"}),o.createElement(n,{d:"M8.78027 7.71973L7.71973 8.78027L5.5 6.56055V16H4V6.56055L1.78027 8.78027L0.719727 7.71973L4.75 3.68945L8.78027 7.71973Z",fill:"currentColor"}),o.createElement(n,{d:"M20 14H18.5V10H20V14Z",fill:"currentColor"}),o.createElement(n,{d:"M20 8.25H18.5V5.5H15.75V4H20V8.25Z",fill:"currentColor"}),o.createElement(n,{d:"M14 5.5H10V4H14V5.5Z",fill:"currentColor"})),I=f;export{f 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=\"M20.3105 19.25L16.2803 23.2803L15.2197 22.2197L17.4395 20H8V18.5H17.4395L15.2197 16.2803L16.2803 15.2197L20.3105 19.25Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M8.78027 7.71973L7.71973 8.78027L5.5 6.56055V16H4V6.56055L1.78027 8.78027L0.719727 7.71973L4.75 3.68945L8.78027 7.71973Z\"\n fill=\"currentColor\"\n />\n <Path d=\"M20 14H18.5V10H20V14Z\" fill=\"currentColor\" />\n <Path d=\"M20 8.25H18.5V5.5H15.75V4H20V8.25Z\" fill=\"currentColor\" />\n <Path d=\"M14 5.5H10V4H14V5.5Z\" fill=\"currentColor\" />\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,0HACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2HACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,wBAAwB,KAAK,eAAe,EACpDG,EAAA,cAACH,EAAA,CAAK,EAAE,qCAAqC,KAAK,eAAe,EACjEG,EAAA,cAACH,EAAA,CAAK,EAAE,uBAAuB,KAAK,eAAe,CACrD,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 u=Object.create;var n=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var v=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of d(r))!I.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(C=L(r,t))||C.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(B(o)):{},l(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>l(n({},"__esModule",{value:!0}),o);var g={};v(g,{IconRadio:()=>i,default:()=>P});module.exports=x(g);var p=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...e})=>m.default.createElement(s.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 f=require("react-native-svg"),i=o=>p.default.createElement(c,{...o},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M15.9629 2.69531L6.9668 6H22V21H2V6.22656L15.4453 1.28711L15.9629 2.69531ZM13.5 14.875C12.9176 14.875 12.4386 15.3176 12.3809 15.8848L12.375 16L12.3809 16.1152C12.4386 16.6824 12.9176 17.125 13.5 17.125C14.1213 17.125 14.625 16.6213 14.625 16C14.625 15.4176 14.1824 14.9386 13.6152 14.8809L13.5 14.875ZM17.5 14.875C16.9176 14.875 16.4386 15.3176 16.3809 15.8848L16.375 16L16.3809 16.1152C16.4386 16.6824 16.9176 17.125 17.5 17.125C18.1213 17.125 18.625 16.6213 18.625 16C18.625 15.4176 18.1824 14.9386 17.6152 14.8809L17.5 14.875ZM3.5 11H8V7.5H3.5V11ZM9.5 11H20.5V7.5H9.5V11Z",fill:"currentColor"})),P=i;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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M15.9629 2.69531L6.9668 6H22V21H2V6.22656L15.4453 1.28711L15.9629 2.69531ZM13.5 14.875C12.9176 14.875 12.4386 15.3176 12.3809 15.8848L12.375 16L12.3809 16.1152C12.4386 16.6824 12.9176 17.125 13.5 17.125C14.1213 17.125 14.625 16.6213 14.625 16C14.625 15.4176 14.1824 14.9386 13.6152 14.8809L13.5 14.875ZM17.5 14.875C16.9176 14.875 16.4386 15.3176 16.3809 15.8848L16.375 16L16.3809 16.1152C16.4386 16.6824 16.9176 17.125 17.5 17.125C18.1213 17.125 18.625 16.6213 18.625 16C18.625 15.4176 18.1824 14.9386 17.6152 14.8809L17.5 14.875ZM3.5 11H8V7.5H3.5V11ZM9.5 11H20.5V7.5H9.5V11Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,kkBACF,KAAK,eACP,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 t from"react";import p from"react";import{Svg as C}from"react-native-svg";var e=({children:r,size:o=24,...n})=>p.createElement(C,{...n,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 l}from"react-native-svg";var a=r=>t.createElement(e,{...r},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M15.9629 2.69531L6.9668 6H22V21H2V6.22656L15.4453 1.28711L15.9629 2.69531ZM13.5 14.875C12.9176 14.875 12.4386 15.3176 12.3809 15.8848L12.375 16L12.3809 16.1152C12.4386 16.6824 12.9176 17.125 13.5 17.125C14.1213 17.125 14.625 16.6213 14.625 16C14.625 15.4176 14.1824 14.9386 13.6152 14.8809L13.5 14.875ZM17.5 14.875C16.9176 14.875 16.4386 15.3176 16.3809 15.8848L16.375 16L16.3809 16.1152C16.4386 16.6824 16.9176 17.125 17.5 17.125C18.1213 17.125 18.625 16.6213 18.625 16C18.625 15.4176 18.1824 14.9386 17.6152 14.8809L17.5 14.875ZM3.5 11H8V7.5H3.5V11ZM9.5 11H20.5V7.5H9.5V11Z",fill:"currentColor"})),I=a;export{a as IconRadio,I 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M15.9629 2.69531L6.9668 6H22V21H2V6.22656L15.4453 1.28711L15.9629 2.69531ZM13.5 14.875C12.9176 14.875 12.4386 15.3176 12.3809 15.8848L12.375 16L12.3809 16.1152C12.4386 16.6824 12.9176 17.125 13.5 17.125C14.1213 17.125 14.625 16.6213 14.625 16C14.625 15.4176 14.1824 14.9386 13.6152 14.8809L13.5 14.875ZM17.5 14.875C16.9176 14.875 16.4386 15.3176 16.3809 15.8848L16.375 16L16.3809 16.1152C16.4386 16.6824 16.9176 17.125 17.5 17.125C18.1213 17.125 18.625 16.6213 18.625 16C18.625 15.4176 18.1824 14.9386 17.6152 14.8809L17.5 14.875ZM3.5 11H8V7.5H3.5V11ZM9.5 11H20.5V7.5H9.5V11Z\"\n fill=\"currentColor\"\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,SAAS,UACT,SAAS,UACT,EAAE,kkBACF,KAAK,eACP,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 I=Object.create;var C=Object.defineProperty;var L=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of i(o))!x.call(r,e)&&e!==t&&C(r,e,{get:()=>o[e],enumerable:!(p=L(o,e))||p.enumerable});return r};var l=(r,o,t)=>(t=r!=null?I(u(r)):{},a(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),g=r=>a(C({},"__esModule",{value:!0}),r);var h={};P(h,{IconRotate360Left:()=>B,default:()=>v});module.exports=g(h);var n=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),f=({children:r,size:o=24,...t})=>m.default.createElement(s.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"),B=r=>n.default.createElement(f,{...r},n.default.createElement(c.Path,{d:"M12 5C14.9242 5 17.6088 5.60544 19.5898 6.62012C21.531 7.61437 23 9.12264 23 11C23 12.8774 21.531 14.3856 19.5898 15.3799C17.7343 16.3303 15.2615 16.9211 12.5527 16.9922L14.2803 18.7197L13.2197 19.7803L9.68945 16.25L13.2197 12.7197L14.2803 13.7803L12.5693 15.4902C15.0744 15.4173 17.2983 14.8685 18.9062 14.0449C20.6747 13.1391 21.5 12.0221 21.5 11C21.5 9.97792 20.6747 8.86093 18.9062 7.95508C17.1775 7.06963 14.7367 6.5 12 6.5C9.26327 6.5 6.82248 7.06963 5.09375 7.95508C3.32527 8.86093 2.5 9.97792 2.5 11C2.5 11.6858 2.8611 12.4055 3.65527 13.0957C4.44991 13.7862 5.62568 14.3949 7.08789 14.8281L6.66211 16.2666C5.06084 15.7922 3.67374 15.099 2.67188 14.2285C1.66968 13.3577 1 12.2574 1 11C1 9.12264 2.46903 7.61437 4.41016 6.62012C6.39119 5.60544 9.07581 5 12 5Z",fill:"currentColor"})),v=B;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\n d=\"M12 5C14.9242 5 17.6088 5.60544 19.5898 6.62012C21.531 7.61437 23 9.12264 23 11C23 12.8774 21.531 14.3856 19.5898 15.3799C17.7343 16.3303 15.2615 16.9211 12.5527 16.9922L14.2803 18.7197L13.2197 19.7803L9.68945 16.25L13.2197 12.7197L14.2803 13.7803L12.5693 15.4902C15.0744 15.4173 17.2983 14.8685 18.9062 14.0449C20.6747 13.1391 21.5 12.0221 21.5 11C21.5 9.97792 20.6747 8.86093 18.9062 7.95508C17.1775 7.06963 14.7367 6.5 12 6.5C9.26327 6.5 6.82248 7.06963 5.09375 7.95508C3.32527 8.86093 2.5 9.97792 2.5 11C2.5 11.6858 2.8611 12.4055 3.65527 13.0957C4.44991 13.7862 5.62568 14.3949 7.08789 14.8281L6.66211 16.2666C5.06084 15.7922 3.67374 15.099 2.67188 14.2285C1.66968 13.3577 1 12.2574 1 11C1 9.12264 2.46903 7.61437 4.41016 6.62012C6.39119 5.60544 9.07581 5 12 5Z\"\n fill=\"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,QACC,EAAE,iwBACF,KAAK,eACP,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 e from"react";import n from"react";import{Svg as p}from"react-native-svg";var t=({children:o,size:r=24,...C})=>n.createElement(p,{...C,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 a}from"react-native-svg";var l=o=>e.createElement(t,{...o},e.createElement(a,{d:"M12 5C14.9242 5 17.6088 5.60544 19.5898 6.62012C21.531 7.61437 23 9.12264 23 11C23 12.8774 21.531 14.3856 19.5898 15.3799C17.7343 16.3303 15.2615 16.9211 12.5527 16.9922L14.2803 18.7197L13.2197 19.7803L9.68945 16.25L13.2197 12.7197L14.2803 13.7803L12.5693 15.4902C15.0744 15.4173 17.2983 14.8685 18.9062 14.0449C20.6747 13.1391 21.5 12.0221 21.5 11C21.5 9.97792 20.6747 8.86093 18.9062 7.95508C17.1775 7.06963 14.7367 6.5 12 6.5C9.26327 6.5 6.82248 7.06963 5.09375 7.95508C3.32527 8.86093 2.5 9.97792 2.5 11C2.5 11.6858 2.8611 12.4055 3.65527 13.0957C4.44991 13.7862 5.62568 14.3949 7.08789 14.8281L6.66211 16.2666C5.06084 15.7922 3.67374 15.099 2.67188 14.2285C1.66968 13.3577 1 12.2574 1 11C1 9.12264 2.46903 7.61437 4.41016 6.62012C6.39119 5.60544 9.07581 5 12 5Z",fill:"currentColor"})),x=l;export{l as IconRotate360Left,x 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\n d=\"M12 5C14.9242 5 17.6088 5.60544 19.5898 6.62012C21.531 7.61437 23 9.12264 23 11C23 12.8774 21.531 14.3856 19.5898 15.3799C17.7343 16.3303 15.2615 16.9211 12.5527 16.9922L14.2803 18.7197L13.2197 19.7803L9.68945 16.25L13.2197 12.7197L14.2803 13.7803L12.5693 15.4902C15.0744 15.4173 17.2983 14.8685 18.9062 14.0449C20.6747 13.1391 21.5 12.0221 21.5 11C21.5 9.97792 20.6747 8.86093 18.9062 7.95508C17.1775 7.06963 14.7367 6.5 12 6.5C9.26327 6.5 6.82248 7.06963 5.09375 7.95508C3.32527 8.86093 2.5 9.97792 2.5 11C2.5 11.6858 2.8611 12.4055 3.65527 13.0957C4.44991 13.7862 5.62568 14.3949 7.08789 14.8281L6.66211 16.2666C5.06084 15.7922 3.67374 15.099 2.67188 14.2285C1.66968 13.3577 1 12.2574 1 11C1 9.12264 2.46903 7.61437 4.41016 6.62012C6.39119 5.60544 9.07581 5 12 5Z\"\n fill=\"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,CACC,EAAE,iwBACF,KAAK,eACP,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 B=Object.create;var C=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var L=(r,o)=>{for(var t in o)C(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of g(o))!x.call(r,e)&&e!==t&&C(r,e,{get:()=>o[e],enumerable:!(p=I(o,e))||p.enumerable});return r};var l=(r,o,t)=>(t=r!=null?B(u(r)):{},a(o||!r||!r.__esModule?C(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>a(C({},"__esModule",{value:!0}),r);var v={};L(v,{IconRotate360Right:()=>i,default:()=>h});module.exports=P(v);var n=l(require("react"));var m=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...t})=>m.default.createElement(s.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 f=require("react-native-svg"),i=r=>n.default.createElement(c,{...r},n.default.createElement(f.Path,{d:"M12 5C14.9242 5 17.6088 5.60544 19.5898 6.62012C21.531 7.61437 23 9.12264 23 11C23 12.2574 22.3303 13.3577 21.3281 14.2285C20.3263 15.099 18.9392 15.7922 17.3379 16.2666L16.9121 14.8281C18.3743 14.3949 19.5501 13.7862 20.3447 13.0957C21.1389 12.4055 21.5 11.6858 21.5 11C21.5 9.97792 20.6747 8.86093 18.9062 7.95508C17.1775 7.06963 14.7367 6.5 12 6.5C9.26327 6.5 6.82248 7.06963 5.09375 7.95508C3.32527 8.86093 2.5 9.97792 2.5 11C2.5 12.0221 3.32527 13.1391 5.09375 14.0449C6.70144 14.8684 8.92501 15.4172 11.4297 15.4902L9.71973 13.7803L10.7803 12.7197L14.3105 16.25L10.7803 19.7803L9.71973 18.7197L11.4463 16.9922C8.73791 16.921 6.26547 16.3302 4.41016 15.3799C2.46903 14.3856 1 12.8774 1 11C1 9.12264 2.46903 7.61437 4.41016 6.62012C6.39119 5.60544 9.07581 5 12 5Z",fill:"currentColor"})),h=i;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=\"M12 5C14.9242 5 17.6088 5.60544 19.5898 6.62012C21.531 7.61437 23 9.12264 23 11C23 12.2574 22.3303 13.3577 21.3281 14.2285C20.3263 15.099 18.9392 15.7922 17.3379 16.2666L16.9121 14.8281C18.3743 14.3949 19.5501 13.7862 20.3447 13.0957C21.1389 12.4055 21.5 11.6858 21.5 11C21.5 9.97792 20.6747 8.86093 18.9062 7.95508C17.1775 7.06963 14.7367 6.5 12 6.5C9.26327 6.5 6.82248 7.06963 5.09375 7.95508C3.32527 8.86093 2.5 9.97792 2.5 11C2.5 12.0221 3.32527 13.1391 5.09375 14.0449C6.70144 14.8684 8.92501 15.4172 11.4297 15.4902L9.71973 13.7803L10.7803 12.7197L14.3105 16.25L10.7803 19.7803L9.71973 18.7197L11.4463 16.9922C8.73791 16.921 6.26547 16.3302 4.41016 15.3799C2.46903 14.3856 1 12.8774 1 11C1 9.12264 2.46903 7.61437 4.41016 6.62012C6.39119 5.60544 9.07581 5 12 5Z\"\n fill=\"currentColor\"\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,kwBACF,KAAK,eACP,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 n from"react";import{Svg as p}from"react-native-svg";var t=({children:o,size:r=24,...C})=>n.createElement(p,{...C,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 a}from"react-native-svg";var l=o=>e.createElement(t,{...o},e.createElement(a,{d:"M12 5C14.9242 5 17.6088 5.60544 19.5898 6.62012C21.531 7.61437 23 9.12264 23 11C23 12.2574 22.3303 13.3577 21.3281 14.2285C20.3263 15.099 18.9392 15.7922 17.3379 16.2666L16.9121 14.8281C18.3743 14.3949 19.5501 13.7862 20.3447 13.0957C21.1389 12.4055 21.5 11.6858 21.5 11C21.5 9.97792 20.6747 8.86093 18.9062 7.95508C17.1775 7.06963 14.7367 6.5 12 6.5C9.26327 6.5 6.82248 7.06963 5.09375 7.95508C3.32527 8.86093 2.5 9.97792 2.5 11C2.5 12.0221 3.32527 13.1391 5.09375 14.0449C6.70144 14.8684 8.92501 15.4172 11.4297 15.4902L9.71973 13.7803L10.7803 12.7197L14.3105 16.25L10.7803 19.7803L9.71973 18.7197L11.4463 16.9922C8.73791 16.921 6.26547 16.3302 4.41016 15.3799C2.46903 14.3856 1 12.8774 1 11C1 9.12264 2.46903 7.61437 4.41016 6.62012C6.39119 5.60544 9.07581 5 12 5Z",fill:"currentColor"})),x=l;export{l as IconRotate360Right,x 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=\"M12 5C14.9242 5 17.6088 5.60544 19.5898 6.62012C21.531 7.61437 23 9.12264 23 11C23 12.2574 22.3303 13.3577 21.3281 14.2285C20.3263 15.099 18.9392 15.7922 17.3379 16.2666L16.9121 14.8281C18.3743 14.3949 19.5501 13.7862 20.3447 13.0957C21.1389 12.4055 21.5 11.6858 21.5 11C21.5 9.97792 20.6747 8.86093 18.9062 7.95508C17.1775 7.06963 14.7367 6.5 12 6.5C9.26327 6.5 6.82248 7.06963 5.09375 7.95508C3.32527 8.86093 2.5 9.97792 2.5 11C2.5 12.0221 3.32527 13.1391 5.09375 14.0449C6.70144 14.8684 8.92501 15.4172 11.4297 15.4902L9.71973 13.7803L10.7803 12.7197L14.3105 16.25L10.7803 19.7803L9.71973 18.7197L11.4463 16.9922C8.73791 16.921 6.26547 16.3302 4.41016 15.3799C2.46903 14.3856 1 12.8774 1 11C1 9.12264 2.46903 7.61437 4.41016 6.62012C6.39119 5.60544 9.07581 5 12 5Z\"\n fill=\"currentColor\"\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,kwBACF,KAAK,eACP,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": "square-filled-radius-0-stroke-1.5",
11383
11383
  "componentName": "IconHd"
11384
11384
  },
11385
+ {
11386
+ "category": "Edit",
11387
+ "svg": "<path d=\"M11.75 23H10.25V20H11.75V23Z\" fill=\"currentColor\"/><path d=\"M5.87305 18.1875L3.75195 20.3086L2.69141 19.248L4.8125 17.127L5.87305 18.1875Z\" fill=\"currentColor\"/><path d=\"M11.625 9.09766C11.0725 9.92863 10.7501 10.9257 10.75 12C10.75 13.0745 11.0724 14.0722 11.625 14.9033L10.375 15.7334C9.66398 14.6639 9.25 13.3789 9.25 12C9.25008 10.6213 9.6641 9.33693 10.375 8.26758L11.625 9.09766Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16 5.25C19.7279 5.25 22.75 8.27208 22.75 12C22.75 15.7279 19.7279 18.75 16 18.75C15.1178 18.75 14.2742 18.5785 13.5 18.2695C12.7266 18.5782 11.8835 18.75 11 18.75C7.27208 18.75 4.25 15.7279 4.25 12C4.25 8.27208 7.27208 5.25 11 5.25C11.8834 5.25 12.7267 5.42091 13.5 5.72949C14.2741 5.42064 15.118 5.25004 16 5.25ZM11 6.75C8.1005 6.75 5.75 9.1005 5.75 12C5.75 14.8995 8.1005 17.25 11 17.25C13.8995 17.25 16.25 14.8995 16.25 12C16.25 9.1005 13.8995 6.75 11 6.75Z\" fill=\"currentColor\"/><path d=\"M3 12.75H0V11.25H3V12.75Z\" fill=\"currentColor\"/><path d=\"M5.87402 5.81348L4.8125 6.87402L2.69141 4.75293L3.75195 3.69141L5.87402 5.81348Z\" fill=\"currentColor\"/><path d=\"M11.75 4H10.25V1H11.75V4Z\" fill=\"currentColor\"/>",
11388
+ "iconName": "hdr, lighting, brightness",
11389
+ "variant": {
11390
+ "join": "square",
11391
+ "filled": "on",
11392
+ "radius": "0",
11393
+ "stroke": "1.5"
11394
+ },
11395
+ "createdAt": "2025-12-11T12:02:03.645203+00:00",
11396
+ "packageName": "square-filled-radius-0-stroke-1.5",
11397
+ "componentName": "IconHdr"
11398
+ },
11385
11399
  {
11386
11400
  "category": "People",
11387
11401
  "svg": "<path d=\"M10.9621 2C6.5665 2 3 5.55512 3 9.94444C3 11.7926 3.63342 13.4951 4.69469 14.8447C6.03524 16.5495 6.02228 18.1729 6.00434 20.4197C6.00221 20.6872 6 20.9636 6 21.25V22H15V18.9167H19V13.9984L21.8399 12.5311L21.3736 11.8333C21.2452 11.6411 21.1192 11.4537 20.9956 11.27C19.9506 9.71578 19.0803 8.42155 18.4145 6.72377C17.1621 3.53044 14.1314 2 10.9621 2Z\" fill=\"currentColor\"/>",
@@ -12040,6 +12054,20 @@
12040
12054
  "packageName": "square-filled-radius-0-stroke-1.5",
12041
12055
  "componentName": "IconInboxEmpty"
12042
12056
  },
12057
+ {
12058
+ "category": "Arrows",
12059
+ "svg": "<path d=\"M20.3105 19.25L16.2803 23.2803L15.2197 22.2197L17.4395 20H8V18.5H17.4395L15.2197 16.2803L16.2803 15.2197L20.3105 19.25Z\" fill=\"currentColor\"/><path d=\"M8.78027 7.71973L7.71973 8.78027L5.5 6.56055V16H4V6.56055L1.78027 8.78027L0.719727 7.71973L4.75 3.68945L8.78027 7.71973Z\" fill=\"currentColor\"/><path d=\"M20 14H18.5V10H20V14Z\" fill=\"currentColor\"/><path d=\"M20 8.25H18.5V5.5H15.75V4H20V8.25Z\" fill=\"currentColor\"/><path d=\"M14 5.5H10V4H14V5.5Z\" fill=\"currentColor\"/>",
12060
+ "iconName": "increase, scale, show-more, change-position",
12061
+ "variant": {
12062
+ "join": "square",
12063
+ "filled": "on",
12064
+ "radius": "0",
12065
+ "stroke": "1.5"
12066
+ },
12067
+ "createdAt": "2025-12-11T12:02:03.645203+00:00",
12068
+ "packageName": "square-filled-radius-0-stroke-1.5",
12069
+ "componentName": "IconIncrease"
12070
+ },
12043
12071
  {
12044
12072
  "category": "Things",
12045
12073
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.57947 8.11601C3.69329 5.96133 7.12652 5.96133 9.24033 8.11601L12 10.929L14.7597 8.11601C16.8735 5.96133 20.3067 5.96133 22.4205 8.11601C24.5265 10.2627 24.5265 13.7373 22.4205 15.884C20.3067 18.0387 16.8735 18.0387 14.7597 15.884L12 13.071L9.24033 15.884C7.12652 18.0387 3.69329 18.0387 1.57947 15.884C-0.52649 13.7373 -0.52649 10.2627 1.57947 8.11601ZM10.9494 12L8.16957 9.16647C6.64377 7.61118 4.17603 7.61118 2.65024 9.16647C1.11659 10.7298 1.11659 13.2702 2.65024 14.8335C4.17603 16.3888 6.64377 16.3888 8.16957 14.8335L10.9494 12ZM13.0506 12L15.8304 14.8335C17.3562 16.3888 19.824 16.3888 21.3498 14.8335C22.8834 13.2702 22.8834 10.7298 21.3498 9.16647C19.824 7.61118 17.3562 7.61118 15.8304 9.16647L13.0506 12Z\" fill=\"currentColor\"/>",
@@ -16660,6 +16688,20 @@
16660
16688
  "packageName": "square-filled-radius-0-stroke-1.5",
16661
16689
  "componentName": "IconRadar"
16662
16690
  },
16691
+ {
16692
+ "category": "Devices & Signals",
16693
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.9629 2.69531L6.9668 6H22V21H2V6.22656L15.4453 1.28711L15.9629 2.69531ZM13.5 14.875C12.9176 14.875 12.4386 15.3176 12.3809 15.8848L12.375 16L12.3809 16.1152C12.4386 16.6824 12.9176 17.125 13.5 17.125C14.1213 17.125 14.625 16.6213 14.625 16C14.625 15.4176 14.1824 14.9386 13.6152 14.8809L13.5 14.875ZM17.5 14.875C16.9176 14.875 16.4386 15.3176 16.3809 15.8848L16.375 16L16.3809 16.1152C16.4386 16.6824 16.9176 17.125 17.5 17.125C18.1213 17.125 18.625 16.6213 18.625 16C18.625 15.4176 18.1824 14.9386 17.6152 14.8809L17.5 14.875ZM3.5 11H8V7.5H3.5V11ZM9.5 11H20.5V7.5H9.5V11Z\" fill=\"currentColor\"/>",
16694
+ "iconName": "radio, antenna, signal, broadcast, speaker",
16695
+ "variant": {
16696
+ "join": "square",
16697
+ "filled": "on",
16698
+ "radius": "0",
16699
+ "stroke": "1.5"
16700
+ },
16701
+ "createdAt": "2025-12-09T15:02:02.851667+00:00",
16702
+ "packageName": "square-filled-radius-0-stroke-1.5",
16703
+ "componentName": "IconRadio"
16704
+ },
16663
16705
  {
16664
16706
  "category": "Nature & Energy",
16665
16707
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 7.5C6.20101 7.5 1.5 12.201 1.5 18H0C0 11.3726 5.37258 6 12 6C18.6274 6 24 11.3726 24 18H22.5C22.5 12.201 17.799 7.5 12 7.5ZM12 10.5C7.85786 10.5 4.5 13.8579 4.5 18H3C3 13.0294 7.02944 9 12 9C16.9706 9 21 13.0294 21 18H19.5C19.5 13.8579 16.1421 10.5 12 10.5ZM12 13.5C9.51472 13.5 7.5 15.5147 7.5 18H6C6 14.6863 8.68629 12 12 12C15.3137 12 18 14.6863 18 18H16.5C16.5 15.5147 14.4853 13.5 12 13.5ZM12 16.5C11.1716 16.5 10.5 17.1716 10.5 18H9C9 16.3431 10.3431 15 12 15C13.6569 15 15 16.3431 15 18H13.5C13.5 17.1716 12.8284 16.5 12 16.5Z\" fill=\"currentColor\"/>",
@@ -17346,6 +17388,34 @@
17346
17388
  "packageName": "square-filled-radius-0-stroke-1.5",
17347
17389
  "componentName": "IconRotate"
17348
17390
  },
17391
+ {
17392
+ "category": "Arrows",
17393
+ "svg": "<path d=\"M12 5C14.9242 5 17.6088 5.60544 19.5898 6.62012C21.531 7.61437 23 9.12264 23 11C23 12.8774 21.531 14.3856 19.5898 15.3799C17.7343 16.3303 15.2615 16.9211 12.5527 16.9922L14.2803 18.7197L13.2197 19.7803L9.68945 16.25L13.2197 12.7197L14.2803 13.7803L12.5693 15.4902C15.0744 15.4173 17.2983 14.8685 18.9062 14.0449C20.6747 13.1391 21.5 12.0221 21.5 11C21.5 9.97792 20.6747 8.86093 18.9062 7.95508C17.1775 7.06963 14.7367 6.5 12 6.5C9.26327 6.5 6.82248 7.06963 5.09375 7.95508C3.32527 8.86093 2.5 9.97792 2.5 11C2.5 11.6858 2.8611 12.4055 3.65527 13.0957C4.44991 13.7862 5.62568 14.3949 7.08789 14.8281L6.66211 16.2666C5.06084 15.7922 3.67374 15.099 2.67188 14.2285C1.66968 13.3577 1 12.2574 1 11C1 9.12264 2.46903 7.61437 4.41016 6.62012C6.39119 5.60544 9.07581 5 12 5Z\" fill=\"currentColor\"/>",
17394
+ "iconName": "rotate-360-left",
17395
+ "variant": {
17396
+ "join": "square",
17397
+ "filled": "on",
17398
+ "radius": "0",
17399
+ "stroke": "1.5"
17400
+ },
17401
+ "createdAt": "2025-12-11T12:02:03.645203+00:00",
17402
+ "packageName": "square-filled-radius-0-stroke-1.5",
17403
+ "componentName": "IconRotate360Left"
17404
+ },
17405
+ {
17406
+ "category": "Arrows",
17407
+ "svg": "<path d=\"M12 5C14.9242 5 17.6088 5.60544 19.5898 6.62012C21.531 7.61437 23 9.12264 23 11C23 12.2574 22.3303 13.3577 21.3281 14.2285C20.3263 15.099 18.9392 15.7922 17.3379 16.2666L16.9121 14.8281C18.3743 14.3949 19.5501 13.7862 20.3447 13.0957C21.1389 12.4055 21.5 11.6858 21.5 11C21.5 9.97792 20.6747 8.86093 18.9062 7.95508C17.1775 7.06963 14.7367 6.5 12 6.5C9.26327 6.5 6.82248 7.06963 5.09375 7.95508C3.32527 8.86093 2.5 9.97792 2.5 11C2.5 12.0221 3.32527 13.1391 5.09375 14.0449C6.70144 14.8684 8.92501 15.4172 11.4297 15.4902L9.71973 13.7803L10.7803 12.7197L14.3105 16.25L10.7803 19.7803L9.71973 18.7197L11.4463 16.9922C8.73791 16.921 6.26547 16.3302 4.41016 15.3799C2.46903 14.3856 1 12.8774 1 11C1 9.12264 2.46903 7.61437 4.41016 6.62012C6.39119 5.60544 9.07581 5 12 5Z\" fill=\"currentColor\"/>",
17408
+ "iconName": "rotate-360-right",
17409
+ "variant": {
17410
+ "join": "square",
17411
+ "filled": "on",
17412
+ "radius": "0",
17413
+ "stroke": "1.5"
17414
+ },
17415
+ "createdAt": "2025-12-11T12:02:03.645203+00:00",
17416
+ "packageName": "square-filled-radius-0-stroke-1.5",
17417
+ "componentName": "IconRotate360Right"
17418
+ },
17349
17419
  {
17350
17420
  "category": "Gaming",
17351
17421
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3.53263 11.25H5V12.75H3.53263C3.62053 13.7554 3.88344 14.7105 4.29073 15.5849L5.59891 14.8296L6.34891 16.1287L5.04187 16.8833C5.6083 17.6889 6.3111 18.3917 7.11671 18.9581L7.87132 17.6511L9.17036 18.4011L8.41509 19.7093C9.28946 20.1166 10.2446 20.3795 11.25 20.4674V19H12.75V20.4674C13.7554 20.3795 14.7105 20.1166 15.5849 19.7093L14.8296 18.4011L16.1287 17.6511L16.8833 18.9581C17.6889 18.3917 18.3917 17.6889 18.9581 16.8833L17.6511 16.1287L18.4011 14.8297L19.7093 15.5849C20.1166 14.7106 20.3795 13.7554 20.4674 12.75H19V11.25H20.4674C20.3795 10.2446 20.1166 9.28945 19.7093 8.41508L18.4011 9.17035L17.6511 7.87131L18.9581 7.1167C18.3917 6.31109 17.6889 5.60831 16.8833 5.04188L16.1287 6.34892L14.8297 5.59892L15.5849 4.29073C14.7106 3.88344 13.7554 3.62053 12.75 3.53263V5H11.25V3.53263C10.2446 3.62053 9.28944 3.88344 8.41507 4.29073L9.17034 5.59891L7.87131 6.34891L7.11669 5.04188C6.31108 5.60831 5.60829 6.3111 5.04186 7.11671L6.34891 7.87133L5.59891 9.17037L4.29072 8.41509C3.88344 9.28946 3.62053 10.2446 3.53263 11.25ZM2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12ZM7.65278 8.91667C7.65278 8.21864 8.21864 7.65278 8.91667 7.65278C9.61469 7.65278 10.1806 8.21864 10.1806 8.91667C10.1806 8.98095 10.1758 9.04411 10.1665 9.10581L10.9987 9.93808C11.3012 9.7909 11.641 9.70833 12 9.70833C12.359 9.70833 12.6988 9.79089 13.0013 9.93806L13.8335 9.10585C13.8242 9.04414 13.8194 8.98096 13.8194 8.91667C13.8194 8.21864 14.3853 7.65278 15.0833 7.65278C15.7814 7.65278 16.3472 8.21864 16.3472 8.91667C16.3472 9.61469 15.7814 10.1806 15.0833 10.1806C15.0191 10.1806 14.9559 10.1758 14.8942 10.1665L14.0619 10.9987C14.2091 11.3012 14.2917 11.641 14.2917 12C14.2917 12.359 14.2091 12.6988 14.0619 13.0013L14.8942 13.8335C14.9559 13.8242 15.0191 13.8194 15.0833 13.8194C15.7814 13.8194 16.3472 14.3853 16.3472 15.0833C16.3472 15.7814 15.7814 16.3472 15.0833 16.3472C14.3853 16.3472 13.8194 15.7814 13.8194 15.0833C13.8194 15.019 13.8242 14.9559 13.8335 14.8941L13.0013 14.0619C12.6988 14.2091 12.359 14.2917 12 14.2917C11.641 14.2917 11.3012 14.2091 10.9987 14.0619L10.1665 14.8942C10.1758 14.9559 10.1806 15.0191 10.1806 15.0833C10.1806 15.7814 9.61469 16.3472 8.91667 16.3472C8.21864 16.3472 7.65278 15.7814 7.65278 15.0833C7.65278 14.3853 8.21864 13.8194 8.91667 13.8194C8.98096 13.8194 9.04414 13.8242 9.10585 13.8335L9.93806 13.0013C9.79089 12.6987 9.70833 12.359 9.70833 12C9.70833 11.641 9.79089 11.3012 9.93806 10.9987L9.10585 10.1665C9.04414 10.1758 8.98096 10.1806 8.91667 10.1806C8.21864 10.1806 7.65278 9.61469 7.65278 8.91667Z\" fill=\"currentColor\"/>",
@@ -19547,7 +19617,7 @@
19547
19617
  {
19548
19618
  "category": "Interface General",
19549
19619
  "svg": "<path d=\"M15.5 0.29541L18.036 4.5094L22.8275 5.6191L19.6034 9.33319L20.0286 14.233L15.5 12.3145L10.9714 14.233L11.3967 9.33319L8.1726 5.6191L12.964 4.5094L15.5 0.29541Z\" fill=\"currentColor\"/><path d=\"M8.31065 10.75L7.24999 9.68934L1.68933 15.25L2.74999 16.3107L8.31065 10.75Z\" fill=\"currentColor\"/><path d=\"M10.3107 15.75L9.24999 14.6893L3.68933 20.25L4.74999 21.3107L10.3107 15.75Z\" fill=\"currentColor\"/><path d=\"M17.3107 15.75L11.75 21.3107L10.6893 20.25L16.25 14.6893L17.3107 15.75Z\" fill=\"currentColor\"/>",
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": "square",
19553
19623
  "filled": "on",
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/square-filled-radius-0-stroke-1.5",
3
- "version": "1.1.61",
3
+ "version": "1.1.63",
4
4
  "style": "square-filled-radius-0-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-stroke-1.5/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";