@central-icons-react-native/round-outlined-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.
- package/IconPropeller/index.d.ts +4 -0
- package/IconPropeller/index.js +2 -0
- package/IconPropeller/index.js.map +1 -0
- package/IconPropeller/index.mjs +2 -0
- package/IconPropeller/index.mjs.map +1 -0
- package/IconRadio/index.d.ts +4 -0
- package/IconRadio/index.js +2 -0
- package/IconRadio/index.js.map +1 -0
- package/IconRadio/index.mjs +2 -0
- package/IconRadio/index.mjs.map +1 -0
- package/README.md +2 -0
- package/filtered-icons.json +28 -0
- package/icons/index.d.ts +2 -0
- package/icons-index.json +8 -4
- package/index.d.ts +2 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +14 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of h(o))!B.call(r,n)&&n!==t&&p(r,n,{get:()=>o[n],enumerable:!(s=f(o,n))||s.enumerable});return r};var m=(r,o,t)=>(t=r!=null?u(k(r)):{},l(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>l(p({},"__esModule",{value:!0}),r);var g={};I(g,{IconPropeller:()=>i,default:()=>x});module.exports=P(g);var e=m(require("react"));var a=m(require("react")),c=require("react-native-svg"),d=({children:r,size:o=24,...t})=>a.default.createElement(c.Svg,{...t,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var C=require("react-native-svg"),i=r=>e.default.createElement(d,{...r},e.default.createElement(C.Path,{d:"M14.7809 11.6824C14.7809 11.6824 17.7818 11.5395 19.2903 12.5834C23.7287 15.6552 14.7854 23.0013 13.2261 20.4717C12.4048 19.139 14.262 16.8888 13.5041 14.8756",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(C.Path,{d:"M10.8835 14.5678C10.8835 14.5678 9.50677 17.2382 7.84841 18.0226C2.96895 20.3305 1.0787 8.91232 4.04905 8.82672C5.61387 8.78173 6.63402 11.5153 8.75644 11.8655",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(C.Path,{d:"M10.3357 9.75C10.3357 9.75 8.71149 7.22256 8.86133 5.39417C9.30241 0.0145154 20.1359 4.08658 18.7249 6.70177C17.9814 8.07944 15.1041 7.59615 13.7395 9.25908",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(C.Path,{d:"M15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12Z",stroke:"currentColor",strokeWidth:"1.5"})),x=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=\"M14.7809 11.6824C14.7809 11.6824 17.7818 11.5395 19.2903 12.5834C23.7287 15.6552 14.7854 23.0013 13.2261 20.4717C12.4048 19.139 14.262 16.8888 13.5041 14.8756\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M10.8835 14.5678C10.8835 14.5678 9.50677 17.2382 7.84841 18.0226C2.96895 20.3305 1.0787 8.91232 4.04905 8.82672C5.61387 8.78173 6.63402 11.5153 8.75644 11.8655\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M10.3357 9.75C10.3357 9.75 8.71149 7.22256 8.86133 5.39417C9.30241 0.0145154 20.1359 4.08658 18.7249 6.70177C17.9814 8.07944 15.1041 7.59615 13.7395 9.25908\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,iKACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kKACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+JACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oHACF,OAAO,eACP,YAAY,MACd,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 p from"react";import{Svg as s}from"react-native-svg";var n=({children:e,size:r=24,...C})=>p.createElement(s,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var l=e=>o.createElement(n,{...e},o.createElement(t,{d:"M14.7809 11.6824C14.7809 11.6824 17.7818 11.5395 19.2903 12.5834C23.7287 15.6552 14.7854 23.0013 13.2261 20.4717C12.4048 19.139 14.262 16.8888 13.5041 14.8756",stroke:"currentColor",strokeWidth:"1.5"}),o.createElement(t,{d:"M10.8835 14.5678C10.8835 14.5678 9.50677 17.2382 7.84841 18.0226C2.96895 20.3305 1.0787 8.91232 4.04905 8.82672C5.61387 8.78173 6.63402 11.5153 8.75644 11.8655",stroke:"currentColor",strokeWidth:"1.5"}),o.createElement(t,{d:"M10.3357 9.75C10.3357 9.75 8.71149 7.22256 8.86133 5.39417C9.30241 0.0145154 20.1359 4.08658 18.7249 6.70177C17.9814 8.07944 15.1041 7.59615 13.7395 9.25908",stroke:"currentColor",strokeWidth:"1.5"}),o.createElement(t,{d:"M15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12Z",stroke:"currentColor",strokeWidth:"1.5"})),B=l;export{l as IconPropeller,B 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=\"M14.7809 11.6824C14.7809 11.6824 17.7818 11.5395 19.2903 12.5834C23.7287 15.6552 14.7854 23.0013 13.2261 20.4717C12.4048 19.139 14.262 16.8888 13.5041 14.8756\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M10.8835 14.5678C10.8835 14.5678 9.50677 17.2382 7.84841 18.0226C2.96895 20.3305 1.0787 8.91232 4.04905 8.82672C5.61387 8.78173 6.63402 11.5153 8.75644 11.8655\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M10.3357 9.75C10.3357 9.75 8.71149 7.22256 8.86133 5.39417C9.30241 0.0145154 20.1359 4.08658 18.7249 6.70177C17.9814 8.07944 15.1041 7.59615 13.7395 9.25908\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,iKACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kKACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+JACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oHACF,OAAO,eACP,YAAY,MACd,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPropeller","props","React","CentralIconBase","IconPropeller_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var c=Object.create;var C=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,h=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var e in o)C(r,e,{get:o[e],enumerable:!0})},p=(r,o,e,i)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of f(o))!h.call(r,s)&&s!==e&&C(r,s,{get:()=>o[s],enumerable:!(i=m(o,s))||i.enumerable});return r};var d=(r,o,e)=>(e=r!=null?c(L(r)):{},p(o||!r||!r.__esModule?C(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>p(C({},"__esModule",{value:!0}),r);var P={};B(P,{IconRadio:()=>a,default:()=>x});module.exports=I(P);var n=d(require("react"));var u=d(require("react")),l=require("react-native-svg"),k=({children:r,size:o=24,...e})=>u.default.createElement(l.Svg,{...e,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"),a=r=>n.default.createElement(k,{...r},n.default.createElement(t.Path,{d:"M4 6.74976H20.25C20.8023 6.74976 21.25 7.19747 21.25 7.74976V19.2498C21.25 19.802 20.8023 20.2498 20.25 20.2498H3.75C3.19772 20.2498 2.75 19.802 2.75 19.2498V7.44799C2.75 7.02868 3.01159 6.65391 3.40518 6.50932L15 2.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M3 11.75H21",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M8.75 7.5V11.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M17 16.5C16.7239 16.5 16.5 16.2761 16.5 16C16.5 15.7239 16.7239 15.5 17 15.5C17.2761 15.5 17.5 15.7239 17.5 16C17.5 16.2761 17.2761 16.5 17 16.5Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"1.25",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M13 16.5C12.7239 16.5 12.5 16.2761 12.5 16C12.5 15.7239 12.7239 15.5 13 15.5C13.2761 15.5 13.5 15.7239 13.5 16C13.5 16.2761 13.2761 16.5 13 16.5Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"1.25",strokeLinecap:"round",strokeLinejoin:"round"})),x=a;0&&(module.exports={IconRadio});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconRadio/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconRadio: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4 6.74976H20.25C20.8023 6.74976 21.25 7.19747 21.25 7.74976V19.2498C21.25 19.802 20.8023 20.2498 20.25 20.2498H3.75C3.19772 20.2498 2.75 19.802 2.75 19.2498V7.44799C2.75 7.02868 3.01159 6.65391 3.40518 6.50932L15 2.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3 11.75H21\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.75 7.5V11.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17 16.5C16.7239 16.5 16.5 16.2761 16.5 16C16.5 15.7239 16.7239 15.5 17 15.5C17.2761 15.5 17.5 15.7239 17.5 16C17.5 16.2761 17.2761 16.5 17 16.5Z\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n strokeWidth=\"1.25\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13 16.5C12.7239 16.5 12.5 16.2761 12.5 16C12.5 15.7239 12.7239 15.5 13 15.5C13.2761 15.5 13.5 15.7239 13.5 16C13.5 16.2761 13.2761 16.5 13 16.5Z\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n strokeWidth=\"1.25\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRadio;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,eAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAuCC,GAEhD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,6NACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,cACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oJACF,KAAK,eACL,OAAO,eACP,YAAY,OACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oJACF,KAAK,eACL,OAAO,eACP,YAAY,OACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconRadio_exports","__export","IconRadio","IconRadio_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconRadio","props","React","CentralIconBase","IconRadio_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import C from"react";import{Svg as i}from"react-native-svg";var t=({children:n,size:r=24,...s})=>C.createElement(i,{...s,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var p=n=>o.createElement(t,{...n},o.createElement(e,{d:"M4 6.74976H20.25C20.8023 6.74976 21.25 7.19747 21.25 7.74976V19.2498C21.25 19.802 20.8023 20.2498 20.25 20.2498H3.75C3.19772 20.2498 2.75 19.802 2.75 19.2498V7.44799C2.75 7.02868 3.01159 6.65391 3.40518 6.50932L15 2.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M3 11.75H21",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M8.75 7.5V11.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M17 16.5C16.7239 16.5 16.5 16.2761 16.5 16C16.5 15.7239 16.7239 15.5 17 15.5C17.2761 15.5 17.5 15.7239 17.5 16C17.5 16.2761 17.2761 16.5 17 16.5Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"1.25",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M13 16.5C12.7239 16.5 12.5 16.2761 12.5 16C12.5 15.7239 12.7239 15.5 13 15.5C13.2761 15.5 13.5 15.7239 13.5 16C13.5 16.2761 13.2761 16.5 13 16.5Z",fill:"currentColor",stroke:"currentColor",strokeWidth:"1.25",strokeLinecap:"round",strokeLinejoin:"round"})),h=p;export{p as IconRadio,h as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconRadio/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconRadio: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M4 6.74976H20.25C20.8023 6.74976 21.25 7.19747 21.25 7.74976V19.2498C21.25 19.802 20.8023 20.2498 20.25 20.2498H3.75C3.19772 20.2498 2.75 19.802 2.75 19.2498V7.44799C2.75 7.02868 3.01159 6.65391 3.40518 6.50932L15 2.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M3 11.75H21\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M8.75 7.5V11.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M17 16.5C16.7239 16.5 16.5 16.2761 16.5 16C16.5 15.7239 16.7239 15.5 17 15.5C17.2761 15.5 17.5 15.7239 17.5 16C17.5 16.2761 17.2761 16.5 17 16.5Z\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n strokeWidth=\"1.25\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13 16.5C12.7239 16.5 12.5 16.2761 12.5 16C12.5 15.7239 12.7239 15.5 13 15.5C13.2761 15.5 13.5 15.7239 13.5 16C13.5 16.2761 13.2761 16.5 13 16.5Z\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n strokeWidth=\"1.25\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRadio;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAuCC,GAEhDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,6NACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,cACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oJACF,KAAK,eACL,OAAO,eACP,YAAY,OACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oJACF,KAAK,eACL,OAAO,eACP,YAAY,OACZ,cAAc,QACd,eAAe,QACjB,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
|
package/filtered-icons.json
CHANGED
|
@@ -16506,6 +16506,20 @@
|
|
|
16506
16506
|
"packageName": "round-outlined-radius-1-stroke-1.5",
|
|
16507
16507
|
"componentName": "IconPromptTextToVideo"
|
|
16508
16508
|
},
|
|
16509
|
+
{
|
|
16510
|
+
"category": "Things",
|
|
16511
|
+
"svg": "<path d=\"M14.7809 11.6824C14.7809 11.6824 17.7818 11.5395 19.2903 12.5834C23.7287 15.6552 14.7854 23.0013 13.2261 20.4717C12.4048 19.139 14.262 16.8888 13.5041 14.8756\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M10.8835 14.5678C10.8835 14.5678 9.50677 17.2382 7.84841 18.0226C2.96895 20.3305 1.0787 8.91232 4.04905 8.82672C5.61387 8.78173 6.63402 11.5153 8.75644 11.8655\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M10.3357 9.75C10.3357 9.75 8.71149 7.22256 8.86133 5.39417C9.30241 0.0145154 20.1359 4.08658 18.7249 6.70177C17.9814 8.07944 15.1041 7.59615 13.7395 9.25908\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M15 12C15 13.6569 13.6569 15 12 15C10.3431 15 9 13.6569 9 12C9 10.3431 10.3431 9 12 9C13.6569 9 15 10.3431 15 12Z\" stroke=\"currentColor\" stroke-width=\"1.5\"/>",
|
|
16512
|
+
"iconName": "propeller, flight, test, wind",
|
|
16513
|
+
"variant": {
|
|
16514
|
+
"join": "round",
|
|
16515
|
+
"filled": "off",
|
|
16516
|
+
"radius": "1",
|
|
16517
|
+
"stroke": "1.5"
|
|
16518
|
+
},
|
|
16519
|
+
"createdAt": "2025-12-09T10:02:22.990229+00:00",
|
|
16520
|
+
"packageName": "round-outlined-radius-1-stroke-1.5",
|
|
16521
|
+
"componentName": "IconPropeller"
|
|
16522
|
+
},
|
|
16509
16523
|
{
|
|
16510
16524
|
"category": "Code",
|
|
16511
16525
|
"svg": "<circle cx=\"6\" cy=\"6\" r=\"2.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"6\" cy=\"18\" r=\"2.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"18\" cy=\"18\" r=\"2.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6 8.25V15.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13 6H17C17.5523 6 18 6.44772 18 7V15.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14 3.75L11.75 6L14 8.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -16646,6 +16660,20 @@
|
|
|
16646
16660
|
"packageName": "round-outlined-radius-1-stroke-1.5",
|
|
16647
16661
|
"componentName": "IconRadar"
|
|
16648
16662
|
},
|
|
16663
|
+
{
|
|
16664
|
+
"category": "Devices & Signals",
|
|
16665
|
+
"svg": "<path d=\"M4 6.74976H20.25C20.8023 6.74976 21.25 7.19747 21.25 7.74976V19.2498C21.25 19.802 20.8023 20.2498 20.25 20.2498H3.75C3.19772 20.2498 2.75 19.802 2.75 19.2498V7.44799C2.75 7.02868 3.01159 6.65391 3.40518 6.50932L15 2.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M3 11.75H21\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.75 7.5V11.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M17 16.5C16.7239 16.5 16.5 16.2761 16.5 16C16.5 15.7239 16.7239 15.5 17 15.5C17.2761 15.5 17.5 15.7239 17.5 16C17.5 16.2761 17.2761 16.5 17 16.5Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13 16.5C12.7239 16.5 12.5 16.2761 12.5 16C12.5 15.7239 12.7239 15.5 13 15.5C13.2761 15.5 13.5 15.7239 13.5 16C13.5 16.2761 13.2761 16.5 13 16.5Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-width=\"1.25\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
16666
|
+
"iconName": "radio, antenna, signal, broadcast, speaker",
|
|
16667
|
+
"variant": {
|
|
16668
|
+
"join": "round",
|
|
16669
|
+
"filled": "off",
|
|
16670
|
+
"radius": "1",
|
|
16671
|
+
"stroke": "1.5"
|
|
16672
|
+
},
|
|
16673
|
+
"createdAt": "2025-12-09T15:02:02.851667+00:00",
|
|
16674
|
+
"packageName": "round-outlined-radius-1-stroke-1.5",
|
|
16675
|
+
"componentName": "IconRadio"
|
|
16676
|
+
},
|
|
16649
16677
|
{
|
|
16650
16678
|
"category": "Nature & Energy",
|
|
16651
16679
|
"svg": "<path d=\"M0.773438 17.25C1.15938 11.3865 6.03765 6.75 11.9988 6.75C17.96 6.75 22.8383 11.3865 23.2242 17.25M3.78247 17.25C4.16139 13.0451 7.6953 9.75 11.9988 9.75C16.3024 9.75 19.8363 13.0451 20.2152 17.25M6.802 17.25C7.16592 14.7058 9.35398 12.75 11.9988 12.75C14.6437 12.75 16.8317 14.7058 17.1957 17.25M9.87686 17.25C10.1857 16.3761 11.0192 15.75 11.9988 15.75C12.9785 15.75 13.8119 16.3761 14.1208 17.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
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-outlined-radius-1-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.62",
|
|
4
4
|
"style": "round-outlined-radius-1-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-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":
|
|
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":
|
|
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":
|
|
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";
|