@central-icons-react-native/square-outlined-radius-0-stroke-1 1.1.212 → 1.1.214

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.
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconCarTaxi: FC<CentralIconBaseProps>;
4
+ export default IconCarTaxi;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var s=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var x=Object.getOwnPropertyNames;var B=Object.getPrototypeOf,I=Object.prototype.hasOwnProperty;var i=(r,o)=>{for(var t in o)s(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let p of x(o))!I.call(r,p)&&p!==t&&s(r,p,{get:()=>o[p],enumerable:!(C=d(o,p))||C.enumerable});return r};var m=(r,o,t)=>(t=r!=null?f(B(r)):{},l(o||!r||!r.__esModule?s(t,"default",{value:r,enumerable:!0}):t,r)),P=r=>l(s({},"__esModule",{value:!0}),r);var k={};i(k,{IconCarTaxi:()=>H,default:()=>g});module.exports=P(k);var e=m(require("react"));var a=m(require("react")),u=require("react-native-svg"),c=({children:r,size:o=24,...t})=>a.default.createElement(u.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"),H=r=>e.default.createElement(c,{...r},e.default.createElement(n.Path,{d:"M2.5 19.4998V10.4998L6.5 4.49979H17.5L21.5 10.4998V19.4998H17.5V17.4998H6.5V19.4998H2.5Z",stroke:"currentColor"}),e.default.createElement(n.Path,{d:"M1 10.5H2.5",stroke:"currentColor"}),e.default.createElement(n.Path,{d:"M21.5 10.5H23",stroke:"currentColor"}),e.default.createElement(n.Path,{d:"M5 13.5H8",stroke:"currentColor"}),e.default.createElement(n.Path,{d:"M16 13.5H19",stroke:"currentColor"}),e.default.createElement(n.Path,{d:"M9.5 2.5V4.5H14.5V2.5H9.5Z",stroke:"currentColor"})),g=H;0&&(module.exports={IconCarTaxi});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconCarTaxi/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 IconCarTaxi: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2.5 19.4998V10.4998L6.5 4.49979H17.5L21.5 10.4998V19.4998H17.5V17.4998H6.5V19.4998H2.5Z\"\n stroke=\"currentColor\"\n />\n <Path d=\"M1 10.5H2.5\" stroke=\"currentColor\" />\n <Path d=\"M21.5 10.5H23\" stroke=\"currentColor\" />\n <Path d=\"M5 13.5H8\" stroke=\"currentColor\" />\n <Path d=\"M16 13.5H19\" stroke=\"currentColor\" />\n <Path d=\"M9.5 2.5V4.5H14.5V2.5H9.5Z\" stroke=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconCarTaxi;\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,iBAAAE,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,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,2FACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,cAAc,OAAO,eAAe,EAC5C,EAAAA,QAAA,cAAC,QAAK,EAAE,gBAAgB,OAAO,eAAe,EAC9C,EAAAA,QAAA,cAAC,QAAK,EAAE,YAAY,OAAO,eAAe,EAC1C,EAAAA,QAAA,cAAC,QAAK,EAAE,cAAc,OAAO,eAAe,EAC5C,EAAAA,QAAA,cAAC,QAAK,EAAE,6BAA6B,OAAO,eAAe,CAC7D,EAIGE,EAAQJ","names":["IconCarTaxi_exports","__export","IconCarTaxi","IconCarTaxi_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCarTaxi","props","React","CentralIconBase","IconCarTaxi_default"]}
@@ -0,0 +1,2 @@
1
+ import r from"react";import s from"react";import{Svg as C}from"react-native-svg";var n=({children:e,size:o=24,...p})=>s.createElement(C,{...p,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 l=e=>r.createElement(n,{...e},r.createElement(t,{d:"M2.5 19.4998V10.4998L6.5 4.49979H17.5L21.5 10.4998V19.4998H17.5V17.4998H6.5V19.4998H2.5Z",stroke:"currentColor"}),r.createElement(t,{d:"M1 10.5H2.5",stroke:"currentColor"}),r.createElement(t,{d:"M21.5 10.5H23",stroke:"currentColor"}),r.createElement(t,{d:"M5 13.5H8",stroke:"currentColor"}),r.createElement(t,{d:"M16 13.5H19",stroke:"currentColor"}),r.createElement(t,{d:"M9.5 2.5V4.5H14.5V2.5H9.5Z",stroke:"currentColor"})),I=l;export{l as IconCarTaxi,I as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconCarTaxi/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 IconCarTaxi: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2.5 19.4998V10.4998L6.5 4.49979H17.5L21.5 10.4998V19.4998H17.5V17.4998H6.5V19.4998H2.5Z\"\n stroke=\"currentColor\"\n />\n <Path d=\"M1 10.5H2.5\" stroke=\"currentColor\" />\n <Path d=\"M21.5 10.5H23\" stroke=\"currentColor\" />\n <Path d=\"M5 13.5H8\" stroke=\"currentColor\" />\n <Path d=\"M16 13.5H19\" stroke=\"currentColor\" />\n <Path d=\"M9.5 2.5V4.5H14.5V2.5H9.5Z\" stroke=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconCarTaxi;\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,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,2FACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,cAAc,OAAO,eAAe,EAC5CG,EAAA,cAACH,EAAA,CAAK,EAAE,gBAAgB,OAAO,eAAe,EAC9CG,EAAA,cAACH,EAAA,CAAK,EAAE,YAAY,OAAO,eAAe,EAC1CG,EAAA,cAACH,EAAA,CAAK,EAAE,cAAc,OAAO,eAAe,EAC5CG,EAAA,cAACH,EAAA,CAAK,EAAE,6BAA6B,OAAO,eAAe,CAC7D,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCarTaxi","props","React","CentralIconBase","IconCarTaxi_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconHermesHelmet: FC<CentralIconBaseProps>;
4
+ export default IconHermesHelmet;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var p=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,i=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},l=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of B(o))!i.call(r,C)&&C!==e&&p(r,C,{get:()=>o[C],enumerable:!(s=x(o,C))||s.enumerable});return r};var m=(r,o,e)=>(e=r!=null?f(I(r)):{},l(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),d=r=>l(p({},"__esModule",{value:!0}),r);var k={};P(k,{IconHermesHelmet:()=>H,default:()=>g});module.exports=d(k);var t=m(require("react"));var c=m(require("react")),a=require("react-native-svg"),u=({children:r,size:o=24,...e})=>c.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"),H=r=>t.default.createElement(u,{...r},t.default.createElement(n.Path,{d:"M12 10.9375L11.6097 5.4736C11.5303 4.36158 10.605 3.5 9.49012 3.5H2.4375L2.4375 4.375C2.4375 5.54861 3.38889 6.5 4.5625 6.5H8",stroke:"currentColor"}),t.default.createElement(n.Path,{d:"M7.5 9.5H4.5V10.375C4.5 11.5486 5.45139 12.5 6.625 12.5H10",stroke:"currentColor"}),t.default.createElement(n.Path,{d:"M8 6.5H3.5V7.375C3.5 8.54861 4.45139 9.5 5.625 9.5H9",stroke:"currentColor"}),t.default.createElement(n.Circle,{cx:"11.9453",cy:"12.5",r:"1.75",stroke:"currentColor"}),t.default.createElement(n.Path,{d:"M6.5 12.5V16.2546C6.5 16.7371 6.33578 17.2053 6.03435 17.5821L4.5 19.5V20.5H8.09902C9.61097 20.5 11.0967 20.1054 12.4095 19.3553C13.5387 18.71 14.7985 18.3265 16.0957 18.233L19.5277 17.9858C20.6392 17.9058 21.5 16.9807 21.5 15.8663V15.1562L19.5 14C19.1634 10.4565 16.1875 7.75 12.6281 7.75H12",stroke:"currentColor"})),g=H;0&&(module.exports={IconHermesHelmet});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconHermesHelmet/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 IconHermesHelmet: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 10.9375L11.6097 5.4736C11.5303 4.36158 10.605 3.5 9.49012 3.5H2.4375L2.4375 4.375C2.4375 5.54861 3.38889 6.5 4.5625 6.5H8\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M7.5 9.5H4.5V10.375C4.5 11.5486 5.45139 12.5 6.625 12.5H10\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M8 6.5H3.5V7.375C3.5 8.54861 4.45139 9.5 5.625 9.5H9\"\n stroke=\"currentColor\"\n />\n <Circle cx=\"11.9453\" cy=\"12.5\" r=\"1.75\" stroke=\"currentColor\" />\n <Path\n d=\"M6.5 12.5V16.2546C6.5 16.7371 6.33578 17.2053 6.03435 17.5821L4.5 19.5V20.5H8.09902C9.61097 20.5 11.0967 20.1054 12.4095 19.3553C13.5387 18.71 14.7985 18.3265 16.0957 18.233L19.5277 17.9858C20.6392 17.9058 21.5 16.9807 21.5 15.8663V15.1562L19.5 14C19.1634 10.4565 16.1875 7.75 12.6281 7.75H12\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHermesHelmet;\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,sBAAAE,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,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,gIACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6DACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uDACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,UAAO,GAAG,UAAU,GAAG,OAAO,EAAE,OAAO,OAAO,eAAe,EAC9D,EAAAA,QAAA,cAAC,QACC,EAAE,uSACF,OAAO,eACT,CACF,EAIGE,EAAQJ","names":["IconHermesHelmet_exports","__export","IconHermesHelmet","IconHermesHelmet_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconHermesHelmet","props","React","CentralIconBase","IconHermesHelmet_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 m=t=>o.createElement(n,{...t},o.createElement(e,{d:"M12 10.9375L11.6097 5.4736C11.5303 4.36158 10.605 3.5 9.49012 3.5H2.4375L2.4375 4.375C2.4375 5.54861 3.38889 6.5 4.5625 6.5H8",stroke:"currentColor"}),o.createElement(e,{d:"M7.5 9.5H4.5V10.375C4.5 11.5486 5.45139 12.5 6.625 12.5H10",stroke:"currentColor"}),o.createElement(e,{d:"M8 6.5H3.5V7.375C3.5 8.54861 4.45139 9.5 5.625 9.5H9",stroke:"currentColor"}),o.createElement(l,{cx:"11.9453",cy:"12.5",r:"1.75",stroke:"currentColor"}),o.createElement(e,{d:"M6.5 12.5V16.2546C6.5 16.7371 6.33578 17.2053 6.03435 17.5821L4.5 19.5V20.5H8.09902C9.61097 20.5 11.0967 20.1054 12.4095 19.3553C13.5387 18.71 14.7985 18.3265 16.0957 18.233L19.5277 17.9858C20.6392 17.9058 21.5 16.9807 21.5 15.8663V15.1562L19.5 14C19.1634 10.4565 16.1875 7.75 12.6281 7.75H12",stroke:"currentColor"})),P=m;export{m as IconHermesHelmet,P as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconHermesHelmet/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 IconHermesHelmet: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12 10.9375L11.6097 5.4736C11.5303 4.36158 10.605 3.5 9.49012 3.5H2.4375L2.4375 4.375C2.4375 5.54861 3.38889 6.5 4.5625 6.5H8\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M7.5 9.5H4.5V10.375C4.5 11.5486 5.45139 12.5 6.625 12.5H10\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M8 6.5H3.5V7.375C3.5 8.54861 4.45139 9.5 5.625 9.5H9\"\n stroke=\"currentColor\"\n />\n <Circle cx=\"11.9453\" cy=\"12.5\" r=\"1.75\" stroke=\"currentColor\" />\n <Path\n d=\"M6.5 12.5V16.2546C6.5 16.7371 6.33578 17.2053 6.03435 17.5821L4.5 19.5V20.5H8.09902C9.61097 20.5 11.0967 20.1054 12.4095 19.3553C13.5387 18.71 14.7985 18.3265 16.0957 18.233L19.5277 17.9858C20.6392 17.9058 21.5 16.9807 21.5 15.8663V15.1562L19.5 14C19.1634 10.4565 16.1875 7.75 12.6281 7.75H12\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconHermesHelmet;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,gIACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6DACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uDACF,OAAO,eACT,EACAG,EAAA,cAACJ,EAAA,CAAO,GAAG,UAAU,GAAG,OAAO,EAAE,OAAO,OAAO,eAAe,EAC9DI,EAAA,cAACH,EAAA,CACC,EAAE,uSACF,OAAO,eACT,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconHermesHelmet","props","React","CentralIconBase","IconHermesHelmet_default"]}
@@ -0,0 +1,4 @@
1
+ import { FC } from "react";
2
+ import { type CentralIconBaseProps } from "../CentralIconBase";
3
+ export declare const IconQuickAi: FC<CentralIconBaseProps>;
4
+ export default IconQuickAi;
@@ -0,0 +1,2 @@
1
+ "use strict";var f=Object.create;var s=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var t in o)s(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of B(o))!x.call(r,n)&&n!==t&&s(r,n,{get:()=>o[n],enumerable:!(C=i(o,n))||C.enumerable});return r};var m=(r,o,t)=>(t=r!=null?f(I(r)):{},l(o||!r||!r.__esModule?s(t,"default",{value:r,enumerable:!0}):t,r)),d=r=>l(s({},"__esModule",{value:!0}),r);var k={};P(k,{IconQuickAi:()=>L,default:()=>g});module.exports=d(k);var e=m(require("react"));var a=m(require("react")),c=require("react-native-svg"),u=({children:r,size:o=24,...t})=>a.default.createElement(c.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 p=require("react-native-svg"),L=r=>e.default.createElement(u,{...r},e.default.createElement(p.Path,{d:"M16.1 2.5H14.9L13.4 6.4L9.5 7.9V9.1L13.4 10.6L14.9 14.5H16.1L17.6 10.6L21.5 9.1V7.9L17.6 6.4L16.1 2.5Z",stroke:"currentColor"}),e.default.createElement(p.Path,{d:"M4 20L11 13",stroke:"currentColor"}),e.default.createElement(p.Path,{d:"M9 20L12.5 16.5",stroke:"currentColor"}),e.default.createElement(p.Path,{d:"M4 15L7.5 11.5",stroke:"currentColor"})),g=L;0&&(module.exports={IconQuickAi});
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconQuickAi/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 IconQuickAi: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16.1 2.5H14.9L13.4 6.4L9.5 7.9V9.1L13.4 10.6L14.9 14.5H16.1L17.6 10.6L21.5 9.1V7.9L17.6 6.4L16.1 2.5Z\"\n stroke=\"currentColor\"\n />\n <Path d=\"M4 20L11 13\" stroke=\"currentColor\" />\n <Path d=\"M9 20L12.5 16.5\" stroke=\"currentColor\" />\n <Path d=\"M4 15L7.5 11.5\" stroke=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconQuickAi;\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,iBAAAE,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,EAAyCC,GAElD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,yGACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,cAAc,OAAO,eAAe,EAC5C,EAAAA,QAAA,cAAC,QAAK,EAAE,kBAAkB,OAAO,eAAe,EAChD,EAAAA,QAAA,cAAC,QAAK,EAAE,iBAAiB,OAAO,eAAe,CACjD,EAIGE,EAAQJ","names":["IconQuickAi_exports","__export","IconQuickAi","IconQuickAi_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconQuickAi","props","React","CentralIconBase","IconQuickAi_default"]}
@@ -0,0 +1,2 @@
1
+ import o from"react";import s from"react";import{Svg as C}from"react-native-svg";var n=({children:e,size:r=24,...p})=>s.createElement(C,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Path as t}from"react-native-svg";var l=e=>o.createElement(n,{...e},o.createElement(t,{d:"M16.1 2.5H14.9L13.4 6.4L9.5 7.9V9.1L13.4 10.6L14.9 14.5H16.1L17.6 10.6L21.5 9.1V7.9L17.6 6.4L16.1 2.5Z",stroke:"currentColor"}),o.createElement(t,{d:"M4 20L11 13",stroke:"currentColor"}),o.createElement(t,{d:"M9 20L12.5 16.5",stroke:"currentColor"}),o.createElement(t,{d:"M4 15L7.5 11.5",stroke:"currentColor"})),x=l;export{l as IconQuickAi,x as default};
2
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../src/IconQuickAi/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 IconQuickAi: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M16.1 2.5H14.9L13.4 6.4L9.5 7.9V9.1L13.4 10.6L14.9 14.5H16.1L17.6 10.6L21.5 9.1V7.9L17.6 6.4L16.1 2.5Z\"\n stroke=\"currentColor\"\n />\n <Path d=\"M4 20L11 13\" stroke=\"currentColor\" />\n <Path d=\"M9 20L12.5 16.5\" stroke=\"currentColor\" />\n <Path d=\"M4 15L7.5 11.5\" stroke=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconQuickAi;\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,EAAyCC,GAElDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,yGACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,cAAc,OAAO,eAAe,EAC5CG,EAAA,cAACH,EAAA,CAAK,EAAE,kBAAkB,OAAO,eAAe,EAChDG,EAAA,cAACH,EAAA,CAAK,EAAE,iBAAiB,OAAO,eAAe,CACjD,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconQuickAi","props","React","CentralIconBase","IconQuickAi_default"]}
package/README.md CHANGED
@@ -199,6 +199,7 @@ Below is a complete list of available icons:
199
199
  - IconPromptSuggestion
200
200
  - IconPromptTextToImage
201
201
  - IconPromptTextToVideo
202
+ - IconQuickAi
202
203
  - IconReceiptionBellSparkle
203
204
  - IconRobot
204
205
  - IconRobot2
@@ -1951,6 +1952,7 @@ Below is a complete list of available icons:
1951
1952
  - IconGoldMedal
1952
1953
  - IconGraduateCap
1953
1954
  - IconGraduateCap2
1955
+ - IconHermesHelmet
1954
1956
  - IconInfinity
1955
1957
  - IconInjection
1956
1958
  - IconJudgeGavel
@@ -2165,6 +2167,7 @@ Below is a complete list of available icons:
2165
2167
  ### Vehicles
2166
2168
 
2167
2169
  - IconBoat
2170
+ - IconCarTaxi
2168
2171
  - IconSteeringWheel1
2169
2172
 
2170
2173
  ### Vehicles & Aircrafts
@@ -5782,6 +5782,20 @@
5782
5782
  "packageName": "square-outlined-radius-0-stroke-1",
5783
5783
  "componentName": "IconCarFrontView"
5784
5784
  },
5785
+ {
5786
+ "category": "Vehicles",
5787
+ "svg": "<path d=\"M2.5 19.4998V10.4998L6.5 4.49979H17.5L21.5 10.4998V19.4998H17.5V17.4998H6.5V19.4998H2.5Z\" stroke=\"currentColor\"/><path d=\"M1 10.5H2.5\" stroke=\"currentColor\"/><path d=\"M21.5 10.5H23\" stroke=\"currentColor\"/><path d=\"M5 13.5H8\" stroke=\"currentColor\"/><path d=\"M16 13.5H19\" stroke=\"currentColor\"/><path d=\"M9.5 2.5V4.5H14.5V2.5H9.5Z\" stroke=\"currentColor\"/>",
5788
+ "iconName": "car-taxi, uber",
5789
+ "variant": {
5790
+ "join": "square",
5791
+ "filled": "off",
5792
+ "radius": "0",
5793
+ "stroke": "1"
5794
+ },
5795
+ "createdAt": "2026-04-24T15:01:54.4139+00:00",
5796
+ "packageName": "square-outlined-radius-0-stroke-1",
5797
+ "componentName": "IconCarTaxi"
5798
+ },
5785
5799
  {
5786
5800
  "category": "Layout",
5787
5801
  "svg": "<path d=\"M18.5 3.5H5.5V20.5H18.5V3.5Z\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M5.5 18.5H2.5V5.5H5.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M18.5 5.5H21.5V18.5H18.5\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
@@ -13622,6 +13636,20 @@
13622
13636
  "packageName": "square-outlined-radius-0-stroke-1",
13623
13637
  "componentName": "IconHeartDonation"
13624
13638
  },
13639
+ {
13640
+ "category": "Things",
13641
+ "svg": "<path d=\"M12 10.9375L11.6097 5.4736C11.5303 4.36158 10.605 3.5 9.49012 3.5H2.4375L2.4375 4.375C2.4375 5.54861 3.38889 6.5 4.5625 6.5H8\" stroke=\"currentColor\"/><path d=\"M7.5 9.5H4.5V10.375C4.5 11.5486 5.45139 12.5 6.625 12.5H10\" stroke=\"currentColor\"/><path d=\"M8 6.5H3.5V7.375C3.5 8.54861 4.45139 9.5 5.625 9.5H9\" stroke=\"currentColor\"/><circle cx=\"11.9453\" cy=\"12.5\" r=\"1.75\" stroke=\"currentColor\"/><path d=\"M6.5 12.5V16.2546C6.5 16.7371 6.33578 17.2053 6.03435 17.5821L4.5 19.5V20.5H8.09902C9.61097 20.5 11.0967 20.1054 12.4095 19.3553C13.5387 18.71 14.7985 18.3265 16.0957 18.233L19.5277 17.9858C20.6392 17.9058 21.5 16.9807 21.5 15.8663V15.1562L19.5 14C19.1634 10.4565 16.1875 7.75 12.6281 7.75H12\" stroke=\"currentColor\"/>",
13642
+ "iconName": "hermes-helmet",
13643
+ "variant": {
13644
+ "join": "square",
13645
+ "filled": "off",
13646
+ "radius": "0",
13647
+ "stroke": "1"
13648
+ },
13649
+ "createdAt": "2026-04-27T09:01:53.794396+00:00",
13650
+ "packageName": "square-outlined-radius-0-stroke-1",
13651
+ "componentName": "IconHermesHelmet"
13652
+ },
13625
13653
  {
13626
13654
  "category": "Edit",
13627
13655
  "svg": "<path d=\"M10.5 13.5H13.5L21.5 5.5L18.4806 2.5L10.5 10.5V13.5Z\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M11.4124 21.5001C10.4024 21.2431 8.31961 20.6053 6.0785 18.3241C2.3324 14.5111 1.3734 9.30506 3.93652 6.69614C6.04251 4.55253 10.1234 4.71808 13.5 7.00005\" stroke=\"currentColor\" stroke-linecap=\"square\"/><path d=\"M16.9998 10.5C19.914 13.9238 20.7163 17.1099 18.4804 18.9305C16.8054 20.2945 14.6859 18.7172 13.4492 17.5013\" stroke=\"currentColor\" stroke-linecap=\"square\"/>",
@@ -20020,6 +20048,20 @@
20020
20048
  "packageName": "square-outlined-radius-0-stroke-1",
20021
20049
  "componentName": "IconQrCode"
20022
20050
  },
20051
+ {
20052
+ "category": "AI & Magic",
20053
+ "svg": "<path d=\"M16.1 2.5H14.9L13.4 6.4L9.5 7.9V9.1L13.4 10.6L14.9 14.5H16.1L17.6 10.6L21.5 9.1V7.9L17.6 6.4L16.1 2.5Z\" stroke=\"currentColor\"/><path d=\"M4 20L11 13\" stroke=\"currentColor\"/><path d=\"M9 20L12.5 16.5\" stroke=\"currentColor\"/><path d=\"M4 15L7.5 11.5\" stroke=\"currentColor\"/>",
20054
+ "iconName": "quick-ai, rising",
20055
+ "variant": {
20056
+ "join": "square",
20057
+ "filled": "off",
20058
+ "radius": "0",
20059
+ "stroke": "1"
20060
+ },
20061
+ "createdAt": "2026-04-27T09:01:53.794396+00:00",
20062
+ "packageName": "square-outlined-radius-0-stroke-1",
20063
+ "componentName": "IconQuickAi"
20064
+ },
20023
20065
  {
20024
20066
  "category": "Interface General",
20025
20067
  "svg": "<path d=\"M18 17L21.5 20.5\" stroke=\"currentColor\"/><path d=\"M12 19.5C16.6944 19.5 20.5 15.6944 20.5 11C20.5 6.30558 16.6944 2.5 12 2.5C7.30558 2.5 3.5 6.30558 3.5 11\" stroke=\"currentColor\"/><path d=\"M3 16.875L8.78571 10L8.14286 14.125H12L6.21429 21L6.85714 16.875H3Z\" fill=\"currentColor\"/>",
package/icons/index.d.ts CHANGED
@@ -412,6 +412,7 @@ export type CentralIconName =
412
412
  | "IconCar9"
413
413
  | "IconCar9Ev"
414
414
  | "IconCarFrontView"
415
+ | "IconCarTaxi"
415
416
  | "IconCarussel"
416
417
  | "IconCash"
417
418
  | "IconCat"
@@ -972,6 +973,7 @@ export type CentralIconName =
972
973
  | "IconHeart2"
973
974
  | "IconHeartBeat"
974
975
  | "IconHeartDonation"
976
+ | "IconHermesHelmet"
975
977
  | "IconHighlight"
976
978
  | "IconHighlights"
977
979
  | "IconHistory"
@@ -1429,6 +1431,7 @@ export type CentralIconName =
1429
1431
  | "IconPuzzle"
1430
1432
  | "IconQm3"
1431
1433
  | "IconQrCode"
1434
+ | "IconQuickAi"
1432
1435
  | "IconQuickSearch"
1433
1436
  | "IconQuora"
1434
1437
  | "IconRacingFlag"
package/icons-index.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "package": "@central-icons-react-native/square-outlined-radius-0-stroke-1",
3
- "version": "1.1.212",
3
+ "version": "1.1.214",
4
4
  "style": "square-outlined-radius-0-stroke-1",
5
5
  "importExamples": {
6
6
  "individual": "import { IconHome } from '@central-icons-react-native/square-outlined-radius-0-stroke-1/IconHome';",
@@ -11,10 +11,10 @@
11
11
  "withProps": "<IconHome size={32} color=\"#007AFF\" />",
12
12
  "central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
13
13
  },
14
- "totalIcons": 1973,
14
+ "totalIcons": 1976,
15
15
  "categories": {
16
16
  "AI & Magic": {
17
- "count": 84,
17
+ "count": 85,
18
18
  "icons": [
19
19
  "IconAiSlop",
20
20
  "IconAiTokens",
@@ -68,6 +68,7 @@
68
68
  "IconPromptSuggestion",
69
69
  "IconPromptTextToImage",
70
70
  "IconPromptTextToVideo",
71
+ "IconQuickAi",
71
72
  "IconReceiptionBellSparkle",
72
73
  "IconRobot",
73
74
  "IconRobot2",
@@ -1824,7 +1825,7 @@
1824
1825
  ]
1825
1826
  },
1826
1827
  "Things": {
1827
- "count": 139,
1828
+ "count": 140,
1828
1829
  "icons": [
1829
1830
  "IconAnvil",
1830
1831
  "IconApps",
@@ -1884,6 +1885,7 @@
1884
1885
  "IconGoldMedal",
1885
1886
  "IconGraduateCap",
1886
1887
  "IconGraduateCap2",
1888
+ "IconHermesHelmet",
1887
1889
  "IconInfinity",
1888
1890
  "IconInjection",
1889
1891
  "IconJudgeGavel",
@@ -2101,8 +2103,8 @@
2101
2103
  ]
2102
2104
  },
2103
2105
  "Vehicles": {
2104
- "count": 2,
2105
- "icons": ["IconBoat", "IconSteeringWheel1"]
2106
+ "count": 3,
2107
+ "icons": ["IconBoat", "IconCarTaxi", "IconSteeringWheel1"]
2106
2108
  },
2107
2109
  "Vehicles & Aircrafts": {
2108
2110
  "count": 35,
@@ -2588,6 +2590,7 @@
2588
2590
  "IconCar9": "car-9, van",
2589
2591
  "IconCar9Ev": "car-9-ev, van",
2590
2592
  "IconCarFrontView": "car-front-view",
2593
+ "IconCarTaxi": "car-taxi, uber",
2591
2594
  "IconCarussel": "carussel, slides",
2592
2595
  "IconCash": "cash",
2593
2596
  "IconCat": "cat, image, animal, cute",
@@ -3148,6 +3151,7 @@
3148
3151
  "IconHeart2": "heart-2, like, health, life, fav",
3149
3152
  "IconHeartBeat": "heart-beat, heart rate, pulse",
3150
3153
  "IconHeartDonation": "heart-donation, dollar",
3154
+ "IconHermesHelmet": "hermes-helmet",
3151
3155
  "IconHighlight": "highlight, mark, freehand, drawing, paint",
3152
3156
  "IconHighlights": "highlights",
3153
3157
  "IconHistory": "history, back, timeline",
@@ -3605,6 +3609,7 @@
3605
3609
  "IconPuzzle": "puzzle, plugin",
3606
3610
  "IconQm3": "qm3, room, transform, xyz, 3d",
3607
3611
  "IconQrCode": "qr-code, barcode, scan",
3612
+ "IconQuickAi": "quick-ai, rising",
3608
3613
  "IconQuickSearch": "quick-search, quick-menu, command-k",
3609
3614
  "IconQuora": "quora",
3610
3615
  "IconRacingFlag": "racing-flag, target",
package/index.d.ts CHANGED
@@ -411,6 +411,7 @@ export { IconCar8Ev, default as IconCar8EvDefault } from "./IconCar8Ev";
411
411
  export { IconCar9, default as IconCar9Default } from "./IconCar9";
412
412
  export { IconCar9Ev, default as IconCar9EvDefault } from "./IconCar9Ev";
413
413
  export { IconCarFrontView, default as IconCarFrontViewDefault, } from "./IconCarFrontView";
414
+ export { IconCarTaxi, default as IconCarTaxiDefault } from "./IconCarTaxi";
414
415
  export { IconCarussel, default as IconCarusselDefault } from "./IconCarussel";
415
416
  export { IconCash, default as IconCashDefault } from "./IconCash";
416
417
  export { IconCat, default as IconCatDefault } from "./IconCat";
@@ -971,6 +972,7 @@ export { IconHeart, default as IconHeartDefault } from "./IconHeart";
971
972
  export { IconHeart2, default as IconHeart2Default } from "./IconHeart2";
972
973
  export { IconHeartBeat, default as IconHeartBeatDefault, } from "./IconHeartBeat";
973
974
  export { IconHeartDonation, default as IconHeartDonationDefault, } from "./IconHeartDonation";
975
+ export { IconHermesHelmet, default as IconHermesHelmetDefault, } from "./IconHermesHelmet";
974
976
  export { IconHighlight, default as IconHighlightDefault, } from "./IconHighlight";
975
977
  export { IconHighlights, default as IconHighlightsDefault, } from "./IconHighlights";
976
978
  export { IconHistory, default as IconHistoryDefault } from "./IconHistory";
@@ -1428,6 +1430,7 @@ export { IconPushTheButton, default as IconPushTheButtonDefault, } from "./IconP
1428
1430
  export { IconPuzzle, default as IconPuzzleDefault } from "./IconPuzzle";
1429
1431
  export { IconQm3, default as IconQm3Default } from "./IconQm3";
1430
1432
  export { IconQrCode, default as IconQrCodeDefault } from "./IconQrCode";
1433
+ export { IconQuickAi, default as IconQuickAiDefault } from "./IconQuickAi";
1431
1434
  export { IconQuickSearch, default as IconQuickSearchDefault, } from "./IconQuickSearch";
1432
1435
  export { IconQuora, default as IconQuoraDefault } from "./IconQuora";
1433
1436
  export { IconRacingFlag, default as IconRacingFlagDefault, } from "./IconRacingFlag";