@central-icons-react-native/round-outlined-radius-2-stroke-1 1.1.121 → 1.1.122
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/IconSteeringWheel1/index.d.ts +4 -0
- package/IconSteeringWheel1/index.js +2 -0
- package/IconSteeringWheel1/index.js.map +1 -0
- package/IconSteeringWheel1/index.mjs +2 -0
- package/IconSteeringWheel1/index.mjs.map +1 -0
- package/IconUfo/index.js +1 -1
- package/IconUfo/index.js.map +1 -1
- package/IconUfo/index.mjs +1 -1
- package/IconUfo/index.mjs.map +1 -1
- package/README.md +4 -0
- package/filtered-icons.json +15 -1
- package/icons/index.d.ts +1 -0
- package/icons-index.json +7 -2
- package/index.d.ts +1 -0
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/index.mjs +1 -1
- package/index.mjs.map +1 -1
- package/license-check.js +1 -1
- package/package.json +1 -1
- package/tsx-icons.json +8 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var p=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var P=(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 C of B(o))!g.call(r,C)&&C!==e&&p(r,C,{get:()=>o[C],enumerable:!(l=x(o,C))||l.enumerable});return r};var c=(r,o,e)=>(e=r!=null?i(I(r)):{},s(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),d=r=>s(p({},"__esModule",{value:!0}),r);var v={};P(v,{IconSteeringWheel1:()=>f,default:()=>h});module.exports=d(v);var t=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 n=require("react-native-svg"),f=r=>t.default.createElement(u,{...r},t.default.createElement(n.Path,{d:"M2.5 11.75C9.5 8.75002 14.5 8.74999 21.5 11.75",stroke:"currentColor"}),t.default.createElement(n.Path,{d:"M3.5 15.5C5.1405 14.8165 5.96075 14.4747 6.62598 14.5026C7.74495 14.5497 8.74455 15.2161 9.21833 16.2309C9.5 16.8342 9.5 17.7228 9.5 19.5V21",stroke:"currentColor"}),t.default.createElement(n.Path,{d:"M20.5 15.5C18.8595 14.8165 18.0392 14.4747 17.374 14.5026C16.2551 14.5497 15.2555 15.2161 14.7817 16.2309C14.5 16.8342 14.5 17.7228 14.5 19.5V21",stroke:"currentColor"}),t.default.createElement(n.Circle,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor"})),h=f;0&&(module.exports={IconSteeringWheel1});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconSteeringWheel1/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 IconSteeringWheel1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2.5 11.75C9.5 8.75002 14.5 8.74999 21.5 11.75\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M3.5 15.5C5.1405 14.8165 5.96075 14.4747 6.62598 14.5026C7.74495 14.5497 8.74455 15.2161 9.21833 16.2309C9.5 16.8342 9.5 17.7228 9.5 19.5V21\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M20.5 15.5C18.8595 14.8165 18.0392 14.4747 17.374 14.5026C16.2551 14.5497 15.2555 15.2161 14.7817 16.2309C14.5 16.8342 14.5 17.7228 14.5 19.5V21\"\n stroke=\"currentColor\"\n />\n <Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconSteeringWheel1;\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,EAA6B,4BAEhBC,EAAgDC,GAEzD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,iDACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,+IACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,mJACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,MAAM,OAAO,eAAe,CACxD,EAIGE,EAAQJ","names":["IconSteeringWheel1_exports","__export","IconSteeringWheel1","IconSteeringWheel1_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSteeringWheel1","props","React","CentralIconBase","IconSteeringWheel1_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:e,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"},e);import{Circle as s,Path as t}from"react-native-svg";var c=e=>o.createElement(n,{...e},o.createElement(t,{d:"M2.5 11.75C9.5 8.75002 14.5 8.74999 21.5 11.75",stroke:"currentColor"}),o.createElement(t,{d:"M3.5 15.5C5.1405 14.8165 5.96075 14.4747 6.62598 14.5026C7.74495 14.5497 8.74455 15.2161 9.21833 16.2309C9.5 16.8342 9.5 17.7228 9.5 19.5V21",stroke:"currentColor"}),o.createElement(t,{d:"M20.5 15.5C18.8595 14.8165 18.0392 14.4747 17.374 14.5026C16.2551 14.5497 15.2555 15.2161 14.7817 16.2309C14.5 16.8342 14.5 17.7228 14.5 19.5V21",stroke:"currentColor"}),o.createElement(s,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor"})),P=c;export{c as IconSteeringWheel1,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconSteeringWheel1/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 IconSteeringWheel1: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2.5 11.75C9.5 8.75002 14.5 8.74999 21.5 11.75\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M3.5 15.5C5.1405 14.8165 5.96075 14.4747 6.62598 14.5026C7.74495 14.5497 8.74455 15.2161 9.21833 16.2309C9.5 16.8342 9.5 17.7228 9.5 19.5V21\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M20.5 15.5C18.8595 14.8165 18.0392 14.4747 17.374 14.5026C16.2551 14.5497 15.2555 15.2161 14.7817 16.2309C14.5 16.8342 14.5 17.7228 14.5 19.5V21\"\n stroke=\"currentColor\"\n />\n <Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconSteeringWheel1;\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,EAAgDC,GAEzDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,iDACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,+IACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,mJACF,OAAO,eACT,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,KAAK,GAAG,KAAK,EAAE,MAAM,OAAO,eAAe,CACxD,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconSteeringWheel1","props","React","CentralIconBase","IconSteeringWheel1_default"]}
|
package/IconUfo/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var d=Object.create;var C=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(o,r)=>{for(var n in r)C(o,n,{get:r[n],enumerable:!0})},a=(o,r,n,s)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of L(r))!B.call(o,e)&&e!==n&&C(o,e,{get:()=>r[e],enumerable:!(s=f(r,e))||s.enumerable});return o};var i=(o,r,n)=>(n=o!=null?d(k(o)):{},a(r||!o||!o.__esModule?C(n,"default",{value:o,enumerable:!0}):n,o)),x=o=>a(C({},"__esModule",{value:!0}),o);var g={};I(g,{IconUfo:()=>m,default:()=>P});module.exports=x(g);var t=i(require("react"));var u=i(require("react")),c=require("react-native-svg"),l=({children:o,size:r=24,...n})=>u.default.createElement(c.Svg,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var p=require("react-native-svg"),m=o=>t.default.createElement(l,{...o},t.default.createElement(p.Path,{d:"M3.5
|
|
1
|
+
"use strict";var d=Object.create;var C=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(o,r)=>{for(var n in r)C(o,n,{get:r[n],enumerable:!0})},a=(o,r,n,s)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of L(r))!B.call(o,e)&&e!==n&&C(o,e,{get:()=>r[e],enumerable:!(s=f(r,e))||s.enumerable});return o};var i=(o,r,n)=>(n=o!=null?d(k(o)):{},a(r||!o||!o.__esModule?C(n,"default",{value:o,enumerable:!0}):n,o)),x=o=>a(C({},"__esModule",{value:!0}),o);var g={};I(g,{IconUfo:()=>m,default:()=>P});module.exports=x(g);var t=i(require("react"));var u=i(require("react")),c=require("react-native-svg"),l=({children:o,size:r=24,...n})=>u.default.createElement(c.Svg,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var p=require("react-native-svg"),m=o=>t.default.createElement(l,{...o},t.default.createElement(p.Path,{d:"M3.5 20L7.43216 13.652C3.92881 13.0559 1.5 11.7567 1.5 10.25C1.5 8.77898 3.81511 7.50579 7.18504 6.89151C7.37077 6.85766 7.5 6.68878 7.5 6.5C7.5 4.29086 9.40279 2.5 11.75 2.5C14.0972 2.5 16 4.29086 16 6.5C16 6.68878 16.1292 6.85766 16.315 6.89151C19.6849 7.50579 22 8.77898 22 10.25C22 11.7567 19.5712 13.0559 16.0678 13.652L20 20",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(p.Path,{d:"M7.51562 6.8341C8.80659 6.61951 10.2406 6.5 11.751 6.5C13.2614 6.5 14.6954 6.61951 15.9864 6.8341",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(p.Path,{d:"M7.42969 13.6521L9.23412 10.739C9.52208 10.2742 9.98667 9.93729 10.5291 9.86819C11.3472 9.76399 12.1479 9.76399 12.9659 9.86819C13.5084 9.93729 13.973 10.2742 14.2609 10.739L16.0654 13.6521",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=m;0&&(module.exports={IconUfo});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/IconUfo/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconUfo/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 IconUfo: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.5
|
|
1
|
+
{"version":3,"sources":["../src/IconUfo/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 IconUfo: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.5 20L7.43216 13.652C3.92881 13.0559 1.5 11.7567 1.5 10.25C1.5 8.77898 3.81511 7.50579 7.18504 6.89151C7.37077 6.85766 7.5 6.68878 7.5 6.5C7.5 4.29086 9.40279 2.5 11.75 2.5C14.0972 2.5 16 4.29086 16 6.5C16 6.68878 16.1292 6.85766 16.315 6.89151C19.6849 7.50579 22 8.77898 22 10.25C22 11.7567 19.5712 13.0559 16.0678 13.652L20 20\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.51562 6.8341C8.80659 6.61951 10.2406 6.5 11.751 6.5C13.2614 6.5 14.6954 6.61951 15.9864 6.8341\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.42969 13.6521L9.23412 10.739C9.52208 10.2742 9.98667 9.93729 10.5291 9.86819C11.3472 9.76399 12.1479 9.76399 12.9659 9.86819C13.5084 9.93729 13.973 10.2742 14.2609 10.739L16.0654 13.6521\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconUfo;\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,EAAqB,4BAERC,EAAqCC,GAE9C,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,6UACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oGACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gMACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconUfo_exports","__export","IconUfo","IconUfo_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconUfo","props","React","CentralIconBase","IconUfo_default"]}
|
package/IconUfo/index.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import r from"react";import p from"react";import{Svg as s}from"react-native-svg";var t=({children:n,size:o=24,...C})=>p.createElement(s,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var a=n=>r.createElement(t,{...n},r.createElement(e,{d:"M3.5
|
|
1
|
+
import r from"react";import p from"react";import{Svg as s}from"react-native-svg";var t=({children:n,size:o=24,...C})=>p.createElement(s,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},n);import{Path as e}from"react-native-svg";var a=n=>r.createElement(t,{...n},r.createElement(e,{d:"M3.5 20L7.43216 13.652C3.92881 13.0559 1.5 11.7567 1.5 10.25C1.5 8.77898 3.81511 7.50579 7.18504 6.89151C7.37077 6.85766 7.5 6.68878 7.5 6.5C7.5 4.29086 9.40279 2.5 11.75 2.5C14.0972 2.5 16 4.29086 16 6.5C16 6.68878 16.1292 6.85766 16.315 6.89151C19.6849 7.50579 22 8.77898 22 10.25C22 11.7567 19.5712 13.0559 16.0678 13.652L20 20",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M7.51562 6.8341C8.80659 6.61951 10.2406 6.5 11.751 6.5C13.2614 6.5 14.6954 6.61951 15.9864 6.8341",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M7.42969 13.6521L9.23412 10.739C9.52208 10.2742 9.98667 9.93729 10.5291 9.86819C11.3472 9.76399 12.1479 9.76399 12.9659 9.86819C13.5084 9.93729 13.973 10.2742 14.2609 10.739L16.0654 13.6521",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),B=a;export{a as IconUfo,B as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
package/IconUfo/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconUfo/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 IconUfo: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.5
|
|
1
|
+
{"version":3,"sources":["../src/IconUfo/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 IconUfo: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M3.5 20L7.43216 13.652C3.92881 13.0559 1.5 11.7567 1.5 10.25C1.5 8.77898 3.81511 7.50579 7.18504 6.89151C7.37077 6.85766 7.5 6.68878 7.5 6.5C7.5 4.29086 9.40279 2.5 11.75 2.5C14.0972 2.5 16 4.29086 16 6.5C16 6.68878 16.1292 6.85766 16.315 6.89151C19.6849 7.50579 22 8.77898 22 10.25C22 11.7567 19.5712 13.0559 16.0678 13.652L20 20\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.51562 6.8341C8.80659 6.61951 10.2406 6.5 11.751 6.5C13.2614 6.5 14.6954 6.61951 15.9864 6.8341\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.42969 13.6521L9.23412 10.739C9.52208 10.2742 9.98667 9.93729 10.5291 9.86819C11.3472 9.76399 12.1479 9.76399 12.9659 9.86819C13.5084 9.93729 13.973 10.2742 14.2609 10.739L16.0654 13.6521\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconUfo;\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,EAAqCC,GAE9CC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,6UACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oGACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gMACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconUfo","props","React","CentralIconBase","IconUfo_default"]}
|
package/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -21252,6 +21252,20 @@
|
|
|
21252
21252
|
"packageName": "round-outlined-radius-2-stroke-1",
|
|
21253
21253
|
"componentName": "IconSteeringWheel"
|
|
21254
21254
|
},
|
|
21255
|
+
{
|
|
21256
|
+
"category": "Vehicles",
|
|
21257
|
+
"svg": "<path d=\"M2.5 11.75C9.5 8.75002 14.5 8.74999 21.5 11.75\" stroke=\"currentColor\"/><path d=\"M3.5 15.5C5.1405 14.8165 5.96075 14.4747 6.62598 14.5026C7.74495 14.5497 8.74455 15.2161 9.21833 16.2309C9.5 16.8342 9.5 17.7228 9.5 19.5V21\" stroke=\"currentColor\"/><path d=\"M20.5 15.5C18.8595 14.8165 18.0392 14.4747 17.374 14.5026C16.2551 14.5497 15.2555 15.2161 14.7817 16.2309C14.5 16.8342 14.5 17.7228 14.5 19.5V21\" stroke=\"currentColor\"/><circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\"/>",
|
|
21258
|
+
"iconName": "steering-wheel, autopilot, drive",
|
|
21259
|
+
"variant": {
|
|
21260
|
+
"join": "round",
|
|
21261
|
+
"filled": "off",
|
|
21262
|
+
"radius": "2",
|
|
21263
|
+
"stroke": "1"
|
|
21264
|
+
},
|
|
21265
|
+
"createdAt": "2026-02-09T16:00:58.002942+00:00",
|
|
21266
|
+
"packageName": "round-outlined-radius-2-stroke-1",
|
|
21267
|
+
"componentName": "IconSteeringWheel1"
|
|
21268
|
+
},
|
|
21255
21269
|
{
|
|
21256
21270
|
"category": "Arrows",
|
|
21257
21271
|
"svg": "<path d=\"M6.5 3.5L3.5 6.5L6.5 9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4 6.5H14.5C17.8137 6.5 20.5 9.18629 20.5 12.5C20.5 15.8137 17.8137 18.5 14.5 18.5H5.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -23060,7 +23074,7 @@
|
|
|
23060
23074
|
},
|
|
23061
23075
|
{
|
|
23062
23076
|
"category": "Vehicles & Aircrafts",
|
|
23063
|
-
"svg": "<path d=\"M3.5
|
|
23077
|
+
"svg": "<path d=\"M3.5 20L7.43216 13.652C3.92881 13.0559 1.5 11.7567 1.5 10.25C1.5 8.77898 3.81511 7.50579 7.18504 6.89151C7.37077 6.85766 7.5 6.68878 7.5 6.5C7.5 4.29086 9.40279 2.5 11.75 2.5C14.0972 2.5 16 4.29086 16 6.5C16 6.68878 16.1292 6.85766 16.315 6.89151C19.6849 7.50579 22 8.77898 22 10.25C22 11.7567 19.5712 13.0559 16.0678 13.652L20 20\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.51562 6.8341C8.80659 6.61951 10.2406 6.5 11.751 6.5C13.2614 6.5 14.6954 6.61951 15.9864 6.8341\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.42969 13.6521L9.23412 10.739C9.52208 10.2742 9.98667 9.93729 10.5291 9.86819C11.3472 9.76399 12.1479 9.76399 12.9659 9.86819C13.5084 9.93729 13.973 10.2742 14.2609 10.739L16.0654 13.6521\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
23064
23078
|
"iconName": "ufo, beam",
|
|
23065
23079
|
"variant": {
|
|
23066
23080
|
"join": "round",
|
package/icons/index.d.ts
CHANGED
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-2-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.122",
|
|
4
4
|
"style": "round-outlined-radius-2-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-2-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": 1771,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 67,
|
|
@@ -1904,6 +1904,10 @@
|
|
|
1904
1904
|
"IconWrite"
|
|
1905
1905
|
]
|
|
1906
1906
|
},
|
|
1907
|
+
"Vehicles": {
|
|
1908
|
+
"count": 1,
|
|
1909
|
+
"icons": ["IconSteeringWheel1"]
|
|
1910
|
+
},
|
|
1907
1911
|
"Vehicles & Aircrafts": {
|
|
1908
1912
|
"count": 35,
|
|
1909
1913
|
"icons": [
|
|
@@ -3488,6 +3492,7 @@
|
|
|
3488
3492
|
"IconSteakSteamLines": "steak-steam-lines, t-bone",
|
|
3489
3493
|
"IconSteam": "steam",
|
|
3490
3494
|
"IconSteeringWheel": "steering-wheel, control, navigate, boot",
|
|
3495
|
+
"IconSteeringWheel1": "steering-wheel, autopilot, drive",
|
|
3491
3496
|
"IconStepBack": "step-back, undo",
|
|
3492
3497
|
"IconStepForwards": "step-forwards, continue",
|
|
3493
3498
|
"IconSteveJobs": "steve-jobs, professor, innovation",
|
package/index.d.ts
CHANGED
|
@@ -1516,6 +1516,7 @@ export { IconSteak, default as IconSteakDefault } from "./IconSteak";
|
|
|
1516
1516
|
export { IconSteakSteamLines, default as IconSteakSteamLinesDefault, } from "./IconSteakSteamLines";
|
|
1517
1517
|
export { IconSteam, default as IconSteamDefault } from "./IconSteam";
|
|
1518
1518
|
export { IconSteeringWheel, default as IconSteeringWheelDefault, } from "./IconSteeringWheel";
|
|
1519
|
+
export { IconSteeringWheel1, default as IconSteeringWheel1Default, } from "./IconSteeringWheel1";
|
|
1519
1520
|
export { IconStepBack, default as IconStepBackDefault } from "./IconStepBack";
|
|
1520
1521
|
export { IconStepForwards, default as IconStepForwardsDefault, } from "./IconStepForwards";
|
|
1521
1522
|
export { IconSteveJobs, default as IconSteveJobsDefault, } from "./IconSteveJobs";
|