@central-icons-react-native/round-outlined-radius-2-stroke-1 1.1.120 → 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/IconEmojiLol/index.d.ts +4 -0
- package/IconEmojiLol/index.js +2 -0
- package/IconEmojiLol/index.js.map +1 -0
- package/IconEmojiLol/index.mjs +2 -0
- package/IconEmojiLol/index.mjs.map +1 -0
- 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 +5 -0
- package/filtered-icons.json +29 -1
- package/icons/index.d.ts +2 -0
- package/icons-index.json +10 -3
- package/index.d.ts +2 -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 +15 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var l=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var C in o)l(r,C,{get:o[C],enumerable:!0})},m=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!P.call(r,n)&&n!==C&&l(r,n,{get:()=>o[n],enumerable:!(p=x(o,n))||p.enumerable});return r};var c=(r,o,C)=>(C=r!=null?u(I(r)):{},m(o||!r||!r.__esModule?l(C,"default",{value:r,enumerable:!0}):C,r)),d=r=>m(l({},"__esModule",{value:!0}),r);var y={};g(y,{IconEmojiLol:()=>i,default:()=>v});module.exports=d(y);var t=c(require("react"));var s=c(require("react")),a=require("react-native-svg"),f=({children:r,size:o=24,...C})=>s.default.createElement(a.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var e=require("react-native-svg"),i=r=>t.default.createElement(f,{...r},t.default.createElement(e.Path,{d:"M16.5687 12.8237C16.8806 12.7186 17.2127 12.9342 17.2025 13.2632C17.0396 18.4991 9.48901 19.8481 7.54405 14.9661C7.42227 14.6604 7.66061 14.3443 7.98957 14.3364C10.9665 14.2652 13.747 13.7749 16.5687 12.8237Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M7.44042 10.4685C7.6026 10.6205 7.64505 10.8612 7.54461 11.0594L7.12222 11.8931C6.92196 12.2883 7.2914 12.7117 7.69436 12.5274C8.70056 12.0674 9.6548 11.4206 10.357 10.6023C10.5383 10.391 10.4822 10.0728 10.2396 9.93621C9.29982 9.4074 8.18191 9.126 7.07905 9.03783C6.63738 9.00252 6.43502 9.5267 6.75837 9.82961L7.44042 10.4685Z",fill:"currentColor"}),t.default.createElement(e.Path,{d:"M15.7611 9.00122C15.6606 9.19945 15.7031 9.44018 15.8653 9.5921L16.5473 10.231C16.8707 10.5339 16.6683 11.0581 16.2266 11.0228C15.1238 10.9346 14.0059 10.6532 13.0661 10.1244C12.8235 9.98788 12.7674 9.66966 12.9487 9.45837C13.6509 8.64003 14.6051 7.99326 15.6113 7.5332C16.0143 7.34896 16.3837 7.77231 16.1835 8.16755L15.7611 9.00122Z",fill:"currentColor"}),t.default.createElement(e.Circle,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor"})),v=i;0&&(module.exports={IconEmojiLol});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconEmojiLol/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 IconEmojiLol: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16.5687 12.8237C16.8806 12.7186 17.2127 12.9342 17.2025 13.2632C17.0396 18.4991 9.48901 19.8481 7.54405 14.9661C7.42227 14.6604 7.66061 14.3443 7.98957 14.3364C10.9665 14.2652 13.747 13.7749 16.5687 12.8237Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.44042 10.4685C7.6026 10.6205 7.64505 10.8612 7.54461 11.0594L7.12222 11.8931C6.92196 12.2883 7.2914 12.7117 7.69436 12.5274C8.70056 12.0674 9.6548 11.4206 10.357 10.6023C10.5383 10.391 10.4822 10.0728 10.2396 9.93621C9.29982 9.4074 8.18191 9.126 7.07905 9.03783C6.63738 9.00252 6.43502 9.5267 6.75837 9.82961L7.44042 10.4685Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.7611 9.00122C15.6606 9.19945 15.7031 9.44018 15.8653 9.5921L16.5473 10.231C16.8707 10.5339 16.6683 11.0581 16.2266 11.0228C15.1238 10.9346 14.0059 10.6532 13.0661 10.1244C12.8235 9.98788 12.7674 9.66966 12.9487 9.45837C13.6509 8.64003 14.6051 7.99326 15.6113 7.5332C16.0143 7.34896 16.3837 7.77231 16.1835 8.16755L15.7611 9.00122Z\"\n fill=\"currentColor\"\n />\n <Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconEmojiLol;\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,EAA6B,4BAEhBC,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,mNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2UACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iVACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,KAAK,GAAG,KAAK,EAAE,MAAM,OAAO,eAAe,CACxD,EAIGE,EAAQJ","names":["IconEmojiLol_exports","__export","IconEmojiLol","IconEmojiLol_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconEmojiLol","props","React","CentralIconBase","IconEmojiLol_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import l from"react";import{Svg as p}from"react-native-svg";var e=({children:C,size:r=24,...n})=>l.createElement(p,{...n,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);import{Circle as m,Path as t}from"react-native-svg";var c=C=>o.createElement(e,{...C},o.createElement(t,{d:"M16.5687 12.8237C16.8806 12.7186 17.2127 12.9342 17.2025 13.2632C17.0396 18.4991 9.48901 19.8481 7.54405 14.9661C7.42227 14.6604 7.66061 14.3443 7.98957 14.3364C10.9665 14.2652 13.747 13.7749 16.5687 12.8237Z",fill:"currentColor"}),o.createElement(t,{d:"M7.44042 10.4685C7.6026 10.6205 7.64505 10.8612 7.54461 11.0594L7.12222 11.8931C6.92196 12.2883 7.2914 12.7117 7.69436 12.5274C8.70056 12.0674 9.6548 11.4206 10.357 10.6023C10.5383 10.391 10.4822 10.0728 10.2396 9.93621C9.29982 9.4074 8.18191 9.126 7.07905 9.03783C6.63738 9.00252 6.43502 9.5267 6.75837 9.82961L7.44042 10.4685Z",fill:"currentColor"}),o.createElement(t,{d:"M15.7611 9.00122C15.6606 9.19945 15.7031 9.44018 15.8653 9.5921L16.5473 10.231C16.8707 10.5339 16.6683 11.0581 16.2266 11.0228C15.1238 10.9346 14.0059 10.6532 13.0661 10.1244C12.8235 9.98788 12.7674 9.66966 12.9487 9.45837C13.6509 8.64003 14.6051 7.99326 15.6113 7.5332C16.0143 7.34896 16.3837 7.77231 16.1835 8.16755L15.7611 9.00122Z",fill:"currentColor"}),o.createElement(m,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor"})),g=c;export{c as IconEmojiLol,g as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconEmojiLol/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 IconEmojiLol: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16.5687 12.8237C16.8806 12.7186 17.2127 12.9342 17.2025 13.2632C17.0396 18.4991 9.48901 19.8481 7.54405 14.9661C7.42227 14.6604 7.66061 14.3443 7.98957 14.3364C10.9665 14.2652 13.747 13.7749 16.5687 12.8237Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.44042 10.4685C7.6026 10.6205 7.64505 10.8612 7.54461 11.0594L7.12222 11.8931C6.92196 12.2883 7.2914 12.7117 7.69436 12.5274C8.70056 12.0674 9.6548 11.4206 10.357 10.6023C10.5383 10.391 10.4822 10.0728 10.2396 9.93621C9.29982 9.4074 8.18191 9.126 7.07905 9.03783C6.63738 9.00252 6.43502 9.5267 6.75837 9.82961L7.44042 10.4685Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M15.7611 9.00122C15.6606 9.19945 15.7031 9.44018 15.8653 9.5921L16.5473 10.231C16.8707 10.5339 16.6683 11.0581 16.2266 11.0228C15.1238 10.9346 14.0059 10.6532 13.0661 10.1244C12.8235 9.98788 12.7674 9.66966 12.9487 9.45837C13.6509 8.64003 14.6051 7.99326 15.6113 7.5332C16.0143 7.34896 16.3837 7.77231 16.1835 8.16755L15.7611 9.00122Z\"\n fill=\"currentColor\"\n />\n <Circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconEmojiLol;\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,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,mNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2UACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iVACF,KAAK,eACP,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","IconEmojiLol","props","React","CentralIconBase","IconEmojiLol_default"]}
|
|
@@ -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
|
@@ -711,6 +711,7 @@ Below is a complete list of available icons:
|
|
|
711
711
|
- IconEmojiAddReaction
|
|
712
712
|
- IconEmojiAngry
|
|
713
713
|
- IconEmojiGrinning
|
|
714
|
+
- IconEmojiLol
|
|
714
715
|
- IconEmojiMouthless
|
|
715
716
|
- IconEmojiNeutral
|
|
716
717
|
- IconEmojiProfile
|
|
@@ -1964,6 +1965,10 @@ Below is a complete list of available icons:
|
|
|
1964
1965
|
- IconVerticalAlignmentRight
|
|
1965
1966
|
- IconWrite
|
|
1966
1967
|
|
|
1968
|
+
### Vehicles
|
|
1969
|
+
|
|
1970
|
+
- IconSteeringWheel1
|
|
1971
|
+
|
|
1967
1972
|
### Vehicles & Aircrafts
|
|
1968
1973
|
|
|
1969
1974
|
- IconAirplane
|
package/filtered-icons.json
CHANGED
|
@@ -9310,6 +9310,20 @@
|
|
|
9310
9310
|
"packageName": "round-outlined-radius-2-stroke-1",
|
|
9311
9311
|
"componentName": "IconEmojiGrinning"
|
|
9312
9312
|
},
|
|
9313
|
+
{
|
|
9314
|
+
"category": "Emoji",
|
|
9315
|
+
"svg": "<path d=\"M16.5687 12.8237C16.8806 12.7186 17.2127 12.9342 17.2025 13.2632C17.0396 18.4991 9.48901 19.8481 7.54405 14.9661C7.42227 14.6604 7.66061 14.3443 7.98957 14.3364C10.9665 14.2652 13.747 13.7749 16.5687 12.8237Z\" fill=\"currentColor\"/><path d=\"M7.44042 10.4685C7.6026 10.6205 7.64505 10.8612 7.54461 11.0594L7.12222 11.8931C6.92196 12.2883 7.2914 12.7117 7.69436 12.5274C8.70056 12.0674 9.6548 11.4206 10.357 10.6023C10.5383 10.391 10.4822 10.0728 10.2396 9.93621C9.29982 9.4074 8.18191 9.126 7.07905 9.03783C6.63738 9.00252 6.43502 9.5267 6.75837 9.82961L7.44042 10.4685Z\" fill=\"currentColor\"/><path d=\"M15.7611 9.00122C15.6606 9.19945 15.7031 9.44018 15.8653 9.5921L16.5473 10.231C16.8707 10.5339 16.6683 11.0581 16.2266 11.0228C15.1238 10.9346 14.0059 10.6532 13.0661 10.1244C12.8235 9.98788 12.7674 9.66966 12.9487 9.45837C13.6509 8.64003 14.6051 7.99326 15.6113 7.5332C16.0143 7.34896 16.3837 7.77231 16.1835 8.16755L15.7611 9.00122Z\" fill=\"currentColor\"/><circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\"/>",
|
|
9316
|
+
"iconName": "emoji-lol, laugh, comedy, joke",
|
|
9317
|
+
"variant": {
|
|
9318
|
+
"join": "round",
|
|
9319
|
+
"filled": "off",
|
|
9320
|
+
"radius": "2",
|
|
9321
|
+
"stroke": "1"
|
|
9322
|
+
},
|
|
9323
|
+
"createdAt": "2026-02-06T17:01:06.255721+00:00",
|
|
9324
|
+
"packageName": "round-outlined-radius-2-stroke-1",
|
|
9325
|
+
"componentName": "IconEmojiLol"
|
|
9326
|
+
},
|
|
9313
9327
|
{
|
|
9314
9328
|
"category": "Emoji",
|
|
9315
9329
|
"svg": "<circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\"/><path d=\"M10.75 9.9C10.75 11.0046 10.0784 11.75 9.25 11.75C8.42157 11.75 7.75 11.0046 7.75 9.9C7.75 8.79543 8.42157 8 9.25 8C10.0784 8 10.75 8.79543 10.75 9.9Z\" fill=\"currentColor\"/><path d=\"M16.25 9.9C16.25 11.0046 15.5784 11.75 14.75 11.75C13.9216 11.75 13.25 11.0046 13.25 9.9C13.25 8.79543 13.9216 8 14.75 8C15.5784 8 16.25 8.79543 16.25 9.9Z\" fill=\"currentColor\"/>",
|
|
@@ -21238,6 +21252,20 @@
|
|
|
21238
21252
|
"packageName": "round-outlined-radius-2-stroke-1",
|
|
21239
21253
|
"componentName": "IconSteeringWheel"
|
|
21240
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
|
+
},
|
|
21241
21269
|
{
|
|
21242
21270
|
"category": "Arrows",
|
|
21243
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\"/>",
|
|
@@ -23046,7 +23074,7 @@
|
|
|
23046
23074
|
},
|
|
23047
23075
|
{
|
|
23048
23076
|
"category": "Vehicles & Aircrafts",
|
|
23049
|
-
"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\"/>",
|
|
23050
23078
|
"iconName": "ufo, beam",
|
|
23051
23079
|
"variant": {
|
|
23052
23080
|
"join": "round",
|
package/icons/index.d.ts
CHANGED
|
@@ -664,6 +664,7 @@ export type CentralIconName =
|
|
|
664
664
|
| "IconEmojiAngry"
|
|
665
665
|
| "IconEmojiAstonished"
|
|
666
666
|
| "IconEmojiGrinning"
|
|
667
|
+
| "IconEmojiLol"
|
|
667
668
|
| "IconEmojiMouthless"
|
|
668
669
|
| "IconEmojiNeutral"
|
|
669
670
|
| "IconEmojiProfile"
|
|
@@ -1516,6 +1517,7 @@ export type CentralIconName =
|
|
|
1516
1517
|
| "IconSteakSteamLines"
|
|
1517
1518
|
| "IconSteam"
|
|
1518
1519
|
| "IconSteeringWheel"
|
|
1520
|
+
| "IconSteeringWheel1"
|
|
1519
1521
|
| "IconStepBack"
|
|
1520
1522
|
| "IconStepForwards"
|
|
1521
1523
|
| "IconSteveJobs"
|
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,
|
|
@@ -597,12 +597,13 @@
|
|
|
597
597
|
]
|
|
598
598
|
},
|
|
599
599
|
"Emoji": {
|
|
600
|
-
"count":
|
|
600
|
+
"count": 19,
|
|
601
601
|
"icons": [
|
|
602
602
|
"IconAlien",
|
|
603
603
|
"IconEmojiAddReaction",
|
|
604
604
|
"IconEmojiAngry",
|
|
605
605
|
"IconEmojiGrinning",
|
|
606
|
+
"IconEmojiLol",
|
|
606
607
|
"IconEmojiMouthless",
|
|
607
608
|
"IconEmojiNeutral",
|
|
608
609
|
"IconEmojiProfile",
|
|
@@ -1903,6 +1904,10 @@
|
|
|
1903
1904
|
"IconWrite"
|
|
1904
1905
|
]
|
|
1905
1906
|
},
|
|
1907
|
+
"Vehicles": {
|
|
1908
|
+
"count": 1,
|
|
1909
|
+
"icons": ["IconSteeringWheel1"]
|
|
1910
|
+
},
|
|
1906
1911
|
"Vehicles & Aircrafts": {
|
|
1907
1912
|
"count": 35,
|
|
1908
1913
|
"icons": [
|
|
@@ -2634,6 +2639,7 @@
|
|
|
2634
2639
|
"IconEmojiAngry": "emoji-angry",
|
|
2635
2640
|
"IconEmojiAstonished": "emoji-astonished",
|
|
2636
2641
|
"IconEmojiGrinning": "emoji-grinning",
|
|
2642
|
+
"IconEmojiLol": "emoji-lol, laugh, comedy, joke",
|
|
2637
2643
|
"IconEmojiMouthless": "emoji-mouthless",
|
|
2638
2644
|
"IconEmojiNeutral": "emoji-neutral",
|
|
2639
2645
|
"IconEmojiProfile": "emoji-profile",
|
|
@@ -3486,6 +3492,7 @@
|
|
|
3486
3492
|
"IconSteakSteamLines": "steak-steam-lines, t-bone",
|
|
3487
3493
|
"IconSteam": "steam",
|
|
3488
3494
|
"IconSteeringWheel": "steering-wheel, control, navigate, boot",
|
|
3495
|
+
"IconSteeringWheel1": "steering-wheel, autopilot, drive",
|
|
3489
3496
|
"IconStepBack": "step-back, undo",
|
|
3490
3497
|
"IconStepForwards": "step-forwards, continue",
|
|
3491
3498
|
"IconSteveJobs": "steve-jobs, professor, innovation",
|
package/index.d.ts
CHANGED
|
@@ -663,6 +663,7 @@ export { IconEmojiAddReaction, default as IconEmojiAddReactionDefault, } from ".
|
|
|
663
663
|
export { IconEmojiAngry, default as IconEmojiAngryDefault, } from "./IconEmojiAngry";
|
|
664
664
|
export { IconEmojiAstonished, default as IconEmojiAstonishedDefault, } from "./IconEmojiAstonished";
|
|
665
665
|
export { IconEmojiGrinning, default as IconEmojiGrinningDefault, } from "./IconEmojiGrinning";
|
|
666
|
+
export { IconEmojiLol, default as IconEmojiLolDefault } from "./IconEmojiLol";
|
|
666
667
|
export { IconEmojiMouthless, default as IconEmojiMouthlessDefault, } from "./IconEmojiMouthless";
|
|
667
668
|
export { IconEmojiNeutral, default as IconEmojiNeutralDefault, } from "./IconEmojiNeutral";
|
|
668
669
|
export { IconEmojiProfile, default as IconEmojiProfileDefault, } from "./IconEmojiProfile";
|
|
@@ -1515,6 +1516,7 @@ export { IconSteak, default as IconSteakDefault } from "./IconSteak";
|
|
|
1515
1516
|
export { IconSteakSteamLines, default as IconSteakSteamLinesDefault, } from "./IconSteakSteamLines";
|
|
1516
1517
|
export { IconSteam, default as IconSteamDefault } from "./IconSteam";
|
|
1517
1518
|
export { IconSteeringWheel, default as IconSteeringWheelDefault, } from "./IconSteeringWheel";
|
|
1519
|
+
export { IconSteeringWheel1, default as IconSteeringWheel1Default, } from "./IconSteeringWheel1";
|
|
1518
1520
|
export { IconStepBack, default as IconStepBackDefault } from "./IconStepBack";
|
|
1519
1521
|
export { IconStepForwards, default as IconStepForwardsDefault, } from "./IconStepForwards";
|
|
1520
1522
|
export { IconSteveJobs, default as IconSteveJobsDefault, } from "./IconSteveJobs";
|