@central-icons-react-native/round-outlined-radius-1-stroke-1 1.1.59 → 1.1.61
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/{IconGlobus → IconGlobe}/index.d.ts +2 -2
- package/IconGlobe/index.js +2 -0
- package/IconGlobe/index.js.map +1 -0
- package/IconGlobe/index.mjs +2 -0
- package/IconGlobe/index.mjs.map +1 -0
- package/IconGlobe2/index.d.ts +4 -0
- package/IconGlobe2/index.js +2 -0
- package/IconGlobe2/index.js.map +1 -0
- package/IconGlobe2/index.mjs +2 -0
- package/IconGlobe2/index.mjs.map +1 -0
- 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/README.md +3 -1
- package/filtered-icons.json +31 -3
- package/icons/index.d.ts +3 -1
- package/icons-index.json +10 -6
- package/index.d.ts +3 -1
- 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 +18 -4
- package/IconGlobus/index.js +0 -2
- package/IconGlobus/index.js.map +0 -1
- package/IconGlobus/index.mjs +0 -2
- package/IconGlobus/index.mjs.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { FC } from "react";
|
|
2
2
|
import { type CentralIconBaseProps } from "../CentralIconBase";
|
|
3
|
-
export declare const
|
|
4
|
-
export default
|
|
3
|
+
export declare const IconGlobe: FC<CentralIconBaseProps>;
|
|
4
|
+
export default IconGlobe;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var p=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!P.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(s=B(o,t))||s.enumerable});return r};var l=(r,o,e)=>(e=r!=null?i(x(r)):{},a(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),k=r=>a(p({},"__esModule",{value:!0}),r);var v={};g(v,{IconGlobe:()=>f,default:()=>d});module.exports=k(v);var n=l(require("react"));var c=l(require("react")),m=require("react-native-svg"),u=({children:r,size:o=24,...e})=>c.default.createElement(m.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 C=require("react-native-svg"),f=r=>n.default.createElement(u,{...r},n.default.createElement(C.Path,{d:"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement(C.Path,{d:"M12 21.5C9.79086 21.5 8 17.2467 8 12C8 6.75329 9.79086 2.5 12 2.5C14.2091 2.5 16 6.75329 16 12C16 17.2467 14.2091 21.5 12 21.5Z",stroke:"currentColor",strokeLinecap:"square"}),n.default.createElement(C.Path,{d:"M21 12H3",stroke:"currentColor",strokeLinecap:"square"})),d=f;0&&(module.exports={IconGlobe});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconGlobe/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 IconGlobe: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M12 21.5C9.79086 21.5 8 17.2467 8 12C8 6.75329 9.79086 2.5 12 2.5C14.2091 2.5 16 6.75329 16 12C16 17.2467 14.2091 21.5 12 21.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path d=\"M21 12H3\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n </CentralIconBase>\n );\n};\n\nexport default IconGlobe;\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,8IACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kIACF,OAAO,eACP,cAAc,SAChB,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,WAAW,OAAO,eAAe,cAAc,SAAS,CAClE,EAIGE,EAAQJ","names":["IconGlobe_exports","__export","IconGlobe","IconGlobe_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconGlobe","props","React","CentralIconBase","IconGlobe_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import C from"react";import{Svg as s}from"react-native-svg";var n=({children:e,size:r=24,...p})=>C.createElement(s,{...p,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 a=e=>o.createElement(n,{...e},o.createElement(t,{d:"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(t,{d:"M12 21.5C9.79086 21.5 8 17.2467 8 12C8 6.75329 9.79086 2.5 12 2.5C14.2091 2.5 16 6.75329 16 12C16 17.2467 14.2091 21.5 12 21.5Z",stroke:"currentColor",strokeLinecap:"square"}),o.createElement(t,{d:"M21 12H3",stroke:"currentColor",strokeLinecap:"square"})),P=a;export{a as IconGlobe,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconGlobe/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 IconGlobe: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path\n d=\"M12 21.5C9.79086 21.5 8 17.2467 8 12C8 6.75329 9.79086 2.5 12 2.5C14.2091 2.5 16 6.75329 16 12C16 17.2467 14.2091 21.5 12 21.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"square\"\n />\n <Path d=\"M21 12H3\" stroke=\"currentColor\" strokeLinecap=\"square\" />\n </CentralIconBase>\n );\n};\n\nexport default IconGlobe;\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,8IACF,OAAO,eACP,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kIACF,OAAO,eACP,cAAc,SAChB,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,WAAW,OAAO,eAAe,cAAc,SAAS,CAClE,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconGlobe","props","React","CentralIconBase","IconGlobe_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var f=Object.create;var l=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,y=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)l(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let p of B(o))!y.call(r,p)&&p!==e&&l(r,p,{get:()=>o[p],enumerable:!(s=i(o,p))||s.enumerable});return r};var c=(r,o,e)=>(e=r!=null?f(I(r)):{},C(o||!r||!r.__esModule?l(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>C(l({},"__esModule",{value:!0}),r);var b={};P(b,{IconGlobe2:()=>x,default:()=>v});module.exports=g(b);var n=c(require("react"));var m=c(require("react")),a=require("react-native-svg"),u=({children:r,size:o=24,...e})=>m.default.createElement(a.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"),x=r=>n.default.createElement(u,{...r},n.default.createElement(t.Circle,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor"}),n.default.createElement(t.Ellipse,{cx:"12",cy:"12",rx:"3.5",ry:"9.5",stroke:"currentColor"}),n.default.createElement(t.Path,{d:"M3 9H21",stroke:"currentColor"}),n.default.createElement(t.Path,{d:"M3 15H21",stroke:"currentColor"})),v=x;0&&(module.exports={IconGlobe2});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconGlobe2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Ellipse, Path } from \"react-native-svg\";\n\nexport const IconGlobe2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" />\n <Ellipse cx=\"12\" cy=\"12\" rx=\"3.5\" ry=\"9.5\" stroke=\"currentColor\" />\n <Path d=\"M3 9H21\" stroke=\"currentColor\" />\n <Path d=\"M3 15H21\" stroke=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconGlobe2;\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,gBAAAE,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,EAAsC,4BAEzBC,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,MAAM,OAAO,eAAe,EACtD,EAAAA,QAAA,cAAC,WAAQ,GAAG,KAAK,GAAG,KAAK,GAAG,MAAM,GAAG,MAAM,OAAO,eAAe,EACjE,EAAAA,QAAA,cAAC,QAAK,EAAE,UAAU,OAAO,eAAe,EACxC,EAAAA,QAAA,cAAC,QAAK,EAAE,WAAW,OAAO,eAAe,CAC3C,EAIGE,EAAQJ","names":["IconGlobe2_exports","__export","IconGlobe2","IconGlobe2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconGlobe2","props","React","CentralIconBase","IconGlobe2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import l from"react";import{Svg as s}from"react-native-svg";var t=({children:e,size:r=24,...p})=>l.createElement(s,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as C,Ellipse as c,Path as n}from"react-native-svg";var m=e=>o.createElement(t,{...e},o.createElement(C,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor"}),o.createElement(c,{cx:"12",cy:"12",rx:"3.5",ry:"9.5",stroke:"currentColor"}),o.createElement(n,{d:"M3 9H21",stroke:"currentColor"}),o.createElement(n,{d:"M3 15H21",stroke:"currentColor"})),g=m;export{m as IconGlobe2,g as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconGlobe2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Circle, Ellipse, Path } from \"react-native-svg\";\n\nexport const IconGlobe2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" />\n <Ellipse cx=\"12\" cy=\"12\" rx=\"3.5\" ry=\"9.5\" stroke=\"currentColor\" />\n <Path d=\"M3 9H21\" stroke=\"currentColor\" />\n <Path d=\"M3 15H21\" stroke=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconGlobe2;\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,WAAAC,EAAS,QAAAC,MAAY,mBAE/B,IAAMC,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACL,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,MAAM,OAAO,eAAe,EACtDK,EAAA,cAACJ,EAAA,CAAQ,GAAG,KAAK,GAAG,KAAK,GAAG,MAAM,GAAG,MAAM,OAAO,eAAe,EACjEI,EAAA,cAACH,EAAA,CAAK,EAAE,UAAU,OAAO,eAAe,EACxCG,EAAA,cAACH,EAAA,CAAK,EAAE,WAAW,OAAO,eAAe,CAC3C,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Ellipse","Path","IconGlobe2","props","React","CentralIconBase","IconGlobe2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var B=Object.create;var p=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var P=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,d=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},s=(r,o,e,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of P(o))!d.call(r,n)&&n!==e&&p(r,n,{get:()=>o[n],enumerable:!(l=I(o,n))||l.enumerable});return r};var m=(r,o,e)=>(e=r!=null?B(x(r)):{},s(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),i=r=>s(p({},"__esModule",{value:!0}),r);var h={};g(h,{IconPropeller:()=>f,default:()=>v});module.exports=i(h);var t=m(require("react"));var a=m(require("react")),c=require("react-native-svg"),u=({children:r,size:o=24,...e})=>a.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 C=require("react-native-svg"),f=r=>t.default.createElement(u,{...r},t.default.createElement(C.Path,{d:"M14.9996 11.8074C14.9996 11.8074 18.0006 11.6645 19.5091 12.7084C23.9475 15.7802 15.0042 23.1263 13.4449 20.5967C12.6235 19.264 14.4807 17.0138 13.7229 15.0006",stroke:"currentColor"}),t.default.createElement(C.Path,{d:"M10.6686 14.6928C10.6686 14.6928 9.29192 17.3632 7.63357 18.1476C2.75411 20.4555 0.863856 9.03732 3.8342 8.95172C5.39903 8.90673 6.41918 11.6403 8.54159 11.9905",stroke:"currentColor"}),t.default.createElement(C.Path,{d:"M10.3357 9.5C10.3357 9.5 8.71149 6.97256 8.86133 5.14417C9.30241 -0.235485 20.1359 3.83658 18.7249 6.45177C17.9814 7.82944 15.1041 7.34615 13.7395 9.00908",stroke:"currentColor"}),t.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"})),v=f;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.9996 11.8074C14.9996 11.8074 18.0006 11.6645 19.5091 12.7084C23.9475 15.7802 15.0042 23.1263 13.4449 20.5967C12.6235 19.264 14.4807 17.0138 13.7229 15.0006\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M10.6686 14.6928C10.6686 14.6928 9.29192 17.3632 7.63357 18.1476C2.75411 20.4555 0.863856 9.03732 3.8342 8.95172C5.39903 8.90673 6.41918 11.6403 8.54159 11.9905\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M10.3357 9.5C10.3357 9.5 8.71149 6.97256 8.86133 5.14417C9.30241 -0.235485 20.1359 3.83658 18.7249 6.45177C17.9814 7.82944 15.1041 7.34615 13.7395 9.00908\"\n stroke=\"currentColor\"\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 />\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,kKACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mKACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6JACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oHACF,OAAO,eACT,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 l}from"react-native-svg";var n=({children:t,size:r=24,...C})=>p.createElement(l,{...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 s=t=>o.createElement(n,{...t},o.createElement(e,{d:"M14.9996 11.8074C14.9996 11.8074 18.0006 11.6645 19.5091 12.7084C23.9475 15.7802 15.0042 23.1263 13.4449 20.5967C12.6235 19.264 14.4807 17.0138 13.7229 15.0006",stroke:"currentColor"}),o.createElement(e,{d:"M10.6686 14.6928C10.6686 14.6928 9.29192 17.3632 7.63357 18.1476C2.75411 20.4555 0.863856 9.03732 3.8342 8.95172C5.39903 8.90673 6.41918 11.6403 8.54159 11.9905",stroke:"currentColor"}),o.createElement(e,{d:"M10.3357 9.5C10.3357 9.5 8.71149 6.97256 8.86133 5.14417C9.30241 -0.235485 20.1359 3.83658 18.7249 6.45177C17.9814 7.82944 15.1041 7.34615 13.7395 9.00908",stroke:"currentColor"}),o.createElement(e,{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"})),d=s;export{s as IconPropeller,d 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.9996 11.8074C14.9996 11.8074 18.0006 11.6645 19.5091 12.7084C23.9475 15.7802 15.0042 23.1263 13.4449 20.5967C12.6235 19.264 14.4807 17.0138 13.7229 15.0006\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M10.6686 14.6928C10.6686 14.6928 9.29192 17.3632 7.63357 18.1476C2.75411 20.4555 0.863856 9.03732 3.8342 8.95172C5.39903 8.90673 6.41918 11.6403 8.54159 11.9905\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M10.3357 9.5C10.3357 9.5 8.71149 6.97256 8.86133 5.14417C9.30241 -0.235485 20.1359 3.83658 18.7249 6.45177C17.9814 7.82944 15.1041 7.34615 13.7395 9.00908\"\n stroke=\"currentColor\"\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 />\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,kKACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mKACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6JACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oHACF,OAAO,eACT,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconPropeller","props","React","CentralIconBase","IconPropeller_default"]}
|
package/README.md
CHANGED
|
@@ -1123,7 +1123,8 @@ Below is a complete list of available icons:
|
|
|
1123
1123
|
- IconDirection1
|
|
1124
1124
|
- IconDirection2
|
|
1125
1125
|
- IconEarth
|
|
1126
|
-
-
|
|
1126
|
+
- IconGlobe
|
|
1127
|
+
- IconGlobe2
|
|
1127
1128
|
- IconInitiatives
|
|
1128
1129
|
- IconLocation
|
|
1129
1130
|
- IconMap
|
|
@@ -1675,6 +1676,7 @@ Below is a complete list of available icons:
|
|
|
1675
1676
|
- IconPlugin2
|
|
1676
1677
|
- IconPokeball
|
|
1677
1678
|
- IconPoop
|
|
1679
|
+
- IconPropeller
|
|
1678
1680
|
- IconPushTheButton
|
|
1679
1681
|
- IconPuzzle
|
|
1680
1682
|
- IconReadingList
|
package/filtered-icons.json
CHANGED
|
@@ -10950,8 +10950,8 @@
|
|
|
10950
10950
|
},
|
|
10951
10951
|
{
|
|
10952
10952
|
"category": "Location",
|
|
10953
|
-
"svg": "<path d=\"
|
|
10954
|
-
"iconName": "
|
|
10953
|
+
"svg": "<path d=\"M21.5 12C21.5 17.2467 17.2467 21.5 12 21.5C6.75329 21.5 2.5 17.2467 2.5 12C2.5 6.75329 6.75329 2.5 12 2.5C17.2467 2.5 21.5 6.75329 21.5 12Z\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M12 21.5C9.79086 21.5 8 17.2467 8 12C8 6.75329 9.79086 2.5 12 2.5C14.2091 2.5 16 6.75329 16 12C16 17.2467 14.2091 21.5 12 21.5Z\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M21 12H3\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
|
|
10954
|
+
"iconName": "globe, network, translate",
|
|
10955
10955
|
"variant": {
|
|
10956
10956
|
"join": "round",
|
|
10957
10957
|
"filled": "off",
|
|
@@ -10960,7 +10960,21 @@
|
|
|
10960
10960
|
},
|
|
10961
10961
|
"createdAt": "2025-02-15T21:11:33.882223+00:00",
|
|
10962
10962
|
"packageName": "round-outlined-radius-1-stroke-1",
|
|
10963
|
-
"componentName": "
|
|
10963
|
+
"componentName": "IconGlobe"
|
|
10964
|
+
},
|
|
10965
|
+
{
|
|
10966
|
+
"category": "Location",
|
|
10967
|
+
"svg": "<circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\"/><ellipse cx=\"12\" cy=\"12\" rx=\"3.5\" ry=\"9.5\" stroke=\"currentColor\"/><path d=\"M3 9H21\" stroke=\"currentColor\"/><path d=\"M3 15H21\" stroke=\"currentColor\"/>",
|
|
10968
|
+
"iconName": "globe-2, network, translate",
|
|
10969
|
+
"variant": {
|
|
10970
|
+
"join": "round",
|
|
10971
|
+
"filled": "off",
|
|
10972
|
+
"radius": "1",
|
|
10973
|
+
"stroke": "1"
|
|
10974
|
+
},
|
|
10975
|
+
"createdAt": "2025-12-08T08:01:52.980988+00:00",
|
|
10976
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
10977
|
+
"componentName": "IconGlobe2"
|
|
10964
10978
|
},
|
|
10965
10979
|
{
|
|
10966
10980
|
"category": "Things",
|
|
@@ -16492,6 +16506,20 @@
|
|
|
16492
16506
|
"packageName": "round-outlined-radius-1-stroke-1",
|
|
16493
16507
|
"componentName": "IconPromptTextToVideo"
|
|
16494
16508
|
},
|
|
16509
|
+
{
|
|
16510
|
+
"category": "Things",
|
|
16511
|
+
"svg": "<path d=\"M14.9996 11.8074C14.9996 11.8074 18.0006 11.6645 19.5091 12.7084C23.9475 15.7802 15.0042 23.1263 13.4449 20.5967C12.6235 19.264 14.4807 17.0138 13.7229 15.0006\" stroke=\"currentColor\"/><path d=\"M10.6686 14.6928C10.6686 14.6928 9.29192 17.3632 7.63357 18.1476C2.75411 20.4555 0.863856 9.03732 3.8342 8.95172C5.39903 8.90673 6.41918 11.6403 8.54159 11.9905\" stroke=\"currentColor\"/><path d=\"M10.3357 9.5C10.3357 9.5 8.71149 6.97256 8.86133 5.14417C9.30241 -0.235485 20.1359 3.83658 18.7249 6.45177C17.9814 7.82944 15.1041 7.34615 13.7395 9.00908\" stroke=\"currentColor\"/><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\"/>",
|
|
16512
|
+
"iconName": "propeller, flight, test, wind",
|
|
16513
|
+
"variant": {
|
|
16514
|
+
"join": "round",
|
|
16515
|
+
"filled": "off",
|
|
16516
|
+
"radius": "1",
|
|
16517
|
+
"stroke": "1"
|
|
16518
|
+
},
|
|
16519
|
+
"createdAt": "2025-12-09T10:02:22.990229+00:00",
|
|
16520
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
16521
|
+
"componentName": "IconPropeller"
|
|
16522
|
+
},
|
|
16495
16523
|
{
|
|
16496
16524
|
"category": "Code",
|
|
16497
16525
|
"svg": "<circle cx=\"6\" cy=\"6\" r=\"2.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"6\" cy=\"18\" r=\"2.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"18\" cy=\"18\" r=\"2.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6 8.5V15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 6H17C17.5523 6 18 6.44772 18 7V15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M14 3.5L11.5 6L14 8.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -781,7 +781,8 @@ export type CentralIconName =
|
|
|
781
781
|
| "IconGit"
|
|
782
782
|
| "IconGithub"
|
|
783
783
|
| "IconGlass"
|
|
784
|
-
| "
|
|
784
|
+
| "IconGlobe"
|
|
785
|
+
| "IconGlobe2"
|
|
785
786
|
| "IconGoldMedal"
|
|
786
787
|
| "IconGolfBall"
|
|
787
788
|
| "IconGooey"
|
|
@@ -1177,6 +1178,7 @@ export type CentralIconName =
|
|
|
1177
1178
|
| "IconPromptSuggestion"
|
|
1178
1179
|
| "IconPromptTextToImage"
|
|
1179
1180
|
| "IconPromptTextToVideo"
|
|
1181
|
+
| "IconPropeller"
|
|
1180
1182
|
| "IconPullRequest"
|
|
1181
1183
|
| "IconPumpjack"
|
|
1182
1184
|
| "IconPush"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-1-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.61",
|
|
4
4
|
"style": "round-outlined-radius-1-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-1-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": 1629,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 63,
|
|
@@ -1028,12 +1028,13 @@
|
|
|
1028
1028
|
]
|
|
1029
1029
|
},
|
|
1030
1030
|
"Location": {
|
|
1031
|
-
"count":
|
|
1031
|
+
"count": 16,
|
|
1032
1032
|
"icons": [
|
|
1033
1033
|
"IconDirection1",
|
|
1034
1034
|
"IconDirection2",
|
|
1035
1035
|
"IconEarth",
|
|
1036
|
-
"
|
|
1036
|
+
"IconGlobe",
|
|
1037
|
+
"IconGlobe2",
|
|
1037
1038
|
"IconInitiatives",
|
|
1038
1039
|
"IconLocation",
|
|
1039
1040
|
"IconMap",
|
|
@@ -1520,7 +1521,7 @@
|
|
|
1520
1521
|
]
|
|
1521
1522
|
},
|
|
1522
1523
|
"Things": {
|
|
1523
|
-
"count":
|
|
1524
|
+
"count": 127,
|
|
1524
1525
|
"icons": [
|
|
1525
1526
|
"IconAlien",
|
|
1526
1527
|
"IconAnvil",
|
|
@@ -1605,6 +1606,7 @@
|
|
|
1605
1606
|
"IconPlugin2",
|
|
1606
1607
|
"IconPokeball",
|
|
1607
1608
|
"IconPoop",
|
|
1609
|
+
"IconPropeller",
|
|
1608
1610
|
"IconPushTheButton",
|
|
1609
1611
|
"IconPuzzle",
|
|
1610
1612
|
"IconReadingList",
|
|
@@ -2599,7 +2601,8 @@
|
|
|
2599
2601
|
"IconGit": "git",
|
|
2600
2602
|
"IconGithub": "github",
|
|
2601
2603
|
"IconGlass": "glass, material, shader, liquid-glass",
|
|
2602
|
-
"
|
|
2604
|
+
"IconGlobe": "globe, network, translate",
|
|
2605
|
+
"IconGlobe2": "globe-2, network, translate",
|
|
2603
2606
|
"IconGoldMedal": "gold-medal, first-place, win",
|
|
2604
2607
|
"IconGolfBall": "golf-ball",
|
|
2605
2608
|
"IconGooey": "gooey, morph, liquid-glass",
|
|
@@ -2995,6 +2998,7 @@
|
|
|
2995
2998
|
"IconPromptSuggestion": "prompt-suggestion, auto-prompt",
|
|
2996
2999
|
"IconPromptTextToImage": "prompt-text-to-image",
|
|
2997
3000
|
"IconPromptTextToVideo": "prompt-text-to-video",
|
|
3001
|
+
"IconPropeller": "propeller, flight, test, wind",
|
|
2998
3002
|
"IconPullRequest": "pull-request",
|
|
2999
3003
|
"IconPumpjack": "pumpjack, oil",
|
|
3000
3004
|
"IconPush": "push, launch, rocket",
|
package/index.d.ts
CHANGED
|
@@ -780,7 +780,8 @@ export { IconGiroCards, default as IconGiroCardsDefault, } from "./IconGiroCards
|
|
|
780
780
|
export { IconGit, default as IconGitDefault } from "./IconGit";
|
|
781
781
|
export { IconGithub, default as IconGithubDefault } from "./IconGithub";
|
|
782
782
|
export { IconGlass, default as IconGlassDefault } from "./IconGlass";
|
|
783
|
-
export {
|
|
783
|
+
export { IconGlobe, default as IconGlobeDefault } from "./IconGlobe";
|
|
784
|
+
export { IconGlobe2, default as IconGlobe2Default } from "./IconGlobe2";
|
|
784
785
|
export { IconGoldMedal, default as IconGoldMedalDefault, } from "./IconGoldMedal";
|
|
785
786
|
export { IconGolfBall, default as IconGolfBallDefault } from "./IconGolfBall";
|
|
786
787
|
export { IconGooey, default as IconGooeyDefault } from "./IconGooey";
|
|
@@ -1176,6 +1177,7 @@ export { IconPrompt1, default as IconPrompt1Default } from "./IconPrompt1";
|
|
|
1176
1177
|
export { IconPromptSuggestion, default as IconPromptSuggestionDefault, } from "./IconPromptSuggestion";
|
|
1177
1178
|
export { IconPromptTextToImage, default as IconPromptTextToImageDefault, } from "./IconPromptTextToImage";
|
|
1178
1179
|
export { IconPromptTextToVideo, default as IconPromptTextToVideoDefault, } from "./IconPromptTextToVideo";
|
|
1180
|
+
export { IconPropeller, default as IconPropellerDefault, } from "./IconPropeller";
|
|
1179
1181
|
export { IconPullRequest, default as IconPullRequestDefault, } from "./IconPullRequest";
|
|
1180
1182
|
export { IconPumpjack, default as IconPumpjackDefault } from "./IconPumpjack";
|
|
1181
1183
|
export { IconPush, default as IconPushDefault } from "./IconPush";
|