@central-icons-react-native/round-outlined-radius-3-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.
- package/IconCarTaxi/index.d.ts +4 -0
- package/IconCarTaxi/index.js +2 -0
- package/IconCarTaxi/index.js.map +1 -0
- package/IconCarTaxi/index.mjs +2 -0
- package/IconCarTaxi/index.mjs.map +1 -0
- package/IconHermesHelmet/index.d.ts +4 -0
- package/IconHermesHelmet/index.js +2 -0
- package/IconHermesHelmet/index.js.map +1 -0
- package/IconHermesHelmet/index.mjs +2 -0
- package/IconHermesHelmet/index.mjs.map +1 -0
- package/IconQuickAi/index.d.ts +4 -0
- package/IconQuickAi/index.js +2 -0
- package/IconQuickAi/index.js.map +1 -0
- package/IconQuickAi/index.mjs +2 -0
- package/IconQuickAi/index.mjs.map +1 -0
- package/README.md +3 -0
- package/filtered-icons.json +42 -0
- package/icons/index.d.ts +3 -0
- package/icons-index.json +11 -6
- package/index.d.ts +3 -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/skills/central-icons-react-native/SKILL.md +4 -1
- package/tsx-icons.json +21 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var c=Object.create;var p=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var H=Object.getPrototypeOf,f=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var n in o)p(r,n,{get:o[n],enumerable:!0})},i=(r,o,n,C)=>{if(o&&typeof o=="object"||typeof o=="function")for(let s of L(o))!f.call(r,s)&&s!==n&&p(r,s,{get:()=>o[s],enumerable:!(C=m(o,s))||C.enumerable});return r};var u=(r,o,n)=>(n=r!=null?c(H(r)):{},i(o||!r||!r.__esModule?p(n,"default",{value:r,enumerable:!0}):n,r)),B=r=>i(p({},"__esModule",{value:!0}),r);var P={};x(P,{IconCarTaxi:()=>l,default:()=>I});module.exports=B(P);var e=u(require("react"));var d=u(require("react")),a=require("react-native-svg"),k=({children:r,size:o=24,...n})=>d.default.createElement(a.Svg,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),l=r=>e.default.createElement(k,{...r},e.default.createElement(t.Path,{d:"M3.5 19.5C2.94772 19.5 2.5 19.0523 2.5 18.5V11.4083C2.5 10.8161 2.67531 10.237 3.00385 9.74423L5.6094 5.8359C6.1658 5.0013 7.10249 4.5 8.10555 4.5H15.8944C16.8975 4.5 17.8342 5.0013 18.3906 5.8359L20.9962 9.74423C21.3247 10.237 21.5 10.8161 21.5 11.4083V18.5C21.5 19.0523 21.0523 19.5 20.5 19.5H18.5C17.9477 19.5 17.5 19.0523 17.5 18.5V17.5H6.5V18.5C6.5 19.0523 6.05228 19.5 5.5 19.5H3.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M1.5 10.5H2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M21.5 10.5H22.4999",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M5.5 13.5H7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M16.5 13.5H18.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),e.default.createElement(t.Path,{d:"M9.5 2.5V4.5H14.5V2.5H9.5Z",stroke:"currentColor",strokeLinejoin:"round"})),I=l;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=\"M3.5 19.5C2.94772 19.5 2.5 19.0523 2.5 18.5V11.4083C2.5 10.8161 2.67531 10.237 3.00385 9.74423L5.6094 5.8359C6.1658 5.0013 7.10249 4.5 8.10555 4.5H15.8944C16.8975 4.5 17.8342 5.0013 18.3906 5.8359L20.9962 9.74423C21.3247 10.237 21.5 10.8161 21.5 11.4083V18.5C21.5 19.0523 21.0523 19.5 20.5 19.5H18.5C17.9477 19.5 17.5 19.0523 17.5 18.5V17.5H6.5V18.5C6.5 19.0523 6.05228 19.5 5.5 19.5H3.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M1.5 10.5H2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21.5 10.5H22.4999\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M5.5 13.5H7.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16.5 13.5H18.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 2.5V4.5H14.5V2.5H9.5Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\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,uYACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6BACF,OAAO,eACP,eAAe,QACjB,CACF,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 p from"react";import{Svg as C}from"react-native-svg";var t=({children:e,size:o=24,...s})=>p.createElement(C,{...s,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 n}from"react-native-svg";var i=e=>r.createElement(t,{...e},r.createElement(n,{d:"M3.5 19.5C2.94772 19.5 2.5 19.0523 2.5 18.5V11.4083C2.5 10.8161 2.67531 10.237 3.00385 9.74423L5.6094 5.8359C6.1658 5.0013 7.10249 4.5 8.10555 4.5H15.8944C16.8975 4.5 17.8342 5.0013 18.3906 5.8359L20.9962 9.74423C21.3247 10.237 21.5 10.8161 21.5 11.4083V18.5C21.5 19.0523 21.0523 19.5 20.5 19.5H18.5C17.9477 19.5 17.5 19.0523 17.5 18.5V17.5H6.5V18.5C6.5 19.0523 6.05228 19.5 5.5 19.5H3.5Z",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M1.5 10.5H2.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M21.5 10.5H22.4999",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M5.5 13.5H7.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M16.5 13.5H18.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(n,{d:"M9.5 2.5V4.5H14.5V2.5H9.5Z",stroke:"currentColor",strokeLinejoin:"round"})),f=i;export{i as IconCarTaxi,f 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=\"M3.5 19.5C2.94772 19.5 2.5 19.0523 2.5 18.5V11.4083C2.5 10.8161 2.67531 10.237 3.00385 9.74423L5.6094 5.8359C6.1658 5.0013 7.10249 4.5 8.10555 4.5H15.8944C16.8975 4.5 17.8342 5.0013 18.3906 5.8359L20.9962 9.74423C21.3247 10.237 21.5 10.8161 21.5 11.4083V18.5C21.5 19.0523 21.0523 19.5 20.5 19.5H18.5C17.9477 19.5 17.5 19.0523 17.5 18.5V17.5H6.5V18.5C6.5 19.0523 6.05228 19.5 5.5 19.5H3.5Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M1.5 10.5H2.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M21.5 10.5H22.4999\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M5.5 13.5H7.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M16.5 13.5H18.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M9.5 2.5V4.5H14.5V2.5H9.5Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\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,uYACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6BACF,OAAO,eACP,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCarTaxi","props","React","CentralIconBase","IconCarTaxi_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var k=Object.create;var s=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var L=Object.getOwnPropertyNames;var H=Object.getPrototypeOf,f=Object.prototype.hasOwnProperty;var x=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},i=(r,o,e,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of L(o))!f.call(r,C)&&C!==e&&s(r,C,{get:()=>o[C],enumerable:!(p=m(o,C))||p.enumerable});return r};var u=(r,o,e)=>(e=r!=null?k(H(r)):{},i(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),B=r=>i(s({},"__esModule",{value:!0}),r);var P={};x(P,{IconHermesHelmet:()=>d,default:()=>I});module.exports=B(P);var n=u(require("react"));var c=u(require("react")),l=require("react-native-svg"),a=({children:r,size:o=24,...e})=>c.default.createElement(l.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 t=require("react-native-svg"),d=r=>n.default.createElement(a,{...r},n.default.createElement(t.Path,{d:"M7.5 6.5H4.5625C3.38889 6.5 2.4375 5.54861 2.4375 4.375L2.4375 3.5H9.49012C10.605 3.5 11.5303 4.36158 11.6097 5.4736L11.9824 10.6909",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M7.5 9.5H4.5V10.375C4.5 11.5486 5.45139 12.5 6.625 12.5H10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M7.5 6.5H3.5V7.375C3.5 8.54861 4.4514 9.5 5.625 9.5H8.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Circle,{cx:"11.9453",cy:"12.5",r:"1.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M6.5 12.5V16.2546C6.5 16.7371 6.33578 17.2053 6.03435 17.5821L4.66223 19.2972C4.55721 19.4285 4.5 19.5916 4.5 19.7597C4.5 20.1686 4.83145 20.5 5.24031 20.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.7332C21.5 15.3762 21.3096 15.0462 21.0005 14.8675L19.5 14C19.1634 10.4565 16.1875 7.75 12.6281 7.75H12",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=d;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=\"M7.5 6.5H4.5625C3.38889 6.5 2.4375 5.54861 2.4375 4.375L2.4375 3.5H9.49012C10.605 3.5 11.5303 4.36158 11.6097 5.4736L11.9824 10.6909\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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 strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.5 6.5H3.5V7.375C3.5 8.54861 4.4514 9.5 5.625 9.5H8.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"11.9453\"\n cy=\"12.5\"\n r=\"1.75\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M6.5 12.5V16.2546C6.5 16.7371 6.33578 17.2053 6.03435 17.5821L4.66223 19.2972C4.55721 19.4285 4.5 19.5916 4.5 19.7597C4.5 20.1686 4.83145 20.5 5.24031 20.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.7332C21.5 15.3762 21.3096 15.0462 21.0005 14.8675L19.5 14C19.1634 10.4565 16.1875 7.75 12.6281 7.75H12\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,uIACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,6DACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0DACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,UACH,GAAG,OACH,EAAE,OACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oaACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,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 s from"react";import{Svg as p}from"react-native-svg";var t=({children:n,size:r=24,...C})=>s.createElement(p,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},n);import{Circle as i,Path as e}from"react-native-svg";var u=n=>o.createElement(t,{...n},o.createElement(e,{d:"M7.5 6.5H4.5625C3.38889 6.5 2.4375 5.54861 2.4375 4.375L2.4375 3.5H9.49012C10.605 3.5 11.5303 4.36158 11.6097 5.4736L11.9824 10.6909",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M7.5 9.5H4.5V10.375C4.5 11.5486 5.45139 12.5 6.625 12.5H10",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M7.5 6.5H3.5V7.375C3.5 8.54861 4.4514 9.5 5.625 9.5H8.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(i,{cx:"11.9453",cy:"12.5",r:"1.75",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(e,{d:"M6.5 12.5V16.2546C6.5 16.7371 6.33578 17.2053 6.03435 17.5821L4.66223 19.2972C4.55721 19.4285 4.5 19.5916 4.5 19.7597C4.5 20.1686 4.83145 20.5 5.24031 20.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.7332C21.5 15.3762 21.3096 15.0462 21.0005 14.8675L19.5 14C19.1634 10.4565 16.1875 7.75 12.6281 7.75H12",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),x=u;export{u as IconHermesHelmet,x 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=\"M7.5 6.5H4.5625C3.38889 6.5 2.4375 5.54861 2.4375 4.375L2.4375 3.5H9.49012C10.605 3.5 11.5303 4.36158 11.6097 5.4736L11.9824 10.6909\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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 strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M7.5 6.5H3.5V7.375C3.5 8.54861 4.4514 9.5 5.625 9.5H8.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"11.9453\"\n cy=\"12.5\"\n r=\"1.75\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M6.5 12.5V16.2546C6.5 16.7371 6.33578 17.2053 6.03435 17.5821L4.66223 19.2972C4.55721 19.4285 4.5 19.5916 4.5 19.7597C4.5 20.1686 4.83145 20.5 5.24031 20.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.7332C21.5 15.3762 21.3096 15.0462 21.0005 14.8675L19.5 14C19.1634 10.4565 16.1875 7.75 12.6281 7.75H12\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\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,uIACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,6DACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0DACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACJ,EAAA,CACC,GAAG,UACH,GAAG,OACH,EAAE,OACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,oaACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconHermesHelmet","props","React","CentralIconBase","IconHermesHelmet_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var m=Object.create;var p=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},a=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of f(o))!B.call(r,t)&&t!==e&&p(r,t,{get:()=>o[t],enumerable:!(s=d(o,t))||s.enumerable});return r};var u=(r,o,e)=>(e=r!=null?m(k(r)):{},a(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),x=r=>a(p({},"__esModule",{value:!0}),r);var g={};I(g,{IconQuickAi:()=>i,default:()=>P});module.exports=x(g);var n=u(require("react"));var L=u(require("react")),c=require("react-native-svg"),l=({children:r,size:o=24,...e})=>L.default.createElement(c.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 C=require("react-native-svg"),i=r=>n.default.createElement(l,{...r},n.default.createElement(C.Path,{d:"M17.1214 5.15554L16.3154 3.06001C16.1856 2.72262 15.8615 2.5 15.5 2.5C15.1385 2.5 14.8144 2.72262 14.6846 3.06001L13.8786 5.15554C13.5739 5.94782 12.9478 6.57392 12.1555 6.87864L10.06 7.68461C9.72262 7.81438 9.5 8.13852 9.5 8.5C9.5 8.86148 9.72262 9.18562 10.06 9.31539L12.1555 10.1214C12.9478 10.4261 13.5739 11.0522 13.8786 11.8445L14.6846 13.94C14.8144 14.2774 15.1385 14.5 15.5 14.5C15.8615 14.5 16.1856 14.2774 16.3154 13.94L17.1214 11.8445C17.4261 11.0522 18.0522 10.4261 18.8445 10.1214L20.94 9.31539C21.2774 9.18562 21.5 8.86148 21.5 8.5C21.5 8.13852 21.2774 7.81438 20.94 7.68461L18.8445 6.87864C18.0522 6.57392 17.4261 5.94782 17.1214 5.15554Z",stroke:"currentColor",strokeLinejoin:"round"}),n.default.createElement(C.Path,{d:"M4.5 19.5L11 13",stroke:"currentColor",strokeLinecap:"round"}),n.default.createElement(C.Path,{d:"M9.5 19.5L12.5 16.5",stroke:"currentColor",strokeLinecap:"round"}),n.default.createElement(C.Path,{d:"M4.5 14.5L7.5 11.5",stroke:"currentColor",strokeLinecap:"round"})),P=i;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=\"M17.1214 5.15554L16.3154 3.06001C16.1856 2.72262 15.8615 2.5 15.5 2.5C15.1385 2.5 14.8144 2.72262 14.6846 3.06001L13.8786 5.15554C13.5739 5.94782 12.9478 6.57392 12.1555 6.87864L10.06 7.68461C9.72262 7.81438 9.5 8.13852 9.5 8.5C9.5 8.86148 9.72262 9.18562 10.06 9.31539L12.1555 10.1214C12.9478 10.4261 13.5739 11.0522 13.8786 11.8445L14.6846 13.94C14.8144 14.2774 15.1385 14.5 15.5 14.5C15.8615 14.5 16.1856 14.2774 16.3154 13.94L17.1214 11.8445C17.4261 11.0522 18.0522 10.4261 18.8445 10.1214L20.94 9.31539C21.2774 9.18562 21.5 8.86148 21.5 8.5C21.5 8.13852 21.2774 7.81438 20.94 7.68461L18.8445 6.87864C18.0522 6.57392 17.4261 5.94782 17.1214 5.15554Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Path d=\"M4.5 19.5L11 13\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <Path\n d=\"M9.5 19.5L12.5 16.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M4.5 14.5L7.5 11.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\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,gpBACF,OAAO,eACP,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,kBAAkB,OAAO,eAAe,cAAc,QAAQ,EACtE,EAAAA,QAAA,cAAC,QACC,EAAE,sBACF,OAAO,eACP,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qBACF,OAAO,eACP,cAAc,QAChB,CACF,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 p from"react";import{Svg as s}from"react-native-svg";var t=({children:n,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"},n);import{Path as e}from"react-native-svg";var a=n=>o.createElement(t,{...n},o.createElement(e,{d:"M17.1214 5.15554L16.3154 3.06001C16.1856 2.72262 15.8615 2.5 15.5 2.5C15.1385 2.5 14.8144 2.72262 14.6846 3.06001L13.8786 5.15554C13.5739 5.94782 12.9478 6.57392 12.1555 6.87864L10.06 7.68461C9.72262 7.81438 9.5 8.13852 9.5 8.5C9.5 8.86148 9.72262 9.18562 10.06 9.31539L12.1555 10.1214C12.9478 10.4261 13.5739 11.0522 13.8786 11.8445L14.6846 13.94C14.8144 14.2774 15.1385 14.5 15.5 14.5C15.8615 14.5 16.1856 14.2774 16.3154 13.94L17.1214 11.8445C17.4261 11.0522 18.0522 10.4261 18.8445 10.1214L20.94 9.31539C21.2774 9.18562 21.5 8.86148 21.5 8.5C21.5 8.13852 21.2774 7.81438 20.94 7.68461L18.8445 6.87864C18.0522 6.57392 17.4261 5.94782 17.1214 5.15554Z",stroke:"currentColor",strokeLinejoin:"round"}),o.createElement(e,{d:"M4.5 19.5L11 13",stroke:"currentColor",strokeLinecap:"round"}),o.createElement(e,{d:"M9.5 19.5L12.5 16.5",stroke:"currentColor",strokeLinecap:"round"}),o.createElement(e,{d:"M4.5 14.5L7.5 11.5",stroke:"currentColor",strokeLinecap:"round"})),B=a;export{a as IconQuickAi,B 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=\"M17.1214 5.15554L16.3154 3.06001C16.1856 2.72262 15.8615 2.5 15.5 2.5C15.1385 2.5 14.8144 2.72262 14.6846 3.06001L13.8786 5.15554C13.5739 5.94782 12.9478 6.57392 12.1555 6.87864L10.06 7.68461C9.72262 7.81438 9.5 8.13852 9.5 8.5C9.5 8.86148 9.72262 9.18562 10.06 9.31539L12.1555 10.1214C12.9478 10.4261 13.5739 11.0522 13.8786 11.8445L14.6846 13.94C14.8144 14.2774 15.1385 14.5 15.5 14.5C15.8615 14.5 16.1856 14.2774 16.3154 13.94L17.1214 11.8445C17.4261 11.0522 18.0522 10.4261 18.8445 10.1214L20.94 9.31539C21.2774 9.18562 21.5 8.86148 21.5 8.5C21.5 8.13852 21.2774 7.81438 20.94 7.68461L18.8445 6.87864C18.0522 6.57392 17.4261 5.94782 17.1214 5.15554Z\"\n stroke=\"currentColor\"\n strokeLinejoin=\"round\"\n />\n <Path d=\"M4.5 19.5L11 13\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <Path\n d=\"M9.5 19.5L12.5 16.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M4.5 14.5L7.5 11.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\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,gpBACF,OAAO,eACP,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,kBAAkB,OAAO,eAAe,cAAc,QAAQ,EACtEG,EAAA,cAACH,EAAA,CACC,EAAE,sBACF,OAAO,eACP,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qBACF,OAAO,eACP,cAAc,QAChB,CACF,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
|
package/filtered-icons.json
CHANGED
|
@@ -5782,6 +5782,20 @@
|
|
|
5782
5782
|
"packageName": "round-outlined-radius-3-stroke-1",
|
|
5783
5783
|
"componentName": "IconCarFrontView"
|
|
5784
5784
|
},
|
|
5785
|
+
{
|
|
5786
|
+
"category": "Vehicles",
|
|
5787
|
+
"svg": "<path d=\"M3.5 19.5C2.94772 19.5 2.5 19.0523 2.5 18.5V11.4083C2.5 10.8161 2.67531 10.237 3.00385 9.74423L5.6094 5.8359C6.1658 5.0013 7.10249 4.5 8.10555 4.5H15.8944C16.8975 4.5 17.8342 5.0013 18.3906 5.8359L20.9962 9.74423C21.3247 10.237 21.5 10.8161 21.5 11.4083V18.5C21.5 19.0523 21.0523 19.5 20.5 19.5H18.5C17.9477 19.5 17.5 19.0523 17.5 18.5V17.5H6.5V18.5C6.5 19.0523 6.05228 19.5 5.5 19.5H3.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M1.5 10.5H2.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M21.5 10.5H22.4999\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M5.5 13.5H7.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16.5 13.5H18.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M9.5 2.5V4.5H14.5V2.5H9.5Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/>",
|
|
5788
|
+
"iconName": "car-taxi, uber",
|
|
5789
|
+
"variant": {
|
|
5790
|
+
"join": "round",
|
|
5791
|
+
"filled": "off",
|
|
5792
|
+
"radius": "3",
|
|
5793
|
+
"stroke": "1"
|
|
5794
|
+
},
|
|
5795
|
+
"createdAt": "2026-04-24T15:01:54.4139+00:00",
|
|
5796
|
+
"packageName": "round-outlined-radius-3-stroke-1",
|
|
5797
|
+
"componentName": "IconCarTaxi"
|
|
5798
|
+
},
|
|
5785
5799
|
{
|
|
5786
5800
|
"category": "Layout",
|
|
5787
5801
|
"svg": "<path d=\"M15.5 3.5H8.5C6.84315 3.5 5.5 4.84315 5.5 6.5V17.5C5.5 19.1569 6.84315 20.5 8.5 20.5H15.5C17.1569 20.5 18.5 19.1569 18.5 17.5V6.5C18.5 4.84315 17.1569 3.5 15.5 3.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M5.5 18.5C3.84315 18.5 2.5 17.1569 2.5 15.5V8.5C2.5 6.84315 3.84315 5.5 5.5 5.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M18.5 18.5C20.1569 18.5 21.5 17.1569 21.5 15.5V8.5C21.5 6.84315 20.1569 5.5 18.5 5.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -13622,6 +13636,20 @@
|
|
|
13622
13636
|
"packageName": "round-outlined-radius-3-stroke-1",
|
|
13623
13637
|
"componentName": "IconHeartDonation"
|
|
13624
13638
|
},
|
|
13639
|
+
{
|
|
13640
|
+
"category": "Things",
|
|
13641
|
+
"svg": "<path d=\"M7.5 6.5H4.5625C3.38889 6.5 2.4375 5.54861 2.4375 4.375L2.4375 3.5H9.49012C10.605 3.5 11.5303 4.36158 11.6097 5.4736L11.9824 10.6909\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.5 9.5H4.5V10.375C4.5 11.5486 5.45139 12.5 6.625 12.5H10\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.5 6.5H3.5V7.375C3.5 8.54861 4.4514 9.5 5.625 9.5H8.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"11.9453\" cy=\"12.5\" r=\"1.75\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M6.5 12.5V16.2546C6.5 16.7371 6.33578 17.2053 6.03435 17.5821L4.66223 19.2972C4.55721 19.4285 4.5 19.5916 4.5 19.7597C4.5 20.1686 4.83145 20.5 5.24031 20.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.7332C21.5 15.3762 21.3096 15.0462 21.0005 14.8675L19.5 14C19.1634 10.4565 16.1875 7.75 12.6281 7.75H12\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
13642
|
+
"iconName": "hermes-helmet",
|
|
13643
|
+
"variant": {
|
|
13644
|
+
"join": "round",
|
|
13645
|
+
"filled": "off",
|
|
13646
|
+
"radius": "3",
|
|
13647
|
+
"stroke": "1"
|
|
13648
|
+
},
|
|
13649
|
+
"createdAt": "2026-04-27T09:01:53.794396+00:00",
|
|
13650
|
+
"packageName": "round-outlined-radius-3-stroke-1",
|
|
13651
|
+
"componentName": "IconHermesHelmet"
|
|
13652
|
+
},
|
|
13625
13653
|
{
|
|
13626
13654
|
"category": "Edit",
|
|
13627
13655
|
"svg": "<path d=\"M10.5 13.5H12.2574C13.053 13.5 13.8161 13.1839 14.3787 12.6213L20.5 6.5C21.3284 5.67157 21.3284 4.32843 20.5 3.5C19.6716 2.67157 18.3284 2.67157 17.5 3.5L11.3787 9.62132C10.8161 10.1839 10.5 10.947 10.5 11.7426V13.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><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=\"round\" stroke-linejoin=\"round\"/><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=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -20020,6 +20048,20 @@
|
|
|
20020
20048
|
"packageName": "round-outlined-radius-3-stroke-1",
|
|
20021
20049
|
"componentName": "IconQrCode"
|
|
20022
20050
|
},
|
|
20051
|
+
{
|
|
20052
|
+
"category": "AI & Magic",
|
|
20053
|
+
"svg": "<path d=\"M17.1214 5.15554L16.3154 3.06001C16.1856 2.72262 15.8615 2.5 15.5 2.5C15.1385 2.5 14.8144 2.72262 14.6846 3.06001L13.8786 5.15554C13.5739 5.94782 12.9478 6.57392 12.1555 6.87864L10.06 7.68461C9.72262 7.81438 9.5 8.13852 9.5 8.5C9.5 8.86148 9.72262 9.18562 10.06 9.31539L12.1555 10.1214C12.9478 10.4261 13.5739 11.0522 13.8786 11.8445L14.6846 13.94C14.8144 14.2774 15.1385 14.5 15.5 14.5C15.8615 14.5 16.1856 14.2774 16.3154 13.94L17.1214 11.8445C17.4261 11.0522 18.0522 10.4261 18.8445 10.1214L20.94 9.31539C21.2774 9.18562 21.5 8.86148 21.5 8.5C21.5 8.13852 21.2774 7.81438 20.94 7.68461L18.8445 6.87864C18.0522 6.57392 17.4261 5.94782 17.1214 5.15554Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/><path d=\"M4.5 19.5L11 13\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M9.5 19.5L12.5 16.5\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M4.5 14.5L7.5 11.5\" stroke=\"currentColor\" stroke-linecap=\"round\"/>",
|
|
20054
|
+
"iconName": "quick-ai, rising",
|
|
20055
|
+
"variant": {
|
|
20056
|
+
"join": "round",
|
|
20057
|
+
"filled": "off",
|
|
20058
|
+
"radius": "3",
|
|
20059
|
+
"stroke": "1"
|
|
20060
|
+
},
|
|
20061
|
+
"createdAt": "2026-04-27T09:01:53.794396+00:00",
|
|
20062
|
+
"packageName": "round-outlined-radius-3-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\" stroke-linecap=\"round\"/><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\" stroke-linecap=\"round\"/><path d=\"M3.70728 16.1744L7.91781 11.2622C8.24039 10.8858 8.85506 11.1577 8.79358 11.6496L8.49979 13.9998H10.9127C11.3399 13.9998 11.5703 14.5009 11.2923 14.8252L7.08178 19.7375C6.7592 20.1139 6.14453 19.842 6.20601 19.3501L6.49979 16.9998H4.0869C3.65973 16.9998 3.42927 16.4988 3.70728 16.1744Z\" 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/round-outlined-radius-3-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.214",
|
|
4
4
|
"style": "round-outlined-radius-3-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-3-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":
|
|
14
|
+
"totalIcons": 1976,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
|
-
"count":
|
|
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":
|
|
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":
|
|
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";
|