@central-icons-react-native/round-outlined-radius-1-stroke-1 1.1.194 → 1.1.196
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/IconCheckmark1Medium/index.d.ts +4 -0
- package/IconCheckmark1Medium/index.js +2 -0
- package/IconCheckmark1Medium/index.js.map +1 -0
- package/IconCheckmark1Medium/index.mjs +2 -0
- package/IconCheckmark1Medium/index.mjs.map +1 -0
- package/IconCheckmark2Medium/index.d.ts +4 -0
- package/IconCheckmark2Medium/index.js +2 -0
- package/IconCheckmark2Medium/index.js.map +1 -0
- package/IconCheckmark2Medium/index.mjs +2 -0
- package/IconCheckmark2Medium/index.mjs.map +1 -0
- package/IconGraduateCap2/index.d.ts +4 -0
- package/IconGraduateCap2/index.js +2 -0
- package/IconGraduateCap2/index.js.map +1 -0
- package/IconGraduateCap2/index.mjs +2 -0
- package/IconGraduateCap2/index.mjs.map +1 -0
- package/IconSendLater/index.d.ts +4 -0
- package/IconSendLater/index.js +2 -0
- package/IconSendLater/index.js.map +1 -0
- package/IconSendLater/index.mjs +2 -0
- package/IconSendLater/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 +6 -1
- package/filtered-icons.json +72 -2
- package/icons/index.d.ts +5 -0
- package/icons-index.json +19 -9
- package/index.d.ts +5 -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 +36 -1
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var f=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},m=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!P.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(a=B(o,t))||a.enumerable});return r};var s=(r,o,e)=>(e=r!=null?f(x(r)):{},m(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>m(n({},"__esModule",{value:!0}),r);var k={};d(k,{IconCheckmark1Medium:()=>u,default:()=>h});module.exports=g(k);var p=s(require("react"));var C=s(require("react")),c=require("react-native-svg"),l=({children:r,size:o=24,...e})=>C.default.createElement(c.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var i=require("react-native-svg"),u=r=>p.default.createElement(l,{...r},p.default.createElement(i.Path,{d:"M6 14.15L10.0321 18L18 7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),h=u;0&&(module.exports={IconCheckmark1Medium});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCheckmark1Medium/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 IconCheckmark1Medium: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M6 14.15L10.0321 18L18 7\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCheckmark1Medium;\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,0BAAAE,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,EAAkDC,GAE3D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,2BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconCheckmark1Medium_exports","__export","IconCheckmark1Medium","IconCheckmark1Medium_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCheckmark1Medium","props","React","CentralIconBase","IconCheckmark1Medium_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,...n})=>p.createElement(a,{...n,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 m}from"react-native-svg";var s=o=>t.createElement(e,{...o},t.createElement(m,{d:"M6 14.15L10.0321 18L18 7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=s;export{s as IconCheckmark1Medium,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCheckmark1Medium/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 IconCheckmark1Medium: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M6 14.15L10.0321 18L18 7\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCheckmark1Medium;\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,EAAkDC,GAE3DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,2BACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCheckmark1Medium","props","React","CentralIconBase","IconCheckmark1Medium_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var f=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var d=(r,o)=>{for(var e in o)n(r,e,{get:o[e],enumerable:!0})},m=(r,o,e,a)=>{if(o&&typeof o=="object"||typeof o=="function")for(let t of I(o))!P.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(a=B(o,t))||a.enumerable});return r};var s=(r,o,e)=>(e=r!=null?f(x(r)):{},m(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),g=r=>m(n({},"__esModule",{value:!0}),r);var k={};d(k,{IconCheckmark2Medium:()=>u,default:()=>h});module.exports=g(k);var p=s(require("react"));var C=s(require("react")),c=require("react-native-svg"),l=({children:r,size:o=24,...e})=>C.default.createElement(c.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var i=require("react-native-svg"),u=r=>p.default.createElement(l,{...r},p.default.createElement(i.Path,{d:"M5 13.875L9.2 18L19 7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),h=u;0&&(module.exports={IconCheckmark2Medium});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCheckmark2Medium/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 IconCheckmark2Medium: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M5 13.875L9.2 18L19 7\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCheckmark2Medium;\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,0BAAAE,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,EAAkDC,GAE3D,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,wBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconCheckmark2Medium_exports","__export","IconCheckmark2Medium","IconCheckmark2Medium_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconCheckmark2Medium","props","React","CentralIconBase","IconCheckmark2Medium_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,...n})=>p.createElement(a,{...n,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 m}from"react-native-svg";var s=o=>t.createElement(e,{...o},t.createElement(m,{d:"M5 13.875L9.2 18L19 7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),P=s;export{s as IconCheckmark2Medium,P as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconCheckmark2Medium/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 IconCheckmark2Medium: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M5 13.875L9.2 18L19 7\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconCheckmark2Medium;\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,EAAkDC,GAE3DC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,wBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconCheckmark2Medium","props","React","CentralIconBase","IconCheckmark2Medium_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var m=Object.create;var p=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var k=Object.getOwnPropertyNames;var L=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var e in o)p(r,e,{get:o[e],enumerable:!0})},l=(r,o,e,s)=>{if(o&&typeof o=="object"||typeof o=="function")for(let C of k(o))!x.call(r,C)&&C!==e&&p(r,C,{get:()=>o[C],enumerable:!(s=f(o,C))||s.enumerable});return r};var u=(r,o,e)=>(e=r!=null?m(L(r)):{},l(o||!r||!r.__esModule?p(e,"default",{value:r,enumerable:!0}):e,r)),I=r=>l(p({},"__esModule",{value:!0}),r);var g={};B(g,{IconGraduateCap2:()=>d,default:()=>P});module.exports=I(g);var n=u(require("react"));var a=u(require("react")),c=require("react-native-svg"),i=({children:r,size:o=24,...e})=>a.default.createElement(c.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var t=require("react-native-svg"),d=r=>n.default.createElement(i,{...r},n.default.createElement(t.Path,{d:"M0.688628 8.90979L11.9569 3.52063C11.9841 3.50759 12.0159 3.50759 12.0431 3.52063L23.3114 8.90979C23.3872 8.94604 23.3872 9.05396 23.3114 9.09021L12.0431 14.4794C12.0159 14.4924 11.9841 14.4924 11.9569 14.4794L0.688628 9.09021C0.612822 9.05396 0.612822 8.94604 0.688628 8.90979Z",stroke:"currentColor",strokeLinecap:"round"}),n.default.createElement(t.Path,{d:"M4.5 11V16.5",stroke:"currentColor",strokeLinecap:"round"}),n.default.createElement(t.Ellipse,{cx:"12",cy:"9",rx:"2",ry:"1",fill:"currentColor"}),n.default.createElement(t.Path,{d:"M20 21V18.5C20 18.2239 19.7761 18 19.5 18C19.2239 18 19 18.2239 19 18.5V21C19 21.2761 19.2239 21.5 19.5 21.5C19.7761 21.5 20 21.2761 20 21Z",fill:"currentColor",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),n.default.createElement(t.Path,{d:"M4.5 16.5C4.5 18.433 7.99594 19.97 12 19.97C13.4784 19.97 15.3535 19.5868 16.5 19.22",stroke:"currentColor",strokeLinecap:"round"}),n.default.createElement(t.Path,{d:"M12 9L17.0725 12.0435C18.5785 12.9471 19.5 14.5746 19.5 16.331V21",stroke:"currentColor",strokeLinecap:"round"})),P=d;0&&(module.exports={IconGraduateCap2});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconGraduateCap2/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 IconGraduateCap2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M0.688628 8.90979L11.9569 3.52063C11.9841 3.50759 12.0159 3.50759 12.0431 3.52063L23.3114 8.90979C23.3872 8.94604 23.3872 9.05396 23.3114 9.09021L12.0431 14.4794C12.0159 14.4924 11.9841 14.4924 11.9569 14.4794L0.688628 9.09021C0.612822 9.05396 0.612822 8.94604 0.688628 8.90979Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n <Path d=\"M4.5 11V16.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <Ellipse cx=\"12\" cy=\"9\" rx=\"2\" ry=\"1\" fill=\"currentColor\" />\n <Path\n d=\"M20 21V18.5C20 18.2239 19.7761 18 19.5 18C19.2239 18 19 18.2239 19 18.5V21C19 21.2761 19.2239 21.5 19.5 21.5C19.7761 21.5 20 21.2761 20 21Z\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.5 16.5C4.5 18.433 7.99594 19.97 12 19.97C13.4784 19.97 15.3535 19.5868 16.5 19.22\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M12 9L17.0725 12.0435C18.5785 12.9471 19.5 14.5746 19.5 16.331V21\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGraduateCap2;\n","import React, { FC } from \"react\";\nimport { Svg, SvgProps } from \"react-native-svg\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n} & SvgProps;\n\nexport const CentralIconBase: FC<CentralIconBaseProps> = ({\n children,\n size = 24,\n ...props\n}) => {\n return (\n <Svg\n {...props}\n width={typeof size === \"number\" ? `${size}px` : size}\n height={typeof size === \"number\" ? `${size}px` : size}\n viewBox=\"0 0 24 24\"\n fill=\"none\"\n >\n {children}\n </Svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,sBAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAA0B,oBCA1B,IAAAC,EAA0B,oBAC1BC,EAA8B,4BAMjBC,EAA4C,CAAC,CACxD,SAAAC,EACA,KAAAC,EAAO,GACP,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,MAAO,OAAOD,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,QAEJD,CACH,EDnBJ,IAAAI,EAA8B,4BAEjBC,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,yRACF,OAAO,eACP,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,eAAe,OAAO,eAAe,cAAc,QAAQ,EACnE,EAAAA,QAAA,cAAC,WAAQ,GAAG,KAAK,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,KAAK,eAAe,EAC1D,EAAAA,QAAA,cAAC,QACC,EAAE,8IACF,KAAK,eACL,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uFACF,OAAO,eACP,cAAc,QAChB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,oEACF,OAAO,eACP,cAAc,QAChB,CACF,EAIGE,EAAQJ","names":["IconGraduateCap2_exports","__export","IconGraduateCap2","IconGraduateCap2_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconGraduateCap2","props","React","CentralIconBase","IconGraduateCap2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import r from"react";import p from"react";import{Svg as s}from"react-native-svg";var t=({children:n,size:o=24,...C})=>p.createElement(s,{...C,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},n);import{Ellipse as l,Path as e}from"react-native-svg";var u=n=>r.createElement(t,{...n},r.createElement(e,{d:"M0.688628 8.90979L11.9569 3.52063C11.9841 3.50759 12.0159 3.50759 12.0431 3.52063L23.3114 8.90979C23.3872 8.94604 23.3872 9.05396 23.3114 9.09021L12.0431 14.4794C12.0159 14.4924 11.9841 14.4924 11.9569 14.4794L0.688628 9.09021C0.612822 9.05396 0.612822 8.94604 0.688628 8.90979Z",stroke:"currentColor",strokeLinecap:"round"}),r.createElement(e,{d:"M4.5 11V16.5",stroke:"currentColor",strokeLinecap:"round"}),r.createElement(l,{cx:"12",cy:"9",rx:"2",ry:"1",fill:"currentColor"}),r.createElement(e,{d:"M20 21V18.5C20 18.2239 19.7761 18 19.5 18C19.2239 18 19 18.2239 19 18.5V21C19 21.2761 19.2239 21.5 19.5 21.5C19.7761 21.5 20 21.2761 20 21Z",fill:"currentColor",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),r.createElement(e,{d:"M4.5 16.5C4.5 18.433 7.99594 19.97 12 19.97C13.4784 19.97 15.3535 19.5868 16.5 19.22",stroke:"currentColor",strokeLinecap:"round"}),r.createElement(e,{d:"M12 9L17.0725 12.0435C18.5785 12.9471 19.5 14.5746 19.5 16.331V21",stroke:"currentColor",strokeLinecap:"round"})),B=u;export{u as IconGraduateCap2,B as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconGraduateCap2/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 IconGraduateCap2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M0.688628 8.90979L11.9569 3.52063C11.9841 3.50759 12.0159 3.50759 12.0431 3.52063L23.3114 8.90979C23.3872 8.94604 23.3872 9.05396 23.3114 9.09021L12.0431 14.4794C12.0159 14.4924 11.9841 14.4924 11.9569 14.4794L0.688628 9.09021C0.612822 9.05396 0.612822 8.94604 0.688628 8.90979Z\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n <Path d=\"M4.5 11V16.5\" stroke=\"currentColor\" strokeLinecap=\"round\" />\n <Ellipse cx=\"12\" cy=\"9\" rx=\"2\" ry=\"1\" fill=\"currentColor\" />\n <Path\n d=\"M20 21V18.5C20 18.2239 19.7761 18 19.5 18C19.2239 18 19 18.2239 19 18.5V21C19 21.2761 19.2239 21.5 19.5 21.5C19.7761 21.5 20 21.2761 20 21Z\"\n fill=\"currentColor\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M4.5 16.5C4.5 18.433 7.99594 19.97 12 19.97C13.4784 19.97 15.3535 19.5868 16.5 19.22\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n <Path\n d=\"M12 9L17.0725 12.0435C18.5785 12.9471 19.5 14.5746 19.5 16.331V21\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconGraduateCap2;\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,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,yRACF,OAAO,eACP,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CAAK,EAAE,eAAe,OAAO,eAAe,cAAc,QAAQ,EACnEG,EAAA,cAACJ,EAAA,CAAQ,GAAG,KAAK,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,KAAK,eAAe,EAC1DI,EAAA,cAACH,EAAA,CACC,EAAE,8IACF,KAAK,eACL,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,uFACF,OAAO,eACP,cAAc,QAChB,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,oEACF,OAAO,eACP,cAAc,QAChB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Ellipse","Path","IconGraduateCap2","props","React","CentralIconBase","IconGraduateCap2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var d=Object.create;var s=Object.defineProperty;var k=Object.getOwnPropertyDescriptor;var f=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 f(o))!B.call(r,n)&&n!==e&&s(r,n,{get:()=>o[n],enumerable:!(a=k(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)),L=r=>c(s({},"__esModule",{value:!0}),r);var P={};I(P,{IconSendLater:()=>m,default:()=>y});module.exports=L(P);var t=i(require("react"));var u=i(require("react")),C=require("react-native-svg"),l=({children:r,size:o=24,...e})=>u.default.createElement(C.Svg,{...e,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var p=require("react-native-svg"),m=r=>t.default.createElement(l,{...r},t.default.createElement(p.Circle,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeDasharray:"4 3"}),t.default.createElement(p.Circle,{cx:"12",cy:"12",r:"7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),t.default.createElement(p.Path,{d:"M12 8.5V12L14.5 14.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),y=m;0&&(module.exports={IconSendLater});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconSendLater/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 IconSendLater: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeDasharray=\"4 3\"\n />\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"7\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 8.5V12L14.5 14.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSendLater;\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,mBAAAE,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,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,UACC,GAAG,KACH,GAAG,KACH,EAAE,MACF,OAAO,eACP,cAAc,QACd,eAAe,QACf,gBAAgB,MAClB,EACA,EAAAA,QAAA,cAAC,UACC,GAAG,KACH,GAAG,KACH,EAAE,IACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,uBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGE,EAAQJ","names":["IconSendLater_exports","__export","IconSendLater","IconSendLater_default","__toCommonJS","import_react","import_react","import_react_native_svg","CentralIconBase","children","size","props","React","import_react_native_svg","IconSendLater","props","React","CentralIconBase","IconSendLater_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 t,Path as c}from"react-native-svg";var i=e=>o.createElement(n,{...e},o.createElement(t,{cx:"12",cy:"12",r:"9.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round",strokeDasharray:"4 3"}),o.createElement(t,{cx:"12",cy:"12",r:"7",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"}),o.createElement(c,{d:"M12 8.5V12L14.5 14.5",stroke:"currentColor",strokeLinecap:"round",strokeLinejoin:"round"})),I=i;export{i as IconSendLater,I as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconSendLater/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 IconSendLater: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"9.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n strokeDasharray=\"4 3\"\n />\n <Circle\n cx=\"12\"\n cy=\"12\"\n r=\"7\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n <Path\n d=\"M12 8.5V12L14.5 14.5\"\n stroke=\"currentColor\"\n strokeLinecap=\"round\"\n strokeLinejoin=\"round\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconSendLater;\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,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,KACH,EAAE,MACF,OAAO,eACP,cAAc,QACd,eAAe,QACf,gBAAgB,MAClB,EACAI,EAAA,cAACJ,EAAA,CACC,GAAG,KACH,GAAG,KACH,EAAE,IACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,EACAI,EAAA,cAACH,EAAA,CACC,EAAE,uBACF,OAAO,eACP,cAAc,QACd,eAAe,QACjB,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Circle","Path","IconSendLater","props","React","CentralIconBase","IconSendLater_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
|
@@ -494,7 +494,6 @@ Below is a complete list of available icons:
|
|
|
494
494
|
- IconPullRequestSimple
|
|
495
495
|
- IconPush
|
|
496
496
|
- IconRequestClosed
|
|
497
|
-
- IconRunShortcut
|
|
498
497
|
- IconSandbox
|
|
499
498
|
- IconShip
|
|
500
499
|
- IconSpeedDots
|
|
@@ -1081,8 +1080,10 @@ Below is a complete list of available icons:
|
|
|
1081
1080
|
- IconCheckCircleDashed
|
|
1082
1081
|
- IconChecklist
|
|
1083
1082
|
- IconCheckmark1
|
|
1083
|
+
- IconCheckmark1Medium
|
|
1084
1084
|
- IconCheckmark1Small
|
|
1085
1085
|
- IconCheckmark2
|
|
1086
|
+
- IconCheckmark2Medium
|
|
1086
1087
|
- IconCheckmark2Small
|
|
1087
1088
|
- IconCircleArrowDown
|
|
1088
1089
|
- IconCircleBanSign
|
|
@@ -1243,7 +1244,9 @@ Below is a complete list of available icons:
|
|
|
1243
1244
|
- IconOpt
|
|
1244
1245
|
- IconOptAlt
|
|
1245
1246
|
- IconOptionKey
|
|
1247
|
+
- IconRunShortcut
|
|
1246
1248
|
- IconShift
|
|
1249
|
+
- IconShortcut
|
|
1247
1250
|
- IconSpacebar
|
|
1248
1251
|
|
|
1249
1252
|
### Layout
|
|
@@ -1926,6 +1929,7 @@ Below is a complete list of available icons:
|
|
|
1926
1929
|
- IconGold
|
|
1927
1930
|
- IconGoldMedal
|
|
1928
1931
|
- IconGraduateCap
|
|
1932
|
+
- IconGraduateCap2
|
|
1929
1933
|
- IconInfinity
|
|
1930
1934
|
- IconInjection
|
|
1931
1935
|
- IconJudgeGavel
|
|
@@ -2047,6 +2051,7 @@ Below is a complete list of available icons:
|
|
|
2047
2051
|
- IconHistory
|
|
2048
2052
|
- IconHourglass
|
|
2049
2053
|
- IconHourglass2
|
|
2054
|
+
- IconSendLater
|
|
2050
2055
|
- IconSleep
|
|
2051
2056
|
- IconStopwatch
|
|
2052
2057
|
- IconTimeFlies
|
package/filtered-icons.json
CHANGED
|
@@ -6188,6 +6188,20 @@
|
|
|
6188
6188
|
"packageName": "round-outlined-radius-1-stroke-1",
|
|
6189
6189
|
"componentName": "IconCheckmark1"
|
|
6190
6190
|
},
|
|
6191
|
+
{
|
|
6192
|
+
"category": "Interface General",
|
|
6193
|
+
"svg": "<path d=\"M6 14.15L10.0321 18L18 7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
6194
|
+
"iconName": "checkmark-1-medium",
|
|
6195
|
+
"variant": {
|
|
6196
|
+
"join": "round",
|
|
6197
|
+
"filled": "off",
|
|
6198
|
+
"radius": "1",
|
|
6199
|
+
"stroke": "1"
|
|
6200
|
+
},
|
|
6201
|
+
"createdAt": "2026-04-16T11:02:34.130784+00:00",
|
|
6202
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
6203
|
+
"componentName": "IconCheckmark1Medium"
|
|
6204
|
+
},
|
|
6191
6205
|
{
|
|
6192
6206
|
"category": "Interface General",
|
|
6193
6207
|
"svg": "<path d=\"M7.5 13.125L10.875 16.5L16.5 7.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -6216,6 +6230,20 @@
|
|
|
6216
6230
|
"packageName": "round-outlined-radius-1-stroke-1",
|
|
6217
6231
|
"componentName": "IconCheckmark2"
|
|
6218
6232
|
},
|
|
6233
|
+
{
|
|
6234
|
+
"category": "Interface General",
|
|
6235
|
+
"svg": "<path d=\"M5 13.875L9.2 18L19 7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
6236
|
+
"iconName": "checkmark-2-medium",
|
|
6237
|
+
"variant": {
|
|
6238
|
+
"join": "round",
|
|
6239
|
+
"filled": "off",
|
|
6240
|
+
"radius": "1",
|
|
6241
|
+
"stroke": "1"
|
|
6242
|
+
},
|
|
6243
|
+
"createdAt": "2026-04-16T11:02:34.130784+00:00",
|
|
6244
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
6245
|
+
"componentName": "IconCheckmark2Medium"
|
|
6246
|
+
},
|
|
6219
6247
|
{
|
|
6220
6248
|
"category": "Interface General",
|
|
6221
6249
|
"svg": "<path d=\"M6.5 13.125L9.8 16.5L17.5 7.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -12964,6 +12992,20 @@
|
|
|
12964
12992
|
"packageName": "round-outlined-radius-1-stroke-1",
|
|
12965
12993
|
"componentName": "IconGraduateCap"
|
|
12966
12994
|
},
|
|
12995
|
+
{
|
|
12996
|
+
"category": "Things",
|
|
12997
|
+
"svg": "<path d=\"M0.688628 8.90979L11.9569 3.52063C11.9841 3.50759 12.0159 3.50759 12.0431 3.52063L23.3114 8.90979C23.3872 8.94604 23.3872 9.05396 23.3114 9.09021L12.0431 14.4794C12.0159 14.4924 11.9841 14.4924 11.9569 14.4794L0.688628 9.09021C0.612822 9.05396 0.612822 8.94604 0.688628 8.90979Z\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M4.5 11V16.5\" stroke=\"currentColor\" stroke-linecap=\"round\"/><ellipse cx=\"12\" cy=\"9\" rx=\"2\" ry=\"1\" fill=\"currentColor\"/><path d=\"M20 21V18.5C20 18.2239 19.7761 18 19.5 18C19.2239 18 19 18.2239 19 18.5V21C19 21.2761 19.2239 21.5 19.5 21.5C19.7761 21.5 20 21.2761 20 21Z\" fill=\"currentColor\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4.5 16.5C4.5 18.433 7.99594 19.97 12 19.97C13.4784 19.97 15.3535 19.5868 16.5 19.22\" stroke=\"currentColor\" stroke-linecap=\"round\"/><path d=\"M12 9L17.0725 12.0435C18.5785 12.9471 19.5 14.5746 19.5 16.331V21\" stroke=\"currentColor\" stroke-linecap=\"round\"/>",
|
|
12998
|
+
"iconName": "graduate-cap-2, study, education, academic, student",
|
|
12999
|
+
"variant": {
|
|
13000
|
+
"join": "round",
|
|
13001
|
+
"filled": "off",
|
|
13002
|
+
"radius": "1",
|
|
13003
|
+
"stroke": "1"
|
|
13004
|
+
},
|
|
13005
|
+
"createdAt": "2026-04-16T11:02:34.130784+00:00",
|
|
13006
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
13007
|
+
"componentName": "IconGraduateCap2"
|
|
13008
|
+
},
|
|
12967
13009
|
{
|
|
12968
13010
|
"category": "Social Media & Brands",
|
|
12969
13011
|
"svg": "<path d=\"M19.5895 18.931C19.1575 19.4158 18.7873 19.7094 18.5833 19.8497C18.4874 19.9135 18.4274 20.0027 18.3434 20.0792C17.8994 20.4619 17.4182 20.5758 17.0822 20.8437C16.6262 21.2009 14.9227 21.6256 14.4386 21.7746C13.6195 21.9607 12.698 22.0279 11.69 21.9897C11.4718 21.9897 11.2701 21.9896 11.0848 21.9752C11.0095 21.9693 10.934 21.9887 10.8585 21.9896C10.8555 21.9897 10.8527 21.9897 10.85 21.9897C10.842 21.9897 10.8287 21.9839 10.8099 21.9725C10.7887 21.9596 10.7647 21.9513 10.7398 21.9513C10.7333 21.9513 10.7267 21.9507 10.7203 21.9499C10.6187 21.936 10.5646 21.9716 10.5256 21.9914C10.496 22.0064 10.4638 21.9938 10.4357 21.9761C10.3471 21.9198 10.1494 21.7933 10.0821 21.7729C10.0158 21.7527 10.0093 21.7802 9.97401 21.7864C9.95039 21.7906 9.92582 21.7823 9.90806 21.7662C9.88818 21.7482 9.86691 21.7222 9.81809 21.6962C9.72831 21.6485 9.6805 21.7569 9.5471 21.6356C9.52772 21.6179 9.51634 21.5833 9.49019 21.5816C9.48364 21.5812 9.4789 21.5808 9.47245 21.5796C9.33815 21.5535 9.09411 21.5036 8.93011 21.4538C8.73811 21.4027 8.79795 21.3646 8.71394 21.3263C7.58596 20.9053 5.97808 20.076 5.39008 19.4892C5.17409 19.2723 4.92212 18.7748 4.76611 18.6472C4.6461 18.5451 4.40606 18.341 4.34605 18.239C4.29806 18.1497 4.34596 17.9839 4.262 17.8691C4.154 17.7287 3.93795 17.6521 3.73396 17.3332C3.50597 16.976 3.37398 16.504 3.146 16.0192C2.95399 15.5982 2.41407 14.2204 2.41406 11.7072C2.41406 10.0232 3.19406 7.68854 3.53006 7.36962C3.74599 7.16548 3.72197 6.71905 3.87793 6.50218C5.65816 4.02725 8.77401 2.20645 12.482 2.01509C12.6327 2.00735 12.7835 2.00253 12.9343 2.00077C13.8491 1.99009 14.766 2.09016 15.6551 2.30699C16.5433 2.52363 17.3925 2.86169 18.2203 3.24601C18.2203 3.24601 18.3186 3.2538 18.3445 3.26652C18.3877 3.28775 18.4059 3.32642 18.4491 3.34768C18.4922 3.36891 18.5547 3.3509 18.6018 3.36055C18.7573 3.39239 18.7852 3.48472 18.8139 3.5215C18.8487 3.56617 18.8905 3.58324 18.9696 3.60594C19.1758 3.66513 19.2029 3.73329 19.231 3.76468C19.2534 3.78977 19.2631 3.8223 19.2743 3.85146C19.2857 3.8811 19.3082 3.90816 19.3399 3.91558C19.4082 3.93159 19.5011 4.01525 19.5204 4.12936C19.5329 4.20376 19.6133 4.23582 19.5914 4.37538C19.5842 4.42058 19.6324 4.48741 19.3794 4.73678C19.1265 4.98616 18.5957 5.14335 18.2726 5.01948C17.1556 4.5913 16.99 4.50889 16.5413 4.38651C15.7221 4.16311 15.0242 4.01132 14.1741 4.02732C12.8181 4.05284 11.75 4.18042 10.466 4.62693C9.90314 4.82637 8.84057 5.36909 8.30738 5.7917C7.7742 6.21431 7.00227 6.79803 6.68368 7.33837C6.57212 7.52758 6.44656 7.7083 6.18258 8.00171C5.79859 8.42268 5.35413 9.64041 5.2101 10.2273C5.17409 10.3548 5.26994 10.4952 5.22197 10.6228C5.17396 10.7631 4.94595 10.827 4.92195 10.9418C4.82597 11.3501 4.84997 11.8731 4.84997 12.3195C4.84997 12.5619 4.92201 12.8935 5.00601 13.0849C5.06599 13.2125 5.25809 13.3018 5.28209 13.4294C5.29407 13.5187 5.17422 13.6207 5.17412 13.6972C5.17412 13.761 5.282 14.6287 5.34201 14.7563C5.42605 14.9093 5.69007 15.1007 5.76207 15.2792C5.81005 15.4068 5.67793 15.5345 5.77393 15.662C5.83392 15.7386 6.02608 15.7385 6.09808 15.8405C6.19406 15.9681 6.39799 16.3379 6.49401 16.4528C6.56601 16.5421 6.69803 16.5806 6.75802 16.6188C6.93797 16.7464 6.78211 16.8611 6.95006 17.0524C7.47805 17.652 8.29409 18.3921 9.0741 18.7238C9.19443 18.7749 10.4292 19.2464 10.502 19.2468C12.2419 19.5033 14.1987 19.4793 15.8907 18.5353C16.2868 18.3183 18.5301 16.7591 18.9022 14.9093C18.9861 14.5394 19.0941 13.6462 19.0461 13.289C18.8541 11.9623 18.0366 10.0539 16.538 9.34714C15.7397 8.97065 15.134 8.97713 14.978 9.00265C14.5221 9.09193 14.3661 8.82402 13.9461 8.86227C12.6621 8.96434 11.4021 9.3216 10.4181 10.3549C9.51812 11.3117 9.33795 12.5364 9.79396 13.3147C9.84196 13.4167 9.81796 13.5443 9.72196 13.6081C9.67999 13.6336 9.641 13.6655 9.62301 13.699C9.58721 13.7656 9.69071 13.8012 9.76207 13.8261C10.2612 14.0008 10.4412 14.843 11.102 14.8073H11.246C11.246 14.8073 11.522 14.8072 11.63 14.6796C11.7188 14.5748 11.7184 14.4527 11.6555 14.3984C11.6274 14.3742 11.592 14.3597 11.5837 14.3236C11.5747 14.2837 11.5701 14.2313 11.5701 14.2077C11.5701 14.1822 11.6061 14.1693 11.6061 14.1438C11.606 14.0673 11.5221 14.0035 11.5341 13.927C11.5418 13.8862 11.5984 13.8299 11.6383 13.7878C11.6686 13.7559 11.669 13.7151 11.6492 13.6758C11.6485 13.6744 11.6477 13.673 11.647 13.6715C11.6278 13.632 11.6242 13.5852 11.6373 13.5433C11.6448 13.5192 11.6539 13.4934 11.654 13.4677C11.666 13.3529 11.6181 13.3019 11.6061 13.2126C11.6061 13.1811 11.777 13.1062 11.8373 13.0594C11.8551 13.0456 11.857 13.0225 11.8511 13.0008C11.8386 12.9545 11.8221 12.9401 11.8221 12.8554C11.8221 12.835 11.8393 12.8065 11.86 12.7796C11.9016 12.7254 11.94 12.6677 11.9588 12.6019L11.992 12.4862C12.0058 12.4378 12.0426 12.3993 12.0903 12.3833C12.173 12.3555 12.1347 12.2207 12.2134 12.1831C12.2364 12.1722 12.2939 12.1861 12.3861 12.1665C12.578 12.1282 12.4461 12.0644 12.482 11.9624C12.4988 11.8999 12.5508 11.9061 12.6011 11.9111C12.6414 11.9151 12.6807 11.9019 12.7097 11.8736C12.7383 11.8457 12.7671 11.8131 12.8059 11.7966C12.8546 11.7759 12.9822 11.7719 13.0735 11.7711C13.1111 11.7708 13.1484 11.7654 13.1857 11.761C13.2876 11.749 13.4323 11.7562 13.5021 11.7456C13.5861 11.7328 13.634 11.6562 13.706 11.6562C13.766 11.6562 13.8501 11.7583 13.9101 11.7583C13.9701 11.7582 14.0301 11.7072 14.0901 11.7072C14.1261 11.7072 14.1381 11.7709 14.198 11.771H14.222C14.222 11.771 14.774 11.7837 15.35 12.1408C15.746 12.3832 16.0341 12.9702 16.0341 12.9702C16.3101 13.4422 16.0039 13.9274 16.0039 14.3612C16.0039 14.5398 16.0638 14.6929 16.0279 14.8587C16.0038 14.9863 15.9078 15.0884 15.8718 15.1905C15.8359 15.2798 15.8359 15.3946 15.716 15.5604C15.62 15.7007 15.5719 15.7007 15.5479 15.7262C15.5119 15.7644 15.2011 16.2343 14.9971 16.4129C14.4571 16.8977 13.958 17.0397 13.226 17.0524C12.902 17.0652 12.866 17.1291 12.818 17.1291C12.65 17.1418 11.8822 17.1036 11.6421 17.0654C11.6421 17.0654 10.5742 16.8613 10.1541 16.6572C9.9261 16.5551 8.42599 15.4451 8.08999 14.82C7.04598 12.8554 7.28607 10.7631 8.36607 9.35984C9.14608 8.33924 10.43 7.01248 13.478 6.75729C15.026 6.62973 16.4061 6.83391 17.4861 7.34421C19.0101 8.05863 20.1261 9.32157 20.8221 10.8142C22.0101 13.3656 21.9415 16.252 19.5895 18.931Z\" fill=\"currentColor\"/>",
|
|
@@ -20735,9 +20777,9 @@
|
|
|
20735
20777
|
"componentName": "IconRuler"
|
|
20736
20778
|
},
|
|
20737
20779
|
{
|
|
20738
|
-
"category": "
|
|
20780
|
+
"category": "Keyboard",
|
|
20739
20781
|
"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\"/>",
|
|
20740
|
-
"iconName": "run-shortcut,slash",
|
|
20782
|
+
"iconName": "run-shortcut, slash, skills",
|
|
20741
20783
|
"variant": {
|
|
20742
20784
|
"join": "round",
|
|
20743
20785
|
"filled": "off",
|
|
@@ -21126,6 +21168,20 @@
|
|
|
21126
21168
|
"packageName": "round-outlined-radius-1-stroke-1",
|
|
21127
21169
|
"componentName": "IconSend"
|
|
21128
21170
|
},
|
|
21171
|
+
{
|
|
21172
|
+
"category": "Time & Date",
|
|
21173
|
+
"svg": "<circle cx=\"12\" cy=\"12\" r=\"9.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-dasharray=\"4 3\"/><circle cx=\"12\" cy=\"12\" r=\"7\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M12 8.5V12L14.5 14.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
21174
|
+
"iconName": "send-later, timeslot, clock",
|
|
21175
|
+
"variant": {
|
|
21176
|
+
"join": "round",
|
|
21177
|
+
"filled": "off",
|
|
21178
|
+
"radius": "1",
|
|
21179
|
+
"stroke": "1"
|
|
21180
|
+
},
|
|
21181
|
+
"createdAt": "2026-04-16T11:02:34.130784+00:00",
|
|
21182
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
21183
|
+
"componentName": "IconSendLater"
|
|
21184
|
+
},
|
|
21129
21185
|
{
|
|
21130
21186
|
"category": "AI & Magic",
|
|
21131
21187
|
"svg": "<path d=\"M13.5 5.5H3.5C2.94771 5.5 2.5 5.94772 2.5 6.5V17.5C2.5 18.0523 2.94772 18.5 3.5 18.5H13.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M13.5 2.5V21.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M16.5 8.5V15.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M22.5 10.5V13.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M19.5 5.5V18.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4.5 7.5H5.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M4.5 16.5H5.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.5 7.5H8.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10.5 7.5H11.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M7.5 16.5H8.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M10.5 16.5H11.5\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/>",
|
|
@@ -21770,6 +21826,20 @@
|
|
|
21770
21826
|
"packageName": "round-outlined-radius-1-stroke-1",
|
|
21771
21827
|
"componentName": "IconShoppingBagLike2"
|
|
21772
21828
|
},
|
|
21829
|
+
{
|
|
21830
|
+
"category": "Keyboard",
|
|
21831
|
+
"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\"/>",
|
|
21832
|
+
"iconName": "shortcut, hotkey, powerkey, skill",
|
|
21833
|
+
"variant": {
|
|
21834
|
+
"join": "round",
|
|
21835
|
+
"filled": "off",
|
|
21836
|
+
"radius": "1",
|
|
21837
|
+
"stroke": "1"
|
|
21838
|
+
},
|
|
21839
|
+
"createdAt": "2026-04-16T12:02:20.982379+00:00",
|
|
21840
|
+
"packageName": "round-outlined-radius-1-stroke-1",
|
|
21841
|
+
"componentName": "IconShortcut"
|
|
21842
|
+
},
|
|
21773
21843
|
{
|
|
21774
21844
|
"category": "Things",
|
|
21775
21845
|
"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
|
@@ -441,8 +441,10 @@ export type CentralIconName =
|
|
|
441
441
|
| "IconCheckCircleDashed"
|
|
442
442
|
| "IconChecklist"
|
|
443
443
|
| "IconCheckmark1"
|
|
444
|
+
| "IconCheckmark1Medium"
|
|
444
445
|
| "IconCheckmark1Small"
|
|
445
446
|
| "IconCheckmark2"
|
|
447
|
+
| "IconCheckmark2Medium"
|
|
446
448
|
| "IconCheckmark2Small"
|
|
447
449
|
| "IconCheeseburger"
|
|
448
450
|
| "IconCherry"
|
|
@@ -925,6 +927,7 @@ export type CentralIconName =
|
|
|
925
927
|
| "IconGoose"
|
|
926
928
|
| "IconGovernment"
|
|
927
929
|
| "IconGraduateCap"
|
|
930
|
+
| "IconGraduateCap2"
|
|
928
931
|
| "IconGranola"
|
|
929
932
|
| "IconGrass"
|
|
930
933
|
| "IconGreenPower"
|
|
@@ -1508,6 +1511,7 @@ export type CentralIconName =
|
|
|
1508
1511
|
| "IconSelectLasso"
|
|
1509
1512
|
| "IconSelectLassoDashed"
|
|
1510
1513
|
| "IconSend"
|
|
1514
|
+
| "IconSendLater"
|
|
1511
1515
|
| "IconSeparateVideoVoice"
|
|
1512
1516
|
| "IconServer"
|
|
1513
1517
|
| "IconServer1"
|
|
@@ -1554,6 +1558,7 @@ export type CentralIconName =
|
|
|
1554
1558
|
| "IconShoppingBagEdit2"
|
|
1555
1559
|
| "IconShoppingBagLike1"
|
|
1556
1560
|
| "IconShoppingBagLike2"
|
|
1561
|
+
| "IconShortcut"
|
|
1557
1562
|
| "IconShovel"
|
|
1558
1563
|
| "IconShredder"
|
|
1559
1564
|
| "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.196",
|
|
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": 1951,
|
|
15
15
|
"categories": {
|
|
16
16
|
"AI & Magic": {
|
|
17
17
|
"count": 77,
|
|
@@ -317,7 +317,7 @@
|
|
|
317
317
|
]
|
|
318
318
|
},
|
|
319
319
|
"Code": {
|
|
320
|
-
"count":
|
|
320
|
+
"count": 64,
|
|
321
321
|
"icons": [
|
|
322
322
|
"IconAgent",
|
|
323
323
|
"IconAgenticCoding",
|
|
@@ -376,7 +376,6 @@
|
|
|
376
376
|
"IconPullRequestSimple",
|
|
377
377
|
"IconPush",
|
|
378
378
|
"IconRequestClosed",
|
|
379
|
-
"IconRunShortcut",
|
|
380
379
|
"IconSandbox",
|
|
381
380
|
"IconShip",
|
|
382
381
|
"IconSpeedDots",
|
|
@@ -939,7 +938,7 @@
|
|
|
939
938
|
]
|
|
940
939
|
},
|
|
941
940
|
"Interface General": {
|
|
942
|
-
"count":
|
|
941
|
+
"count": 198,
|
|
943
942
|
"icons": [
|
|
944
943
|
"IconAnchor1",
|
|
945
944
|
"IconAnchor2",
|
|
@@ -989,8 +988,10 @@
|
|
|
989
988
|
"IconCheckCircleDashed",
|
|
990
989
|
"IconChecklist",
|
|
991
990
|
"IconCheckmark1",
|
|
991
|
+
"IconCheckmark1Medium",
|
|
992
992
|
"IconCheckmark1Small",
|
|
993
993
|
"IconCheckmark2",
|
|
994
|
+
"IconCheckmark2Medium",
|
|
994
995
|
"IconCheckmark2Small",
|
|
995
996
|
"IconCircleArrowDown",
|
|
996
997
|
"IconCircleBanSign",
|
|
@@ -1140,7 +1141,7 @@
|
|
|
1140
1141
|
]
|
|
1141
1142
|
},
|
|
1142
1143
|
"Keyboard": {
|
|
1143
|
-
"count":
|
|
1144
|
+
"count": 15,
|
|
1144
1145
|
"icons": [
|
|
1145
1146
|
"IconAt",
|
|
1146
1147
|
"IconBackward",
|
|
@@ -1153,7 +1154,9 @@
|
|
|
1153
1154
|
"IconOpt",
|
|
1154
1155
|
"IconOptAlt",
|
|
1155
1156
|
"IconOptionKey",
|
|
1157
|
+
"IconRunShortcut",
|
|
1156
1158
|
"IconShift",
|
|
1159
|
+
"IconShortcut",
|
|
1157
1160
|
"IconSpacebar"
|
|
1158
1161
|
]
|
|
1159
1162
|
},
|
|
@@ -1803,7 +1806,7 @@
|
|
|
1803
1806
|
]
|
|
1804
1807
|
},
|
|
1805
1808
|
"Things": {
|
|
1806
|
-
"count":
|
|
1809
|
+
"count": 137,
|
|
1807
1810
|
"icons": [
|
|
1808
1811
|
"IconAnvil",
|
|
1809
1812
|
"IconApps",
|
|
@@ -1860,6 +1863,7 @@
|
|
|
1860
1863
|
"IconGold",
|
|
1861
1864
|
"IconGoldMedal",
|
|
1862
1865
|
"IconGraduateCap",
|
|
1866
|
+
"IconGraduateCap2",
|
|
1863
1867
|
"IconInfinity",
|
|
1864
1868
|
"IconInjection",
|
|
1865
1869
|
"IconJudgeGavel",
|
|
@@ -1944,7 +1948,7 @@
|
|
|
1944
1948
|
]
|
|
1945
1949
|
},
|
|
1946
1950
|
"Time & Date": {
|
|
1947
|
-
"count":
|
|
1951
|
+
"count": 42,
|
|
1948
1952
|
"icons": [
|
|
1949
1953
|
"IconCalendar1",
|
|
1950
1954
|
"IconCalendar2",
|
|
@@ -1983,6 +1987,7 @@
|
|
|
1983
1987
|
"IconHistory",
|
|
1984
1988
|
"IconHourglass",
|
|
1985
1989
|
"IconHourglass2",
|
|
1990
|
+
"IconSendLater",
|
|
1986
1991
|
"IconSleep",
|
|
1987
1992
|
"IconStopwatch",
|
|
1988
1993
|
"IconTimeFlies",
|
|
@@ -2590,8 +2595,10 @@
|
|
|
2590
2595
|
"IconCheckCircleDashed": "check-circle-dashed, done, confirm, save, success",
|
|
2591
2596
|
"IconChecklist": "checklist, list",
|
|
2592
2597
|
"IconCheckmark1": "checkmark-1",
|
|
2598
|
+
"IconCheckmark1Medium": "checkmark-1-medium",
|
|
2593
2599
|
"IconCheckmark1Small": "checkmark-1-small",
|
|
2594
2600
|
"IconCheckmark2": "checkmark-2",
|
|
2601
|
+
"IconCheckmark2Medium": "checkmark-2-medium",
|
|
2595
2602
|
"IconCheckmark2Small": "checkmark-2-small",
|
|
2596
2603
|
"IconCheeseburger": "cheeseburger, hamburger, sandwich",
|
|
2597
2604
|
"IconCherry": "cherry",
|
|
@@ -3074,6 +3081,7 @@
|
|
|
3074
3081
|
"IconGoose": "goose",
|
|
3075
3082
|
"IconGovernment": "government, bank, building",
|
|
3076
3083
|
"IconGraduateCap": "graduate-cap, study, education, academic, student",
|
|
3084
|
+
"IconGraduateCap2": "graduate-cap-2, study, education, academic, student",
|
|
3077
3085
|
"IconGranola": "granola",
|
|
3078
3086
|
"IconGrass": "grass, logout, signout",
|
|
3079
3087
|
"IconGreenPower": "green-power, green-energy",
|
|
@@ -3629,7 +3637,7 @@
|
|
|
3629
3637
|
"IconRoulette2": "roulette-2, coincidence, gambling",
|
|
3630
3638
|
"IconRssFeed": "rss-feed",
|
|
3631
3639
|
"IconRuler": "ruler",
|
|
3632
|
-
"IconRunShortcut": "run-shortcut, slash",
|
|
3640
|
+
"IconRunShortcut": "run-shortcut, slash, skills",
|
|
3633
3641
|
"IconSafari": "safari",
|
|
3634
3642
|
"IconSafeSimple": "safe-simple, save",
|
|
3635
3643
|
"IconSandbox": "sandbox, playground",
|
|
@@ -3657,6 +3665,7 @@
|
|
|
3657
3665
|
"IconSelectLasso": "select-lasso, circle-to-search, encircle, mark",
|
|
3658
3666
|
"IconSelectLassoDashed": "select-lasso-dashed, circle-to-search-dashed, encircle, mark",
|
|
3659
3667
|
"IconSend": "send, email, paper-plane, arrow",
|
|
3668
|
+
"IconSendLater": "send-later, timeslot, clock",
|
|
3660
3669
|
"IconSeparateVideoVoice": "separate-video-voice, video-audio",
|
|
3661
3670
|
"IconServer": "server, data, storage",
|
|
3662
3671
|
"IconServer1": "server-1, storage, data, coins, money",
|
|
@@ -3703,6 +3712,7 @@
|
|
|
3703
3712
|
"IconShoppingBagEdit2": "shopping-bag-edit-2",
|
|
3704
3713
|
"IconShoppingBagLike1": "shopping-bag-like-1",
|
|
3705
3714
|
"IconShoppingBagLike2": "shopping-bag-like-2",
|
|
3715
|
+
"IconShortcut": "shortcut, hotkey, powerkey, skill",
|
|
3706
3716
|
"IconShovel": "shovel, spade, pick",
|
|
3707
3717
|
"IconShredder": "shredder, permanently",
|
|
3708
3718
|
"IconShuffle": "shuffle, random",
|
package/index.d.ts
CHANGED
|
@@ -440,8 +440,10 @@ export { IconCheckCircle2Dashed, default as IconCheckCircle2DashedDefault, } fro
|
|
|
440
440
|
export { IconCheckCircleDashed, default as IconCheckCircleDashedDefault, } from "./IconCheckCircleDashed";
|
|
441
441
|
export { IconChecklist, default as IconChecklistDefault, } from "./IconChecklist";
|
|
442
442
|
export { IconCheckmark1, default as IconCheckmark1Default, } from "./IconCheckmark1";
|
|
443
|
+
export { IconCheckmark1Medium, default as IconCheckmark1MediumDefault, } from "./IconCheckmark1Medium";
|
|
443
444
|
export { IconCheckmark1Small, default as IconCheckmark1SmallDefault, } from "./IconCheckmark1Small";
|
|
444
445
|
export { IconCheckmark2, default as IconCheckmark2Default, } from "./IconCheckmark2";
|
|
446
|
+
export { IconCheckmark2Medium, default as IconCheckmark2MediumDefault, } from "./IconCheckmark2Medium";
|
|
445
447
|
export { IconCheckmark2Small, default as IconCheckmark2SmallDefault, } from "./IconCheckmark2Small";
|
|
446
448
|
export { IconCheeseburger, default as IconCheeseburgerDefault, } from "./IconCheeseburger";
|
|
447
449
|
export { IconCherry, default as IconCherryDefault } from "./IconCherry";
|
|
@@ -924,6 +926,7 @@ export { IconGooglePlayStore, default as IconGooglePlayStoreDefault, } from "./I
|
|
|
924
926
|
export { IconGoose, default as IconGooseDefault } from "./IconGoose";
|
|
925
927
|
export { IconGovernment, default as IconGovernmentDefault, } from "./IconGovernment";
|
|
926
928
|
export { IconGraduateCap, default as IconGraduateCapDefault, } from "./IconGraduateCap";
|
|
929
|
+
export { IconGraduateCap2, default as IconGraduateCap2Default, } from "./IconGraduateCap2";
|
|
927
930
|
export { IconGranola, default as IconGranolaDefault } from "./IconGranola";
|
|
928
931
|
export { IconGrass, default as IconGrassDefault } from "./IconGrass";
|
|
929
932
|
export { IconGreenPower, default as IconGreenPowerDefault, } from "./IconGreenPower";
|
|
@@ -1507,6 +1510,7 @@ export { IconSecretPhrase, default as IconSecretPhraseDefault, } from "./IconSec
|
|
|
1507
1510
|
export { IconSelectLasso, default as IconSelectLassoDefault, } from "./IconSelectLasso";
|
|
1508
1511
|
export { IconSelectLassoDashed, default as IconSelectLassoDashedDefault, } from "./IconSelectLassoDashed";
|
|
1509
1512
|
export { IconSend, default as IconSendDefault } from "./IconSend";
|
|
1513
|
+
export { IconSendLater, default as IconSendLaterDefault, } from "./IconSendLater";
|
|
1510
1514
|
export { IconSeparateVideoVoice, default as IconSeparateVideoVoiceDefault, } from "./IconSeparateVideoVoice";
|
|
1511
1515
|
export { IconServer, default as IconServerDefault } from "./IconServer";
|
|
1512
1516
|
export { IconServer1, default as IconServer1Default } from "./IconServer1";
|
|
@@ -1553,6 +1557,7 @@ export { IconShoppingBagBookmark2, default as IconShoppingBagBookmark2Default, }
|
|
|
1553
1557
|
export { IconShoppingBagEdit2, default as IconShoppingBagEdit2Default, } from "./IconShoppingBagEdit2";
|
|
1554
1558
|
export { IconShoppingBagLike1, default as IconShoppingBagLike1Default, } from "./IconShoppingBagLike1";
|
|
1555
1559
|
export { IconShoppingBagLike2, default as IconShoppingBagLike2Default, } from "./IconShoppingBagLike2";
|
|
1560
|
+
export { IconShortcut, default as IconShortcutDefault } from "./IconShortcut";
|
|
1556
1561
|
export { IconShovel, default as IconShovelDefault } from "./IconShovel";
|
|
1557
1562
|
export { IconShredder, default as IconShredderDefault } from "./IconShredder";
|
|
1558
1563
|
export { IconShuffle, default as IconShuffleDefault } from "./IconShuffle";
|