@central-icons-react-native/round-outlined-radius-0-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/README.md +4 -0
- package/filtered-icons.json +14 -0
- 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 +7 -0
|
@@ -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/README.md
CHANGED
package/filtered-icons.json
CHANGED
|
@@ -21252,6 +21252,20 @@
|
|
|
21252
21252
|
"packageName": "round-outlined-radius-0-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": "0",
|
|
21263
|
+
"stroke": "1.5"
|
|
21264
|
+
},
|
|
21265
|
+
"createdAt": "2026-02-09T16:00:58.002942+00:00",
|
|
21266
|
+
"packageName": "round-outlined-radius-0-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\"/>",
|
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-0-stroke-1.5",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.122",
|
|
4
4
|
"style": "round-outlined-radius-0-stroke-1.5",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-0-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";
|