@central-icons-react-native/round-outlined-radius-1-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.
- package/IconHdr/index.d.ts +4 -0
- package/IconHdr/index.js +2 -0
- package/IconHdr/index.js.map +1 -0
- package/IconHdr/index.mjs +2 -0
- package/IconHdr/index.mjs.map +1 -0
- package/IconIncrease/index.d.ts +4 -0
- package/IconIncrease/index.js +2 -0
- package/IconIncrease/index.js.map +1 -0
- package/IconIncrease/index.mjs +2 -0
- package/IconIncrease/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/IconRotate360Left/index.d.ts +4 -0
- package/IconRotate360Left/index.js +2 -0
- package/IconRotate360Left/index.js.map +1 -0
- package/IconRotate360Left/index.mjs +2 -0
- package/IconRotate360Left/index.mjs.map +1 -0
- package/IconRotate360Right/index.d.ts +4 -0
- package/IconRotate360Right/index.js +2 -0
- package/IconRotate360Right/index.js.map +1 -0
- package/IconRotate360Right/index.mjs +2 -0
- package/IconRotate360Right/index.mjs.map +1 -0
- package/README.md +5 -0
- package/filtered-icons.json +71 -1
- package/icons/index.d.ts +5 -0
- package/icons-index.json +16 -6
- package/index.d.ts +5 -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 +36 -1
package/IconHdr/index.js
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var s=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var t in o)s(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of k(o))!B.call(r,e)&&e!==t&&s(r,e,{get:()=>o[e],enumerable:!(C=f(o,e))||C.enumerable});return r};var c=(r,o,t)=>(t=r!=null?d(x(r)):{},a(o||!r||!r.__esModule?s(t,"default",{value:r,enumerable:!0}):t,r)),h=r=>a(s({},"__esModule",{value:!0}),r);var P={};I(P,{IconHdr:()=>u,default:()=>M});module.exports=h(P);var n=c(require("react"));var l=c(require("react")),i=require("react-native-svg"),m=({children:r,size:o=24,...t})=>l.default.createElement(i.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 p=require("react-native-svg"),u=r=>n.default.createElement(m,{...r},n.default.createElement(p.Circle,{cx:"11",cy:"12",r:"6",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),n.default.createElement(p.Path,{d:"M13.5977 6.5C14.3331 6.17841 15.1454 6 15.9994 6C19.3131 6 21.9994 8.68629 21.9994 12C21.9994 15.3137 19.3131 18 15.9994 18C15.1454 18 14.3331 17.8216 13.5977 17.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),n.default.createElement(p.Path,{d:"M11 22.25L11.0001 20.75M11.0001 3.25V1.75M3.75217 19.2478L4.8129 18.1872M4.81283 5.81285L3.75217 4.75219M0.75 12H2.25M10.8029 9C10.2923 9.88261 10 10.9074 10 12.0004C10 13.2271 10.3682 14.3679 11 15.3182",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})),M=u;0&&(module.exports={IconHdr});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconHdr/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Path } from \"react-native-svg\";\n\nexport const IconHdr: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"11\"\n cy=\"12\"\n r=\"6\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M13.5977 6.5C14.3331 6.17841 15.1454 6 15.9994 6C19.3131 6 21.9994 8.68629 21.9994 12C21.9994 15.3137 19.3131 18 15.9994 18C15.1454 18 14.3331 17.8216 13.5977 17.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M11 22.25L11.0001 20.75M11.0001 3.25V1.75M3.75217 19.2478L4.8129 18.1872M4.81283 5.81285L3.75217 4.75219M0.75 12H2.25M10.8029 9C10.2923 9.88261 10 10.9074 10 12.0004C10 13.2271 10.3682 14.3679 11 15.3182\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHdr;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,aAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAA6B,4BAEhBC,EAAqCC,GAE9C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UACC,GAAG,KACH,GAAG,KACH,EAAE,IACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sKACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8MACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,CACF,EAIGE,EAAQJ","names":["IconHdr_exports","__export","IconHdr","IconHdr_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconHdr","props","React","CentralIconBase","IconHdr_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import s from"react";import{Svg as C}from"react-native-svg";var e=({children:t,size:r=24,...p})=>s.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Circle as a,Path as n}from"react-native-svg";var c=t=>o.createElement(e,{...t},o.createElement(a,{cx:"11",cy:"12",r:"6",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),o.createElement(n,{d:"M13.5977 6.5C14.3331 6.17841 15.1454 6 15.9994 6C19.3131 6 21.9994 8.68629 21.9994 12C21.9994 15.3137 19.3131 18 15.9994 18C15.1454 18 14.3331 17.8216 13.5977 17.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"}),o.createElement(n,{d:"M11 22.25L11.0001 20.75M11.0001 3.25V1.75M3.75217 19.2478L4.8129 18.1872M4.81283 5.81285L3.75217 4.75219M0.75 12H2.25M10.8029 9C10.2923 9.88261 10 10.9074 10 12.0004C10 13.2271 10.3682 14.3679 11 15.3182",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})),I=c;export{c 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 { Circle, Path } from \"react-native-svg\";\n\nexport const IconHdr: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"11\"\n cy=\"12\"\n r=\"6\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M13.5977 6.5C14.3331 6.17841 15.1454 6 15.9994 6C19.3131 6 21.9994 8.68629 21.9994 12C21.9994 15.3137 19.3131 18 15.9994 18C15.1454 18 14.3331 17.8216 13.5977 17.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M11 22.25L11.0001 20.75M11.0001 3.25V1.75M3.75217 19.2478L4.8129 18.1872M4.81283 5.81285L3.75217 4.75219M0.75 12H2.25M10.8029 9C10.2923 9.88261 10 10.9074 10 12.0004C10 13.2271 10.3682 14.3679 11 15.3182\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHdr;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,UAAAG,EAAQ,QAAAC,MAAY,mBAEtB,IAAMC,EAAqCC,GAE9CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,KACH,EAAE,IACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,sKACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8MACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconHdr","props","React","CentralIconBase","IconHdr_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var a=Object.create;var i=Object.defineProperty;var l=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var h=Object.getPrototypeOf,f=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)i(r,e,{get:o[e],enumerable:!0})},k=(r,o,e,d)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of m(o))!f.call(r,s)&&s!==e&&i(r,s,{get:()=>o[s],enumerable:!(d=l(o,s))||d.enumerable});return r};var p=(r,o,e)=>(e=r!=null?a(h(r)):{},k(o||!r||!r.__esModule?i(e,"default",{value:r,enumerable:!0}):e,r)),B=r=>k(i({},"__esModule",{value:!0}),r);var x={};I(x,{IconIncrease:()=>c,default:()=>j});module.exports=B(x);var n=p(require("react"));var u=p(require("react")),L=require("react-native-svg"),C=({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"),c=r=>n.default.createElement(C,{...r},n.default.createElement(t.Path,{d:"M1.5 8L4.74978 4.75L8 8",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M16 16L19.25 19.25L16 22.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M4.75 5V15.2538",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M19 19.25L8.75117 19.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M10.75 4.75L13.25 4.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M19.25 10.75V13.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M16.75 4.75H18.25C18.8023 4.75 19.25 5.19772 19.25 5.75V7.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),j=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=\"M1.5 8L4.74978 4.75L8 8\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16 16L19.25 19.25L16 22.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.75 5V15.2538\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19 19.25L8.75117 19.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.75 4.75L13.25 4.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.25 10.75V13.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16.75 4.75H18.25C18.8023 4.75 19.25 5.19772 19.25 5.75V7.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconIncrease;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,kBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,0BACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6BACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0BACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+DACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconIncrease_exports","__export","IconIncrease","IconIncrease_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconIncrease","props","React","CentralIconBase","IconIncrease_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import i from"react";import{Svg as d}from"react-native-svg";var t=({children:n,size:e=24,...s})=>i.createElement(d,{...s,width:typeof e=="number"?`${e}px`:e,height:typeof e=="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none"},n);import{Path as o}from"react-native-svg";var k=n=>r.createElement(t,{...n},r.createElement(o,{d:"M1.5 8L4.74978 4.75L8 8",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M16 16L19.25 19.25L16 22.5",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M4.75 5V15.2538",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M19 19.25L8.75117 19.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M10.75 4.75L13.25 4.75",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M19.25 10.75V13.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(o,{d:"M16.75 4.75H18.25C18.8023 4.75 19.25 5.19772 19.25 5.75V7.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),f=k;export{k as IconIncrease,f as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconIncrease/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconIncrease: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M1.5 8L4.74978 4.75L8 8\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16 16L19.25 19.25L16 22.5\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.75 5V15.2538\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19 19.25L8.75117 19.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M10.75 4.75L13.25 4.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M19.25 10.75V13.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16.75 4.75H18.25C18.8023 4.75 19.25 5.19772 19.25 5.75V7.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconIncrease;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,0BACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6BACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0BACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qBACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+DACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconIncrease","props","React","CentralIconBase","IconIncrease_default"]}
|
|
@@ -0,0 +1,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"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var f=Object.create;var n=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,k=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!k.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=d(o,e))||a.enumerable});return r};var m=(r,o,t)=>(t=r!=null?f(I(r)):{},C(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>C(n({},"__esModule",{value:!0}),r);var h={};x(h,{IconRotate360Left:()=>u,default:()=>g});module.exports=P(h);var p=m(require("react"));var c=m(require("react")),i=require("react-native-svg"),l=({children:r,size:o=24,...t})=>c.default.createElement(i.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 s=require("react-native-svg"),u=r=>p.default.createElement(l,{...r},p.default.createElement(s.Path,{d:"M13.5 13.5L10.75 16.25L13.5 19",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M11 16.25H12C17.6609 16.25 22.25 13.8995 22.25 11C22.25 8.10051 17.6609 5.75 12 5.75C6.33908 5.75 1.75 8.10051 1.75 11C1.75 12.8075 3.5333 14.4016 6.24789 15.346",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})),g=u;0&&(module.exports={IconRotate360Left});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconRotate360Left/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconRotate360Left: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M13.5 13.5L10.75 16.25L13.5 19\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11 16.25H12C17.6609 16.25 22.25 13.8995 22.25 11C22.25 8.10051 17.6609 5.75 12 5.75C6.33908 5.75 1.75 8.10051 1.75 11C1.75 12.8075 3.5333 14.4016 6.24789 15.346\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\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,iCACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oKACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,CACF,EAIGE,EAAQJ","names":["IconRotate360Left_exports","__export","IconRotate360Left","IconRotate360Left_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconRotate360Left","props","React","CentralIconBase","IconRotate360Left_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import s from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...p})=>s.createElement(a,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var C=o=>t.createElement(e,{...o},t.createElement(n,{d:"M13.5 13.5L10.75 16.25L13.5 19",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement(n,{d:"M11 16.25H12C17.6609 16.25 22.25 13.8995 22.25 11C22.25 8.10051 17.6609 5.75 12 5.75C6.33908 5.75 1.75 8.10051 1.75 11C1.75 12.8075 3.5333 14.4016 6.24789 15.346",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})),k=C;export{C as IconRotate360Left,k 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=\"M13.5 13.5L10.75 16.25L13.5 19\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11 16.25H12C17.6609 16.25 22.25 13.8995 22.25 11C22.25 8.10051 17.6609 5.75 12 5.75C6.33908 5.75 1.75 8.10051 1.75 11C1.75 12.8075 3.5333 14.4016 6.24789 15.346\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\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,iCACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oKACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconRotate360Left","props","React","CentralIconBase","IconRotate360Left_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var n=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var h=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},C=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!g.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=f(o,e))||a.enumerable});return r};var i=(r,o,t)=>(t=r!=null?d(I(r)):{},C(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),k=r=>C(n({},"__esModule",{value:!0}),r);var P={};h(P,{IconRotate360Right:()=>u,default:()=>x});module.exports=k(P);var p=i(require("react"));var m=i(require("react")),c=require("react-native-svg"),l=({children:r,size:o=24,...t})=>m.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 s=require("react-native-svg"),u=r=>p.default.createElement(l,{...r},p.default.createElement(s.Path,{d:"M10.5 13.5L13.25 16.25L10.5 19",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),p.default.createElement(s.Path,{d:"M13 16.25H12C6.33908 16.25 1.75 13.8995 1.75 11C1.75 8.10051 6.33908 5.75 12 5.75C17.6609 5.75 22.25 8.10051 22.25 11C22.25 12.8075 20.4667 14.4016 17.7521 15.346",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})),x=u;0&&(module.exports={IconRotate360Right});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconRotate360Right/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconRotate360Right: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.5 13.5L13.25 16.25L10.5 19\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13 16.25H12C6.33908 16.25 1.75 13.8995 1.75 11C1.75 8.10051 6.33908 5.75 12 5.75C17.6609 5.75 22.25 8.10051 22.25 11C22.25 12.8075 20.4667 14.4016 17.7521 15.346\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRotate360Right;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,wBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,iCACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qKACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,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 t from"react";import s from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...p})=>s.createElement(a,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var C=o=>t.createElement(e,{...o},t.createElement(n,{d:"M10.5 13.5L13.25 16.25L10.5 19",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement(n,{d:"M13 16.25H12C6.33908 16.25 1.75 13.8995 1.75 11C1.75 8.10051 6.33908 5.75 12 5.75C17.6609 5.75 22.25 8.10051 22.25 11C22.25 12.8075 20.4667 14.4016 17.7521 15.346",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round"})),g=C;export{C as IconRotate360Right,g as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconRotate360Right/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Path } from \"react-native-svg\";\n\nexport const IconRotate360Right: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.5 13.5L13.25 16.25L10.5 19\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M13 16.25H12C6.33908 16.25 1.75 13.8995 1.75 11C1.75 8.10051 6.33908 5.75 12 5.75C17.6609 5.75 22.25 8.10051 22.25 11C22.25 12.8075 20.4667 14.4016 17.7521 15.346\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconRotate360Right;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAmB,QCA1B,OAAOC,MAAmB,QAC1B,OAAS,OAAAC,MAAqB,mBAMvB,IAAMC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEIL,EAAA,cAACC,EAAA,CACE,GAAGI,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,OAAS,QAAAG,MAAY,mBAEd,IAAMC,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,iCACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qKACF,OAAO,eACP,YAAY,MACZ,cAAc,QAChB,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
|
package/filtered-icons.json
CHANGED
|
@@ -11382,6 +11382,20 @@
|
|
|
11382
11382
|
"packageName": "round-outlined-radius-1-stroke-1.5",
|
|
11383
11383
|
"componentName": "IconHd"
|
|
11384
11384
|
},
|
|
11385
|
+
{
|
|
11386
|
+
"category": "Edit",
|
|
11387
|
+
"svg": "<circle cx=\"11\" cy=\"12\" r=\"6\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/><path d=\"M13.5977 6.5C14.3331 6.17841 15.1454 6 15.9994 6C19.3131 6 21.9994 8.68629 21.9994 12C21.9994 15.3137 19.3131 18 15.9994 18C15.1454 18 14.3331 17.8216 13.5977 17.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/><path d=\"M11 22.25L11.0001 20.75M11.0001 3.25V1.75M3.75217 19.2478L4.8129 18.1872M4.81283 5.81285L3.75217 4.75219M0.75 12H2.25M10.8029 9C10.2923 9.88261 10 10.9074 10 12.0004C10 13.2271 10.3682 14.3679 11 15.3182\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>",
|
|
11388
|
+
"iconName": "hdr, lighting, brightness",
|
|
11389
|
+
"variant": {
|
|
11390
|
+
"join": "round",
|
|
11391
|
+
"filled": "off",
|
|
11392
|
+
"radius": "1",
|
|
11393
|
+
"stroke": "1.5"
|
|
11394
|
+
},
|
|
11395
|
+
"createdAt": "2025-12-11T12:02:03.645203+00:00",
|
|
11396
|
+
"packageName": "round-outlined-radius-1-stroke-1.5",
|
|
11397
|
+
"componentName": "IconHdr"
|
|
11398
|
+
},
|
|
11385
11399
|
{
|
|
11386
11400
|
"category": "People",
|
|
11387
11401
|
"svg": "<path d=\"M17.25 18.1667H15.25C14.6977 18.1667 14.25 18.6144 14.25 19.1667V20.25C14.25 20.8023 13.8023 21.25 13.25 21.25H7.75C7.19772 21.25 6.75186 20.8021 6.75702 20.2498C6.77712 18.0977 6.75669 16.2536 5.28425 14.3811C4.3231 13.1588 3.75 11.6184 3.75 9.94444C3.75 5.97106 6.97898 2.75 10.9621 2.75C13.8984 2.75 16.6018 4.15584 17.7163 6.99759C18.3584 8.63502 19.1865 9.92 20.126 11.3209C20.4584 11.8164 20.2859 12.4898 19.7558 12.7637L18.791 13.2622C18.4587 13.4338 18.25 13.7766 18.25 14.1506V17.1667C18.25 17.719 17.8023 18.1667 17.25 18.1667Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\" stroke-linejoin=\"round\"/>",
|
|
@@ -12040,6 +12054,20 @@
|
|
|
12040
12054
|
"packageName": "round-outlined-radius-1-stroke-1.5",
|
|
12041
12055
|
"componentName": "IconInboxEmpty"
|
|
12042
12056
|
},
|
|
12057
|
+
{
|
|
12058
|
+
"category": "Arrows",
|
|
12059
|
+
"svg": "<path d=\"M1.5 8L4.74978 4.75L8 8\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16 16L19.25 19.25L16 22.5\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4.75 5V15.2538\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19 19.25L8.75117 19.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10.75 4.75L13.25 4.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.25 10.75V13.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16.75 4.75H18.25C18.8023 4.75 19.25 5.19772 19.25 5.75V7.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
12060
|
+
"iconName": "increase, scale, show-more, change-position",
|
|
12061
|
+
"variant": {
|
|
12062
|
+
"join": "round",
|
|
12063
|
+
"filled": "off",
|
|
12064
|
+
"radius": "1",
|
|
12065
|
+
"stroke": "1.5"
|
|
12066
|
+
},
|
|
12067
|
+
"createdAt": "2025-12-11T12:02:03.645203+00:00",
|
|
12068
|
+
"packageName": "round-outlined-radius-1-stroke-1.5",
|
|
12069
|
+
"componentName": "IconIncrease"
|
|
12070
|
+
},
|
|
12043
12071
|
{
|
|
12044
12072
|
"category": "Things",
|
|
12045
12073
|
"svg": "<path d=\"M12 12L15.295 15.3588C17.1149 17.2137 20.0653 17.2137 21.8851 15.3588C23.7049 13.5038 23.7049 10.4962 21.8851 8.64124C20.0653 6.78625 17.1149 6.78625 15.295 8.64124L12 12ZM12 12L8.70495 8.64124C6.88515 6.78625 3.93466 6.78625 2.11485 8.64124C0.295049 10.4962 0.295049 13.5038 2.11485 15.3588C3.93466 17.2137 6.88515 17.2137 8.70495 15.3588L12 12Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"square\"/>",
|
|
@@ -16660,6 +16688,20 @@
|
|
|
16660
16688
|
"packageName": "round-outlined-radius-1-stroke-1.5",
|
|
16661
16689
|
"componentName": "IconRadar"
|
|
16662
16690
|
},
|
|
16691
|
+
{
|
|
16692
|
+
"category": "Devices & Signals",
|
|
16693
|
+
"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\"/>",
|
|
16694
|
+
"iconName": "radio, antenna, signal, broadcast, speaker",
|
|
16695
|
+
"variant": {
|
|
16696
|
+
"join": "round",
|
|
16697
|
+
"filled": "off",
|
|
16698
|
+
"radius": "1",
|
|
16699
|
+
"stroke": "1.5"
|
|
16700
|
+
},
|
|
16701
|
+
"createdAt": "2025-12-09T15:02:02.851667+00:00",
|
|
16702
|
+
"packageName": "round-outlined-radius-1-stroke-1.5",
|
|
16703
|
+
"componentName": "IconRadio"
|
|
16704
|
+
},
|
|
16663
16705
|
{
|
|
16664
16706
|
"category": "Nature & Energy",
|
|
16665
16707
|
"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\"/>",
|
|
@@ -17346,6 +17388,34 @@
|
|
|
17346
17388
|
"packageName": "round-outlined-radius-1-stroke-1.5",
|
|
17347
17389
|
"componentName": "IconRotate"
|
|
17348
17390
|
},
|
|
17391
|
+
{
|
|
17392
|
+
"category": "Arrows",
|
|
17393
|
+
"svg": "<path d=\"M13.5 13.5L10.75 16.25L13.5 19\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11 16.25H12C17.6609 16.25 22.25 13.8995 22.25 11C22.25 8.10051 17.6609 5.75 12 5.75C6.33908 5.75 1.75 8.10051 1.75 11C1.75 12.8075 3.5333 14.4016 6.24789 15.346\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>",
|
|
17394
|
+
"iconName": "rotate-360-left",
|
|
17395
|
+
"variant": {
|
|
17396
|
+
"join": "round",
|
|
17397
|
+
"filled": "off",
|
|
17398
|
+
"radius": "1",
|
|
17399
|
+
"stroke": "1.5"
|
|
17400
|
+
},
|
|
17401
|
+
"createdAt": "2025-12-11T12:02:03.645203+00:00",
|
|
17402
|
+
"packageName": "round-outlined-radius-1-stroke-1.5",
|
|
17403
|
+
"componentName": "IconRotate360Left"
|
|
17404
|
+
},
|
|
17405
|
+
{
|
|
17406
|
+
"category": "Arrows",
|
|
17407
|
+
"svg": "<path d=\"M10.5 13.5L13.25 16.25L10.5 19\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13 16.25H12C6.33908 16.25 1.75 13.8995 1.75 11C1.75 8.10051 6.33908 5.75 12 5.75C17.6609 5.75 22.25 8.10051 22.25 11C22.25 12.8075 20.4667 14.4016 17.7521 15.346\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\"/>",
|
|
17408
|
+
"iconName": "rotate-360-right",
|
|
17409
|
+
"variant": {
|
|
17410
|
+
"join": "round",
|
|
17411
|
+
"filled": "off",
|
|
17412
|
+
"radius": "1",
|
|
17413
|
+
"stroke": "1.5"
|
|
17414
|
+
},
|
|
17415
|
+
"createdAt": "2025-12-11T12:02:03.645203+00:00",
|
|
17416
|
+
"packageName": "round-outlined-radius-1-stroke-1.5",
|
|
17417
|
+
"componentName": "IconRotate360Right"
|
|
17418
|
+
},
|
|
17349
17419
|
{
|
|
17350
17420
|
"category": "Gaming",
|
|
17351
17421
|
"svg": "<path d=\"M12 3.26389V4.25M12 20.7361V19.75M3.2639 12H4.25M20.7361 12H19.75M7.63194 4.43431L8.14582 5.32439M16.368 19.5657L15.8542 18.6756M4.43431 16.3681L5.32439 15.8542M19.5657 7.63194L18.6756 8.14583M4.43431 7.63196L5.32439 8.14585M19.5657 16.3681L18.6756 15.8542M7.63195 19.5657L8.14584 18.6756M16.3681 4.43432L15.8542 5.3244M9.43056 8.91667C9.43056 9.20048 9.20048 9.43056 8.91667 9.43056C8.63285 9.43056 8.40278 9.20048 8.40278 8.91667M9.43056 8.91667C9.43056 8.63285 9.20048 8.40278 8.91667 8.40278C8.63285 8.40278 8.40278 8.63285 8.40278 8.91667M9.43056 8.91667H8.40278M9.43056 15.0833C9.43056 15.3671 9.20048 15.5972 8.91667 15.5972C8.63285 15.5972 8.40278 15.3671 8.40278 15.0833M9.43056 15.0833C9.43056 14.7995 9.20048 14.5694 8.91667 14.5694C8.63285 14.5694 8.40278 14.7995 8.40278 15.0833M9.43056 15.0833H8.40278M15.5972 8.91667C15.5972 9.20048 15.3671 9.43056 15.0833 9.43056C14.7995 9.43056 14.5694 9.20048 14.5694 8.91667M15.5972 8.91667C15.5972 8.63285 15.3671 8.40278 15.0833 8.40278C14.7995 8.40278 14.5694 8.63285 14.5694 8.91667M15.5972 8.91667H14.5694M15.5972 15.0833C15.5972 15.3671 15.3671 15.5972 15.0833 15.5972C14.7995 15.5972 14.5694 15.3671 14.5694 15.0833M15.5972 15.0833C15.5972 14.7995 15.3671 14.5694 15.0833 14.5694C14.7995 14.5694 14.5694 14.7995 14.5694 15.0833M15.5972 15.0833H14.5694M10.5465 10.5465L10 10M13.4535 10.5465L14 10M13.4535 13.4535L14 14M10.5465 13.4535L10 14M21.25 12C21.25 17.1086 17.1086 21.25 12 21.25C6.89137 21.25 2.75 17.1086 2.75 12C2.75 6.89137 6.89137 2.75 12 2.75C17.1086 2.75 21.25 6.89137 21.25 12ZM13.5417 12C13.5417 12.8514 12.8514 13.5417 12 13.5417C11.1486 13.5417 10.4583 12.8514 10.4583 12C10.4583 11.1486 11.1486 10.4583 12 10.4583C12.8514 10.4583 13.5417 11.1486 13.5417 12Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -19547,7 +19617,7 @@
|
|
|
19547
19617
|
{
|
|
19548
19618
|
"category": "Interface General",
|
|
19549
19619
|
"svg": "<path d=\"M9.25 15.75L4.75 20.25M7.25 10.75L2.75 15.25M16.25 15.75L11.75 20.25M13.0718 4.98976L9.88977 5.72672C9.52262 5.81176 9.37795 6.25699 9.625 6.5416L11.7661 9.00817C11.8549 9.11041 11.8984 9.24428 11.8867 9.37917L11.6043 12.6332C11.5717 13.0087 11.9504 13.2838 12.2975 13.1368L15.305 11.8627C15.4296 11.8099 15.5704 11.8099 15.695 11.8627L18.7025 13.1368C19.0496 13.2838 19.4283 13.0087 19.3957 12.6332L19.1133 9.37917C19.1016 9.24428 19.1451 9.11041 19.2339 9.00817L21.375 6.5416C21.6221 6.25699 21.4774 5.81176 21.1102 5.72672L17.9282 4.98976C17.7963 4.95921 17.6824 4.87648 17.6126 4.76047L15.9284 1.96191C15.7341 1.639 15.2659 1.639 15.0716 1.96191L13.3874 4.76047C13.3176 4.87648 13.2037 4.95921 13.0718 4.98976Z\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
19550
|
-
"iconName": "star-lines, features, favorite, award, to the moon",
|
|
19620
|
+
"iconName": "star-lines, features, favorite, award, to the moon, rising",
|
|
19551
19621
|
"variant": {
|
|
19552
19622
|
"join": "round",
|
|
19553
19623
|
"filled": "off",
|
package/icons/index.d.ts
CHANGED
|
@@ -812,6 +812,7 @@ export type CentralIconName =
|
|
|
812
812
|
| "IconHatBunny"
|
|
813
813
|
| "IconHatSparkle"
|
|
814
814
|
| "IconHd"
|
|
815
|
+
| "IconHdr"
|
|
815
816
|
| "IconHead"
|
|
816
817
|
| "IconHeadline"
|
|
817
818
|
| "IconHeadphones"
|
|
@@ -859,6 +860,7 @@ export type CentralIconName =
|
|
|
859
860
|
| "IconImport2"
|
|
860
861
|
| "IconInboxChecked"
|
|
861
862
|
| "IconInboxEmpty"
|
|
863
|
+
| "IconIncrease"
|
|
862
864
|
| "IconInfinity"
|
|
863
865
|
| "IconInitiatives"
|
|
864
866
|
| "IconInjection"
|
|
@@ -1189,6 +1191,7 @@ export type CentralIconName =
|
|
|
1189
1191
|
| "IconQuickSearch"
|
|
1190
1192
|
| "IconQuora"
|
|
1191
1193
|
| "IconRadar"
|
|
1194
|
+
| "IconRadio"
|
|
1192
1195
|
| "IconRainbow"
|
|
1193
1196
|
| "IconRainy"
|
|
1194
1197
|
| "IconRainyLight"
|
|
@@ -1238,6 +1241,8 @@ export type CentralIconName =
|
|
|
1238
1241
|
| "IconRoller"
|
|
1239
1242
|
| "IconRose"
|
|
1240
1243
|
| "IconRotate"
|
|
1244
|
+
| "IconRotate360Left"
|
|
1245
|
+
| "IconRotate360Right"
|
|
1241
1246
|
| "IconRoulette1"
|
|
1242
1247
|
| "IconRoulette2"
|
|
1243
1248
|
| "IconRssFeed"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-1-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.63",
|
|
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": 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":
|
|
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":
|
|
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":
|
|
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";
|