@central-icons-react-native/square-outlined-radius-0-stroke-1 1.1.61 → 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/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 +1 -0
- package/filtered-icons.json +14 -0
- package/icons/index.d.ts +1 -0
- package/icons-index.json +5 -3
- package/index.d.ts +1 -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 +7 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var f=Object.create;var p=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},l=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of k(o))!I.call(r,C)&&C!==e&&p(r,C,{get:()=>o[C],enumerable:!(s=d(o,C))||s.enumerable});return r};var a=(r,o,e)=>(e=r!=null?f(B(r)):{},l(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>l(p({},"__esModule",{value:!0}),r);var v={};x(v,{IconRadio:()=>i,default:()=>g});module.exports=P(v);var t=a(require("react"));var u=a(require("react")),c=require("react-native-svg"),m=({children:r,size:o=24,...e})=>u.default.createElement(c.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 n=require("react-native-svg"),i=r=>t.default.createElement(m,{...r},t.default.createElement(n.Path,{d:"M3.25 6.49976H21.5V20.4998H2.5V6.5L15 2",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M3 11.5H21",stroke:"currentColor"}),t.default.createElement(n.Path,{d:"M8.75 7V11.5",stroke:"currentColor"}),t.default.createElement(n.Path,{d:"M17 16.5C16.7239 16.5 16.5 16.2761 16.5 16C16.5 15.7239 16.7239 15.5 17 15.5C17.2761 15.5 17.5 15.7239 17.5 16C17.5 16.2761 17.2761 16.5 17 16.5Z",fill:"currentColor",stroke:"currentColor",strokeLinecap:"square"}),t.default.createElement(n.Path,{d:"M13 16.5C12.7239 16.5 12.5 16.2761 12.5 16C12.5 15.7239 12.7239 15.5 13 15.5C13.2761 15.5 13.5 15.7239 13.5 16C13.5 16.2761 13.2761 16.5 13 16.5Z",fill:"currentColor",stroke:"currentColor",strokeLinecap:"square"})),g=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 d=\"M3.25 6.49976H21.5V20.4998H2.5V6.5L15 2\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path d=\"M3 11.5H21\" stroke=\"currentColor\" />\n <Path d=\"M8.75 7V11.5\" stroke=\"currentColor\" />\n <Path\n d=\"M17 16.5C16.7239 16.5 16.5 16.2761 16.5 16C16.5 15.7239 16.7239 15.5 17 15.5C17.2761 15.5 17.5 15.7239 17.5 16C17.5 16.2761 17.2761 16.5 17 16.5Z\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M13 16.5C12.7239 16.5 12.5 16.2761 12.5 16C12.5 15.7239 12.7239 15.5 13 15.5C13.2761 15.5 13.5 15.7239 13.5 16C13.5 16.2761 13.2761 16.5 13 16.5Z\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\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,0CACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,aAAa,OAAO,eAAe,EAC3C,EAAAA,QAAA,cAAC,QAAK,EAAE,eAAe,OAAO,eAAe,EAC7C,EAAAA,QAAA,cAAC,QACC,EAAE,oJACF,KAAK,eACL,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oJACF,KAAK,eACL,OAAO,eACP,cAAc,SAChB,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 p from"react";import{Svg as s}from"react-native-svg";var n=({children:t,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"},t);import{Path as e}from"react-native-svg";var l=t=>o.createElement(n,{...t},o.createElement(e,{d:"M3.25 6.49976H21.5V20.4998H2.5V6.5L15 2",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(e,{d:"M3 11.5H21",stroke:"currentColor"}),o.createElement(e,{d:"M8.75 7V11.5",stroke:"currentColor"}),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",strokeLinecap:"square"}),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",strokeLinecap:"square"})),I=l;export{l 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 d=\"M3.25 6.49976H21.5V20.4998H2.5V6.5L15 2\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path d=\"M3 11.5H21\" stroke=\"currentColor\" />\n <Path d=\"M8.75 7V11.5\" stroke=\"currentColor\" />\n <Path\n d=\"M17 16.5C16.7239 16.5 16.5 16.2761 16.5 16C16.5 15.7239 16.7239 15.5 17 15.5C17.2761 15.5 17.5 15.7239 17.5 16C17.5 16.2761 17.2761 16.5 17 16.5Z\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M13 16.5C12.7239 16.5 12.5 16.2761 12.5 16C12.5 15.7239 12.7239 15.5 13 15.5C13.2761 15.5 13.5 15.7239 13.5 16C13.5 16.2761 13.2761 16.5 13 16.5Z\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\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,0CACF,OAAO,eACP,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,aAAa,OAAO,eAAe,EAC3CG,EAAA,cAACH,EAAA,CAAK,EAAE,eAAe,OAAO,eAAe,EAC7CG,EAAA,cAACH,EAAA,CACC,EAAE,oJACF,KAAK,eACL,OAAO,eACP,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oJACF,KAAK,eACL,OAAO,eACP,cAAc,SAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconRadio","props","React","CentralIconBase","IconRadio_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -16660,6 +16660,20 @@
|
|
|
16660
16660
|
"packageName": "square-outlined-radius-0-stroke-1",
|
|
16661
16661
|
"componentName": "IconRadar"
|
|
16662
16662
|
},
|
|
16663
|
+
{
|
|
16664
|
+
"category": "Devices & Signals",
|
|
16665
|
+
"svg": "<path d=\"M3.25 6.49976H21.5V20.4998H2.5V6.5L15 2\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M3 11.5H21\" stroke=\"currentColor\"/><path d=\"M8.75 7V11.5\" stroke=\"currentColor\"/><path d=\"M17 16.5C16.7239 16.5 16.5 16.2761 16.5 16C16.5 15.7239 16.7239 15.5 17 15.5C17.2761 15.5 17.5 15.7239 17.5 16C17.5 16.2761 17.2761 16.5 17 16.5Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M13 16.5C12.7239 16.5 12.5 16.2761 12.5 16C12.5 15.7239 12.7239 15.5 13 15.5C13.2761 15.5 13.5 15.7239 13.5 16C13.5 16.2761 13.2761 16.5 13 16.5Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
|
|
16666
|
+
"iconName": "radio, antenna, signal, broadcast, speaker",
|
|
16667
|
+
"variant": {
|
|
16668
|
+
"join": "square",
|
|
16669
|
+
"filled": "off",
|
|
16670
|
+
"radius": "0",
|
|
16671
|
+
"stroke": "1"
|
|
16672
|
+
},
|
|
16673
|
+
"createdAt": "2025-12-09T15:02:02.851667+00:00",
|
|
16674
|
+
"packageName": "square-outlined-radius-0-stroke-1",
|
|
16675
|
+
"componentName": "IconRadio"
|
|
16676
|
+
},
|
|
16663
16677
|
{
|
|
16664
16678
|
"category": "Nature & Energy",
|
|
16665
16679
|
"svg": "<path d=\"M0.5 18C0.5 11.6487 5.64873 6.5 12 6.5C18.3513 6.5 23.5 11.6487 23.5 18M3.5 18C3.5 13.3056 7.30558 9.5 12 9.5C16.6944 9.5 20.5 13.3056 20.5 18M6.5 18C6.5 14.9624 8.96243 12.5 12 12.5C15.0376 12.5 17.5 14.9624 17.5 18M9.5 18C9.5 16.6193 10.6193 15.5 12 15.5C13.3807 15.5 14.5 16.6193 14.5 18\" stroke=\"currentColor\"/>",
|
package/icons/index.d.ts
CHANGED
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/square-outlined-radius-0-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.62",
|
|
4
4
|
"style": "square-outlined-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-outlined-radius-0-stroke-1/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
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",
|
|
@@ -3009,6 +3010,7 @@
|
|
|
3009
3010
|
"IconQuickSearch": "quick-search, quick-menu, command-k",
|
|
3010
3011
|
"IconQuora": "quora",
|
|
3011
3012
|
"IconRadar": "radar, location, search",
|
|
3013
|
+
"IconRadio": "radio, antenna, signal, broadcast, speaker",
|
|
3012
3014
|
"IconRainbow": "rainbow",
|
|
3013
3015
|
"IconRainy": "rainy, rain",
|
|
3014
3016
|
"IconRainyLight": "rainy-light",
|
package/index.d.ts
CHANGED
|
@@ -1188,6 +1188,7 @@ export { IconQrCode, default as IconQrCodeDefault } from "./IconQrCode";
|
|
|
1188
1188
|
export { IconQuickSearch, default as IconQuickSearchDefault, } from "./IconQuickSearch";
|
|
1189
1189
|
export { IconQuora, default as IconQuoraDefault } from "./IconQuora";
|
|
1190
1190
|
export { IconRadar, default as IconRadarDefault } from "./IconRadar";
|
|
1191
|
+
export { IconRadio, default as IconRadioDefault } from "./IconRadio";
|
|
1191
1192
|
export { IconRainbow, default as IconRainbowDefault } from "./IconRainbow";
|
|
1192
1193
|
export { IconRainy, default as IconRainyDefault } from "./IconRainy";
|
|
1193
1194
|
export { IconRainyLight, default as IconRainyLightDefault, } from "./IconRainyLight";
|