@central-icons-react-native/round-filled-radius-1-stroke-1.5 1.1.60 → 1.1.62

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 IconPropeller: FC<CentralIconBaseProps>;
4
+ export default IconPropeller;
@@ -0,0 +1,2 @@
1
+ "use strict";var u=Object.create;var l=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var P=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var C in o)l(r,C,{get:o[C],enumerable:!0})},f=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!x.call(r,n)&&n!==C&&l(r,n,{get:()=>o[n],enumerable:!(p=B(o,n))||p.enumerable});return r};var m=(r,o,C)=>(C=r!=null?u(P(r)):{},f(o||!r||!r.__esModule?l(C,"default",{value:r,enumerable:!0}):C,r)),g=r=>f(l({},"__esModule",{value:!0}),r);var h={};d(h,{IconPropeller:()=>i,default:()=>v});module.exports=g(h);var e=m(require("react"));var a=m(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...C})=>a.default.createElement(s.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),i=r=>e.default.createElement(c,{...r},e.default.createElement(t.Path,{d:"M15.4333 11.1104C16.5434 11.1862 19.2958 11.4533 20.4958 12.2862C25.5824 15.8173 15.2214 24.4198 13.446 21.4951C12.5589 20.033 14.0973 18.6615 13.9645 16.5987C13.9227 15.9511 13.8649 15.4287 13.8122 14.9951C14.3012 14.6998 14.725 14.2807 15.0309 13.751C15.5114 12.9188 15.6121 11.9706 15.3854 11.1094C15.4013 11.1097 15.4173 11.1093 15.4333 11.1104Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M3.05436 8.50589C4.76424 8.46859 5.18283 10.4859 7.03581 11.4024C7.61756 11.69 8.09878 11.9012 8.50065 12.0723C8.51192 12.6434 8.66268 13.2203 8.96842 13.75C9.44886 14.5822 10.2196 15.1437 11.0788 15.378C11.0706 15.3916 11.0633 15.4057 11.0544 15.419C10.4337 16.3424 8.82672 18.5918 7.50553 19.2149C1.90397 21.8551 -0.366282 8.58114 3.05436 8.50589Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M11.9997 10C13.1042 10 13.9997 10.8955 13.9997 12C13.9996 13.1046 13.1042 14 11.9997 14C10.8953 13.9998 9.99971 13.1044 9.99967 12C9.99967 10.8956 10.8953 10.0003 11.9997 10Z",fill:"currentColor"}),e.default.createElement(t.Path,{d:"M7.99967 4.50003C8.51394 -1.67119 21.1448 3.00004 19.4997 6.00003C18.677 7.4998 16.72 6.85315 14.9997 8.00003C14.4596 8.3601 14.0363 8.6711 13.6872 8.93362C13.1869 8.65782 12.6123 8.50011 12.0006 8.50003C11.0398 8.50005 10.1683 8.88679 9.53581 9.5137C9.52805 9.49973 9.51945 9.48616 9.51237 9.47171C9.02298 8.47242 7.87843 5.95568 7.99967 4.50003Z",fill:"currentColor"})),v=i;0&&(module.exports={IconPropeller});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPropeller/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 IconPropeller: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.4333 11.1104C16.5434 11.1862 19.2958 11.4533 20.4958 12.2862C25.5824 15.8173 15.2214 24.4198 13.446 21.4951C12.5589 20.033 14.0973 18.6615 13.9645 16.5987C13.9227 15.9511 13.8649 15.4287 13.8122 14.9951C14.3012 14.6998 14.725 14.2807 15.0309 13.751C15.5114 12.9188 15.6121 11.9706 15.3854 11.1094C15.4013 11.1097 15.4173 11.1093 15.4333 11.1104Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M3.05436 8.50589C4.76424 8.46859 5.18283 10.4859 7.03581 11.4024C7.61756 11.69 8.09878 11.9012 8.50065 12.0723C8.51192 12.6434 8.66268 13.2203 8.96842 13.75C9.44886 14.5822 10.2196 15.1437 11.0788 15.378C11.0706 15.3916 11.0633 15.4057 11.0544 15.419C10.4337 16.3424 8.82672 18.5918 7.50553 19.2149C1.90397 21.8551 -0.366282 8.58114 3.05436 8.50589Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.9997 10C13.1042 10 13.9997 10.8955 13.9997 12C13.9996 13.1046 13.1042 14 11.9997 14C10.8953 13.9998 9.99971 13.1044 9.99967 12C9.99967 10.8956 10.8953 10.0003 11.9997 10Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.99967 4.50003C8.51394 -1.67119 21.1448 3.00004 19.4997 6.00003C18.677 7.4998 16.72 6.85315 14.9997 8.00003C14.4596 8.3601 14.0363 8.6711 13.6872 8.93362C13.1869 8.65782 12.6123 8.50011 12.0006 8.50003C11.0398 8.50005 10.1683 8.88679 9.53581 9.5137C9.52805 9.49973 9.51945 9.48616 9.51237 9.47171C9.02298 8.47242 7.87843 5.95568 7.99967 4.50003Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPropeller;\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,mBAAAE,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,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,gWACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gWACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iLACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8VACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPropeller_exports","__export","IconPropeller","IconPropeller_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconPropeller","props","React","CentralIconBase","IconPropeller_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import l from"react";import{Svg as p}from"react-native-svg";var n=({children:e,size:r=24,...t})=>l.createElement(p,{...t,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 C}from"react-native-svg";var f=e=>o.createElement(n,{...e},o.createElement(C,{d:"M15.4333 11.1104C16.5434 11.1862 19.2958 11.4533 20.4958 12.2862C25.5824 15.8173 15.2214 24.4198 13.446 21.4951C12.5589 20.033 14.0973 18.6615 13.9645 16.5987C13.9227 15.9511 13.8649 15.4287 13.8122 14.9951C14.3012 14.6998 14.725 14.2807 15.0309 13.751C15.5114 12.9188 15.6121 11.9706 15.3854 11.1094C15.4013 11.1097 15.4173 11.1093 15.4333 11.1104Z",fill:"currentColor"}),o.createElement(C,{d:"M3.05436 8.50589C4.76424 8.46859 5.18283 10.4859 7.03581 11.4024C7.61756 11.69 8.09878 11.9012 8.50065 12.0723C8.51192 12.6434 8.66268 13.2203 8.96842 13.75C9.44886 14.5822 10.2196 15.1437 11.0788 15.378C11.0706 15.3916 11.0633 15.4057 11.0544 15.419C10.4337 16.3424 8.82672 18.5918 7.50553 19.2149C1.90397 21.8551 -0.366282 8.58114 3.05436 8.50589Z",fill:"currentColor"}),o.createElement(C,{d:"M11.9997 10C13.1042 10 13.9997 10.8955 13.9997 12C13.9996 13.1046 13.1042 14 11.9997 14C10.8953 13.9998 9.99971 13.1044 9.99967 12C9.99967 10.8956 10.8953 10.0003 11.9997 10Z",fill:"currentColor"}),o.createElement(C,{d:"M7.99967 4.50003C8.51394 -1.67119 21.1448 3.00004 19.4997 6.00003C18.677 7.4998 16.72 6.85315 14.9997 8.00003C14.4596 8.3601 14.0363 8.6711 13.6872 8.93362C13.1869 8.65782 12.6123 8.50011 12.0006 8.50003C11.0398 8.50005 10.1683 8.88679 9.53581 9.5137C9.52805 9.49973 9.51945 9.48616 9.51237 9.47171C9.02298 8.47242 7.87843 5.95568 7.99967 4.50003Z",fill:"currentColor"})),x=f;export{f as IconPropeller,x as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconPropeller/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 IconPropeller: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M15.4333 11.1104C16.5434 11.1862 19.2958 11.4533 20.4958 12.2862C25.5824 15.8173 15.2214 24.4198 13.446 21.4951C12.5589 20.033 14.0973 18.6615 13.9645 16.5987C13.9227 15.9511 13.8649 15.4287 13.8122 14.9951C14.3012 14.6998 14.725 14.2807 15.0309 13.751C15.5114 12.9188 15.6121 11.9706 15.3854 11.1094C15.4013 11.1097 15.4173 11.1093 15.4333 11.1104Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M3.05436 8.50589C4.76424 8.46859 5.18283 10.4859 7.03581 11.4024C7.61756 11.69 8.09878 11.9012 8.50065 12.0723C8.51192 12.6434 8.66268 13.2203 8.96842 13.75C9.44886 14.5822 10.2196 15.1437 11.0788 15.378C11.0706 15.3916 11.0633 15.4057 11.0544 15.419C10.4337 16.3424 8.82672 18.5918 7.50553 19.2149C1.90397 21.8551 -0.366282 8.58114 3.05436 8.50589Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.9997 10C13.1042 10 13.9997 10.8955 13.9997 12C13.9996 13.1046 13.1042 14 11.9997 14C10.8953 13.9998 9.99971 13.1044 9.99967 12C9.99967 10.8956 10.8953 10.0003 11.9997 10Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.99967 4.50003C8.51394 -1.67119 21.1448 3.00004 19.4997 6.00003C18.677 7.4998 16.72 6.85315 14.9997 8.00003C14.4596 8.3601 14.0363 8.6711 13.6872 8.93362C13.1869 8.65782 12.6123 8.50011 12.0006 8.50003C11.0398 8.50005 10.1683 8.88679 9.53581 9.5137C9.52805 9.49973 9.51945 9.48616 9.51237 9.47171C9.02298 8.47242 7.87843 5.95568 7.99967 4.50003Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPropeller;\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,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,gWACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gWACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iLACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8VACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPropeller","props","React","CentralIconBase","IconPropeller_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 t=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,L=Object.prototype.hasOwnProperty;var v=(o,r)=>{for(var e in r)t(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let C of B(r))!L.call(o,C)&&C!==e&&t(o,C,{get:()=>r[C],enumerable:!(p=d(r,C))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(I(o)):{},l(r||!o||!o.__esModule?t(e,"default",{value:o,enumerable:!0}):e,o)),x=o=>l(t({},"__esModule",{value:!0}),o);var g={};v(g,{IconRadio:()=>i,default:()=>P});module.exports=x(g);var n=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=>n.default.createElement(c,{...o},n.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M14.7412 1.54564C15.1299 1.40293 15.5611 1.60243 15.7041 1.99096C15.8469 2.37969 15.6475 2.81094 15.2588 2.95385L6.96582 5.99975H20.25C21.2164 5.99975 21.9998 6.78338 22 7.74975V19.2497C21.9999 19.8536 21.6939 20.3864 21.2285 20.7009C21.1355 20.7638 21.0362 20.8178 20.9316 20.8621C20.7221 20.9508 20.4918 20.9997 20.25 20.9997H3.75C3.50817 20.9997 3.27787 20.9508 3.06836 20.8621C2.96382 20.8178 2.86447 20.7638 2.77148 20.7009C2.30612 20.3864 2.00008 19.8536 2 19.2497V7.44799C2.00012 6.71439 2.4579 6.05845 3.14648 5.80541L14.7412 1.54564ZM13.5 14.8747C12.9177 14.8747 12.4387 15.3175 12.3809 15.8845L12.375 15.9997L12.3809 16.115C12.4386 16.6822 12.9176 17.1247 13.5 17.1247C14.1213 17.1247 14.625 16.6211 14.625 15.9997C14.6248 15.4175 14.1823 14.9383 13.6152 14.8806L13.5 14.8747ZM17.5 14.8747C16.9177 14.8747 16.4387 15.3175 16.3809 15.8845L16.375 15.9997L16.3809 16.115C16.4386 16.6822 16.9176 17.1247 17.5 17.1247C18.1213 17.1247 18.625 16.6211 18.625 15.9997C18.6248 15.4175 18.1823 14.9383 17.6152 14.8806L17.5 14.8747ZM3.53125 7.3308C3.51231 7.36621 3.50006 7.40602 3.5 7.44799V10.9997H8V7.49975H4C3.82169 7.49975 3.65996 7.43472 3.53125 7.3308ZM9.5 10.9997H20.5V7.74975C20.4998 7.61181 20.388 7.49975 20.25 7.49975H9.5V10.9997Z",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=\"M14.7412 1.54564C15.1299 1.40293 15.5611 1.60243 15.7041 1.99096C15.8469 2.37969 15.6475 2.81094 15.2588 2.95385L6.96582 5.99975H20.25C21.2164 5.99975 21.9998 6.78338 22 7.74975V19.2497C21.9999 19.8536 21.6939 20.3864 21.2285 20.7009C21.1355 20.7638 21.0362 20.8178 20.9316 20.8621C20.7221 20.9508 20.4918 20.9997 20.25 20.9997H3.75C3.50817 20.9997 3.27787 20.9508 3.06836 20.8621C2.96382 20.8178 2.86447 20.7638 2.77148 20.7009C2.30612 20.3864 2.00008 19.8536 2 19.2497V7.44799C2.00012 6.71439 2.4579 6.05845 3.14648 5.80541L14.7412 1.54564ZM13.5 14.8747C12.9177 14.8747 12.4387 15.3175 12.3809 15.8845L12.375 15.9997L12.3809 16.115C12.4386 16.6822 12.9176 17.1247 13.5 17.1247C14.1213 17.1247 14.625 16.6211 14.625 15.9997C14.6248 15.4175 14.1823 14.9383 13.6152 14.8806L13.5 14.8747ZM17.5 14.8747C16.9177 14.8747 16.4387 15.3175 16.3809 15.8845L16.375 15.9997L16.3809 16.115C16.4386 16.6822 16.9176 17.1247 17.5 17.1247C18.1213 17.1247 18.625 16.6211 18.625 15.9997C18.6248 15.4175 18.1823 14.9383 17.6152 14.8806L17.5 14.8747ZM3.53125 7.3308C3.51231 7.36621 3.50006 7.40602 3.5 7.44799V10.9997H8V7.49975H4C3.82169 7.49975 3.65996 7.43472 3.53125 7.3308ZM9.5 10.9997H20.5V7.74975C20.4998 7.61181 20.388 7.49975 20.25 7.49975H9.5V10.9997Z\"\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,2tCACF,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 C from"react";import n from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...t})=>n.createElement(p,{...t,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=>C.createElement(e,{...r},C.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M14.7412 1.54564C15.1299 1.40293 15.5611 1.60243 15.7041 1.99096C15.8469 2.37969 15.6475 2.81094 15.2588 2.95385L6.96582 5.99975H20.25C21.2164 5.99975 21.9998 6.78338 22 7.74975V19.2497C21.9999 19.8536 21.6939 20.3864 21.2285 20.7009C21.1355 20.7638 21.0362 20.8178 20.9316 20.8621C20.7221 20.9508 20.4918 20.9997 20.25 20.9997H3.75C3.50817 20.9997 3.27787 20.9508 3.06836 20.8621C2.96382 20.8178 2.86447 20.7638 2.77148 20.7009C2.30612 20.3864 2.00008 19.8536 2 19.2497V7.44799C2.00012 6.71439 2.4579 6.05845 3.14648 5.80541L14.7412 1.54564ZM13.5 14.8747C12.9177 14.8747 12.4387 15.3175 12.3809 15.8845L12.375 15.9997L12.3809 16.115C12.4386 16.6822 12.9176 17.1247 13.5 17.1247C14.1213 17.1247 14.625 16.6211 14.625 15.9997C14.6248 15.4175 14.1823 14.9383 13.6152 14.8806L13.5 14.8747ZM17.5 14.8747C16.9177 14.8747 16.4387 15.3175 16.3809 15.8845L16.375 15.9997L16.3809 16.115C16.4386 16.6822 16.9176 17.1247 17.5 17.1247C18.1213 17.1247 18.625 16.6211 18.625 15.9997C18.6248 15.4175 18.1823 14.9383 17.6152 14.8806L17.5 14.8747ZM3.53125 7.3308C3.51231 7.36621 3.50006 7.40602 3.5 7.44799V10.9997H8V7.49975H4C3.82169 7.49975 3.65996 7.43472 3.53125 7.3308ZM9.5 10.9997H20.5V7.74975C20.4998 7.61181 20.388 7.49975 20.25 7.49975H9.5V10.9997Z",fill:"currentColor"})),L=a;export{a as IconRadio,L 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=\"M14.7412 1.54564C15.1299 1.40293 15.5611 1.60243 15.7041 1.99096C15.8469 2.37969 15.6475 2.81094 15.2588 2.95385L6.96582 5.99975H20.25C21.2164 5.99975 21.9998 6.78338 22 7.74975V19.2497C21.9999 19.8536 21.6939 20.3864 21.2285 20.7009C21.1355 20.7638 21.0362 20.8178 20.9316 20.8621C20.7221 20.9508 20.4918 20.9997 20.25 20.9997H3.75C3.50817 20.9997 3.27787 20.9508 3.06836 20.8621C2.96382 20.8178 2.86447 20.7638 2.77148 20.7009C2.30612 20.3864 2.00008 19.8536 2 19.2497V7.44799C2.00012 6.71439 2.4579 6.05845 3.14648 5.80541L14.7412 1.54564ZM13.5 14.8747C12.9177 14.8747 12.4387 15.3175 12.3809 15.8845L12.375 15.9997L12.3809 16.115C12.4386 16.6822 12.9176 17.1247 13.5 17.1247C14.1213 17.1247 14.625 16.6211 14.625 15.9997C14.6248 15.4175 14.1823 14.9383 13.6152 14.8806L13.5 14.8747ZM17.5 14.8747C16.9177 14.8747 16.4387 15.3175 16.3809 15.8845L16.375 15.9997L16.3809 16.115C16.4386 16.6822 16.9176 17.1247 17.5 17.1247C18.1213 17.1247 18.625 16.6211 18.625 15.9997C18.6248 15.4175 18.1823 14.9383 17.6152 14.8806L17.5 14.8747ZM3.53125 7.3308C3.51231 7.36621 3.50006 7.40602 3.5 7.44799V10.9997H8V7.49975H4C3.82169 7.49975 3.65996 7.43472 3.53125 7.3308ZM9.5 10.9997H20.5V7.74975C20.4998 7.61181 20.388 7.49975 20.25 7.49975H9.5V10.9997Z\"\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,2tCACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconRadio","props","React","CentralIconBase","IconRadio_default"]}
package/README.md CHANGED
@@ -563,6 +563,7 @@ Below is a complete list of available icons:
563
563
  - IconPhoneHaptic
564
564
  - IconPrinter
565
565
  - IconProcessor
566
+ - IconRadio
566
567
  - IconSatellite1
567
568
  - IconSatellite2
568
569
  - IconServer1
@@ -1676,6 +1677,7 @@ Below is a complete list of available icons:
1676
1677
  - IconPlugin2
1677
1678
  - IconPokeball
1678
1679
  - IconPoop
1680
+ - IconPropeller
1679
1681
  - IconPushTheButton
1680
1682
  - IconPuzzle
1681
1683
  - IconReadingList
@@ -16506,6 +16506,20 @@
16506
16506
  "packageName": "round-filled-radius-1-stroke-1.5",
16507
16507
  "componentName": "IconPromptTextToVideo"
16508
16508
  },
16509
+ {
16510
+ "category": "Things",
16511
+ "svg": "<path d=\"M15.4333 11.1104C16.5434 11.1862 19.2958 11.4533 20.4958 12.2862C25.5824 15.8173 15.2214 24.4198 13.446 21.4951C12.5589 20.033 14.0973 18.6615 13.9645 16.5987C13.9227 15.9511 13.8649 15.4287 13.8122 14.9951C14.3012 14.6998 14.725 14.2807 15.0309 13.751C15.5114 12.9188 15.6121 11.9706 15.3854 11.1094C15.4013 11.1097 15.4173 11.1093 15.4333 11.1104Z\" fill=\"currentColor\"/><path d=\"M3.05436 8.50589C4.76424 8.46859 5.18283 10.4859 7.03581 11.4024C7.61756 11.69 8.09878 11.9012 8.50065 12.0723C8.51192 12.6434 8.66268 13.2203 8.96842 13.75C9.44886 14.5822 10.2196 15.1437 11.0788 15.378C11.0706 15.3916 11.0633 15.4057 11.0544 15.419C10.4337 16.3424 8.82672 18.5918 7.50553 19.2149C1.90397 21.8551 -0.366282 8.58114 3.05436 8.50589Z\" fill=\"currentColor\"/><path d=\"M11.9997 10C13.1042 10 13.9997 10.8955 13.9997 12C13.9996 13.1046 13.1042 14 11.9997 14C10.8953 13.9998 9.99971 13.1044 9.99967 12C9.99967 10.8956 10.8953 10.0003 11.9997 10Z\" fill=\"currentColor\"/><path d=\"M7.99967 4.50003C8.51394 -1.67119 21.1448 3.00004 19.4997 6.00003C18.677 7.4998 16.72 6.85315 14.9997 8.00003C14.4596 8.3601 14.0363 8.6711 13.6872 8.93362C13.1869 8.65782 12.6123 8.50011 12.0006 8.50003C11.0398 8.50005 10.1683 8.88679 9.53581 9.5137C9.52805 9.49973 9.51945 9.48616 9.51237 9.47171C9.02298 8.47242 7.87843 5.95568 7.99967 4.50003Z\" fill=\"currentColor\"/>",
16512
+ "iconName": "propeller, flight, test, wind",
16513
+ "variant": {
16514
+ "join": "round",
16515
+ "filled": "on",
16516
+ "radius": "1",
16517
+ "stroke": "1.5"
16518
+ },
16519
+ "createdAt": "2025-12-09T10:02:22.990229+00:00",
16520
+ "packageName": "round-filled-radius-1-stroke-1.5",
16521
+ "componentName": "IconPropeller"
16522
+ },
16509
16523
  {
16510
16524
  "category": "Code",
16511
16525
  "svg": "<path d=\"M6 3C4.34315 3 3 4.34315 3 6C3 7.39788 3.95608 8.57245 5.25 8.90549V15.0945C3.95608 15.4275 3 16.6021 3 18C3 19.6569 4.34315 21 6 21C7.65685 21 9 19.6569 9 18C9 16.6021 8.04392 15.4275 6.75 15.0945V8.90549C8.04392 8.57245 9 7.39788 9 6C9 4.34315 7.65685 3 6 3Z\" fill=\"currentColor\"/><path d=\"M13.5607 5.25L14.5303 4.28033C14.8232 3.98744 14.8232 3.51256 14.5303 3.21967C14.2374 2.92678 13.7626 2.92678 13.4697 3.21967L11.2197 5.46967C10.9268 5.76256 10.9268 6.23744 11.2197 6.53033L13.4697 8.78033C13.7626 9.07322 14.2374 9.07322 14.5303 8.78033C14.8232 8.48744 14.8232 8.01256 14.5303 7.71967L13.5607 6.75H17C17.1381 6.75 17.25 6.86193 17.25 7V15.0945C15.9561 15.4275 15 16.6021 15 18C15 19.6569 16.3431 21 18 21C19.6569 21 21 19.6569 21 18C21 16.6021 20.0439 15.4275 18.75 15.0945V7C18.75 6.0335 17.9665 5.25 17 5.25H13.5607Z\" fill=\"currentColor\"/>",
@@ -16646,6 +16660,20 @@
16646
16660
  "packageName": "round-filled-radius-1-stroke-1.5",
16647
16661
  "componentName": "IconRadar"
16648
16662
  },
16663
+ {
16664
+ "category": "Devices & Signals",
16665
+ "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.7412 1.54564C15.1299 1.40293 15.5611 1.60243 15.7041 1.99096C15.8469 2.37969 15.6475 2.81094 15.2588 2.95385L6.96582 5.99975H20.25C21.2164 5.99975 21.9998 6.78338 22 7.74975V19.2497C21.9999 19.8536 21.6939 20.3864 21.2285 20.7009C21.1355 20.7638 21.0362 20.8178 20.9316 20.8621C20.7221 20.9508 20.4918 20.9997 20.25 20.9997H3.75C3.50817 20.9997 3.27787 20.9508 3.06836 20.8621C2.96382 20.8178 2.86447 20.7638 2.77148 20.7009C2.30612 20.3864 2.00008 19.8536 2 19.2497V7.44799C2.00012 6.71439 2.4579 6.05845 3.14648 5.80541L14.7412 1.54564ZM13.5 14.8747C12.9177 14.8747 12.4387 15.3175 12.3809 15.8845L12.375 15.9997L12.3809 16.115C12.4386 16.6822 12.9176 17.1247 13.5 17.1247C14.1213 17.1247 14.625 16.6211 14.625 15.9997C14.6248 15.4175 14.1823 14.9383 13.6152 14.8806L13.5 14.8747ZM17.5 14.8747C16.9177 14.8747 16.4387 15.3175 16.3809 15.8845L16.375 15.9997L16.3809 16.115C16.4386 16.6822 16.9176 17.1247 17.5 17.1247C18.1213 17.1247 18.625 16.6211 18.625 15.9997C18.6248 15.4175 18.1823 14.9383 17.6152 14.8806L17.5 14.8747ZM3.53125 7.3308C3.51231 7.36621 3.50006 7.40602 3.5 7.44799V10.9997H8V7.49975H4C3.82169 7.49975 3.65996 7.43472 3.53125 7.3308ZM9.5 10.9997H20.5V7.74975C20.4998 7.61181 20.388 7.49975 20.25 7.49975H9.5V10.9997Z\" fill=\"currentColor\"/>",
16666
+ "iconName": "radio, antenna, signal, broadcast, speaker",
16667
+ "variant": {
16668
+ "join": "round",
16669
+ "filled": "on",
16670
+ "radius": "1",
16671
+ "stroke": "1.5"
16672
+ },
16673
+ "createdAt": "2025-12-09T15:02:02.851667+00:00",
16674
+ "packageName": "round-filled-radius-1-stroke-1.5",
16675
+ "componentName": "IconRadio"
16676
+ },
16649
16677
  {
16650
16678
  "category": "Nature & Energy",
16651
16679
  "svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.9989 7.5C6.43539 7.5 1.88201 11.8274 1.52185 17.2993C1.49464 17.7126 1.13753 18.0256 0.724207 17.9984C0.310887 17.9712 -0.00212009 17.6141 0.0250847 17.2007C0.436801 10.9456 5.63997 6 11.9989 6C18.3578 6 23.5609 10.9456 23.9726 17.2007C23.9998 17.6141 23.6868 17.9712 23.2735 17.9984C22.8602 18.0256 22.5031 17.7126 22.4759 17.2993C22.1157 11.8274 17.5623 7.5 11.9989 7.5ZM11.9989 10.5C8.08697 10.5 4.87387 13.4955 4.52947 17.3173C4.49229 17.7299 4.12772 18.0341 3.71518 17.997C3.30264 17.9598 2.99834 17.5952 3.03552 17.1827C3.44896 12.5948 7.30369 9 11.9989 9C16.694 9 20.5488 12.5948 20.9622 17.1827C20.9994 17.5952 20.6951 17.9598 20.2825 17.997C19.87 18.0341 19.5054 17.7299 19.4683 17.3173C19.1239 13.4955 15.9108 10.5 11.9989 10.5ZM11.9989 13.5C9.73249 13.5 7.8563 15.1761 7.54447 17.3562C7.48582 17.7662 7.10587 18.0511 6.69583 17.9924C6.28579 17.9338 6.00093 17.5538 6.05959 17.1438C6.4756 14.2354 8.97553 12 11.9989 12C15.0222 12 17.5221 14.2354 17.9381 17.1438C17.9968 17.5538 17.7119 17.9338 17.3019 17.9924C16.8919 18.0511 16.5119 17.7662 16.4533 17.3562C16.1414 15.1761 14.2652 13.5 11.9989 13.5ZM11.9989 16.5C11.3469 16.5 10.7903 16.9163 10.584 17.4999C10.446 17.8905 10.0175 18.0952 9.62696 17.9571C9.23642 17.8191 9.03172 17.3906 9.16976 17.0001C9.58124 15.8359 10.6915 15 11.9989 15C13.3063 15 14.4165 15.8359 14.828 17.0001C14.966 17.3906 14.7613 17.8191 14.3708 17.9571C13.9802 18.0952 13.5517 17.8905 13.4137 17.4999C13.2074 16.9163 12.6508 16.5 11.9989 16.5Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -1178,6 +1178,7 @@ export type CentralIconName =
1178
1178
  | "IconPromptSuggestion"
1179
1179
  | "IconPromptTextToImage"
1180
1180
  | "IconPromptTextToVideo"
1181
+ | "IconPropeller"
1181
1182
  | "IconPullRequest"
1182
1183
  | "IconPumpjack"
1183
1184
  | "IconPush"
@@ -1188,6 +1189,7 @@ export type CentralIconName =
1188
1189
  | "IconQuickSearch"
1189
1190
  | "IconQuora"
1190
1191
  | "IconRadar"
1192
+ | "IconRadio"
1191
1193
  | "IconRainbow"
1192
1194
  | "IconRainy"
1193
1195
  | "IconRainyLight"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/round-filled-radius-1-stroke-1.5",
3
- "version": "1.1.60",
3
+ "version": "1.1.62",
4
4
  "style": "round-filled-radius-1-stroke-1.5",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-1-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": 1628,
14
+ "totalIcons": 1630,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
17
  "count": 63,
@@ -405,7 +405,7 @@
405
405
  ]
406
406
  },
407
407
  "Devices & Signals": {
408
- "count": 65,
408
+ "count": 66,
409
409
  "icons": [
410
410
  "IconAirdrop",
411
411
  "IconAirplay",
@@ -451,6 +451,7 @@
451
451
  "IconPhoneHaptic",
452
452
  "IconPrinter",
453
453
  "IconProcessor",
454
+ "IconRadio",
454
455
  "IconSatellite1",
455
456
  "IconSatellite2",
456
457
  "IconServer1",
@@ -1521,7 +1522,7 @@
1521
1522
  ]
1522
1523
  },
1523
1524
  "Things": {
1524
- "count": 126,
1525
+ "count": 127,
1525
1526
  "icons": [
1526
1527
  "IconAlien",
1527
1528
  "IconAnvil",
@@ -1606,6 +1607,7 @@
1606
1607
  "IconPlugin2",
1607
1608
  "IconPokeball",
1608
1609
  "IconPoop",
1610
+ "IconPropeller",
1609
1611
  "IconPushTheButton",
1610
1612
  "IconPuzzle",
1611
1613
  "IconReadingList",
@@ -2997,6 +2999,7 @@
2997
2999
  "IconPromptSuggestion": "prompt-suggestion, auto-prompt",
2998
3000
  "IconPromptTextToImage": "prompt-text-to-image",
2999
3001
  "IconPromptTextToVideo": "prompt-text-to-video",
3002
+ "IconPropeller": "propeller, flight, test, wind",
3000
3003
  "IconPullRequest": "pull-request",
3001
3004
  "IconPumpjack": "pumpjack, oil",
3002
3005
  "IconPush": "push, launch, rocket",
@@ -3007,6 +3010,7 @@
3007
3010
  "IconQuickSearch": "quick-search, quick-menu, command-k",
3008
3011
  "IconQuora": "quora",
3009
3012
  "IconRadar": "radar, location, search",
3013
+ "IconRadio": "radio, antenna, signal, broadcast, speaker",
3010
3014
  "IconRainbow": "rainbow",
3011
3015
  "IconRainy": "rainy, rain",
3012
3016
  "IconRainyLight": "rainy-light",
package/index.d.ts CHANGED
@@ -1177,6 +1177,7 @@ export { IconPrompt1, default as IconPrompt1Default } from "./IconPrompt1";
1177
1177
  export { IconPromptSuggestion, default as IconPromptSuggestionDefault, } from "./IconPromptSuggestion";
1178
1178
  export { IconPromptTextToImage, default as IconPromptTextToImageDefault, } from "./IconPromptTextToImage";
1179
1179
  export { IconPromptTextToVideo, default as IconPromptTextToVideoDefault, } from "./IconPromptTextToVideo";
1180
+ export { IconPropeller, default as IconPropellerDefault, } from "./IconPropeller";
1180
1181
  export { IconPullRequest, default as IconPullRequestDefault, } from "./IconPullRequest";
1181
1182
  export { IconPumpjack, default as IconPumpjackDefault } from "./IconPumpjack";
1182
1183
  export { IconPush, default as IconPushDefault } from "./IconPush";
@@ -1187,6 +1188,7 @@ export { IconQrCode, default as IconQrCodeDefault } from "./IconQrCode";
1187
1188
  export { IconQuickSearch, default as IconQuickSearchDefault, } from "./IconQuickSearch";
1188
1189
  export { IconQuora, default as IconQuoraDefault } from "./IconQuora";
1189
1190
  export { IconRadar, default as IconRadarDefault } from "./IconRadar";
1191
+ export { IconRadio, default as IconRadioDefault } from "./IconRadio";
1190
1192
  export { IconRainbow, default as IconRainbowDefault } from "./IconRainbow";
1191
1193
  export { IconRainy, default as IconRainyDefault } from "./IconRainy";
1192
1194
  export { IconRainyLight, default as IconRainyLightDefault, } from "./IconRainyLight";