@central-icons-react-native/round-filled-radius-3-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 B=Object.create;var e=Object.defineProperty;var I=Object.getOwnPropertyDescriptor;var P=Object.getOwnPropertyNames;var u=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var g=(r,C)=>{for(var o in C)e(r,o,{get:C[o],enumerable:!0})},a=(r,C,o,p)=>{if(C&&typeof C=="object"||typeof C=="function")for(let t of P(C))!x.call(r,t)&&t!==o&&e(r,t,{get:()=>C[t],enumerable:!(p=I(C,t))||p.enumerable});return r};var m=(r,C,o)=>(o=r!=null?B(u(r)):{},a(C||!r||!r.__esModule?e(o,"default",{value:r,enumerable:!0}):o,r)),h=r=>a(e({},"__esModule",{value:!0}),r);var y={};g(y,{IconAnimatePath:()=>i,default:()=>v});module.exports=h(y);var n=m(require("react"));var l=m(require("react")),s=require("react-native-svg"),c=({children:r,size:C=24,...o})=>l.default.createElement(s.Svg,{...o,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},r);var f=require("react-native-svg"),i=r=>n.default.createElement(c,{...r},n.default.createElement(f.Path,{d:"M18.5 4C20.433 4 22 5.567 22 7.5C22 9.433 20.433 11 18.5 11C17.493 11 16.5858 10.5743 15.9473 9.89355C12.3723 14.1014 12 18.5571 12 19.5C12 19.7761 11.7761 20 11.5 20C11.3619 20 11.237 19.944 11.1465 19.8535C11.1238 19.8308 11.103 19.806 11.085 19.7793C11.0312 19.6996 11 19.6034 11 19.5C11 18.4526 10.7242 15.4945 10.0312 12.8066C9.68439 11.4613 9.24183 10.221 8.69922 9.32812C8.14532 8.41665 7.57321 8 7 8C6.42679 8 5.85468 8.41666 5.30078 9.32812C4.75817 10.221 4.31561 11.4613 3.96875 12.8066C3.27579 15.4945 3 18.4526 3 19.5C3 19.7761 2.77614 20 2.5 20C2.22386 20 2 19.7761 2 19.5C2 18.3656 2.28671 15.3234 3 12.5566C3.35622 11.175 3.82789 9.82469 4.44531 8.80859C5.05157 7.81097 5.88571 7 7 7C8.11429 7 8.94843 7.81097 9.55469 8.80859C10.1721 9.82469 10.6438 11.175 11 12.5566C11.2744 13.621 11.4845 14.7264 11.6406 15.748C12.2233 13.7992 13.3196 11.3765 15.3584 9.04492C15.1288 8.57899 15 8.05452 15 7.5C15 5.567 16.567 4 18.5 4Z",fill:"currentColor"})),v=i;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 { Path } from \"react-native-svg\";\n\nexport const IconAnimatePath: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.5 4C20.433 4 22 5.567 22 7.5C22 9.433 20.433 11 18.5 11C17.493 11 16.5858 10.5743 15.9473 9.89355C12.3723 14.1014 12 18.5571 12 19.5C12 19.7761 11.7761 20 11.5 20C11.3619 20 11.237 19.944 11.1465 19.8535C11.1238 19.8308 11.103 19.806 11.085 19.7793C11.0312 19.6996 11 19.6034 11 19.5C11 18.4526 10.7242 15.4945 10.0312 12.8066C9.68439 11.4613 9.24183 10.221 8.69922 9.32812C8.14532 8.41665 7.57321 8 7 8C6.42679 8 5.85468 8.41666 5.30078 9.32812C4.75817 10.221 4.31561 11.4613 3.96875 12.8066C3.27579 15.4945 3 18.4526 3 19.5C3 19.7761 2.77614 20 2.5 20C2.22386 20 2 19.7761 2 19.5C2 18.3656 2.28671 15.3234 3 12.5566C3.35622 11.175 3.82789 9.82469 4.44531 8.80859C5.05157 7.81097 5.88571 7 7 7C8.11429 7 8.94843 7.81097 9.55469 8.80859C10.1721 9.82469 10.6438 11.175 11 12.5566C11.2744 13.621 11.4845 14.7264 11.6406 15.748C12.2233 13.7992 13.3196 11.3765 15.3584 9.04492C15.1288 8.57899 15 8.05452 15 7.5C15 5.567 16.567 4 18.5 4Z\"\n fill=\"currentColor\"\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,EAAqB,4BAERC,EAA6CC,GAEtD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,26BACF,KAAK,eACP,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 t from"react";import n from"react";import{Svg as p}from"react-native-svg";var o=({children:C,size:r=24,...e})=>n.createElement(p,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},C);import{Path as a}from"react-native-svg";var m=C=>t.createElement(o,{...C},t.createElement(a,{d:"M18.5 4C20.433 4 22 5.567 22 7.5C22 9.433 20.433 11 18.5 11C17.493 11 16.5858 10.5743 15.9473 9.89355C12.3723 14.1014 12 18.5571 12 19.5C12 19.7761 11.7761 20 11.5 20C11.3619 20 11.237 19.944 11.1465 19.8535C11.1238 19.8308 11.103 19.806 11.085 19.7793C11.0312 19.6996 11 19.6034 11 19.5C11 18.4526 10.7242 15.4945 10.0312 12.8066C9.68439 11.4613 9.24183 10.221 8.69922 9.32812C8.14532 8.41665 7.57321 8 7 8C6.42679 8 5.85468 8.41666 5.30078 9.32812C4.75817 10.221 4.31561 11.4613 3.96875 12.8066C3.27579 15.4945 3 18.4526 3 19.5C3 19.7761 2.77614 20 2.5 20C2.22386 20 2 19.7761 2 19.5C2 18.3656 2.28671 15.3234 3 12.5566C3.35622 11.175 3.82789 9.82469 4.44531 8.80859C5.05157 7.81097 5.88571 7 7 7C8.11429 7 8.94843 7.81097 9.55469 8.80859C10.1721 9.82469 10.6438 11.175 11 12.5566C11.2744 13.621 11.4845 14.7264 11.6406 15.748C12.2233 13.7992 13.3196 11.3765 15.3584 9.04492C15.1288 8.57899 15 8.05452 15 7.5C15 5.567 16.567 4 18.5 4Z",fill:"currentColor"})),x=m;export{m as IconAnimatePath,x 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 { Path } from \"react-native-svg\";\n\nexport const IconAnimatePath: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M18.5 4C20.433 4 22 5.567 22 7.5C22 9.433 20.433 11 18.5 11C17.493 11 16.5858 10.5743 15.9473 9.89355C12.3723 14.1014 12 18.5571 12 19.5C12 19.7761 11.7761 20 11.5 20C11.3619 20 11.237 19.944 11.1465 19.8535C11.1238 19.8308 11.103 19.806 11.085 19.7793C11.0312 19.6996 11 19.6034 11 19.5C11 18.4526 10.7242 15.4945 10.0312 12.8066C9.68439 11.4613 9.24183 10.221 8.69922 9.32812C8.14532 8.41665 7.57321 8 7 8C6.42679 8 5.85468 8.41666 5.30078 9.32812C4.75817 10.221 4.31561 11.4613 3.96875 12.8066C3.27579 15.4945 3 18.4526 3 19.5C3 19.7761 2.77614 20 2.5 20C2.22386 20 2 19.7761 2 19.5C2 18.3656 2.28671 15.3234 3 12.5566C3.35622 11.175 3.82789 9.82469 4.44531 8.80859C5.05157 7.81097 5.88571 7 7 7C8.11429 7 8.94843 7.81097 9.55469 8.80859C10.1721 9.82469 10.6438 11.175 11 12.5566C11.2744 13.621 11.4845 14.7264 11.6406 15.748C12.2233 13.7992 13.3196 11.3765 15.3584 9.04492C15.1288 8.57899 15 8.05452 15 7.5C15 5.567 16.567 4 18.5 4Z\"\n fill=\"currentColor\"\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,QAAAG,MAAY,mBAEd,IAAMC,EAA6CC,GAEtDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,26BACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconAnimatePath","props","React","CentralIconBase","IconAnimatePath_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var c=Object.create;var l=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,o)=>{for(var C in o)l(r,C,{get:o[C],enumerable:!0})},f=(r,o,C,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of B(o))!x.call(r,e)&&e!==C&&l(r,e,{get:()=>o[e],enumerable:!(p=d(o,e))||p.enumerable});return r};var m=(r,o,C)=>(C=r!=null?c(I(r)):{},f(o||!r||!r.__esModule?l(C,"default",{value:r,enumerable:!0}):C,r)),g=r=>f(l({},"__esModule",{value:!0}),r);var Z={};P(Z,{IconElements:()=>a,default:()=>M});module.exports=g(Z);var n=m(require("react"));var s=m(require("react")),i=require("react-native-svg"),u=({children:r,size:o=24,...C})=>s.default.createElement(i.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 t=require("react-native-svg"),a=r=>n.default.createElement(u,{...r},n.default.createElement(t.Path,{d:"M5.90234 16.5626C6.73081 15.128 8.56525 14.6367 10 15.4649C11.4346 16.2933 11.9268 18.1278 11.0986 19.5626C10.2702 20.9972 8.43477 21.4895 7 20.6612C5.56533 19.8328 5.07415 17.9974 5.90234 16.5626Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M14 15.4649C15.4348 14.6365 17.2702 15.1278 18.0986 16.5626C18.9269 17.9974 18.4348 19.8328 17 20.6612C15.5653 21.4892 13.7307 20.9971 12.9023 19.5626C12.0742 18.1279 12.5655 16.2934 14 15.4649Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M5 9.00009C6.65681 9.00009 7.99992 10.3433 8 12.0001C8 13.6569 6.65685 15.0001 5 15.0001C3.34315 15.0001 2 13.6569 2 12.0001C2.00008 10.3433 3.3432 9.00009 5 9.00009Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M19 9.00009C20.6568 9.00009 21.9999 10.3433 22 12.0001C22 13.6569 20.6569 15.0001 19 15.0001C17.3431 15.0001 16 13.6569 16 12.0001C16.0001 10.3433 17.3432 9.00009 19 9.00009Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M12.9023 4.43857C13.7308 3.00398 15.5652 2.51271 17 3.34091C18.4346 4.16931 18.9268 6.00379 18.0986 7.43857C17.2702 8.8732 15.4348 9.36546 14 8.5372C12.5653 7.70878 12.0742 5.87336 12.9023 4.43857Z",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M7 3.33994C8.43478 2.51161 10.2701 3.00294 11.0986 4.43759C11.927 5.87245 11.4348 7.70778 10 8.53623C8.56517 9.36437 6.7307 8.87235 5.90234 7.43759C5.07423 6.00286 5.56545 4.16838 7 3.33994Z",fill:"currentColor"})),M=a;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=\"M5.90234 16.5626C6.73081 15.128 8.56525 14.6367 10 15.4649C11.4346 16.2933 11.9268 18.1278 11.0986 19.5626C10.2702 20.9972 8.43477 21.4895 7 20.6612C5.56533 19.8328 5.07415 17.9974 5.90234 16.5626Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14 15.4649C15.4348 14.6365 17.2702 15.1278 18.0986 16.5626C18.9269 17.9974 18.4348 19.8328 17 20.6612C15.5653 21.4892 13.7307 20.9971 12.9023 19.5626C12.0742 18.1279 12.5655 16.2934 14 15.4649Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5 9.00009C6.65681 9.00009 7.99992 10.3433 8 12.0001C8 13.6569 6.65685 15.0001 5 15.0001C3.34315 15.0001 2 13.6569 2 12.0001C2.00008 10.3433 3.3432 9.00009 5 9.00009Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19 9.00009C20.6568 9.00009 21.9999 10.3433 22 12.0001C22 13.6569 20.6569 15.0001 19 15.0001C17.3431 15.0001 16 13.6569 16 12.0001C16.0001 10.3433 17.3432 9.00009 19 9.00009Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.9023 4.43857C13.7308 3.00398 15.5652 2.51271 17 3.34091C18.4346 4.16931 18.9268 6.00379 18.0986 7.43857C17.2702 8.8732 15.4348 9.36546 14 8.5372C12.5653 7.70878 12.0742 5.87336 12.9023 4.43857Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7 3.33994C8.43478 2.51161 10.2701 3.00294 11.0986 4.43759C11.927 5.87245 11.4348 7.70778 10 8.53623C8.56517 9.36437 6.7307 8.87235 5.90234 7.43759C5.07423 6.00286 5.56545 4.16838 7 3.33994Z\"\n fill=\"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,wMACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qMACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yKACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iLACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wMACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,iMACF,KAAK,eACP,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 l from"react";import{Svg as p}from"react-native-svg";var t=({children:n,size:o=24,...e})=>l.createElement(p,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},n);import{Path as C}from"react-native-svg";var f=n=>r.createElement(t,{...n},r.createElement(C,{d:"M5.90234 16.5626C6.73081 15.128 8.56525 14.6367 10 15.4649C11.4346 16.2933 11.9268 18.1278 11.0986 19.5626C10.2702 20.9972 8.43477 21.4895 7 20.6612C5.56533 19.8328 5.07415 17.9974 5.90234 16.5626Z",fill:"currentColor"}),r.createElement(C,{d:"M14 15.4649C15.4348 14.6365 17.2702 15.1278 18.0986 16.5626C18.9269 17.9974 18.4348 19.8328 17 20.6612C15.5653 21.4892 13.7307 20.9971 12.9023 19.5626C12.0742 18.1279 12.5655 16.2934 14 15.4649Z",fill:"currentColor"}),r.createElement(C,{d:"M5 9.00009C6.65681 9.00009 7.99992 10.3433 8 12.0001C8 13.6569 6.65685 15.0001 5 15.0001C3.34315 15.0001 2 13.6569 2 12.0001C2.00008 10.3433 3.3432 9.00009 5 9.00009Z",fill:"currentColor"}),r.createElement(C,{d:"M19 9.00009C20.6568 9.00009 21.9999 10.3433 22 12.0001C22 13.6569 20.6569 15.0001 19 15.0001C17.3431 15.0001 16 13.6569 16 12.0001C16.0001 10.3433 17.3432 9.00009 19 9.00009Z",fill:"currentColor"}),r.createElement(C,{d:"M12.9023 4.43857C13.7308 3.00398 15.5652 2.51271 17 3.34091C18.4346 4.16931 18.9268 6.00379 18.0986 7.43857C17.2702 8.8732 15.4348 9.36546 14 8.5372C12.5653 7.70878 12.0742 5.87336 12.9023 4.43857Z",fill:"currentColor"}),r.createElement(C,{d:"M7 3.33994C8.43478 2.51161 10.2701 3.00294 11.0986 4.43759C11.927 5.87245 11.4348 7.70778 10 8.53623C8.56517 9.36437 6.7307 8.87235 5.90234 7.43759C5.07423 6.00286 5.56545 4.16838 7 3.33994Z",fill:"currentColor"})),x=f;export{f as IconElements,x 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=\"M5.90234 16.5626C6.73081 15.128 8.56525 14.6367 10 15.4649C11.4346 16.2933 11.9268 18.1278 11.0986 19.5626C10.2702 20.9972 8.43477 21.4895 7 20.6612C5.56533 19.8328 5.07415 17.9974 5.90234 16.5626Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M14 15.4649C15.4348 14.6365 17.2702 15.1278 18.0986 16.5626C18.9269 17.9974 18.4348 19.8328 17 20.6612C15.5653 21.4892 13.7307 20.9971 12.9023 19.5626C12.0742 18.1279 12.5655 16.2934 14 15.4649Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M5 9.00009C6.65681 9.00009 7.99992 10.3433 8 12.0001C8 13.6569 6.65685 15.0001 5 15.0001C3.34315 15.0001 2 13.6569 2 12.0001C2.00008 10.3433 3.3432 9.00009 5 9.00009Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M19 9.00009C20.6568 9.00009 21.9999 10.3433 22 12.0001C22 13.6569 20.6569 15.0001 19 15.0001C17.3431 15.0001 16 13.6569 16 12.0001C16.0001 10.3433 17.3432 9.00009 19 9.00009Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12.9023 4.43857C13.7308 3.00398 15.5652 2.51271 17 3.34091C18.4346 4.16931 18.9268 6.00379 18.0986 7.43857C17.2702 8.8732 15.4348 9.36546 14 8.5372C12.5653 7.70878 12.0742 5.87336 12.9023 4.43857Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7 3.33994C8.43478 2.51161 10.2701 3.00294 11.0986 4.43759C11.927 5.87245 11.4348 7.70778 10 8.53623C8.56517 9.36437 6.7307 8.87235 5.90234 7.43759C5.07423 6.00286 5.56545 4.16838 7 3.33994Z\"\n fill=\"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,wMACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qMACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yKACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iLACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wMACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,iMACF,KAAK,eACP,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 C=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var e in r)C(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of I(r))!v.call(o,t)&&t!==e&&C(o,t,{get:()=>r[t],enumerable:!(p=B(r,t))||p.enumerable});return o};var a=(o,r,e)=>(e=o!=null?u(d(o)):{},l(r||!o||!o.__esModule?C(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>l(C({},"__esModule",{value:!0}),o);var h={};x(h,{IconGhost2:()=>i,default:()=>g});module.exports=P(h);var n=a(require("react"));var m=a(require("react")),s=require("react-native-svg"),c=({children:o,size:r=24,...e})=>m.default.createElement(s.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),i=o=>n.default.createElement(c,{...o},n.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.9981 2C16.409 2 19.8549 5.6147 19.9424 9.98926C20.0072 13.2299 20.2643 16.3986 21.0059 19.5693C21.2707 20.703 20.2114 21.775 19.0557 21.4092L16.8643 20.7158C16.3159 20.5422 15.7243 20.5627 15.1895 20.7744L12.5498 21.8193C12.1954 21.9595 11.8008 21.9596 11.4463 21.8193L8.80667 20.7744C8.27186 20.5627 7.68023 20.5422 7.13187 20.7158L4.94046 21.4092C3.78473 21.775 2.72543 20.703 2.99027 19.5693C3.73183 16.3986 3.98898 13.2299 4.05374 9.98926C4.14127 5.61471 7.58719 2.00002 11.9981 2ZM9.49808 7.5C8.89057 7.5 8.39847 8.12719 8.39847 8.90039C8.39864 9.67341 8.89067 10.2998 9.49808 10.2998C10.1055 10.2998 10.5975 9.67338 10.5977 8.90039C10.5977 8.12722 10.1056 7.50004 9.49808 7.5ZM14.4981 7.5C13.8906 7.5 13.3985 8.12719 13.3985 8.90039C13.3986 9.67341 13.8907 10.2998 14.4981 10.2998C15.1055 10.2998 15.5975 9.67338 15.5977 8.90039C15.5977 8.12722 15.1056 7.50004 14.4981 7.5Z",fill:"currentColor"})),g=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 { Path } from \"react-native-svg\";\n\nexport const IconGhost2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.9981 2C16.409 2 19.8549 5.6147 19.9424 9.98926C20.0072 13.2299 20.2643 16.3986 21.0059 19.5693C21.2707 20.703 20.2114 21.775 19.0557 21.4092L16.8643 20.7158C16.3159 20.5422 15.7243 20.5627 15.1895 20.7744L12.5498 21.8193C12.1954 21.9595 11.8008 21.9596 11.4463 21.8193L8.80667 20.7744C8.27186 20.5627 7.68023 20.5422 7.13187 20.7158L4.94046 21.4092C3.78473 21.775 2.72543 20.703 2.99027 19.5693C3.73183 16.3986 3.98898 13.2299 4.05374 9.98926C4.14127 5.61471 7.58719 2.00002 11.9981 2ZM9.49808 7.5C8.89057 7.5 8.39847 8.12719 8.39847 8.90039C8.39864 9.67341 8.89067 10.2998 9.49808 10.2998C10.1055 10.2998 10.5975 9.67338 10.5977 8.90039C10.5977 8.12722 10.1056 7.50004 9.49808 7.5ZM14.4981 7.5C13.8906 7.5 13.3985 8.12719 13.3985 8.90039C13.3986 9.67341 13.8907 10.2998 14.4981 10.2998C15.1055 10.2998 15.5975 9.67338 15.5977 8.90039C15.5977 8.12722 15.1056 7.50004 14.4981 7.5Z\"\n fill=\"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,EAAqB,4BAERC,EAAwCC,GAEjD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,s3BACF,KAAK,eACP,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 t from"react";import n from"react";import{Svg as p}from"react-native-svg";var e=({children:r,size:o=24,...C})=>n.createElement(p,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var a=r=>t.createElement(e,{...r},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M11.9981 2C16.409 2 19.8549 5.6147 19.9424 9.98926C20.0072 13.2299 20.2643 16.3986 21.0059 19.5693C21.2707 20.703 20.2114 21.775 19.0557 21.4092L16.8643 20.7158C16.3159 20.5422 15.7243 20.5627 15.1895 20.7744L12.5498 21.8193C12.1954 21.9595 11.8008 21.9596 11.4463 21.8193L8.80667 20.7744C8.27186 20.5627 7.68023 20.5422 7.13187 20.7158L4.94046 21.4092C3.78473 21.775 2.72543 20.703 2.99027 19.5693C3.73183 16.3986 3.98898 13.2299 4.05374 9.98926C4.14127 5.61471 7.58719 2.00002 11.9981 2ZM9.49808 7.5C8.89057 7.5 8.39847 8.12719 8.39847 8.90039C8.39864 9.67341 8.89067 10.2998 9.49808 10.2998C10.1055 10.2998 10.5975 9.67338 10.5977 8.90039C10.5977 8.12722 10.1056 7.50004 9.49808 7.5ZM14.4981 7.5C13.8906 7.5 13.3985 8.12719 13.3985 8.90039C13.3986 9.67341 13.8907 10.2998 14.4981 10.2998C15.1055 10.2998 15.5975 9.67338 15.5977 8.90039C15.5977 8.12722 15.1056 7.50004 14.4981 7.5Z",fill:"currentColor"})),v=a;export{a as IconGhost2,v 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 { Path } from \"react-native-svg\";\n\nexport const IconGhost2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.9981 2C16.409 2 19.8549 5.6147 19.9424 9.98926C20.0072 13.2299 20.2643 16.3986 21.0059 19.5693C21.2707 20.703 20.2114 21.775 19.0557 21.4092L16.8643 20.7158C16.3159 20.5422 15.7243 20.5627 15.1895 20.7744L12.5498 21.8193C12.1954 21.9595 11.8008 21.9596 11.4463 21.8193L8.80667 20.7744C8.27186 20.5627 7.68023 20.5422 7.13187 20.7158L4.94046 21.4092C3.78473 21.775 2.72543 20.703 2.99027 19.5693C3.73183 16.3986 3.98898 13.2299 4.05374 9.98926C4.14127 5.61471 7.58719 2.00002 11.9981 2ZM9.49808 7.5C8.89057 7.5 8.39847 8.12719 8.39847 8.90039C8.39864 9.67341 8.89067 10.2998 9.49808 10.2998C10.1055 10.2998 10.5975 9.67338 10.5977 8.90039C10.5977 8.12722 10.1056 7.50004 9.49808 7.5ZM14.4981 7.5C13.8906 7.5 13.3985 8.12719 13.3985 8.90039C13.3986 9.67341 13.8907 10.2998 14.4981 10.2998C15.1055 10.2998 15.5975 9.67338 15.5977 8.90039C15.5977 8.12722 15.1056 7.50004 14.4981 7.5Z\"\n fill=\"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,QAAAG,MAAY,mBAEd,IAAMC,EAAwCC,GAEjDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,s3BACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconGhost2","props","React","CentralIconBase","IconGhost2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var i=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,v=Object.prototype.hasOwnProperty;var x=(o,r)=>{for(var e in r)n(o,e,{get:r[e],enumerable:!0})},l=(o,r,e,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of I(r))!v.call(o,t)&&t!==e&&n(o,t,{get:()=>r[t],enumerable:!(C=B(r,t))||C.enumerable});return o};var a=(o,r,e)=>(e=o!=null?i(d(o)):{},l(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>l(n({},"__esModule",{value:!0}),o);var h={};x(h,{IconShortcut:()=>u,default:()=>g});module.exports=P(h);var p=a(require("react"));var m=a(require("react")),c=require("react-native-svg"),s=({children:o,size:r=24,...e})=>m.default.createElement(c.Svg,{...e,width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none"},o);var f=require("react-native-svg"),u=o=>p.default.createElement(s,{...o},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M17.5 3C19.433 3 21 4.567 21 6.5V17.5C21 19.433 19.433 21 17.5 21H6.5C4.567 21 3 19.433 3 17.5V6.5C3 4.567 4.567 3 6.5 3H17.5ZM13.6826 6.66406C13.7536 6.40252 13.4156 6.23073 13.2461 6.44238L8.3252 12.5938C8.19424 12.7574 8.31088 13 8.52051 13H11.1729C11.3375 13.0001 11.4571 13.1566 11.4141 13.3154L10.3174 17.3359C10.2464 17.5975 10.5844 17.7693 10.7539 17.5576L15.6748 11.4062C15.8058 11.2426 15.6891 11 15.4795 11H12.8271C12.6625 10.9999 12.5429 10.8434 12.5859 10.6846L13.6826 6.66406Z",fill:"currentColor"})),g=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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17.5 3C19.433 3 21 4.567 21 6.5V17.5C21 19.433 19.433 21 17.5 21H6.5C4.567 21 3 19.433 3 17.5V6.5C3 4.567 4.567 3 6.5 3H17.5ZM13.6826 6.66406C13.7536 6.40252 13.4156 6.23073 13.2461 6.44238L8.3252 12.5938C8.19424 12.7574 8.31088 13 8.52051 13H11.1729C11.3375 13.0001 11.4571 13.1566 11.4141 13.3154L10.3174 17.3359C10.2464 17.5975 10.5844 17.7693 10.7539 17.5576L15.6748 11.4062C15.8058 11.2426 15.6891 11 15.4795 11H12.8271C12.6625 10.9999 12.5429 10.8434 12.5859 10.6846L13.6826 6.66406Z\"\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,SAAS,UACT,SAAS,UACT,EAAE,6eACF,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 C}from"react-native-svg";var e=({children:r,size:o=24,...n})=>p.createElement(C,{...n,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);import{Path as l}from"react-native-svg";var a=r=>t.createElement(e,{...r},t.createElement(l,{fillRule:"evenodd",clipRule:"evenodd",d:"M17.5 3C19.433 3 21 4.567 21 6.5V17.5C21 19.433 19.433 21 17.5 21H6.5C4.567 21 3 19.433 3 17.5V6.5C3 4.567 4.567 3 6.5 3H17.5ZM13.6826 6.66406C13.7536 6.40252 13.4156 6.23073 13.2461 6.44238L8.3252 12.5938C8.19424 12.7574 8.31088 13 8.52051 13H11.1729C11.3375 13.0001 11.4571 13.1566 11.4141 13.3154L10.3174 17.3359C10.2464 17.5975 10.5844 17.7693 10.7539 17.5576L15.6748 11.4062C15.8058 11.2426 15.6891 11 15.4795 11H12.8271C12.6625 10.9999 12.5429 10.8434 12.5859 10.6846L13.6826 6.66406Z",fill:"currentColor"})),v=a;export{a as IconShortcut,v 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 fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M17.5 3C19.433 3 21 4.567 21 6.5V17.5C21 19.433 19.433 21 17.5 21H6.5C4.567 21 3 19.433 3 17.5V6.5C3 4.567 4.567 3 6.5 3H17.5ZM13.6826 6.66406C13.7536 6.40252 13.4156 6.23073 13.2461 6.44238L8.3252 12.5938C8.19424 12.7574 8.31088 13 8.52051 13H11.1729C11.3375 13.0001 11.4571 13.1566 11.4141 13.3154L10.3174 17.3359C10.2464 17.5975 10.5844 17.7693 10.7539 17.5576L15.6748 11.4062C15.8058 11.2426 15.6891 11 15.4795 11H12.8271C12.6625 10.9999 12.5429 10.8434 12.5859 10.6846L13.6826 6.66406Z\"\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,SAAS,UACT,SAAS,UACT,EAAE,6eACF,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-filled-radius-3-stroke-1",
|
|
673
673
|
"componentName": "IconAngularjs"
|
|
674
674
|
},
|
|
675
|
+
{
|
|
676
|
+
"category": "Code",
|
|
677
|
+
"svg": "<path d=\"M18.5 4C20.433 4 22 5.567 22 7.5C22 9.433 20.433 11 18.5 11C17.493 11 16.5858 10.5743 15.9473 9.89355C12.3723 14.1014 12 18.5571 12 19.5C12 19.7761 11.7761 20 11.5 20C11.3619 20 11.237 19.944 11.1465 19.8535C11.1238 19.8308 11.103 19.806 11.085 19.7793C11.0312 19.6996 11 19.6034 11 19.5C11 18.4526 10.7242 15.4945 10.0312 12.8066C9.68439 11.4613 9.24183 10.221 8.69922 9.32812C8.14532 8.41665 7.57321 8 7 8C6.42679 8 5.85468 8.41666 5.30078 9.32812C4.75817 10.221 4.31561 11.4613 3.96875 12.8066C3.27579 15.4945 3 18.4526 3 19.5C3 19.7761 2.77614 20 2.5 20C2.22386 20 2 19.7761 2 19.5C2 18.3656 2.28671 15.3234 3 12.5566C3.35622 11.175 3.82789 9.82469 4.44531 8.80859C5.05157 7.81097 5.88571 7 7 7C8.11429 7 8.94843 7.81097 9.55469 8.80859C10.1721 9.82469 10.6438 11.175 11 12.5566C11.2744 13.621 11.4845 14.7264 11.6406 15.748C12.2233 13.7992 13.3196 11.3765 15.3584 9.04492C15.1288 8.57899 15 8.05452 15 7.5C15 5.567 16.567 4 18.5 4Z\" fill=\"currentColor\"/>",
|
|
678
|
+
"iconName": "animate-path, animation, jump",
|
|
679
|
+
"variant": {
|
|
680
|
+
"join": "round",
|
|
681
|
+
"filled": "on",
|
|
682
|
+
"radius": "3",
|
|
683
|
+
"stroke": "1"
|
|
684
|
+
},
|
|
685
|
+
"createdAt": "2026-04-17T09:02:01.842141+00:00",
|
|
686
|
+
"packageName": "round-filled-radius-3-stroke-1",
|
|
687
|
+
"componentName": "IconAnimatePath"
|
|
688
|
+
},
|
|
675
689
|
{
|
|
676
690
|
"category": "Code",
|
|
677
691
|
"svg": "<path d=\"M15 2.5C11.4101 2.5 8.5 5.41015 8.5 9C8.5 12.5899 11.4101 15.5 15 15.5C18.5899 15.5 21.5 12.5899 21.5 9C21.5 5.41015 18.5899 2.5 15 2.5Z\" fill=\"currentColor\"/><path d=\"M6.35355 11.3536C6.54882 11.1583 6.54882 10.8417 6.35355 10.6464C6.15829 10.4512 5.84171 10.4512 5.64645 10.6464L2.14645 14.1464C1.95118 14.3417 1.95118 14.6583 2.14645 14.8536C2.34171 15.0488 2.65829 15.0488 2.85355 14.8536L6.35355 11.3536Z\" fill=\"currentColor\"/><path d=\"M8.35355 16.3536C8.54882 16.1583 8.54882 15.8417 8.35355 15.6464C8.15829 15.4512 7.84171 15.4512 7.64645 15.6464L2.14645 21.1464C1.95118 21.3417 1.95118 21.6583 2.14645 21.8536C2.34171 22.0488 2.65829 22.0488 2.85355 21.8536L8.35355 16.3536Z\" fill=\"currentColor\"/><path d=\"M13.3536 18.3536C13.5488 18.1583 13.5488 17.8417 13.3536 17.6464C13.1583 17.4512 12.8417 17.4512 12.6464 17.6464L9.14645 21.1464C8.95118 21.3417 8.95118 21.6583 9.14645 21.8536C9.34171 22.0488 9.65829 22.0488 9.85355 21.8536L13.3536 18.3536Z\" fill=\"currentColor\"/>",
|
|
@@ -9870,6 +9884,20 @@
|
|
|
9870
9884
|
"packageName": "round-filled-radius-3-stroke-1",
|
|
9871
9885
|
"componentName": "IconElectrocardiogram"
|
|
9872
9886
|
},
|
|
9887
|
+
{
|
|
9888
|
+
"category": "Things",
|
|
9889
|
+
"svg": "<path d=\"M5.90234 16.5626C6.73081 15.128 8.56525 14.6367 10 15.4649C11.4346 16.2933 11.9268 18.1278 11.0986 19.5626C10.2702 20.9972 8.43477 21.4895 7 20.6612C5.56533 19.8328 5.07415 17.9974 5.90234 16.5626Z\" fill=\"currentColor\"/><path d=\"M14 15.4649C15.4348 14.6365 17.2702 15.1278 18.0986 16.5626C18.9269 17.9974 18.4348 19.8328 17 20.6612C15.5653 21.4892 13.7307 20.9971 12.9023 19.5626C12.0742 18.1279 12.5655 16.2934 14 15.4649Z\" fill=\"currentColor\"/><path d=\"M5 9.00009C6.65681 9.00009 7.99992 10.3433 8 12.0001C8 13.6569 6.65685 15.0001 5 15.0001C3.34315 15.0001 2 13.6569 2 12.0001C2.00008 10.3433 3.3432 9.00009 5 9.00009Z\" fill=\"currentColor\"/><path d=\"M19 9.00009C20.6568 9.00009 21.9999 10.3433 22 12.0001C22 13.6569 20.6569 15.0001 19 15.0001C17.3431 15.0001 16 13.6569 16 12.0001C16.0001 10.3433 17.3432 9.00009 19 9.00009Z\" fill=\"currentColor\"/><path d=\"M12.9023 4.43857C13.7308 3.00398 15.5652 2.51271 17 3.34091C18.4346 4.16931 18.9268 6.00379 18.0986 7.43857C17.2702 8.8732 15.4348 9.36546 14 8.5372C12.5653 7.70878 12.0742 5.87336 12.9023 4.43857Z\" fill=\"currentColor\"/><path d=\"M7 3.33994C8.43478 2.51161 10.2701 3.00294 11.0986 4.43759C11.927 5.87245 11.4348 7.70778 10 8.53623C8.56517 9.36437 6.7307 8.87235 5.90234 7.43759C5.07423 6.00286 5.56545 4.16838 7 3.33994Z\" fill=\"currentColor\"/>",
|
|
9890
|
+
"iconName": "elements, materials, products, tools, teams, skills, circles",
|
|
9891
|
+
"variant": {
|
|
9892
|
+
"join": "round",
|
|
9893
|
+
"filled": "on",
|
|
9894
|
+
"radius": "3",
|
|
9895
|
+
"stroke": "1"
|
|
9896
|
+
},
|
|
9897
|
+
"createdAt": "2026-04-17T09:02:01.842141+00:00",
|
|
9898
|
+
"packageName": "round-filled-radius-3-stroke-1",
|
|
9899
|
+
"componentName": "IconElements"
|
|
9900
|
+
},
|
|
9873
9901
|
{
|
|
9874
9902
|
"category": "Communication",
|
|
9875
9903
|
"svg": "<path d=\"M7.27779 4H16.7222C17.5435 4 18.1905 3.99999 18.7111 4.04253C19.2423 4.08593 19.6859 4.17609 20.089 4.38148C20.4149 4.54756 20.7107 4.76261 20.967 5.01731L13.5831 11.0587C12.6622 11.8122 11.3378 11.8122 10.4169 11.0587L3.03297 5.01731C3.28929 4.76261 3.58508 4.54756 3.91103 4.38148C4.31414 4.17609 4.75771 4.08593 5.28889 4.04253C5.80954 3.99999 6.45653 4 7.27779 4Z\" fill=\"currentColor\"/><path d=\"M2.4312 5.81702C2.41417 5.84806 2.39759 5.87941 2.38148 5.91103C2.17609 6.31414 2.08593 6.75771 2.04253 7.28889C1.99999 7.80954 2 8.45651 2 9.27778V14.7222C2 15.5435 1.99999 16.1905 2.04253 16.7111C2.08593 17.2423 2.17609 17.6859 2.38148 18.089C2.71703 18.7475 3.25247 19.283 3.91103 19.6185C4.31413 19.8239 4.75771 19.9141 5.28889 19.9575C5.80952 20 6.45647 20 7.27769 20H16.7222C17.5434 20 18.1905 20 18.7111 19.9575C19.2423 19.9141 19.6859 19.8239 20.089 19.6185C20.7475 19.283 21.283 18.7475 21.6185 18.089C21.8239 17.6859 21.9141 17.2423 21.9575 16.7111C22 16.1905 22 15.5435 22 14.7222V9.27778C22 8.45651 22 7.80954 21.9575 7.28889C21.9141 6.75771 21.8239 6.31413 21.6185 5.91103C21.6024 5.87941 21.5858 5.84806 21.5688 5.81701L14.2163 11.8327C12.9271 12.8875 11.0729 12.8875 9.78367 11.8327L2.4312 5.81702Z\" fill=\"currentColor\"/>",
|
|
@@ -12614,6 +12642,20 @@
|
|
|
12614
12642
|
"packageName": "round-filled-radius-3-stroke-1",
|
|
12615
12643
|
"componentName": "IconGhost"
|
|
12616
12644
|
},
|
|
12645
|
+
{
|
|
12646
|
+
"category": "Security",
|
|
12647
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.9981 2C16.409 2 19.8549 5.6147 19.9424 9.98926C20.0072 13.2299 20.2643 16.3986 21.0059 19.5693C21.2707 20.703 20.2114 21.775 19.0557 21.4092L16.8643 20.7158C16.3159 20.5422 15.7243 20.5627 15.1895 20.7744L12.5498 21.8193C12.1954 21.9595 11.8008 21.9596 11.4463 21.8193L8.80667 20.7744C8.27186 20.5627 7.68023 20.5422 7.13187 20.7158L4.94046 21.4092C3.78473 21.775 2.72543 20.703 2.99027 19.5693C3.73183 16.3986 3.98898 13.2299 4.05374 9.98926C4.14127 5.61471 7.58719 2.00002 11.9981 2ZM9.49808 7.5C8.89057 7.5 8.39847 8.12719 8.39847 8.90039C8.39864 9.67341 8.89067 10.2998 9.49808 10.2998C10.1055 10.2998 10.5975 9.67338 10.5977 8.90039C10.5977 8.12722 10.1056 7.50004 9.49808 7.5ZM14.4981 7.5C13.8906 7.5 13.3985 8.12719 13.3985 8.90039C13.3986 9.67341 13.8907 10.2998 14.4981 10.2998C15.1055 10.2998 15.5975 9.67338 15.5977 8.90039C15.5977 8.12722 15.1056 7.50004 14.4981 7.5Z\" fill=\"currentColor\"/>",
|
|
12648
|
+
"iconName": "ghost-2, privacy, hidden, unknown",
|
|
12649
|
+
"variant": {
|
|
12650
|
+
"join": "round",
|
|
12651
|
+
"filled": "on",
|
|
12652
|
+
"radius": "3",
|
|
12653
|
+
"stroke": "1"
|
|
12654
|
+
},
|
|
12655
|
+
"createdAt": "2026-04-17T09:02:01.842141+00:00",
|
|
12656
|
+
"packageName": "round-filled-radius-3-stroke-1",
|
|
12657
|
+
"componentName": "IconGhost2"
|
|
12658
|
+
},
|
|
12617
12659
|
{
|
|
12618
12660
|
"category": "Photography & Video",
|
|
12619
12661
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 7.5C2 5.567 3.567 4 5.5 4H18.5C20.433 4 22 5.567 22 7.5V16.5C22 18.433 20.433 20 18.5 20H5.5C3.567 20 2 18.433 2 16.5V7.5ZM5.5 12.5047C5.5 14.2222 6.51171 15.25 8.20608 15.25C9.62542 15.25 10.6764 14.3593 10.6764 13.1579V12.4545C10.6764 12.0571 10.48 11.8698 10.0478 11.8698H8.49584C8.22573 11.8698 8.05875 12.0023 8.05875 12.2215C8.05875 12.4408 8.22573 12.5687 8.49584 12.5687H9.84152V13.1716C9.84152 13.9893 9.20306 14.5374 8.22082 14.5374C7.05195 14.5374 6.35946 13.7837 6.35946 12.5047V11.5044C6.35946 10.2071 7.01757 9.47171 8.16679 9.47171C8.89365 9.47171 9.38969 9.80517 9.78258 10.4766C9.91519 10.705 10.0281 10.7827 10.2148 10.7827C10.4407 10.7827 10.588 10.6456 10.588 10.4218C10.588 10.1523 10.3621 9.75035 10.0281 9.42604C9.5714 8.98296 8.92803 8.75 8.12259 8.75C6.4626 8.75 5.5 9.77319 5.5 11.4953V12.5047ZM12.4494 15.1632C12.7146 15.1632 12.8816 14.9942 12.8816 14.7247V9.2753C12.8816 9.0058 12.7146 8.83679 12.4494 8.83679C12.1842 8.83679 12.0221 9.0058 12.0221 9.2753V14.7247C12.0221 14.9942 12.1842 15.1632 12.4494 15.1632ZM15.347 14.7247C15.347 14.9942 15.18 15.1632 14.9148 15.1632C14.6496 15.1632 14.4875 14.9942 14.4875 14.7247V9.5585C14.4875 9.07431 14.7134 8.88247 15.2782 8.88247H18.0629C18.3281 8.88247 18.5 9.02407 18.5 9.24332C18.5 9.46258 18.3281 9.59505 18.0629 9.59505H15.347V11.7145H17.8075C18.0776 11.7145 18.2495 11.8515 18.2495 12.0708C18.2495 12.2901 18.0776 12.4271 17.8075 12.4271H15.347V14.7247Z\" fill=\"currentColor\"/>",
|
|
@@ -20777,9 +20819,9 @@
|
|
|
20777
20819
|
"componentName": "IconRuler"
|
|
20778
20820
|
},
|
|
20779
20821
|
{
|
|
20780
|
-
"category": "
|
|
20822
|
+
"category": "Keyboard",
|
|
20781
20823
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 6.5C3 4.567 4.567 3 6.5 3H17.5C19.433 3 21 4.567 21 6.5V17.5C21 19.433 19.433 21 17.5 21H6.5C4.567 21 3 19.433 3 17.5V6.5ZM14.7069 6.04482C14.9583 6.15909 15.0695 6.45551 14.9552 6.7069L9.95518 17.7069C9.84091 17.9583 9.54449 18.0695 9.2931 17.9552C9.04171 17.8409 8.93055 17.5445 9.04482 17.2931L14.0448 6.2931C14.1591 6.04171 14.4555 5.93055 14.7069 6.04482Z\" fill=\"currentColor\"/>",
|
|
20782
|
-
"iconName": "run-shortcut,slash",
|
|
20824
|
+
"iconName": "run-shortcut, slash, skills",
|
|
20783
20825
|
"variant": {
|
|
20784
20826
|
"join": "round",
|
|
20785
20827
|
"filled": "on",
|
|
@@ -21826,6 +21868,20 @@
|
|
|
21826
21868
|
"packageName": "round-filled-radius-3-stroke-1",
|
|
21827
21869
|
"componentName": "IconShoppingBagLike2"
|
|
21828
21870
|
},
|
|
21871
|
+
{
|
|
21872
|
+
"category": "Keyboard",
|
|
21873
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.5 3C19.433 3 21 4.567 21 6.5V17.5C21 19.433 19.433 21 17.5 21H6.5C4.567 21 3 19.433 3 17.5V6.5C3 4.567 4.567 3 6.5 3H17.5ZM13.6826 6.66406C13.7536 6.40252 13.4156 6.23073 13.2461 6.44238L8.3252 12.5938C8.19424 12.7574 8.31088 13 8.52051 13H11.1729C11.3375 13.0001 11.4571 13.1566 11.4141 13.3154L10.3174 17.3359C10.2464 17.5975 10.5844 17.7693 10.7539 17.5576L15.6748 11.4062C15.8058 11.2426 15.6891 11 15.4795 11H12.8271C12.6625 10.9999 12.5429 10.8434 12.5859 10.6846L13.6826 6.66406Z\" fill=\"currentColor\"/>",
|
|
21874
|
+
"iconName": "shortcut, hotkey, powerkey, skill",
|
|
21875
|
+
"variant": {
|
|
21876
|
+
"join": "round",
|
|
21877
|
+
"filled": "on",
|
|
21878
|
+
"radius": "3",
|
|
21879
|
+
"stroke": "1"
|
|
21880
|
+
},
|
|
21881
|
+
"createdAt": "2026-04-16T12:02:20.982379+00:00",
|
|
21882
|
+
"packageName": "round-filled-radius-3-stroke-1",
|
|
21883
|
+
"componentName": "IconShortcut"
|
|
21884
|
+
},
|
|
21829
21885
|
{
|
|
21830
21886
|
"category": "Things",
|
|
21831
21887
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.2358 3.14518C18.0443 2.9537 17.7351 2.9497 17.5387 3.13616L16.1027 4.49968C15.1689 5.43824 15.1703 6.95614 16.1071 7.89291C17.0438 8.82968 18.5617 8.83113 19.5003 7.89726L20.8638 6.46128C21.0503 6.2649 21.0463 5.9557 20.8548 5.76421L18.2358 3.14518ZM16.8509 2.4118C17.44 1.85239 18.3676 1.86439 18.9421 2.43886L21.5611 5.05788C22.1356 5.63235 22.1476 6.55996 21.5882 7.1491L20.2111 8.59936C19.0025 9.80794 17.1106 9.91676 15.7788 8.92604C15.7717 8.93413 15.7643 8.94204 15.7566 8.94977L11.3241 13.3822L13.345 15.4031C14.3137 16.3718 14.3404 17.9782 13.2925 18.9202C10.222 21.6803 6.90031 22.7674 2.88645 21.4295C2.73731 21.3798 2.62028 21.2627 2.57057 21.1136C1.23259 17.0997 2.31957 13.7779 5.07981 10.7074C6.02175 9.65959 7.62818 9.68634 8.59683 10.655L10.6178 12.6759L15.0502 8.24344C15.058 8.23572 15.0659 8.2283 15.074 8.22119C14.0832 6.88944 14.1921 4.99759 15.4007 3.78899L15.4099 3.77985L16.8509 2.4118Z\" fill=\"currentColor\"/>",
|
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-filled-radius-3-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.197",
|
|
4
4
|
"style": "round-filled-radius-3-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/round-filled-radius-3-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";
|