@central-icons-react-native/round-outlined-radius-1-stroke-1 1.1.195 → 1.1.197
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/IconAnimatePath/index.d.ts +4 -0
- package/IconAnimatePath/index.js +2 -0
- package/IconAnimatePath/index.js.map +1 -0
- package/IconAnimatePath/index.mjs +2 -0
- package/IconAnimatePath/index.mjs.map +1 -0
- package/IconElements/index.d.ts +4 -0
- package/IconElements/index.js +2 -0
- package/IconElements/index.js.map +1 -0
- package/IconElements/index.mjs +2 -0
- package/IconElements/index.mjs.map +1 -0
- package/IconGhost2/index.d.ts +4 -0
- package/IconGhost2/index.js +2 -0
- package/IconGhost2/index.js.map +1 -0
- package/IconGhost2/index.mjs +2 -0
- package/IconGhost2/index.mjs.map +1 -0
- package/IconShortcut/index.d.ts +4 -0
- package/IconShortcut/index.js +2 -0
- package/IconShortcut/index.js.map +1 -0
- package/IconShortcut/index.mjs +2 -0
- package/IconShortcut/index.mjs.map +1 -0
- package/README.md +5 -1
- package/filtered-icons.json +58 -2
- package/icons/index.d.ts +4 -0
- package/icons-index.json +15 -7
- package/index.d.ts +4 -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 +29 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var s=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(r,o)=>{for(var e in o)s(r,e,{get:o[e],enumerable:!0})},C=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of k(o))!B.call(r,n)&&n!==e&&s(r,n,{get:()=>o[n],enumerable:!(a=f(o,n))||a.enumerable});return r};var i=(r,o,e)=>(e=r!=null?d(x(r)):{},C(o||!r||!r.__esModule?s(e,"default",{value:r,enumerable:!0}):e,r)),P=r=>C(s({},"__esModule",{value:!0}),r);var L={};I(L,{IconAnimatePath:()=>m,default:()=>g});module.exports=P(L);var t=i(require("react"));var c=i(require("react")),u=require("react-native-svg"),l=({children:r,size:o=24,...e})=>c.default.createElement(u.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 p=require("react-native-svg"),m=r=>t.default.createElement(l,{...r},t.default.createElement(p.Path,{d:"M2.5 19.5C2.5 17.3182 3.625 7.5 7 7.5C10.375 7.5 11.5 17.3182 11.5 19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(p.Path,{d:"M11.5 19.4998C11.5 18.4553 11.9099 13.6666 15.8431 9.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(p.Circle,{cx:"18.5",cy:"7.5",r:"3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),g=m;0&&(module.exports={IconAnimatePath});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconAnimatePath/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 IconAnimatePath: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2.5 19.5C2.5 17.3182 3.625 7.5 7 7.5C10.375 7.5 11.5 17.3182 11.5 19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.5 19.4998C11.5 18.4553 11.9099 13.6666 15.8431 9.25\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"18.5\"\n cy=\"7.5\"\n r=\"3\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAnimatePath;\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,qBAAAE,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,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,0EACF,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,OACH,GAAG,MACH,EAAE,IACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconAnimatePath_exports","__export","IconAnimatePath","IconAnimatePath_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconAnimatePath","props","React","CentralIconBase","IconAnimatePath_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import s from"react";import{Svg as a}from"react-native-svg";var n=({children:e,size:r=24,...p})=>s.createElement(a,{...p,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},e);import{Circle as C,Path as t}from"react-native-svg";var i=e=>o.createElement(n,{...e},o.createElement(t,{d:"M2.5 19.5C2.5 17.3182 3.625 7.5 7 7.5C10.375 7.5 11.5 17.3182 11.5 19.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(t,{d:"M11.5 19.4998C11.5 18.4553 11.9099 13.6666 15.8431 9.25",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(C,{cx:"18.5",cy:"7.5",r:"3",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=i;export{i as IconAnimatePath,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconAnimatePath/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 IconAnimatePath: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M2.5 19.5C2.5 17.3182 3.625 7.5 7 7.5C10.375 7.5 11.5 17.3182 11.5 19.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M11.5 19.4998C11.5 18.4553 11.9099 13.6666 15.8431 9.25\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Circle\n cx=\"18.5\"\n cy=\"7.5\"\n r=\"3\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconAnimatePath;\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,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,0EACF,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,OACH,GAAG,MACH,EAAE,IACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGM,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconAnimatePath","props","React","CentralIconBase","IconAnimatePath_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var p=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var C in o)p(r,C,{get:o[C],enumerable:!0})},l=(r,o,C,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let n of I(o))!P.call(r,n)&&n!==C&&p(r,n,{get:()=>o[n],enumerable:!(s=B(o,n))||s.enumerable});return r};var m=(r,o,C)=>(C=r!=null?d(x(r)):{},l(o||!r||!r.__esModule?p(C,"default",{value:r,enumerable:!0}):C,r)),i=r=>l(p({},"__esModule",{value:!0}),r);var M={};g(M,{IconElements:()=>f,default:()=>k});module.exports=i(M);var t=m(require("react"));var u=m(require("react")),a=require("react-native-svg"),c=({children:r,size:o=24,...C})=>u.default.createElement(a.Svg,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var e=require("react-native-svg"),f=r=>t.default.createElement(c,{...r},t.default.createElement(e.Path,{d:"M21.5 12C21.5 13.3807 20.3807 14.5 19 14.5C17.6193 14.5 16.5 13.3807 16.5 12C16.5 10.6193 17.6193 9.5 19 9.5C20.3807 9.5 21.5 10.6193 21.5 12Z",stroke:"currentColor"}),t.default.createElement(e.Path,{d:"M7.5 12C7.5 13.3807 6.38071 14.5 5 14.5C3.61929 14.5 2.5 13.3807 2.5 12C2.5 10.6193 3.61929 9.5 5 9.5C6.38071 9.5 7.5 10.6193 7.5 12Z",stroke:"currentColor"}),t.default.createElement(e.Path,{d:"M14.2502 15.8978C15.4457 15.2076 16.9745 15.6172 17.6647 16.8127C18.3549 18.0082 17.9453 19.537 16.7498 20.2272C15.5543 20.9174 14.0255 20.5078 13.3353 19.3123C12.6451 18.1168 13.0547 16.588 14.2502 15.8978Z",stroke:"currentColor"}),t.default.createElement(e.Path,{d:"M7.25021 3.7728C8.44574 3.08256 9.97446 3.49218 10.6647 4.68771C11.3549 5.88324 10.9453 7.41196 9.74979 8.1022C8.55426 8.79244 7.02554 8.38282 6.3353 7.18729C5.64506 5.99176 6.05468 4.46304 7.25021 3.7728Z",stroke:"currentColor"}),t.default.createElement(e.Path,{d:"M7.25021 20.2272C6.05468 19.537 5.64506 18.0082 6.3353 16.8127C7.02554 15.6172 8.55426 15.2076 9.74979 15.8978C10.9453 16.588 11.3549 18.1168 10.6647 19.3123C9.97446 20.5078 8.44574 20.9174 7.25021 20.2272Z",stroke:"currentColor"}),t.default.createElement(e.Path,{d:"M14.2502 8.1022C13.0547 7.41196 12.6451 5.88324 13.3353 4.68771C14.0255 3.49218 15.5543 3.08256 16.7498 3.7728C17.9453 4.46304 18.3549 5.99176 17.6647 7.18729C16.9745 8.38282 15.4457 8.79244 14.2502 8.1022Z",stroke:"currentColor"})),k=f;0&&(module.exports={IconElements});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconElements/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 IconElements: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.5 12C21.5 13.3807 20.3807 14.5 19 14.5C17.6193 14.5 16.5 13.3807 16.5 12C16.5 10.6193 17.6193 9.5 19 9.5C20.3807 9.5 21.5 10.6193 21.5 12Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M7.5 12C7.5 13.3807 6.38071 14.5 5 14.5C3.61929 14.5 2.5 13.3807 2.5 12C2.5 10.6193 3.61929 9.5 5 9.5C6.38071 9.5 7.5 10.6193 7.5 12Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M14.2502 15.8978C15.4457 15.2076 16.9745 15.6172 17.6647 16.8127C18.3549 18.0082 17.9453 19.537 16.7498 20.2272C15.5543 20.9174 14.0255 20.5078 13.3353 19.3123C12.6451 18.1168 13.0547 16.588 14.2502 15.8978Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M7.25021 3.7728C8.44574 3.08256 9.97446 3.49218 10.6647 4.68771C11.3549 5.88324 10.9453 7.41196 9.74979 8.1022C8.55426 8.79244 7.02554 8.38282 6.3353 7.18729C5.64506 5.99176 6.05468 4.46304 7.25021 3.7728Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M7.25021 20.2272C6.05468 19.537 5.64506 18.0082 6.3353 16.8127C7.02554 15.6172 8.55426 15.2076 9.74979 15.8978C10.9453 16.588 11.3549 18.1168 10.6647 19.3123C9.97446 20.5078 8.44574 20.9174 7.25021 20.2272Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M14.2502 8.1022C13.0547 7.41196 12.6451 5.88324 13.3353 4.68771C14.0255 3.49218 15.5543 3.08256 16.7498 3.7728C17.9453 4.46304 18.3549 5.99176 17.6647 7.18729C16.9745 8.38282 15.4457 8.79244 14.2502 8.1022Z\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconElements;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,kBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,iJACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wIACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,kNACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gNACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iNACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iNACF,OAAO,eACT,CACF,EAIGE,EAAQJ","names":["IconElements_exports","__export","IconElements","IconElements_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconElements","props","React","CentralIconBase","IconElements_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import p from"react";import{Svg as s}from"react-native-svg";var e=({children:t,size:o=24,...n})=>p.createElement(s,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},t);import{Path as C}from"react-native-svg";var l=t=>r.createElement(e,{...t},r.createElement(C,{d:"M21.5 12C21.5 13.3807 20.3807 14.5 19 14.5C17.6193 14.5 16.5 13.3807 16.5 12C16.5 10.6193 17.6193 9.5 19 9.5C20.3807 9.5 21.5 10.6193 21.5 12Z",stroke:"currentColor"}),r.createElement(C,{d:"M7.5 12C7.5 13.3807 6.38071 14.5 5 14.5C3.61929 14.5 2.5 13.3807 2.5 12C2.5 10.6193 3.61929 9.5 5 9.5C6.38071 9.5 7.5 10.6193 7.5 12Z",stroke:"currentColor"}),r.createElement(C,{d:"M14.2502 15.8978C15.4457 15.2076 16.9745 15.6172 17.6647 16.8127C18.3549 18.0082 17.9453 19.537 16.7498 20.2272C15.5543 20.9174 14.0255 20.5078 13.3353 19.3123C12.6451 18.1168 13.0547 16.588 14.2502 15.8978Z",stroke:"currentColor"}),r.createElement(C,{d:"M7.25021 3.7728C8.44574 3.08256 9.97446 3.49218 10.6647 4.68771C11.3549 5.88324 10.9453 7.41196 9.74979 8.1022C8.55426 8.79244 7.02554 8.38282 6.3353 7.18729C5.64506 5.99176 6.05468 4.46304 7.25021 3.7728Z",stroke:"currentColor"}),r.createElement(C,{d:"M7.25021 20.2272C6.05468 19.537 5.64506 18.0082 6.3353 16.8127C7.02554 15.6172 8.55426 15.2076 9.74979 15.8978C10.9453 16.588 11.3549 18.1168 10.6647 19.3123C9.97446 20.5078 8.44574 20.9174 7.25021 20.2272Z",stroke:"currentColor"}),r.createElement(C,{d:"M14.2502 8.1022C13.0547 7.41196 12.6451 5.88324 13.3353 4.68771C14.0255 3.49218 15.5543 3.08256 16.7498 3.7728C17.9453 4.46304 18.3549 5.99176 17.6647 7.18729C16.9745 8.38282 15.4457 8.79244 14.2502 8.1022Z",stroke:"currentColor"})),P=l;export{l as IconElements,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconElements/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 IconElements: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M21.5 12C21.5 13.3807 20.3807 14.5 19 14.5C17.6193 14.5 16.5 13.3807 16.5 12C16.5 10.6193 17.6193 9.5 19 9.5C20.3807 9.5 21.5 10.6193 21.5 12Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M7.5 12C7.5 13.3807 6.38071 14.5 5 14.5C3.61929 14.5 2.5 13.3807 2.5 12C2.5 10.6193 3.61929 9.5 5 9.5C6.38071 9.5 7.5 10.6193 7.5 12Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M14.2502 15.8978C15.4457 15.2076 16.9745 15.6172 17.6647 16.8127C18.3549 18.0082 17.9453 19.537 16.7498 20.2272C15.5543 20.9174 14.0255 20.5078 13.3353 19.3123C12.6451 18.1168 13.0547 16.588 14.2502 15.8978Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M7.25021 3.7728C8.44574 3.08256 9.97446 3.49218 10.6647 4.68771C11.3549 5.88324 10.9453 7.41196 9.74979 8.1022C8.55426 8.79244 7.02554 8.38282 6.3353 7.18729C5.64506 5.99176 6.05468 4.46304 7.25021 3.7728Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M7.25021 20.2272C6.05468 19.537 5.64506 18.0082 6.3353 16.8127C7.02554 15.6172 8.55426 15.2076 9.74979 15.8978C10.9453 16.588 11.3549 18.1168 10.6647 19.3123C9.97446 20.5078 8.44574 20.9174 7.25021 20.2272Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M14.2502 8.1022C13.0547 7.41196 12.6451 5.88324 13.3353 4.68771C14.0255 3.49218 15.5543 3.08256 16.7498 3.7728C17.9453 4.46304 18.3549 5.99176 17.6647 7.18729C16.9745 8.38282 15.4457 8.79244 14.2502 8.1022Z\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconElements;\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,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,iJACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wIACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,kNACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gNACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iNACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iNACF,OAAO,eACT,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconElements","props","React","CentralIconBase","IconElements_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var p=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)p(r,t,{get:o[t],enumerable:!0})},s=(r,o,t,l)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!P.call(r,e)&&e!==t&&p(r,e,{get:()=>o[e],enumerable:!(l=x(o,e))||l.enumerable});return r};var a=(r,o,t)=>(t=r!=null?u(I(r)):{},s(o||!r||!r.__esModule?p(t,"default",{value:r,enumerable:!0}):t,r)),y=r=>s(p({},"__esModule",{value:!0}),r);var v={};g(v,{IconGhost2:()=>i,default:()=>h});module.exports=y(v);var n=a(require("react"));var m=a(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>m.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 C=require("react-native-svg"),i=r=>n.default.createElement(f,{...r},n.default.createElement(C.Path,{d:"M10.5984 8.9C10.5984 9.6732 10.106 10.3 9.49844 10.3C8.89092 10.3 8.39844 9.6732 8.39844 8.9C8.39844 8.1268 8.89092 7.5 9.49844 7.5C10.106 7.5 10.5984 8.1268 10.5984 8.9Z",fill:"currentColor"}),n.default.createElement(C.Ellipse,{cx:"14.4984",cy:"8.9",rx:"1.1",ry:"1.4",fill:"currentColor"}),n.default.createElement(C.Path,{d:"M7.65935 20.0241L4.79021 20.9326C4.02669 21.1744 3.29507 20.4626 3.47746 19.6828C4.22995 16.4654 4.48938 13.2592 4.55453 9.99945C4.63687 5.8791 7.87733 2.5 11.9985 2.5C16.1197 2.5 19.3601 5.8791 19.4425 9.99944C19.5076 13.2592 19.7671 16.4654 20.5195 19.6828C20.7019 20.4626 19.9703 21.1744 19.2068 20.9326L16.3377 20.0241C16.1183 19.9546 15.8817 19.9629 15.6677 20.0476L12.3665 21.3543C12.1301 21.4479 11.8669 21.4479 11.6305 21.3543L8.32929 20.0476C8.11533 19.9629 7.87872 19.9546 7.65935 20.0241Z",stroke:"currentColor"})),h=i;0&&(module.exports={IconGhost2});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconGhost2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Ellipse, Path } from \"react-native-svg\";\n\nexport const IconGhost2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.5984 8.9C10.5984 9.6732 10.106 10.3 9.49844 10.3C8.89092 10.3 8.39844 9.6732 8.39844 8.9C8.39844 8.1268 8.89092 7.5 9.49844 7.5C10.106 7.5 10.5984 8.1268 10.5984 8.9Z\"\n fill=\"currentColor\"\n />\n <Ellipse cx=\"14.4984\" cy=\"8.9\" rx=\"1.1\" ry=\"1.4\" fill=\"currentColor\" />\n <Path\n d=\"M7.65935 20.0241L4.79021 20.9326C4.02669 21.1744 3.29507 20.4626 3.47746 19.6828C4.22995 16.4654 4.48938 13.2592 4.55453 9.99945C4.63687 5.8791 7.87733 2.5 11.9985 2.5C16.1197 2.5 19.3601 5.8791 19.4425 9.99944C19.5076 13.2592 19.7671 16.4654 20.5195 19.6828C20.7019 20.4626 19.9703 21.1744 19.2068 20.9326L16.3377 20.0241C16.1183 19.9546 15.8817 19.9629 15.6677 20.0476L12.3665 21.3543C12.1301 21.4479 11.8669 21.4479 11.6305 21.3543L8.32929 20.0476C8.11533 19.9629 7.87872 19.9546 7.65935 20.0241Z\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGhost2;\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,gBAAAE,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,EAA8B,4BAEjBC,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,6KACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,WAAQ,GAAG,UAAU,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,KAAK,eAAe,EACrE,EAAAA,QAAA,cAAC,QACC,EAAE,sfACF,OAAO,eACT,CACF,EAIGE,EAAQJ","names":["IconGhost2_exports","__export","IconGhost2","IconGhost2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconGhost2","props","React","CentralIconBase","IconGhost2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:t,size:r=24,...C})=>p.createElement(l,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},t);import{Ellipse as s,Path as n}from"react-native-svg";var a=t=>o.createElement(e,{...t},o.createElement(n,{d:"M10.5984 8.9C10.5984 9.6732 10.106 10.3 9.49844 10.3C8.89092 10.3 8.39844 9.6732 8.39844 8.9C8.39844 8.1268 8.89092 7.5 9.49844 7.5C10.106 7.5 10.5984 8.1268 10.5984 8.9Z",fill:"currentColor"}),o.createElement(s,{cx:"14.4984",cy:"8.9",rx:"1.1",ry:"1.4",fill:"currentColor"}),o.createElement(n,{d:"M7.65935 20.0241L4.79021 20.9326C4.02669 21.1744 3.29507 20.4626 3.47746 19.6828C4.22995 16.4654 4.48938 13.2592 4.55453 9.99945C4.63687 5.8791 7.87733 2.5 11.9985 2.5C16.1197 2.5 19.3601 5.8791 19.4425 9.99944C19.5076 13.2592 19.7671 16.4654 20.5195 19.6828C20.7019 20.4626 19.9703 21.1744 19.2068 20.9326L16.3377 20.0241C16.1183 19.9546 15.8817 19.9629 15.6677 20.0476L12.3665 21.3543C12.1301 21.4479 11.8669 21.4479 11.6305 21.3543L8.32929 20.0476C8.11533 19.9629 7.87872 19.9546 7.65935 20.0241Z",stroke:"currentColor"})),g=a;export{a as IconGhost2,g as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconGhost2/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React, { FC } from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\nimport { Ellipse, Path } from \"react-native-svg\";\n\nexport const IconGhost2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M10.5984 8.9C10.5984 9.6732 10.106 10.3 9.49844 10.3C8.89092 10.3 8.39844 9.6732 8.39844 8.9C8.39844 8.1268 8.89092 7.5 9.49844 7.5C10.106 7.5 10.5984 8.1268 10.5984 8.9Z\"\n fill=\"currentColor\"\n />\n <Ellipse cx=\"14.4984\" cy=\"8.9\" rx=\"1.1\" ry=\"1.4\" fill=\"currentColor\" />\n <Path\n d=\"M7.65935 20.0241L4.79021 20.9326C4.02669 21.1744 3.29507 20.4626 3.47746 19.6828C4.22995 16.4654 4.48938 13.2592 4.55453 9.99945C4.63687 5.8791 7.87733 2.5 11.9985 2.5C16.1197 2.5 19.3601 5.8791 19.4425 9.99944C19.5076 13.2592 19.7671 16.4654 20.5195 19.6828C20.7019 20.4626 19.9703 21.1744 19.2068 20.9326L16.3377 20.0241C16.1183 19.9546 15.8817 19.9629 15.6677 20.0476L12.3665 21.3543C12.1301 21.4479 11.8669 21.4479 11.6305 21.3543L8.32929 20.0476C8.11533 19.9629 7.87872 19.9546 7.65935 20.0241Z\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGhost2;\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,WAAAG,EAAS,QAAAC,MAAY,mBAEvB,IAAMC,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,6KACF,KAAK,eACP,EACAG,EAAA,cAACJ,EAAA,CAAQ,GAAG,UAAU,GAAG,MAAM,GAAG,MAAM,GAAG,MAAM,KAAK,eAAe,EACrEI,EAAA,cAACH,EAAA,CACC,EAAE,sfACF,OAAO,eACT,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Ellipse","Path","IconGhost2","props","React","CentralIconBase","IconGhost2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var B=Object.create;var n=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(r,o)=>{for(var t in o)n(r,t,{get:o[t],enumerable:!0})},l=(r,o,t,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of i(o))!P.call(r,e)&&e!==t&&n(r,e,{get:()=>o[e],enumerable:!(a=I(o,e))||a.enumerable});return r};var m=(r,o,t)=>(t=r!=null?B(x(r)):{},l(o||!r||!r.__esModule?n(t,"default",{value:r,enumerable:!0}):t,r)),h=r=>l(n({},"__esModule",{value:!0}),r);var S={};g(S,{IconShortcut:()=>u,default:()=>v});module.exports=h(S);var C=m(require("react"));var s=m(require("react")),c=require("react-native-svg"),f=({children:r,size:o=24,...t})=>s.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"),u=r=>C.default.createElement(f,{...r},C.default.createElement(p.Path,{d:"M19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H19.5C20.0523 20.5 20.5 20.0523 20.5 19.5V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5Z",stroke:"currentColor"}),C.default.createElement(p.Path,{d:"M12.586 10.6842C12.5426 10.8432 12.6623 11 12.8272 11H15.4797C15.6893 11 15.8059 11.2424 15.6749 11.4061L10.7538 17.5575C10.5843 17.7694 10.246 17.5973 10.3174 17.3355L11.4137 13.3157C11.4571 13.1567 11.3374 13 11.1725 13H8.52C8.31037 13 8.19383 12.7575 8.32478 12.5938L13.2459 6.44244C13.4154 6.23054 13.7537 6.40259 13.6823 6.66439L12.586 10.6842Z",fill:"currentColor"})),v=u;0&&(module.exports={IconShortcut});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconShortcut/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 IconShortcut: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H19.5C20.0523 20.5 20.5 20.0523 20.5 19.5V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M12.586 10.6842C12.5426 10.8432 12.6623 11 12.8272 11H15.4797C15.6893 11 15.8059 11.2424 15.6749 11.4061L10.7538 17.5575C10.5843 17.7694 10.246 17.5973 10.3174 17.3355L11.4137 13.3157C11.4571 13.1567 11.3374 13 11.1725 13H8.52C8.31037 13 8.19383 12.7575 8.32478 12.5938L13.2459 6.44244C13.4154 6.23054 13.7537 6.40259 13.6823 6.66439L12.586 10.6842Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconShortcut;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,kBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAAqB,4BAERC,EAA0CC,GAEnD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,uKACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gWACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconShortcut_exports","__export","IconShortcut","IconShortcut_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconShortcut","props","React","CentralIconBase","IconShortcut_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import t from"react";import p from"react";import{Svg as a}from"react-native-svg";var e=({children:o,size:r=24,...C})=>p.createElement(a,{...C,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);import{Path as n}from"react-native-svg";var l=o=>t.createElement(e,{...o},t.createElement(n,{d:"M19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H19.5C20.0523 20.5 20.5 20.0523 20.5 19.5V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5Z",stroke:"currentColor"}),t.createElement(n,{d:"M12.586 10.6842C12.5426 10.8432 12.6623 11 12.8272 11H15.4797C15.6893 11 15.8059 11.2424 15.6749 11.4061L10.7538 17.5575C10.5843 17.7694 10.246 17.5973 10.3174 17.3355L11.4137 13.3157C11.4571 13.1567 11.3374 13 11.1725 13H8.52C8.31037 13 8.19383 12.7575 8.32478 12.5938L13.2459 6.44244C13.4154 6.23054 13.7537 6.40259 13.6823 6.66439L12.586 10.6842Z",fill:"currentColor"})),P=l;export{l as IconShortcut,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconShortcut/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 IconShortcut: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H19.5C20.0523 20.5 20.5 20.0523 20.5 19.5V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5Z\"\n stroke=\"currentColor\"\n />\n <Path\n d=\"M12.586 10.6842C12.5426 10.8432 12.6623 11 12.8272 11H15.4797C15.6893 11 15.8059 11.2424 15.6749 11.4061L10.7538 17.5575C10.5843 17.7694 10.246 17.5973 10.3174 17.3355L11.4137 13.3157C11.4571 13.1567 11.3374 13 11.1725 13H8.52C8.31037 13 8.19383 12.7575 8.32478 12.5938L13.2459 6.44244C13.4154 6.23054 13.7537 6.40259 13.6823 6.66439L12.586 10.6842Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconShortcut;\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,EAA0CC,GAEnDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,uKACF,OAAO,eACT,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gWACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconShortcut","props","React","CentralIconBase","IconShortcut_default"]}
|
package/README.md
CHANGED
|
@@ -440,6 +440,7 @@ Below is a complete list of available icons:
|
|
|
440
440
|
- IconAgent
|
|
441
441
|
- IconAgenticCoding
|
|
442
442
|
- IconAnchor
|
|
443
|
+
- IconAnimatePath
|
|
443
444
|
- IconAnimation
|
|
444
445
|
- IconAnimationAuto
|
|
445
446
|
- IconAnimationEase
|
|
@@ -494,7 +495,6 @@ Below is a complete list of available icons:
|
|
|
494
495
|
- IconPullRequestSimple
|
|
495
496
|
- IconPush
|
|
496
497
|
- IconRequestClosed
|
|
497
|
-
- IconRunShortcut
|
|
498
498
|
- IconSandbox
|
|
499
499
|
- IconShip
|
|
500
500
|
- IconSpeedDots
|
|
@@ -1245,7 +1245,9 @@ Below is a complete list of available icons:
|
|
|
1245
1245
|
- IconOpt
|
|
1246
1246
|
- IconOptAlt
|
|
1247
1247
|
- IconOptionKey
|
|
1248
|
+
- IconRunShortcut
|
|
1248
1249
|
- IconShift
|
|
1250
|
+
- IconShortcut
|
|
1249
1251
|
- IconSpacebar
|
|
1250
1252
|
|
|
1251
1253
|
### Layout
|
|
@@ -1503,6 +1505,7 @@ Below is a complete list of available icons:
|
|
|
1503
1505
|
- IconFingerPrint2
|
|
1504
1506
|
- IconFirewall
|
|
1505
1507
|
- IconGhost
|
|
1508
|
+
- IconGhost2
|
|
1506
1509
|
- IconKey1
|
|
1507
1510
|
- IconKey2
|
|
1508
1511
|
- IconKeyhole
|
|
@@ -1910,6 +1913,7 @@ Below is a complete list of available icons:
|
|
|
1910
1913
|
- IconDiscoBall
|
|
1911
1914
|
- IconDoorHanger
|
|
1912
1915
|
- IconDumbell
|
|
1916
|
+
- IconElements
|
|
1913
1917
|
- IconEmojiAstonished
|
|
1914
1918
|
- IconExplosion
|
|
1915
1919
|
- IconFashion
|
package/filtered-icons.json
CHANGED
|
@@ -672,6 +672,20 @@
|
|
|
672
672
|
"packageName": "round-outlined-radius-1-stroke-1",
|
|
673
673
|
"componentName": "IconAngularjs"
|
|
674
674
|
},
|
|
675
|
+
{
|
|
676
|
+
"category": "Code",
|
|
677
|
+
"svg": "<path d=\"M2.5 19.5C2.5 17.3182 3.625 7.5 7 7.5C10.375 7.5 11.5 17.3182 11.5 19.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M11.5 19.4998C11.5 18.4553 11.9099 13.6666 15.8431 9.25\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><circle cx=\"18.5\" cy=\"7.5\" r=\"3\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
678
|
+
"iconName": "animate-path, animation, jump",
|
|
679
|
+
"variant": {
|
|
680
|
+
"join": "round",
|
|
681
|
+
"filled": "off",
|
|
682
|
+
"radius": "1",
|
|
683
|
+
"stroke": "1"
|
|
684
|
+
},
|
|
685
|
+
"createdAt": "2026-04-17T09:02:01.842141+00:00",
|
|
686
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
687
|
+
"componentName": "IconAnimatePath"
|
|
688
|
+
},
|
|
675
689
|
{
|
|
676
690
|
"category": "Code",
|
|
677
691
|
"svg": "<path d=\"M2.5 21.5L8 16M9.5 21.5L13 18M2.5 14.5L6 11M21 9C21 12.3137 18.3137 15 15 15C11.6863 15 9 12.3137 9 9C9 5.68629 11.6863 3 15 3C18.3137 3 21 5.68629 21 9Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -9870,6 +9884,20 @@
|
|
|
9870
9884
|
"packageName": "round-outlined-radius-1-stroke-1",
|
|
9871
9885
|
"componentName": "IconElectrocardiogram"
|
|
9872
9886
|
},
|
|
9887
|
+
{
|
|
9888
|
+
"category": "Things",
|
|
9889
|
+
"svg": "<path d=\"M21.5 12C21.5 13.3807 20.3807 14.5 19 14.5C17.6193 14.5 16.5 13.3807 16.5 12C16.5 10.6193 17.6193 9.5 19 9.5C20.3807 9.5 21.5 10.6193 21.5 12Z\" stroke=\"currentColor\"/><path d=\"M7.5 12C7.5 13.3807 6.38071 14.5 5 14.5C3.61929 14.5 2.5 13.3807 2.5 12C2.5 10.6193 3.61929 9.5 5 9.5C6.38071 9.5 7.5 10.6193 7.5 12Z\" stroke=\"currentColor\"/><path d=\"M14.2502 15.8978C15.4457 15.2076 16.9745 15.6172 17.6647 16.8127C18.3549 18.0082 17.9453 19.537 16.7498 20.2272C15.5543 20.9174 14.0255 20.5078 13.3353 19.3123C12.6451 18.1168 13.0547 16.588 14.2502 15.8978Z\" stroke=\"currentColor\"/><path d=\"M7.25021 3.7728C8.44574 3.08256 9.97446 3.49218 10.6647 4.68771C11.3549 5.88324 10.9453 7.41196 9.74979 8.1022C8.55426 8.79244 7.02554 8.38282 6.3353 7.18729C5.64506 5.99176 6.05468 4.46304 7.25021 3.7728Z\" stroke=\"currentColor\"/><path d=\"M7.25021 20.2272C6.05468 19.537 5.64506 18.0082 6.3353 16.8127C7.02554 15.6172 8.55426 15.2076 9.74979 15.8978C10.9453 16.588 11.3549 18.1168 10.6647 19.3123C9.97446 20.5078 8.44574 20.9174 7.25021 20.2272Z\" stroke=\"currentColor\"/><path d=\"M14.2502 8.1022C13.0547 7.41196 12.6451 5.88324 13.3353 4.68771C14.0255 3.49218 15.5543 3.08256 16.7498 3.7728C17.9453 4.46304 18.3549 5.99176 17.6647 7.18729C16.9745 8.38282 15.4457 8.79244 14.2502 8.1022Z\" stroke=\"currentColor\"/>",
|
|
9890
|
+
"iconName": "elements, materials, products, tools, teams, skills, circles",
|
|
9891
|
+
"variant": {
|
|
9892
|
+
"join": "round",
|
|
9893
|
+
"filled": "off",
|
|
9894
|
+
"radius": "1",
|
|
9895
|
+
"stroke": "1"
|
|
9896
|
+
},
|
|
9897
|
+
"createdAt": "2026-04-17T09:02:01.842141+00:00",
|
|
9898
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
9899
|
+
"componentName": "IconElements"
|
|
9900
|
+
},
|
|
9873
9901
|
{
|
|
9874
9902
|
"category": "Communication",
|
|
9875
9903
|
"svg": "<path d=\"M21.391 5.04601L20.9455 5.273V5.273L21.391 5.04601ZM20.954 4.60899L21.181 4.16349L21.181 4.16349L20.954 4.60899ZM3.04601 4.60899L2.81901 4.16349L2.81901 4.16349L3.04601 4.60899ZM2.60899 5.04601L2.16349 4.81901L2.16349 4.81901L2.60899 5.04601ZM2.60899 18.954L2.16349 19.181H2.16349L2.60899 18.954ZM3.04601 19.391L3.273 18.9455L3.273 18.9455L3.04601 19.391ZM20.954 19.391L21.181 19.8365L21.181 19.8365L20.954 19.391ZM21.391 18.954L20.9455 18.727V18.727L21.391 18.954ZM21.5 6.1H21V17.9H21.5H22V6.1H21.5ZM21.5 6.1H22C22 5.82822 22.0004 5.59432 21.9847 5.40249C21.9686 5.20481 21.9329 5.0082 21.8365 4.81901L21.391 5.04601L20.9455 5.273C20.9581 5.29773 20.9769 5.34809 20.988 5.48392C20.9996 5.62559 21 5.81172 21 6.1H21.5ZM21.391 5.04601L21.8365 4.81902C21.6927 4.53677 21.4632 4.3073 21.181 4.16349L20.954 4.60899L20.727 5.0545C20.8211 5.10243 20.8976 5.17892 20.9455 5.273L21.391 5.04601ZM19.9 4.5V5C20.1883 5 20.3744 5.00039 20.5161 5.01196C20.6519 5.02306 20.7023 5.0419 20.727 5.0545L20.954 4.60899L21.181 4.16349C20.9918 4.06709 20.7952 4.03144 20.5975 4.01528C20.4057 3.99961 20.1718 4 19.9 4V4.5ZM4.1 4.5V5H19.9V4.5V4H4.1V4.5ZM4.1 4.5V4C3.82822 4 3.59432 3.99961 3.40249 4.01528C3.20481 4.03144 3.0082 4.06709 2.81901 4.16349L3.04601 4.60899L3.273 5.0545C3.29773 5.0419 3.34809 5.02306 3.48392 5.01196C3.62559 5.00039 3.81172 5 4.1 5V4.5ZM2.60899 5.04601L3.0545 5.273C3.10243 5.17892 3.17892 5.10243 3.273 5.0545L3.04601 4.60899L2.81901 4.16349C2.53677 4.3073 2.3073 4.53677 2.16349 4.81901L2.60899 5.04601ZM2.5 6.1H3C3 5.81172 3.00039 5.62559 3.01196 5.48392C3.02306 5.34809 3.0419 5.29773 3.0545 5.273L2.60899 5.04601L2.16349 4.81901C2.06709 5.0082 2.03144 5.20481 2.01528 5.40249C1.99961 5.59432 2 5.82822 2 6.1H2.5ZM2.5 17.9H3V6.1H2.5H2V17.9H2.5ZM2.5 17.9H2C2 18.1718 1.99961 18.4057 2.01528 18.5975C2.03144 18.7952 2.06709 18.9918 2.16349 19.181L2.60899 18.954L3.0545 18.727C3.0419 18.7023 3.02306 18.6519 3.01196 18.5161C3.00039 18.3744 3 18.1883 3 17.9H2.5ZM3.04601 19.391L3.273 18.9455C3.17892 18.8976 3.10243 18.8211 3.0545 18.727L2.60899 18.954L2.16349 19.181C2.3073 19.4632 2.53677 19.6927 2.81902 19.8365L3.04601 19.391ZM4.1 19.5V19C3.81172 19 3.62559 18.9996 3.48392 18.988C3.34809 18.9769 3.29773 18.9581 3.273 18.9455L3.04601 19.391L2.81901 19.8365C3.0082 19.9329 3.20481 19.9686 3.40249 19.9847C3.59432 20.0004 3.82822 20 4.1 20V19.5ZM19.9 19.5V19H4.1V19.5V20H19.9V19.5ZM19.9 19.5V20C20.1718 20 20.4057 20.0004 20.5975 19.9847C20.7952 19.9686 20.9918 19.9329 21.181 19.8365L20.954 19.391L20.727 18.9455C20.7023 18.9581 20.6519 18.9769 20.5161 18.988C20.3744 18.9996 20.1883 19 19.9 19V19.5ZM21.391 18.954L20.9455 18.727C20.8976 18.8211 20.8211 18.8976 20.727 18.9455L20.954 19.391L21.181 19.8365C21.4632 19.6927 21.6927 19.4632 21.8365 19.181L21.391 18.954ZM21.5 17.9H21C21 18.1883 20.9996 18.3744 20.988 18.5161C20.9769 18.6519 20.9581 18.7023 20.9455 18.727L21.391 18.954L21.8365 19.181C21.9329 18.9918 21.9686 18.7952 21.9847 18.5975C22.0004 18.4057 22 18.1718 22 17.9H21.5Z\" fill=\"currentColor\"/><path d=\"M21.5 5.22729L12.6332 12.4819C12.2649 12.7833 11.7351 12.7833 11.3668 12.4819L2.5 5.22729\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -12614,6 +12642,20 @@
|
|
|
12614
12642
|
"packageName": "round-outlined-radius-1-stroke-1",
|
|
12615
12643
|
"componentName": "IconGhost"
|
|
12616
12644
|
},
|
|
12645
|
+
{
|
|
12646
|
+
"category": "Security",
|
|
12647
|
+
"svg": "<path d=\"M10.5984 8.9C10.5984 9.6732 10.106 10.3 9.49844 10.3C8.89092 10.3 8.39844 9.6732 8.39844 8.9C8.39844 8.1268 8.89092 7.5 9.49844 7.5C10.106 7.5 10.5984 8.1268 10.5984 8.9Z\" fill=\"currentColor\"/><ellipse cx=\"14.4984\" cy=\"8.9\" rx=\"1.1\" ry=\"1.4\" fill=\"currentColor\"/><path d=\"M7.65935 20.0241L4.79021 20.9326C4.02669 21.1744 3.29507 20.4626 3.47746 19.6828C4.22995 16.4654 4.48938 13.2592 4.55453 9.99945C4.63687 5.8791 7.87733 2.5 11.9985 2.5C16.1197 2.5 19.3601 5.8791 19.4425 9.99944C19.5076 13.2592 19.7671 16.4654 20.5195 19.6828C20.7019 20.4626 19.9703 21.1744 19.2068 20.9326L16.3377 20.0241C16.1183 19.9546 15.8817 19.9629 15.6677 20.0476L12.3665 21.3543C12.1301 21.4479 11.8669 21.4479 11.6305 21.3543L8.32929 20.0476C8.11533 19.9629 7.87872 19.9546 7.65935 20.0241Z\" stroke=\"currentColor\"/>",
|
|
12648
|
+
"iconName": "ghost-2, privacy, hidden, unknown",
|
|
12649
|
+
"variant": {
|
|
12650
|
+
"join": "round",
|
|
12651
|
+
"filled": "off",
|
|
12652
|
+
"radius": "1",
|
|
12653
|
+
"stroke": "1"
|
|
12654
|
+
},
|
|
12655
|
+
"createdAt": "2026-04-17T09:02:01.842141+00:00",
|
|
12656
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
12657
|
+
"componentName": "IconGhost2"
|
|
12658
|
+
},
|
|
12617
12659
|
{
|
|
12618
12660
|
"category": "Photography & Video",
|
|
12619
12661
|
"svg": "<path d=\"M20.5 4.5H3.5C2.94772 4.5 2.5 4.94772 2.5 5.5V18.5C2.5 19.0523 2.94771 19.5 3.5 19.5H20.5C21.0523 19.5 21.5 19.0523 21.5 18.5V5.5C21.5 4.94772 21.0523 4.5 20.5 4.5Z\" stroke=\"currentColor\" stroke-linejoin=\"round\"/><path d=\"M5.5 12.5049C5.5 14.3818 6.50805 15.5 8.2008 15.5C9.65106 15.5 10.6924 14.5296 10.6924 13.17V12.5296C10.6924 12.032 10.4737 11.8054 9.98391 11.8054H8.59546C8.28164 11.8054 8.0962 11.968 8.0962 12.2488C8.0962 12.5296 8.28164 12.6921 8.59546 12.6921H9.65582V13.2192C9.65582 14.0123 9.08998 14.5443 8.23409 14.5443C7.188 14.5443 6.57937 13.7956 6.57937 12.5V11.5148C6.57937 10.1995 7.16423 9.47537 8.2008 9.47537C8.87601 9.47537 9.31822 9.8399 9.69861 10.4606C9.83175 10.6675 9.95062 10.7463 10.1313 10.7463C10.4023 10.7463 10.583 10.5591 10.583 10.2685C10.583 9.94335 10.3453 9.51478 9.98391 9.17488C9.53219 8.73153 8.89978 8.5 8.13899 8.5C6.47952 8.5 5.5 9.62315 5.5 11.4803V12.5049Z\" fill=\"currentColor\"/><path d=\"M12.4279 15.4064C12.7655 15.4064 12.9653 15.1798 12.9653 14.7956V9.19458C12.9653 8.81034 12.7655 8.58374 12.4279 8.58374C12.0856 8.58374 11.8859 8.81034 11.8859 9.19458V14.7956C11.8859 15.1798 12.0903 15.4064 12.4279 15.4064Z\" fill=\"currentColor\"/><path d=\"M14.9718 15.4064C15.3094 15.4064 15.5044 15.1798 15.5044 14.7956V12.5788H17.763C18.0578 12.5788 18.2527 12.3966 18.2527 12.1108C18.2527 11.83 18.0625 11.6429 17.763 11.6429H15.5044V9.57882H18.0055C18.3003 9.57882 18.5 9.39655 18.5 9.11084C18.5 8.82512 18.3003 8.633 18.0055 8.633H15.2429C14.6818 8.633 14.425 8.88424 14.425 9.43103V14.7956C14.425 15.1798 14.6295 15.4064 14.9718 15.4064Z\" fill=\"currentColor\"/>",
|
|
@@ -20777,9 +20819,9 @@
|
|
|
20777
20819
|
"componentName": "IconRuler"
|
|
20778
20820
|
},
|
|
20779
20821
|
{
|
|
20780
|
-
"category": "
|
|
20822
|
+
"category": "Keyboard",
|
|
20781
20823
|
"svg": "<path d=\"M9.5 17.5L14.5 6.5M4.5 3.5H19.5C20.0523 3.5 20.5 3.94772 20.5 4.5V19.5C20.5 20.0523 20.0523 20.5 19.5 20.5H4.5C3.94772 20.5 3.5 20.0523 3.5 19.5V4.5C3.5 3.94772 3.94772 3.5 4.5 3.5Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
20782
|
-
"iconName": "run-shortcut,slash",
|
|
20824
|
+
"iconName": "run-shortcut, slash, skills",
|
|
20783
20825
|
"variant": {
|
|
20784
20826
|
"join": "round",
|
|
20785
20827
|
"filled": "off",
|
|
@@ -21826,6 +21868,20 @@
|
|
|
21826
21868
|
"packageName": "round-outlined-radius-1-stroke-1",
|
|
21827
21869
|
"componentName": "IconShoppingBagLike2"
|
|
21828
21870
|
},
|
|
21871
|
+
{
|
|
21872
|
+
"category": "Keyboard",
|
|
21873
|
+
"svg": "<path d=\"M19.5 3.5H4.5C3.94772 3.5 3.5 3.94772 3.5 4.5V19.5C3.5 20.0523 3.94772 20.5 4.5 20.5H19.5C20.0523 20.5 20.5 20.0523 20.5 19.5V4.5C20.5 3.94772 20.0523 3.5 19.5 3.5Z\" stroke=\"currentColor\"/><path d=\"M12.586 10.6842C12.5426 10.8432 12.6623 11 12.8272 11H15.4797C15.6893 11 15.8059 11.2424 15.6749 11.4061L10.7538 17.5575C10.5843 17.7694 10.246 17.5973 10.3174 17.3355L11.4137 13.3157C11.4571 13.1567 11.3374 13 11.1725 13H8.52C8.31037 13 8.19383 12.7575 8.32478 12.5938L13.2459 6.44244C13.4154 6.23054 13.7537 6.40259 13.6823 6.66439L12.586 10.6842Z\" fill=\"currentColor\"/>",
|
|
21874
|
+
"iconName": "shortcut, hotkey, powerkey, skill",
|
|
21875
|
+
"variant": {
|
|
21876
|
+
"join": "round",
|
|
21877
|
+
"filled": "off",
|
|
21878
|
+
"radius": "1",
|
|
21879
|
+
"stroke": "1"
|
|
21880
|
+
},
|
|
21881
|
+
"createdAt": "2026-04-16T12:02:20.982379+00:00",
|
|
21882
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
21883
|
+
"componentName": "IconShortcut"
|
|
21884
|
+
},
|
|
21829
21885
|
{
|
|
21830
21886
|
"category": "Things",
|
|
21831
21887
|
"svg": "<path d=\"M13.7929 16.3745L7.62527 10.2069C7.23475 9.8164 6.60006 9.81535 6.21813 10.2143C2.93282 13.6457 1.60651 16.31 3.12737 20.8725C7.68983 22.3933 10.3541 21.0669 13.7855 17.7817C14.1845 17.3997 14.1834 16.765 13.7929 16.3745Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M8.5 15.5L15.5 8.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M15.8509 4.04052L17.2934 2.67083C17.6866 2.29748 18.3056 2.30549 18.689 2.68889L21.311 5.31081C21.6944 5.6942 21.7024 6.3133 21.329 6.70649L19.9593 8.14896C18.8248 9.28348 16.9854 9.28348 15.8509 8.14896C14.7164 7.01445 14.7164 5.17503 15.8509 4.04052Z\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
package/icons/index.d.ts
CHANGED
|
@@ -47,6 +47,7 @@ export type CentralIconName =
|
|
|
47
47
|
| "IconAnchor1"
|
|
48
48
|
| "IconAnchor2"
|
|
49
49
|
| "IconAngularjs"
|
|
50
|
+
| "IconAnimatePath"
|
|
50
51
|
| "IconAnimation"
|
|
51
52
|
| "IconAnimationAuto"
|
|
52
53
|
| "IconAnimationEase"
|
|
@@ -704,6 +705,7 @@ export type CentralIconName =
|
|
|
704
705
|
| "IconEditSmall2"
|
|
705
706
|
| "IconEinstein"
|
|
706
707
|
| "IconElectrocardiogram"
|
|
708
|
+
| "IconElements"
|
|
707
709
|
| "IconEmail1"
|
|
708
710
|
| "IconEmail1Sparkle"
|
|
709
711
|
| "IconEmail2"
|
|
@@ -900,6 +902,7 @@ export type CentralIconName =
|
|
|
900
902
|
| "IconGenderFemale"
|
|
901
903
|
| "IconGenderMale"
|
|
902
904
|
| "IconGhost"
|
|
905
|
+
| "IconGhost2"
|
|
903
906
|
| "IconGif"
|
|
904
907
|
| "IconGifSquare"
|
|
905
908
|
| "IconGift1"
|
|
@@ -1558,6 +1561,7 @@ export type CentralIconName =
|
|
|
1558
1561
|
| "IconShoppingBagEdit2"
|
|
1559
1562
|
| "IconShoppingBagLike1"
|
|
1560
1563
|
| "IconShoppingBagLike2"
|
|
1564
|
+
| "IconShortcut"
|
|
1561
1565
|
| "IconShovel"
|
|
1562
1566
|
| "IconShredder"
|
|
1563
1567
|
| "IconShuffle"
|
package/icons-index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "@central-icons-react-native/round-outlined-radius-1-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.197",
|
|
4
4
|
"style": "round-outlined-radius-1-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-outlined-radius-1-stroke-1/IconHome';",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"withProps": "<IconHome size={32} color=\"#007AFF\" />",
|
|
12
12
|
"central": "<CentralIcon name=\"IconHome\" size={24} color=\"currentColor\" />"
|
|
13
13
|
},
|
|
14
|
-
"totalIcons":
|
|
14
|
+
"totalIcons": 1954,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 77,
|
|
@@ -322,6 +322,7 @@
|
|
|
322
322
|
"IconAgent",
|
|
323
323
|
"IconAgenticCoding",
|
|
324
324
|
"IconAnchor",
|
|
325
|
+
"IconAnimatePath",
|
|
325
326
|
"IconAnimation",
|
|
326
327
|
"IconAnimationAuto",
|
|
327
328
|
"IconAnimationEase",
|
|
@@ -376,7 +377,6 @@
|
|
|
376
377
|
"IconPullRequestSimple",
|
|
377
378
|
"IconPush",
|
|
378
379
|
"IconRequestClosed",
|
|
379
|
-
"IconRunShortcut",
|
|
380
380
|
"IconSandbox",
|
|
381
381
|
"IconShip",
|
|
382
382
|
"IconSpeedDots",
|
|
@@ -1142,7 +1142,7 @@
|
|
|
1142
1142
|
]
|
|
1143
1143
|
},
|
|
1144
1144
|
"Keyboard": {
|
|
1145
|
-
"count":
|
|
1145
|
+
"count": 15,
|
|
1146
1146
|
"icons": [
|
|
1147
1147
|
"IconAt",
|
|
1148
1148
|
"IconBackward",
|
|
@@ -1155,7 +1155,9 @@
|
|
|
1155
1155
|
"IconOpt",
|
|
1156
1156
|
"IconOptAlt",
|
|
1157
1157
|
"IconOptionKey",
|
|
1158
|
+
"IconRunShortcut",
|
|
1158
1159
|
"IconShift",
|
|
1160
|
+
"IconShortcut",
|
|
1159
1161
|
"IconSpacebar"
|
|
1160
1162
|
]
|
|
1161
1163
|
},
|
|
@@ -1416,7 +1418,7 @@
|
|
|
1416
1418
|
]
|
|
1417
1419
|
},
|
|
1418
1420
|
"Security": {
|
|
1419
|
-
"count":
|
|
1421
|
+
"count": 31,
|
|
1420
1422
|
"icons": [
|
|
1421
1423
|
"IconAnonymous",
|
|
1422
1424
|
"IconAsterisk",
|
|
@@ -1425,6 +1427,7 @@
|
|
|
1425
1427
|
"IconFingerPrint2",
|
|
1426
1428
|
"IconFirewall",
|
|
1427
1429
|
"IconGhost",
|
|
1430
|
+
"IconGhost2",
|
|
1428
1431
|
"IconKey1",
|
|
1429
1432
|
"IconKey2",
|
|
1430
1433
|
"IconKeyhole",
|
|
@@ -1805,7 +1808,7 @@
|
|
|
1805
1808
|
]
|
|
1806
1809
|
},
|
|
1807
1810
|
"Things": {
|
|
1808
|
-
"count":
|
|
1811
|
+
"count": 138,
|
|
1809
1812
|
"icons": [
|
|
1810
1813
|
"IconAnvil",
|
|
1811
1814
|
"IconApps",
|
|
@@ -1844,6 +1847,7 @@
|
|
|
1844
1847
|
"IconDiscoBall",
|
|
1845
1848
|
"IconDoorHanger",
|
|
1846
1849
|
"IconDumbell",
|
|
1850
|
+
"IconElements",
|
|
1847
1851
|
"IconEmojiAstonished",
|
|
1848
1852
|
"IconExplosion",
|
|
1849
1853
|
"IconFashion",
|
|
@@ -2200,6 +2204,7 @@
|
|
|
2200
2204
|
"IconAnchor1": "anchor-1, link",
|
|
2201
2205
|
"IconAnchor2": "anchor-2, link",
|
|
2202
2206
|
"IconAngularjs": "angularjs",
|
|
2207
|
+
"IconAnimatePath": "animate-path, animation, jump",
|
|
2203
2208
|
"IconAnimation": "animation",
|
|
2204
2209
|
"IconAnimationAuto": "animation-auto",
|
|
2205
2210
|
"IconAnimationEase": "animation-ease",
|
|
@@ -2857,6 +2862,7 @@
|
|
|
2857
2862
|
"IconEditSmall2": "edit-small-2",
|
|
2858
2863
|
"IconEinstein": "einstein, thinking, physics",
|
|
2859
2864
|
"IconElectrocardiogram": "electrocardiogram, activity, notification, pulse, heartbeat, beat",
|
|
2865
|
+
"IconElements": "elements, materials, products, tools, teams, skills, circles",
|
|
2860
2866
|
"IconEmail1": "email-1, envelope",
|
|
2861
2867
|
"IconEmail1Sparkle": "email-1-sparkle, envelope",
|
|
2862
2868
|
"IconEmail2": "email-2, envelope",
|
|
@@ -3053,6 +3059,7 @@
|
|
|
3053
3059
|
"IconGenderFemale": "gender-female",
|
|
3054
3060
|
"IconGenderMale": "gender-male",
|
|
3055
3061
|
"IconGhost": "ghost, hidden, unknown, horror",
|
|
3062
|
+
"IconGhost2": "ghost-2, privacy, hidden, unknown",
|
|
3056
3063
|
"IconGif": "gif",
|
|
3057
3064
|
"IconGifSquare": "gif-square",
|
|
3058
3065
|
"IconGift1": "gift-1, present",
|
|
@@ -3636,7 +3643,7 @@
|
|
|
3636
3643
|
"IconRoulette2": "roulette-2, coincidence, gambling",
|
|
3637
3644
|
"IconRssFeed": "rss-feed",
|
|
3638
3645
|
"IconRuler": "ruler",
|
|
3639
|
-
"IconRunShortcut": "run-shortcut, slash",
|
|
3646
|
+
"IconRunShortcut": "run-shortcut, slash, skills",
|
|
3640
3647
|
"IconSafari": "safari",
|
|
3641
3648
|
"IconSafeSimple": "safe-simple, save",
|
|
3642
3649
|
"IconSandbox": "sandbox, playground",
|
|
@@ -3711,6 +3718,7 @@
|
|
|
3711
3718
|
"IconShoppingBagEdit2": "shopping-bag-edit-2",
|
|
3712
3719
|
"IconShoppingBagLike1": "shopping-bag-like-1",
|
|
3713
3720
|
"IconShoppingBagLike2": "shopping-bag-like-2",
|
|
3721
|
+
"IconShortcut": "shortcut, hotkey, powerkey, skill",
|
|
3714
3722
|
"IconShovel": "shovel, spade, pick",
|
|
3715
3723
|
"IconShredder": "shredder, permanently",
|
|
3716
3724
|
"IconShuffle": "shuffle, random",
|
package/index.d.ts
CHANGED
|
@@ -46,6 +46,7 @@ export { IconAnchor, default as IconAnchorDefault } from "./IconAnchor";
|
|
|
46
46
|
export { IconAnchor1, default as IconAnchor1Default } from "./IconAnchor1";
|
|
47
47
|
export { IconAnchor2, default as IconAnchor2Default } from "./IconAnchor2";
|
|
48
48
|
export { IconAngularjs, default as IconAngularjsDefault, } from "./IconAngularjs";
|
|
49
|
+
export { IconAnimatePath, default as IconAnimatePathDefault, } from "./IconAnimatePath";
|
|
49
50
|
export { IconAnimation, default as IconAnimationDefault, } from "./IconAnimation";
|
|
50
51
|
export { IconAnimationAuto, default as IconAnimationAutoDefault, } from "./IconAnimationAuto";
|
|
51
52
|
export { IconAnimationEase, default as IconAnimationEaseDefault, } from "./IconAnimationEase";
|
|
@@ -703,6 +704,7 @@ export { IconEditSmall1, default as IconEditSmall1Default, } from "./IconEditSma
|
|
|
703
704
|
export { IconEditSmall2, default as IconEditSmall2Default, } from "./IconEditSmall2";
|
|
704
705
|
export { IconEinstein, default as IconEinsteinDefault } from "./IconEinstein";
|
|
705
706
|
export { IconElectrocardiogram, default as IconElectrocardiogramDefault, } from "./IconElectrocardiogram";
|
|
707
|
+
export { IconElements, default as IconElementsDefault } from "./IconElements";
|
|
706
708
|
export { IconEmail1, default as IconEmail1Default } from "./IconEmail1";
|
|
707
709
|
export { IconEmail1Sparkle, default as IconEmail1SparkleDefault, } from "./IconEmail1Sparkle";
|
|
708
710
|
export { IconEmail2, default as IconEmail2Default } from "./IconEmail2";
|
|
@@ -899,6 +901,7 @@ export { IconGemini, default as IconGeminiDefault } from "./IconGemini";
|
|
|
899
901
|
export { IconGenderFemale, default as IconGenderFemaleDefault, } from "./IconGenderFemale";
|
|
900
902
|
export { IconGenderMale, default as IconGenderMaleDefault, } from "./IconGenderMale";
|
|
901
903
|
export { IconGhost, default as IconGhostDefault } from "./IconGhost";
|
|
904
|
+
export { IconGhost2, default as IconGhost2Default } from "./IconGhost2";
|
|
902
905
|
export { IconGif, default as IconGifDefault } from "./IconGif";
|
|
903
906
|
export { IconGifSquare, default as IconGifSquareDefault, } from "./IconGifSquare";
|
|
904
907
|
export { IconGift1, default as IconGift1Default } from "./IconGift1";
|
|
@@ -1557,6 +1560,7 @@ export { IconShoppingBagBookmark2, default as IconShoppingBagBookmark2Default, }
|
|
|
1557
1560
|
export { IconShoppingBagEdit2, default as IconShoppingBagEdit2Default, } from "./IconShoppingBagEdit2";
|
|
1558
1561
|
export { IconShoppingBagLike1, default as IconShoppingBagLike1Default, } from "./IconShoppingBagLike1";
|
|
1559
1562
|
export { IconShoppingBagLike2, default as IconShoppingBagLike2Default, } from "./IconShoppingBagLike2";
|
|
1563
|
+
export { IconShortcut, default as IconShortcutDefault } from "./IconShortcut";
|
|
1560
1564
|
export { IconShovel, default as IconShovelDefault } from "./IconShovel";
|
|
1561
1565
|
export { IconShredder, default as IconShredderDefault } from "./IconShredder";
|
|
1562
1566
|
export { IconShuffle, default as IconShuffleDefault } from "./IconShuffle";
|