@central-icons-react-native/round-outlined-radius-1-stroke-1.5 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 d=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of h(o))!x.call(r,C)&&C!==t&&p(r,C,{get:()=>o[C],enumerable:!(s=f(o,C))||s.enumerable});return r};var c=(r,o,t)=>(t=r!=null?d(k(r)):{},l(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),I=r=>l(p({},"__esModule",{value:!0}),r);var P={};B(P,{IconSteeringWheel1:()=>u,default:()=>g});module.exports=I(P);var e=c(require("react"));var m=c(require("react")),a=require("react-native-svg"),i=({children:r,size:o=24,...t})=>m.default.createElement(a.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 n=require("react-native-svg"),u=r=>e.default.createElement(i,{...r},e.default.createElement(n.Path,{d:"M3 11.75C10 8.75005 14 8.75 21 11.75",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Path,{d:"M3.5 15.5C5.66826 14.6661 6.75238 14.2491 7.62164 14.4332C8.40081 14.5982 9.08237 15.0663 9.51611 15.7343C10 16.4795 10 17.6411 10 19.9642V21",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Path,{d:"M20.5 15.5C18.3317 14.6661 17.2476 14.2491 16.3784 14.4332C15.5992 14.5982 14.9176 15.0663 14.4839 15.7343C14 16.4795 14 17.6411 14 19.9642V21",stroke:"currentColor",strokeWidth:"1.5"}),e.default.createElement(n.Circle,{cx:"12",cy:"12",r:"9.25",stroke:"currentColor",strokeWidth:"1.5"})),g=u;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=\"M3 11.75C10 8.75005 14 8.75 21 11.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M3.5 15.5C5.66826 14.6661 6.75238 14.2491 7.62164 14.4332C8.40081 14.5982 9.08237 15.0663 9.51611 15.7343C10 16.4795 10 17.6411 10 19.9642V21\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M20.5 15.5C18.3317 14.6661 17.2476 14.2491 16.3784 14.4332C15.5992 14.5982 14.9176 15.0663 14.4839 15.7343C14 16.4795 14 17.6411 14 19.9642V21\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"9.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\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,uCACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gJACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iJACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,KACH,GAAG,KACH,EAAE,OACF,OAAO,eACP,YAAY,MACd,CACF,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 s}from"react-native-svg";var n=({children:t,size:r=24,...C})=>p.createElement(s,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Circle as l,Path as e}from"react-native-svg";var c=t=>o.createElement(n,{...t},o.createElement(e,{d:"M3 11.75C10 8.75005 14 8.75 21 11.75",stroke:"currentColor",strokeWidth:"1.5"}),o.createElement(e,{d:"M3.5 15.5C5.66826 14.6661 6.75238 14.2491 7.62164 14.4332C8.40081 14.5982 9.08237 15.0663 9.51611 15.7343C10 16.4795 10 17.6411 10 19.9642V21",stroke:"currentColor",strokeWidth:"1.5"}),o.createElement(e,{d:"M20.5 15.5C18.3317 14.6661 17.2476 14.2491 16.3784 14.4332C15.5992 14.5982 14.9176 15.0663 14.4839 15.7343C14 16.4795 14 17.6411 14 19.9642V21",stroke:"currentColor",strokeWidth:"1.5"}),o.createElement(l,{cx:"12",cy:"12",r:"9.25",stroke:"currentColor",strokeWidth:"1.5"})),B=c;export{c as IconSteeringWheel1,B 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=\"M3 11.75C10 8.75005 14 8.75 21 11.75\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M3.5 15.5C5.66826 14.6661 6.75238 14.2491 7.62164 14.4332C8.40081 14.5982 9.08237 15.0663 9.51611 15.7343C10 16.4795 10 17.6411 10 19.9642V21\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Path\n d=\"M20.5 15.5C18.3317 14.6661 17.2476 14.2491 16.3784 14.4332C15.5992 14.5982 14.9176 15.0663 14.4839 15.7343C14 16.4795 14 17.6411 14 19.9642V21\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"9.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\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,uCACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gJACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iJACF,OAAO,eACP,YAAY,MACd,EACAG,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,KACH,EAAE,OACF,OAAO,eACP,YAAY,MACd,CACF,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 m=Object.create;var C=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(o,r)=>{for(var e in r)C(o,e,{get:r[e],enumerable:!0})},i=(o,r,e,s)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of f(r))!B.call(o,t)&&t!==e&&C(o,t,{get:()=>r[t],enumerable:!(s=k(r,t))||s.enumerable});return o};var a=(o,r,e)=>(e=o!=null?m(L(o)):{},i(r||!o||!o.__esModule?C(e,"default",{value:o,enumerable:!0}):e,o)),h=o=>i(C({},"__esModule",{value:!0}),o);var P={};I(P,{IconUfo:()=>l,default:()=>x});module.exports=h(P);var n=a(require("react"));var u=a(require("react")),d=require("react-native-svg"),c=({children:o,size:r=24,...e})=>u.default.createElement(d.Svg,{...e,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"),l=o=>n.default.createElement(c,{...o},n.default.createElement(p.Path,{d:"M3.75 20.
|
|
1
|
+
"use strict";var m=Object.create;var C=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(o,r)=>{for(var e in r)C(o,e,{get:r[e],enumerable:!0})},i=(o,r,e,s)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of f(r))!B.call(o,t)&&t!==e&&C(o,t,{get:()=>r[t],enumerable:!(s=k(r,t))||s.enumerable});return o};var a=(o,r,e)=>(e=o!=null?m(L(o)):{},i(r||!o||!o.__esModule?C(e,"default",{value:o,enumerable:!0}):e,o)),h=o=>i(C({},"__esModule",{value:!0}),o);var P={};I(P,{IconUfo:()=>l,default:()=>x});module.exports=h(P);var n=a(require("react"));var u=a(require("react")),d=require("react-native-svg"),c=({children:o,size:r=24,...e})=>u.default.createElement(d.Svg,{...e,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"),l=o=>n.default.createElement(c,{...o},n.default.createElement(p.Path,{d:"M3.75 20.25L7.68216 13.902C4.17881 13.3059 1.75 12.0067 1.75 10.5C1.75 9.02898 4.06511 7.75579 7.43504 7.14151C7.62077 7.10766 7.75 6.93878 7.75 6.75C7.75 4.54086 9.65279 2.75 12 2.75C14.3472 2.75 16.25 4.54086 16.25 6.75C16.25 6.93878 16.3792 7.10766 16.565 7.14151C19.9349 7.75579 22.25 9.02898 22.25 10.5C22.25 12.0067 19.8212 13.3059 16.3178 13.902L20.25 20.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M7.76562 7.0841C9.05659 6.86951 10.4906 6.75 12.001 6.75C13.5114 6.75 14.9454 6.86951 16.2364 7.0841",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(p.Path,{d:"M7.67969 13.9021L9.70957 10.6251C9.85356 10.3926 10.0861 10.2269 10.3557 10.1811C11.4643 9.993 12.5308 9.993 13.6394 10.1811C13.909 10.2269 14.1415 10.3926 14.2855 10.6251L16.3154 13.9021",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),x=l;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.75 20.
|
|
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.75 20.25L7.68216 13.902C4.17881 13.3059 1.75 12.0067 1.75 10.5C1.75 9.02898 4.06511 7.75579 7.43504 7.14151C7.62077 7.10766 7.75 6.93878 7.75 6.75C7.75 4.54086 9.65279 2.75 12 2.75C14.3472 2.75 16.25 4.54086 16.25 6.75C16.25 6.93878 16.3792 7.10766 16.565 7.14151C19.9349 7.75579 22.25 9.02898 22.25 10.5C22.25 12.0067 19.8212 13.3059 16.3178 13.902L20.25 20.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.76562 7.0841C9.05659 6.86951 10.4906 6.75 12.001 6.75C13.5114 6.75 14.9454 6.86951 16.2364 7.0841\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.67969 13.9021L9.70957 10.6251C9.85356 10.3926 10.0861 10.2269 10.3557 10.1811C11.4643 9.993 12.5308 9.993 13.6394 10.1811C13.909 10.2269 14.1415 10.3926 14.2855 10.6251L16.3154 13.9021\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,+WACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uGACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,8LACF,OAAO,eACP,YAAY,MACZ,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 n=({children:e,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"},e);import{Path as t}from"react-native-svg";var i=e=>r.createElement(n,{...e},r.createElement(t,{d:"M3.75 20.
|
|
1
|
+
import r from"react";import p from"react";import{Svg as s}from"react-native-svg";var n=({children:e,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"},e);import{Path as t}from"react-native-svg";var i=e=>r.createElement(n,{...e},r.createElement(t,{d:"M3.75 20.25L7.68216 13.902C4.17881 13.3059 1.75 12.0067 1.75 10.5C1.75 9.02898 4.06511 7.75579 7.43504 7.14151C7.62077 7.10766 7.75 6.93878 7.75 6.75C7.75 4.54086 9.65279 2.75 12 2.75C14.3472 2.75 16.25 4.54086 16.25 6.75C16.25 6.93878 16.3792 7.10766 16.565 7.14151C19.9349 7.75579 22.25 9.02898 22.25 10.5C22.25 12.0067 19.8212 13.3059 16.3178 13.902L20.25 20.25",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(t,{d:"M7.76562 7.0841C9.05659 6.86951 10.4906 6.75 12.001 6.75C13.5114 6.75 14.9454 6.86951 16.2364 7.0841",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(t,{d:"M7.67969 13.9021L9.70957 10.6251C9.85356 10.3926 10.0861 10.2269 10.3557 10.1811C11.4643 9.993 12.5308 9.993 13.6394 10.1811C13.909 10.2269 14.1415 10.3926 14.2855 10.6251L16.3154 13.9021",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})),B=i;export{i 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.75 20.
|
|
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.75 20.25L7.68216 13.902C4.17881 13.3059 1.75 12.0067 1.75 10.5C1.75 9.02898 4.06511 7.75579 7.43504 7.14151C7.62077 7.10766 7.75 6.93878 7.75 6.75C7.75 4.54086 9.65279 2.75 12 2.75C14.3472 2.75 16.25 4.54086 16.25 6.75C16.25 6.93878 16.3792 7.10766 16.565 7.14151C19.9349 7.75579 22.25 9.02898 22.25 10.5C22.25 12.0067 19.8212 13.3059 16.3178 13.902L20.25 20.25\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.76562 7.0841C9.05659 6.86951 10.4906 6.75 12.001 6.75C13.5114 6.75 14.9454 6.86951 16.2364 7.0841\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.67969 13.9021L9.70957 10.6251C9.85356 10.3926 10.0861 10.2269 10.3557 10.1811C11.4643 9.993 12.5308 9.993 13.6394 10.1811C13.909 10.2269 14.1415 10.3926 14.2855 10.6251L16.3154 13.9021\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,+WACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uGACF,OAAO,eACP,YAAY,MACZ,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,8LACF,OAAO,eACP,YAAY,MACZ,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-1-stroke-1.5",
|
|
21253
21253
|
"componentName": "IconSteeringWheel"
|
|
21254
21254
|
},
|
|
21255
|
+
{
|
|
21256
|
+
"category": "Vehicles",
|
|
21257
|
+
"svg": "<path d=\"M3 11.75C10 8.75005 14 8.75 21 11.75\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M3.5 15.5C5.66826 14.6661 6.75238 14.2491 7.62164 14.4332C8.40081 14.5982 9.08237 15.0663 9.51611 15.7343C10 16.4795 10 17.6411 10 19.9642V21\" stroke=\"currentColor\" stroke-width=\"1.5\"/><path d=\"M20.5 15.5C18.3317 14.6661 17.2476 14.2491 16.3784 14.4332C15.5992 14.5982 14.9176 15.0663 14.4839 15.7343C14 16.4795 14 17.6411 14 19.9642V21\" stroke=\"currentColor\" stroke-width=\"1.5\"/><circle cx=\"12\" cy=\"12\" r=\"9.25\" stroke=\"currentColor\" stroke-width=\"1.5\"/>",
|
|
21258
|
+
"iconName": "steering-wheel, autopilot, drive",
|
|
21259
|
+
"variant": {
|
|
21260
|
+
"join": "round",
|
|
21261
|
+
"filled": "off",
|
|
21262
|
+
"radius": "1",
|
|
21263
|
+
"stroke": "1.5"
|
|
21264
|
+
},
|
|
21265
|
+
"createdAt": "2026-02-09T16:00:58.002942+00:00",
|
|
21266
|
+
"packageName": "round-outlined-radius-1-stroke-1.5",
|
|
21267
|
+
"componentName": "IconSteeringWheel1"
|
|
21268
|
+
},
|
|
21255
21269
|
{
|
|
21256
21270
|
"category": "Arrows",
|
|
21257
21271
|
"svg": "<path d=\"M6.75 3.25L3.75 6.25L6.75 9.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4.5 6.25H14.25C17.7018 6.25 20.5 9.04822 20.5 12.5C20.5 15.9518 17.7018 18.75 14.25 18.75H5.75\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -23060,7 +23074,7 @@
|
|
|
23060
23074
|
},
|
|
23061
23075
|
{
|
|
23062
23076
|
"category": "Vehicles & Aircrafts",
|
|
23063
|
-
"svg": "<path d=\"M3.75 20.
|
|
23077
|
+
"svg": "<path d=\"M3.75 20.25L7.68216 13.902C4.17881 13.3059 1.75 12.0067 1.75 10.5C1.75 9.02898 4.06511 7.75579 7.43504 7.14151C7.62077 7.10766 7.75 6.93878 7.75 6.75C7.75 4.54086 9.65279 2.75 12 2.75C14.3472 2.75 16.25 4.54086 16.25 6.75C16.25 6.93878 16.3792 7.10766 16.565 7.14151C19.9349 7.75579 22.25 9.02898 22.25 10.5C22.25 12.0067 19.8212 13.3059 16.3178 13.902L20.25 20.25\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.76562 7.0841C9.05659 6.86951 10.4906 6.75 12.001 6.75C13.5114 6.75 14.9454 6.86951 16.2364 7.0841\" stroke=\"currentColor\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.67969 13.9021L9.70957 10.6251C9.85356 10.3926 10.0861 10.2269 10.3557 10.1811C11.4643 9.993 12.5308 9.993 13.6394 10.1811C13.909 10.2269 14.1415 10.3926 14.2855 10.6251L16.3154 13.9021\" stroke=\"currentColor\" stroke-width=\"1.5\" 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-1-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.122",
|
|
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": 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";
|