@central-icons-react-native/square-filled-radius-0-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 u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,L=Object.prototype.hasOwnProperty;var P=(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))!L.call(r,t)&&t!==e&&n(r,t,{get:()=>o[t],enumerable:!(a=B(o,t))||a.enumerable});return r};var l=(r,o,e)=>(e=r!=null?u(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 v={};P(v,{IconCheckmark1Medium:()=>i,default:()=>h});module.exports=g(v);var p=l(require("react"));var C=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...e})=>C.default.createElement(s.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 f=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M19.0479 6.83301L10.1357 19.1357L4.93945 14.1748L5.97559 13.0898L9.92773 16.8643L17.3926 6.55957L17.833 5.95312L19.0479 6.83301Z",fill:"currentColor"})),h=i;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=\"M19.0479 6.83301L10.1357 19.1357L4.93945 14.1748L5.97559 13.0898L9.92773 16.8643L17.3926 6.55957L17.833 5.95312L19.0479 6.83301Z\"\n fill=\"currentColor\"\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,mIACF,KAAK,eACP,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 l=o=>t.createElement(e,{...o},t.createElement(m,{d:"M19.0479 6.83301L10.1357 19.1357L4.93945 14.1748L5.97559 13.0898L9.92773 16.8643L17.3926 6.55957L17.833 5.95312L19.0479 6.83301Z",fill:"currentColor"})),L=l;export{l as IconCheckmark1Medium,L 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=\"M19.0479 6.83301L10.1357 19.1357L4.93945 14.1748L5.97559 13.0898L9.92773 16.8643L17.3926 6.55957L17.833 5.95312L19.0479 6.83301Z\"\n fill=\"currentColor\"\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,mIACF,KAAK,eACP,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 u=Object.create;var n=Object.defineProperty;var B=Object.getOwnPropertyDescriptor;var I=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,P=Object.prototype.hasOwnProperty;var g=(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 l=(r,o,e)=>(e=r!=null?u(x(r)):{},m(o||!r||!r.__esModule?n(e,"default",{value:r,enumerable:!0}):e,r)),L=r=>m(n({},"__esModule",{value:!0}),r);var v={};g(v,{IconCheckmark2Medium:()=>i,default:()=>h});module.exports=L(v);var p=l(require("react"));var C=l(require("react")),s=require("react-native-svg"),c=({children:r,size:o=24,...e})=>C.default.createElement(s.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 f=require("react-native-svg"),i=r=>p.default.createElement(c,{...r},p.default.createElement(f.Path,{d:"M20.0586 6.93848L9.23633 19.0869L3.93945 13.8848L4.99023 12.8145L9.16309 16.9121L18.9385 5.94141L20.0586 6.93848Z",fill:"currentColor"})),h=i;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=\"M20.0586 6.93848L9.23633 19.0869L3.93945 13.8848L4.99023 12.8145L9.16309 16.9121L18.9385 5.94141L20.0586 6.93848Z\"\n fill=\"currentColor\"\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,oHACF,KAAK,eACP,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 l=o=>t.createElement(e,{...o},t.createElement(m,{d:"M20.0586 6.93848L9.23633 19.0869L3.93945 13.8848L4.99023 12.8145L9.16309 16.9121L18.9385 5.94141L20.0586 6.93848Z",fill:"currentColor"})),P=l;export{l 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=\"M20.0586 6.93848L9.23633 19.0869L3.93945 13.8848L4.99023 12.8145L9.16309 16.9121L18.9385 5.94141L20.0586 6.93848Z\"\n fill=\"currentColor\"\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,oHACF,KAAK,eACP,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 u=Object.create;var n=Object.defineProperty;var i=Object.getOwnPropertyDescriptor;var B=Object.getOwnPropertyNames;var I=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var P=(r,C)=>{for(var o in C)n(r,o,{get:C[o],enumerable:!0})},a=(r,C,o,l)=>{if(C&&typeof C=="object"||typeof C=="function")for(let t of B(C))!x.call(r,t)&&t!==o&&n(r,t,{get:()=>C[t],enumerable:!(l=i(C,t))||l.enumerable});return r};var m=(r,C,o)=>(o=r!=null?u(I(r)):{},a(C||!r||!r.__esModule?n(o,"default",{value:r,enumerable:!0}):o,r)),V=r=>a(n({},"__esModule",{value:!0}),r);var g={};P(g,{IconGraduateCap2:()=>c,default:()=>d});module.exports=V(g);var e=m(require("react"));var L=m(require("react")),f=require("react-native-svg"),s=({children:r,size:C=24,...o})=>L.default.createElement(f.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 p=require("react-native-svg"),c=r=>e.default.createElement(s,{...r},e.default.createElement(p.Path,{d:"M12.0009 8.0003C13.1055 8.00031 14.0009 8.44802 14.0009 9.0003C14.0009 9.17182 13.9139 9.33287 13.7617 9.47393L17.331 11.6146C18.9876 12.6086 20.0009 14.3995 20.0009 16.3314V18.0003H20.5009V22.0003H18.5009V18.0003H19.0009V16.3314C19.0009 14.7508 18.1715 13.2863 16.8164 12.473L12.6152 9.95147C12.4216 9.98268 12.2153 10.0003 12.0009 10.0003C10.8965 10.0003 10.0012 9.5525 10.0009 9.0003C10.0009 8.44802 10.8964 8.0003 12.0009 8.0003Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M11.3105 15.8333C11.747 16.0419 12.255 16.0419 12.6914 15.8333L16.9238 13.8079C17.6031 14.4602 18.0009 15.3676 18.0009 16.3314V17.0003H17.5009V19.3948C17.4871 19.4012 17.4739 19.409 17.4599 19.4153C16.0083 20.0763 14.0598 20.47 12.0009 20.47C9.94215 20.47 7.99357 20.0763 6.54196 19.4153C5.81695 19.0852 5.19353 18.6782 4.74508 18.2005C4.29431 17.7201 4.00108 17.1444 4.00094 16.5003V12.3362L11.3105 15.8333Z",fill:"currentColor"}),e.default.createElement(p.Path,{d:"M11.8047 3.04425C11.9318 3.00023 12.0701 3.00022 12.1972 3.04425L12.2597 3.06964L23.5283 8.45928C23.9824 8.67704 23.9826 9.32373 23.5283 9.54132L19.0439 11.6858C18.6856 11.3353 18.2859 11.0213 17.8457 10.7571L14.997 9.04913C14.9975 9.03305 15.0009 9.01662 15.0009 9.0003C15.0009 8.14146 14.3305 7.6329 13.8623 7.39874C13.3343 7.13476 12.6747 7.00031 12.0009 7.0003C11.3271 7.0003 10.6676 7.13474 10.1396 7.39874C9.67138 7.63287 9.00094 8.14136 9.00094 9.0003C9.00111 9.85907 9.67144 10.3678 10.1396 10.6019C10.6676 10.8658 11.3272 11.0003 12.0009 11.0003C12.1343 11.0003 12.2654 10.995 12.3935 10.9847L15.9931 13.1448L12.2597 14.931C12.0962 15.0091 11.9057 15.009 11.7422 14.931L0.4736 9.54132C0.0191936 9.32371 0.0192397 8.67694 0.4736 8.45928L11.7422 3.06964L11.8047 3.04425Z",fill:"currentColor"})),d=c;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 { Path } from \"react-native-svg\";\n\nexport const IconGraduateCap2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.0009 8.0003C13.1055 8.00031 14.0009 8.44802 14.0009 9.0003C14.0009 9.17182 13.9139 9.33287 13.7617 9.47393L17.331 11.6146C18.9876 12.6086 20.0009 14.3995 20.0009 16.3314V18.0003H20.5009V22.0003H18.5009V18.0003H19.0009V16.3314C19.0009 14.7508 18.1715 13.2863 16.8164 12.473L12.6152 9.95147C12.4216 9.98268 12.2153 10.0003 12.0009 10.0003C10.8965 10.0003 10.0012 9.5525 10.0009 9.0003C10.0009 8.44802 10.8964 8.0003 12.0009 8.0003Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.3105 15.8333C11.747 16.0419 12.255 16.0419 12.6914 15.8333L16.9238 13.8079C17.6031 14.4602 18.0009 15.3676 18.0009 16.3314V17.0003H17.5009V19.3948C17.4871 19.4012 17.4739 19.409 17.4599 19.4153C16.0083 20.0763 14.0598 20.47 12.0009 20.47C9.94215 20.47 7.99357 20.0763 6.54196 19.4153C5.81695 19.0852 5.19353 18.6782 4.74508 18.2005C4.29431 17.7201 4.00108 17.1444 4.00094 16.5003V12.3362L11.3105 15.8333Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.8047 3.04425C11.9318 3.00023 12.0701 3.00022 12.1972 3.04425L12.2597 3.06964L23.5283 8.45928C23.9824 8.67704 23.9826 9.32373 23.5283 9.54132L19.0439 11.6858C18.6856 11.3353 18.2859 11.0213 17.8457 10.7571L14.997 9.04913C14.9975 9.03305 15.0009 9.01662 15.0009 9.0003C15.0009 8.14146 14.3305 7.6329 13.8623 7.39874C13.3343 7.13476 12.6747 7.00031 12.0009 7.0003C11.3271 7.0003 10.6676 7.13474 10.1396 7.39874C9.67138 7.63287 9.00094 8.14136 9.00094 9.0003C9.00111 9.85907 9.67144 10.3678 10.1396 10.6019C10.6676 10.8658 11.3272 11.0003 12.0009 11.0003C12.1343 11.0003 12.2654 10.995 12.3935 10.9847L15.9931 13.1448L12.2597 14.931C12.0962 15.0091 11.9057 15.009 11.7422 14.931L0.4736 9.54132C0.0191936 9.32371 0.0192397 8.67694 0.4736 8.45928L11.7422 3.06964L11.8047 3.04425Z\"\n fill=\"currentColor\"\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,EAAqB,4BAERC,EAA8CC,GAEvD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,obACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,2ZACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,4wBACF,KAAK,eACP,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 C from"react";import p from"react";import{Svg as l}from"react-native-svg";var e=({children:o,size:r=24,...n})=>p.createElement(l,{...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 t}from"react-native-svg";var a=o=>C.createElement(e,{...o},C.createElement(t,{d:"M12.0009 8.0003C13.1055 8.00031 14.0009 8.44802 14.0009 9.0003C14.0009 9.17182 13.9139 9.33287 13.7617 9.47393L17.331 11.6146C18.9876 12.6086 20.0009 14.3995 20.0009 16.3314V18.0003H20.5009V22.0003H18.5009V18.0003H19.0009V16.3314C19.0009 14.7508 18.1715 13.2863 16.8164 12.473L12.6152 9.95147C12.4216 9.98268 12.2153 10.0003 12.0009 10.0003C10.8965 10.0003 10.0012 9.5525 10.0009 9.0003C10.0009 8.44802 10.8964 8.0003 12.0009 8.0003Z",fill:"currentColor"}),C.createElement(t,{d:"M11.3105 15.8333C11.747 16.0419 12.255 16.0419 12.6914 15.8333L16.9238 13.8079C17.6031 14.4602 18.0009 15.3676 18.0009 16.3314V17.0003H17.5009V19.3948C17.4871 19.4012 17.4739 19.409 17.4599 19.4153C16.0083 20.0763 14.0598 20.47 12.0009 20.47C9.94215 20.47 7.99357 20.0763 6.54196 19.4153C5.81695 19.0852 5.19353 18.6782 4.74508 18.2005C4.29431 17.7201 4.00108 17.1444 4.00094 16.5003V12.3362L11.3105 15.8333Z",fill:"currentColor"}),C.createElement(t,{d:"M11.8047 3.04425C11.9318 3.00023 12.0701 3.00022 12.1972 3.04425L12.2597 3.06964L23.5283 8.45928C23.9824 8.67704 23.9826 9.32373 23.5283 9.54132L19.0439 11.6858C18.6856 11.3353 18.2859 11.0213 17.8457 10.7571L14.997 9.04913C14.9975 9.03305 15.0009 9.01662 15.0009 9.0003C15.0009 8.14146 14.3305 7.6329 13.8623 7.39874C13.3343 7.13476 12.6747 7.00031 12.0009 7.0003C11.3271 7.0003 10.6676 7.13474 10.1396 7.39874C9.67138 7.63287 9.00094 8.14136 9.00094 9.0003C9.00111 9.85907 9.67144 10.3678 10.1396 10.6019C10.6676 10.8658 11.3272 11.0003 12.0009 11.0003C12.1343 11.0003 12.2654 10.995 12.3935 10.9847L15.9931 13.1448L12.2597 14.931C12.0962 15.0091 11.9057 15.009 11.7422 14.931L0.4736 9.54132C0.0191936 9.32371 0.0192397 8.67694 0.4736 8.45928L11.7422 3.06964L11.8047 3.04425Z",fill:"currentColor"})),x=a;export{a as IconGraduateCap2,x 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 { Path } from \"react-native-svg\";\n\nexport const IconGraduateCap2: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M12.0009 8.0003C13.1055 8.00031 14.0009 8.44802 14.0009 9.0003C14.0009 9.17182 13.9139 9.33287 13.7617 9.47393L17.331 11.6146C18.9876 12.6086 20.0009 14.3995 20.0009 16.3314V18.0003H20.5009V22.0003H18.5009V18.0003H19.0009V16.3314C19.0009 14.7508 18.1715 13.2863 16.8164 12.473L12.6152 9.95147C12.4216 9.98268 12.2153 10.0003 12.0009 10.0003C10.8965 10.0003 10.0012 9.5525 10.0009 9.0003C10.0009 8.44802 10.8964 8.0003 12.0009 8.0003Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.3105 15.8333C11.747 16.0419 12.255 16.0419 12.6914 15.8333L16.9238 13.8079C17.6031 14.4602 18.0009 15.3676 18.0009 16.3314V17.0003H17.5009V19.3948C17.4871 19.4012 17.4739 19.409 17.4599 19.4153C16.0083 20.0763 14.0598 20.47 12.0009 20.47C9.94215 20.47 7.99357 20.0763 6.54196 19.4153C5.81695 19.0852 5.19353 18.6782 4.74508 18.2005C4.29431 17.7201 4.00108 17.1444 4.00094 16.5003V12.3362L11.3105 15.8333Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M11.8047 3.04425C11.9318 3.00023 12.0701 3.00022 12.1972 3.04425L12.2597 3.06964L23.5283 8.45928C23.9824 8.67704 23.9826 9.32373 23.5283 9.54132L19.0439 11.6858C18.6856 11.3353 18.2859 11.0213 17.8457 10.7571L14.997 9.04913C14.9975 9.03305 15.0009 9.01662 15.0009 9.0003C15.0009 8.14146 14.3305 7.6329 13.8623 7.39874C13.3343 7.13476 12.6747 7.00031 12.0009 7.0003C11.3271 7.0003 10.6676 7.13474 10.1396 7.39874C9.67138 7.63287 9.00094 8.14136 9.00094 9.0003C9.00111 9.85907 9.67144 10.3678 10.1396 10.6019C10.6676 10.8658 11.3272 11.0003 12.0009 11.0003C12.1343 11.0003 12.2654 10.995 12.3935 10.9847L15.9931 13.1448L12.2597 14.931C12.0962 15.0091 11.9057 15.009 11.7422 14.931L0.4736 9.54132C0.0191936 9.32371 0.0192397 8.67694 0.4736 8.45928L11.7422 3.06964L11.8047 3.04425Z\"\n fill=\"currentColor\"\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,QAAAG,MAAY,mBAEd,IAAMC,EAA8CC,GAEvDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,obACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,2ZACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,4wBACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconGraduateCap2","props","React","CentralIconBase","IconGraduateCap2_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var s=Object.create;var e=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var M=Object.getOwnPropertyNames;var Z=Object.getPrototypeOf,a=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var l in o)e(r,l,{get:o[l],enumerable:!0})},p=(r,o,l,t)=>{if(o&&typeof o=="object"||typeof o=="function")for(let L of M(o))!a.call(r,L)&&L!==l&&e(r,L,{get:()=>o[L],enumerable:!(t=c(o,L))||t.enumerable});return r};var f=(r,o,l)=>(l=r!=null?s(Z(r)):{},p(o||!r||!r.__esModule?e(l,"default",{value:r,enumerable:!0}):l,r)),I=r=>p(e({},"__esModule",{value:!0}),r);var x={};B(x,{IconSendLater:()=>m,default:()=>v});module.exports=I(x);var C=f(require("react"));var i=f(require("react")),u=require("react-native-svg"),d=({children:r,size:o=24,...l})=>i.default.createElement(u.Svg,{...l,width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none"},r);var n=require("react-native-svg"),m=r=>C.default.createElement(d,{...r},C.default.createElement(n.Path,{d:"M14.46 21.1787L14.5889 21.6611C13.7626 21.882 12.8946 22 12 22C11.1054 22 10.2374 21.882 9.41113 21.6611L9.54004 21.1787L9.66992 20.6953C10.4126 20.8938 11.1935 21 12 21C12.8065 21 13.5874 20.8938 14.3301 20.6953L14.46 21.1787Z",fill:"currentColor"}),C.default.createElement(n.Path,{d:"M4.2041 16.5C4.99443 17.8659 6.13405 19.0056 7.5 19.7959L7.24902 20.2285L6.99902 20.6611C5.48168 19.7832 4.21679 18.5183 3.33887 17.001L3.77148 16.751L4.2041 16.5Z",fill:"currentColor"}),C.default.createElement(n.Path,{d:"M20.2285 16.751L20.6611 17.001C19.7832 18.5183 18.5183 19.7832 17.001 20.6611L16.751 20.2285L16.5 19.7959C17.8659 19.0056 19.0056 17.8659 19.7959 16.5L20.2285 16.751Z",fill:"currentColor"}),C.default.createElement(n.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 4.5C16.1421 4.5 19.5 7.85786 19.5 12C19.5 16.1421 16.1421 19.5 12 19.5C7.85786 19.5 4.5 16.1421 4.5 12C4.5 7.85786 7.85786 4.5 12 4.5ZM11.5 12.207L14.6465 15.3535L15.3535 14.6465L12.5 11.793V8H11.5V12.207Z",fill:"currentColor"}),C.default.createElement(n.Path,{d:"M2.82129 9.54004L3.30469 9.66992C3.10621 10.4126 3 11.1935 3 12C3 12.8065 3.10621 13.5874 3.30469 14.3301L2.82129 14.46L2.33887 14.5889C2.118 13.7626 2 12.8946 2 12C2 11.1054 2.118 10.2374 2.33887 9.41113L2.82129 9.54004Z",fill:"currentColor"}),C.default.createElement(n.Path,{d:"M21.6611 9.41113C21.882 10.2374 22 11.1054 22 12C22 12.8946 21.882 13.7626 21.6611 14.5889L21.1787 14.46L20.6953 14.3301C20.8938 13.5874 21 12.8065 21 12C21 11.1935 20.8938 10.4126 20.6953 9.66992L21.1787 9.54004L21.6611 9.41113Z",fill:"currentColor"}),C.default.createElement(n.Path,{d:"M7.24902 3.77148L7.5 4.2041C6.13405 4.99443 4.99443 6.13405 4.2041 7.5L3.77148 7.24902L3.33887 6.99902C4.21679 5.48168 5.48168 4.21679 6.99902 3.33887L7.24902 3.77148Z",fill:"currentColor"}),C.default.createElement(n.Path,{d:"M17.001 3.33887C18.5183 4.21679 19.7832 5.48168 20.6611 6.99902L20.2285 7.24902L19.7959 7.5C19.0056 6.13405 17.8659 4.99443 16.5 4.2041L16.751 3.77148L17.001 3.33887Z",fill:"currentColor"}),C.default.createElement(n.Path,{d:"M12 2C12.8946 2 13.7626 2.118 14.5889 2.33887L14.46 2.82129L14.3301 3.30469C13.5874 3.10621 12.8065 3 12 3C11.1935 3 10.4126 3.10621 9.66992 3.30469L9.54004 2.82129L9.41113 2.33887C10.2374 2.118 11.1054 2 12 2Z",fill:"currentColor"})),v=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 { Path } from \"react-native-svg\";\n\nexport const IconSendLater: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.46 21.1787L14.5889 21.6611C13.7626 21.882 12.8946 22 12 22C11.1054 22 10.2374 21.882 9.41113 21.6611L9.54004 21.1787L9.66992 20.6953C10.4126 20.8938 11.1935 21 12 21C12.8065 21 13.5874 20.8938 14.3301 20.6953L14.46 21.1787Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4.2041 16.5C4.99443 17.8659 6.13405 19.0056 7.5 19.7959L7.24902 20.2285L6.99902 20.6611C5.48168 19.7832 4.21679 18.5183 3.33887 17.001L3.77148 16.751L4.2041 16.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.2285 16.751L20.6611 17.001C19.7832 18.5183 18.5183 19.7832 17.001 20.6611L16.751 20.2285L16.5 19.7959C17.8659 19.0056 19.0056 17.8659 19.7959 16.5L20.2285 16.751Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 4.5C16.1421 4.5 19.5 7.85786 19.5 12C19.5 16.1421 16.1421 19.5 12 19.5C7.85786 19.5 4.5 16.1421 4.5 12C4.5 7.85786 7.85786 4.5 12 4.5ZM11.5 12.207L14.6465 15.3535L15.3535 14.6465L12.5 11.793V8H11.5V12.207Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M2.82129 9.54004L3.30469 9.66992C3.10621 10.4126 3 11.1935 3 12C3 12.8065 3.10621 13.5874 3.30469 14.3301L2.82129 14.46L2.33887 14.5889C2.118 13.7626 2 12.8946 2 12C2 11.1054 2.118 10.2374 2.33887 9.41113L2.82129 9.54004Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.6611 9.41113C21.882 10.2374 22 11.1054 22 12C22 12.8946 21.882 13.7626 21.6611 14.5889L21.1787 14.46L20.6953 14.3301C20.8938 13.5874 21 12.8065 21 12C21 11.1935 20.8938 10.4126 20.6953 9.66992L21.1787 9.54004L21.6611 9.41113Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.24902 3.77148L7.5 4.2041C6.13405 4.99443 4.99443 6.13405 4.2041 7.5L3.77148 7.24902L3.33887 6.99902C4.21679 5.48168 5.48168 4.21679 6.99902 3.33887L7.24902 3.77148Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.001 3.33887C18.5183 4.21679 19.7832 5.48168 20.6611 6.99902L20.2285 7.24902L19.7959 7.5C19.0056 6.13405 17.8659 4.99443 16.5 4.2041L16.751 3.77148L17.001 3.33887Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2C12.8946 2 13.7626 2.118 14.5889 2.33887L14.46 2.82129L14.3301 3.30469C13.5874 3.10621 12.8065 3 12 3C11.1935 3 10.4126 3.10621 9.66992 3.30469L9.54004 2.82129L9.41113 2.33887C10.2374 2.118 11.1054 2 12 2Z\"\n fill=\"currentColor\"\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,EAAqB,4BAERC,EAA2CC,GAEpD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,GACnB,EAAAC,QAAA,cAAC,QACC,EAAE,sOACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sKACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yKACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,oNACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,gOACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,wOACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,0KACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,yKACF,KAAK,eACP,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,qNACF,KAAK,eACP,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 r from"react";import e from"react";import{Svg as t}from"react-native-svg";var n=({children:l,size:C=24,...L})=>e.createElement(t,{...L,width:typeof C=="number"?`${C}px`:C,height:typeof C=="number"?`${C}px`:C,viewBox:"0 0 24 24",fill:"none"},l);import{Path as o}from"react-native-svg";var p=l=>r.createElement(n,{...l},r.createElement(o,{d:"M14.46 21.1787L14.5889 21.6611C13.7626 21.882 12.8946 22 12 22C11.1054 22 10.2374 21.882 9.41113 21.6611L9.54004 21.1787L9.66992 20.6953C10.4126 20.8938 11.1935 21 12 21C12.8065 21 13.5874 20.8938 14.3301 20.6953L14.46 21.1787Z",fill:"currentColor"}),r.createElement(o,{d:"M4.2041 16.5C4.99443 17.8659 6.13405 19.0056 7.5 19.7959L7.24902 20.2285L6.99902 20.6611C5.48168 19.7832 4.21679 18.5183 3.33887 17.001L3.77148 16.751L4.2041 16.5Z",fill:"currentColor"}),r.createElement(o,{d:"M20.2285 16.751L20.6611 17.001C19.7832 18.5183 18.5183 19.7832 17.001 20.6611L16.751 20.2285L16.5 19.7959C17.8659 19.0056 19.0056 17.8659 19.7959 16.5L20.2285 16.751Z",fill:"currentColor"}),r.createElement(o,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 4.5C16.1421 4.5 19.5 7.85786 19.5 12C19.5 16.1421 16.1421 19.5 12 19.5C7.85786 19.5 4.5 16.1421 4.5 12C4.5 7.85786 7.85786 4.5 12 4.5ZM11.5 12.207L14.6465 15.3535L15.3535 14.6465L12.5 11.793V8H11.5V12.207Z",fill:"currentColor"}),r.createElement(o,{d:"M2.82129 9.54004L3.30469 9.66992C3.10621 10.4126 3 11.1935 3 12C3 12.8065 3.10621 13.5874 3.30469 14.3301L2.82129 14.46L2.33887 14.5889C2.118 13.7626 2 12.8946 2 12C2 11.1054 2.118 10.2374 2.33887 9.41113L2.82129 9.54004Z",fill:"currentColor"}),r.createElement(o,{d:"M21.6611 9.41113C21.882 10.2374 22 11.1054 22 12C22 12.8946 21.882 13.7626 21.6611 14.5889L21.1787 14.46L20.6953 14.3301C20.8938 13.5874 21 12.8065 21 12C21 11.1935 20.8938 10.4126 20.6953 9.66992L21.1787 9.54004L21.6611 9.41113Z",fill:"currentColor"}),r.createElement(o,{d:"M7.24902 3.77148L7.5 4.2041C6.13405 4.99443 4.99443 6.13405 4.2041 7.5L3.77148 7.24902L3.33887 6.99902C4.21679 5.48168 5.48168 4.21679 6.99902 3.33887L7.24902 3.77148Z",fill:"currentColor"}),r.createElement(o,{d:"M17.001 3.33887C18.5183 4.21679 19.7832 5.48168 20.6611 6.99902L20.2285 7.24902L19.7959 7.5C19.0056 6.13405 17.8659 4.99443 16.5 4.2041L16.751 3.77148L17.001 3.33887Z",fill:"currentColor"}),r.createElement(o,{d:"M12 2C12.8946 2 13.7626 2.118 14.5889 2.33887L14.46 2.82129L14.3301 3.30469C13.5874 3.10621 12.8065 3 12 3C11.1935 3 10.4126 3.10621 9.66992 3.30469L9.54004 2.82129L9.41113 2.33887C10.2374 2.118 11.1054 2 12 2Z",fill:"currentColor"})),a=p;export{p as IconSendLater,a 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 { Path } from \"react-native-svg\";\n\nexport const IconSendLater: FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props}>\n <Path\n d=\"M14.46 21.1787L14.5889 21.6611C13.7626 21.882 12.8946 22 12 22C11.1054 22 10.2374 21.882 9.41113 21.6611L9.54004 21.1787L9.66992 20.6953C10.4126 20.8938 11.1935 21 12 21C12.8065 21 13.5874 20.8938 14.3301 20.6953L14.46 21.1787Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M4.2041 16.5C4.99443 17.8659 6.13405 19.0056 7.5 19.7959L7.24902 20.2285L6.99902 20.6611C5.48168 19.7832 4.21679 18.5183 3.33887 17.001L3.77148 16.751L4.2041 16.5Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M20.2285 16.751L20.6611 17.001C19.7832 18.5183 18.5183 19.7832 17.001 20.6611L16.751 20.2285L16.5 19.7959C17.8659 19.0056 19.0056 17.8659 19.7959 16.5L20.2285 16.751Z\"\n fill=\"currentColor\"\n />\n <Path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 4.5C16.1421 4.5 19.5 7.85786 19.5 12C19.5 16.1421 16.1421 19.5 12 19.5C7.85786 19.5 4.5 16.1421 4.5 12C4.5 7.85786 7.85786 4.5 12 4.5ZM11.5 12.207L14.6465 15.3535L15.3535 14.6465L12.5 11.793V8H11.5V12.207Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M2.82129 9.54004L3.30469 9.66992C3.10621 10.4126 3 11.1935 3 12C3 12.8065 3.10621 13.5874 3.30469 14.3301L2.82129 14.46L2.33887 14.5889C2.118 13.7626 2 12.8946 2 12C2 11.1054 2.118 10.2374 2.33887 9.41113L2.82129 9.54004Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M21.6611 9.41113C21.882 10.2374 22 11.1054 22 12C22 12.8946 21.882 13.7626 21.6611 14.5889L21.1787 14.46L20.6953 14.3301C20.8938 13.5874 21 12.8065 21 12C21 11.1935 20.8938 10.4126 20.6953 9.66992L21.1787 9.54004L21.6611 9.41113Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M7.24902 3.77148L7.5 4.2041C6.13405 4.99443 4.99443 6.13405 4.2041 7.5L3.77148 7.24902L3.33887 6.99902C4.21679 5.48168 5.48168 4.21679 6.99902 3.33887L7.24902 3.77148Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M17.001 3.33887C18.5183 4.21679 19.7832 5.48168 20.6611 6.99902L20.2285 7.24902L19.7959 7.5C19.0056 6.13405 17.8659 4.99443 16.5 4.2041L16.751 3.77148L17.001 3.33887Z\"\n fill=\"currentColor\"\n />\n <Path\n d=\"M12 2C12.8946 2 13.7626 2.118 14.5889 2.33887L14.46 2.82129L14.3301 3.30469C13.5874 3.10621 12.8065 3 12 3C11.1935 3 10.4126 3.10621 9.66992 3.30469L9.54004 2.82129L9.41113 2.33887C10.2374 2.118 11.1054 2 12 2Z\"\n fill=\"currentColor\"\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,QAAAG,MAAY,mBAEd,IAAMC,EAA2CC,GAEpDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,GACnBC,EAAA,cAACH,EAAA,CACC,EAAE,sOACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,sKACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yKACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,SAAS,UACT,SAAS,UACT,EAAE,oNACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,gOACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,wOACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,0KACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,yKACF,KAAK,eACP,EACAG,EAAA,cAACH,EAAA,CACC,EAAE,qNACF,KAAK,eACP,CACF,EAIGK,EAAQJ","names":["React","React","Svg","CentralIconBase","children","size","props","Path","IconSendLater","props","React","CentralIconBase","IconSendLater_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})},a=(o,r,e,l)=>{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:!(l=B(r,t))||l.enumerable});return o};var m=(o,r,e)=>(e=o!=null?i(d(o)):{},a(r||!o||!o.__esModule?n(e,"default",{value:o,enumerable:!0}):e,o)),P=o=>a(n({},"__esModule",{value:!0}),o);var h={};x(h,{IconShortcut:()=>u,default:()=>g});module.exports=P(h);var p=m(require("react"));var c=m(require("react")),s=require("react-native-svg"),C=({children:o,size:r=24,...e})=>c.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"),u=o=>p.default.createElement(C,{...o},p.default.createElement(f.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 21H3V3H21V21ZM8.5 13H11.667L11 17.5L15.5 11H12.333L13 6.5L8.5 13Z",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=\"M21 21H3V3H21V21ZM8.5 13H11.667L11 17.5L15.5 11H12.333L13 6.5L8.5 13Z\"\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,wEACF,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 l}from"react-native-svg";var e=({children:r,size:o=24,...n})=>p.createElement(l,{...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 a}from"react-native-svg";var m=r=>t.createElement(e,{...r},t.createElement(a,{fillRule:"evenodd",clipRule:"evenodd",d:"M21 21H3V3H21V21ZM8.5 13H11.667L11 17.5L15.5 11H12.333L13 6.5L8.5 13Z",fill:"currentColor"})),v=m;export{m 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=\"M21 21H3V3H21V21ZM8.5 13H11.667L11 17.5L15.5 11H12.333L13 6.5L8.5 13Z\"\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,wEACF,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": "square-filled-radius-0-stroke-1",
|
|
6189
6189
|
"componentName": "IconCheckmark1"
|
|
6190
6190
|
},
|
|
6191
|
+
{
|
|
6192
|
+
"category": "Interface General",
|
|
6193
|
+
"svg": "<path d=\"M19.0479 6.83301L10.1357 19.1357L4.93945 14.1748L5.97559 13.0898L9.92773 16.8643L17.3926 6.55957L17.833 5.95312L19.0479 6.83301Z\" fill=\"currentColor\"/>",
|
|
6194
|
+
"iconName": "checkmark-1-medium",
|
|
6195
|
+
"variant": {
|
|
6196
|
+
"join": "square",
|
|
6197
|
+
"filled": "on",
|
|
6198
|
+
"radius": "0",
|
|
6199
|
+
"stroke": "1"
|
|
6200
|
+
},
|
|
6201
|
+
"createdAt": "2026-04-16T11:02:34.130784+00:00",
|
|
6202
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
6203
|
+
"componentName": "IconCheckmark1Medium"
|
|
6204
|
+
},
|
|
6191
6205
|
{
|
|
6192
6206
|
"category": "Interface General",
|
|
6193
6207
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.189 7.34103L10.9658 17.298L6.79285 13.125L7.49995 12.4179L10.7841 15.702L16.341 6.81104L17.189 7.34103Z\" fill=\"currentColor\"/>",
|
|
@@ -6216,6 +6230,20 @@
|
|
|
6216
6230
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
6217
6231
|
"componentName": "IconCheckmark2"
|
|
6218
6232
|
},
|
|
6233
|
+
{
|
|
6234
|
+
"category": "Interface General",
|
|
6235
|
+
"svg": "<path d=\"M20.0586 6.93848L9.23633 19.0869L3.93945 13.8848L4.99023 12.8145L9.16309 16.9121L18.9385 5.94141L20.0586 6.93848Z\" fill=\"currentColor\"/>",
|
|
6236
|
+
"iconName": "checkmark-2-medium",
|
|
6237
|
+
"variant": {
|
|
6238
|
+
"join": "square",
|
|
6239
|
+
"filled": "on",
|
|
6240
|
+
"radius": "0",
|
|
6241
|
+
"stroke": "1"
|
|
6242
|
+
},
|
|
6243
|
+
"createdAt": "2026-04-16T11:02:34.130784+00:00",
|
|
6244
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
6245
|
+
"componentName": "IconCheckmark2Medium"
|
|
6246
|
+
},
|
|
6219
6247
|
{
|
|
6220
6248
|
"category": "Interface General",
|
|
6221
6249
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M18.205 7.44502L9.82464 17.2403L5.79297 13.117L6.50798 12.4178L9.77542 15.7595L17.4452 6.79492L18.205 7.44502Z\" fill=\"currentColor\"/>",
|
|
@@ -12964,6 +12992,20 @@
|
|
|
12964
12992
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
12965
12993
|
"componentName": "IconGraduateCap"
|
|
12966
12994
|
},
|
|
12995
|
+
{
|
|
12996
|
+
"category": "Things",
|
|
12997
|
+
"svg": "<path d=\"M12.0009 8.0003C13.1055 8.00031 14.0009 8.44802 14.0009 9.0003C14.0009 9.17182 13.9139 9.33287 13.7617 9.47393L17.331 11.6146C18.9876 12.6086 20.0009 14.3995 20.0009 16.3314V18.0003H20.5009V22.0003H18.5009V18.0003H19.0009V16.3314C19.0009 14.7508 18.1715 13.2863 16.8164 12.473L12.6152 9.95147C12.4216 9.98268 12.2153 10.0003 12.0009 10.0003C10.8965 10.0003 10.0012 9.5525 10.0009 9.0003C10.0009 8.44802 10.8964 8.0003 12.0009 8.0003Z\" fill=\"currentColor\"/><path d=\"M11.3105 15.8333C11.747 16.0419 12.255 16.0419 12.6914 15.8333L16.9238 13.8079C17.6031 14.4602 18.0009 15.3676 18.0009 16.3314V17.0003H17.5009V19.3948C17.4871 19.4012 17.4739 19.409 17.4599 19.4153C16.0083 20.0763 14.0598 20.47 12.0009 20.47C9.94215 20.47 7.99357 20.0763 6.54196 19.4153C5.81695 19.0852 5.19353 18.6782 4.74508 18.2005C4.29431 17.7201 4.00108 17.1444 4.00094 16.5003V12.3362L11.3105 15.8333Z\" fill=\"currentColor\"/><path d=\"M11.8047 3.04425C11.9318 3.00023 12.0701 3.00022 12.1972 3.04425L12.2597 3.06964L23.5283 8.45928C23.9824 8.67704 23.9826 9.32373 23.5283 9.54132L19.0439 11.6858C18.6856 11.3353 18.2859 11.0213 17.8457 10.7571L14.997 9.04913C14.9975 9.03305 15.0009 9.01662 15.0009 9.0003C15.0009 8.14146 14.3305 7.6329 13.8623 7.39874C13.3343 7.13476 12.6747 7.00031 12.0009 7.0003C11.3271 7.0003 10.6676 7.13474 10.1396 7.39874C9.67138 7.63287 9.00094 8.14136 9.00094 9.0003C9.00111 9.85907 9.67144 10.3678 10.1396 10.6019C10.6676 10.8658 11.3272 11.0003 12.0009 11.0003C12.1343 11.0003 12.2654 10.995 12.3935 10.9847L15.9931 13.1448L12.2597 14.931C12.0962 15.0091 11.9057 15.009 11.7422 14.931L0.4736 9.54132C0.0191936 9.32371 0.0192397 8.67694 0.4736 8.45928L11.7422 3.06964L11.8047 3.04425Z\" fill=\"currentColor\"/>",
|
|
12998
|
+
"iconName": "graduate-cap-2, study, education, academic, student",
|
|
12999
|
+
"variant": {
|
|
13000
|
+
"join": "square",
|
|
13001
|
+
"filled": "on",
|
|
13002
|
+
"radius": "0",
|
|
13003
|
+
"stroke": "1"
|
|
13004
|
+
},
|
|
13005
|
+
"createdAt": "2026-04-16T11:02:34.130784+00:00",
|
|
13006
|
+
"packageName": "square-filled-radius-0-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 fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M3 3H21V21H3V3ZM15.1621 6.25172L9.74828 18.1621L8.83792 17.7483L14.2517 5.83792L15.1621 6.25172Z\" fill=\"currentColor\"/>",
|
|
20740
|
-
"iconName": "run-shortcut,slash",
|
|
20782
|
+
"iconName": "run-shortcut, slash, skills",
|
|
20741
20783
|
"variant": {
|
|
20742
20784
|
"join": "square",
|
|
20743
20785
|
"filled": "on",
|
|
@@ -21126,6 +21168,20 @@
|
|
|
21126
21168
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
21127
21169
|
"componentName": "IconSend"
|
|
21128
21170
|
},
|
|
21171
|
+
{
|
|
21172
|
+
"category": "Time & Date",
|
|
21173
|
+
"svg": "<path d=\"M14.46 21.1787L14.5889 21.6611C13.7626 21.882 12.8946 22 12 22C11.1054 22 10.2374 21.882 9.41113 21.6611L9.54004 21.1787L9.66992 20.6953C10.4126 20.8938 11.1935 21 12 21C12.8065 21 13.5874 20.8938 14.3301 20.6953L14.46 21.1787Z\" fill=\"currentColor\"/><path d=\"M4.2041 16.5C4.99443 17.8659 6.13405 19.0056 7.5 19.7959L7.24902 20.2285L6.99902 20.6611C5.48168 19.7832 4.21679 18.5183 3.33887 17.001L3.77148 16.751L4.2041 16.5Z\" fill=\"currentColor\"/><path d=\"M20.2285 16.751L20.6611 17.001C19.7832 18.5183 18.5183 19.7832 17.001 20.6611L16.751 20.2285L16.5 19.7959C17.8659 19.0056 19.0056 17.8659 19.7959 16.5L20.2285 16.751Z\" fill=\"currentColor\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 4.5C16.1421 4.5 19.5 7.85786 19.5 12C19.5 16.1421 16.1421 19.5 12 19.5C7.85786 19.5 4.5 16.1421 4.5 12C4.5 7.85786 7.85786 4.5 12 4.5ZM11.5 12.207L14.6465 15.3535L15.3535 14.6465L12.5 11.793V8H11.5V12.207Z\" fill=\"currentColor\"/><path d=\"M2.82129 9.54004L3.30469 9.66992C3.10621 10.4126 3 11.1935 3 12C3 12.8065 3.10621 13.5874 3.30469 14.3301L2.82129 14.46L2.33887 14.5889C2.118 13.7626 2 12.8946 2 12C2 11.1054 2.118 10.2374 2.33887 9.41113L2.82129 9.54004Z\" fill=\"currentColor\"/><path d=\"M21.6611 9.41113C21.882 10.2374 22 11.1054 22 12C22 12.8946 21.882 13.7626 21.6611 14.5889L21.1787 14.46L20.6953 14.3301C20.8938 13.5874 21 12.8065 21 12C21 11.1935 20.8938 10.4126 20.6953 9.66992L21.1787 9.54004L21.6611 9.41113Z\" fill=\"currentColor\"/><path d=\"M7.24902 3.77148L7.5 4.2041C6.13405 4.99443 4.99443 6.13405 4.2041 7.5L3.77148 7.24902L3.33887 6.99902C4.21679 5.48168 5.48168 4.21679 6.99902 3.33887L7.24902 3.77148Z\" fill=\"currentColor\"/><path d=\"M17.001 3.33887C18.5183 4.21679 19.7832 5.48168 20.6611 6.99902L20.2285 7.24902L19.7959 7.5C19.0056 6.13405 17.8659 4.99443 16.5 4.2041L16.751 3.77148L17.001 3.33887Z\" fill=\"currentColor\"/><path d=\"M12 2C12.8946 2 13.7626 2.118 14.5889 2.33887L14.46 2.82129L14.3301 3.30469C13.5874 3.10621 12.8065 3 12 3C11.1935 3 10.4126 3.10621 9.66992 3.30469L9.54004 2.82129L9.41113 2.33887C10.2374 2.118 11.1054 2 12 2Z\" fill=\"currentColor\"/>",
|
|
21174
|
+
"iconName": "send-later, timeslot, clock",
|
|
21175
|
+
"variant": {
|
|
21176
|
+
"join": "square",
|
|
21177
|
+
"filled": "on",
|
|
21178
|
+
"radius": "0",
|
|
21179
|
+
"stroke": "1"
|
|
21180
|
+
},
|
|
21181
|
+
"createdAt": "2026-04-16T11:02:34.130784+00:00",
|
|
21182
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
21183
|
+
"componentName": "IconSendLater"
|
|
21184
|
+
},
|
|
21129
21185
|
{
|
|
21130
21186
|
"category": "AI & Magic",
|
|
21131
21187
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14 22H13V19H2V5H13V2H14V22ZM4 17H6V16H4V17ZM7 17H9V16H7V17ZM10 17H12V16H10V17ZM4 8H6V7H4V8ZM7 8H9V7H7V8ZM10 8H12V7H10V8Z\" fill=\"currentColor\"/><path d=\"M20 19H19V5H20V19Z\" fill=\"currentColor\"/><path d=\"M17 16H16V8H17V16Z\" fill=\"currentColor\"/><path d=\"M23 14H22V10H23V14Z\" fill=\"currentColor\"/>",
|
|
@@ -21770,6 +21826,20 @@
|
|
|
21770
21826
|
"packageName": "square-filled-radius-0-stroke-1",
|
|
21771
21827
|
"componentName": "IconShoppingBagLike2"
|
|
21772
21828
|
},
|
|
21829
|
+
{
|
|
21830
|
+
"category": "Keyboard",
|
|
21831
|
+
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M21 21H3V3H21V21ZM8.5 13H11.667L11 17.5L15.5 11H12.333L13 6.5L8.5 13Z\" fill=\"currentColor\"/>",
|
|
21832
|
+
"iconName": "shortcut, hotkey, powerkey, skill",
|
|
21833
|
+
"variant": {
|
|
21834
|
+
"join": "square",
|
|
21835
|
+
"filled": "on",
|
|
21836
|
+
"radius": "0",
|
|
21837
|
+
"stroke": "1"
|
|
21838
|
+
},
|
|
21839
|
+
"createdAt": "2026-04-16T12:02:20.982379+00:00",
|
|
21840
|
+
"packageName": "square-filled-radius-0-stroke-1",
|
|
21841
|
+
"componentName": "IconShortcut"
|
|
21842
|
+
},
|
|
21773
21843
|
{
|
|
21774
21844
|
"category": "Things",
|
|
21775
21845
|
"svg": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M17.3404 2L22 6.65964L20.1332 8.65789L20.1272 8.66387C18.9234 9.86764 17.0391 9.97613 15.7127 8.98935C15.7056 8.9974 15.6982 9.00528 15.6905 9.01297L11.2758 13.4277L15.0474 17.1993L14.6956 17.5511C11.2916 20.955 7.73982 23.0655 2.87181 21.4428L2.63585 21.3642L2.55719 21.1282C0.934494 16.2602 3.04482 12.7084 6.44888 9.30437L6.80063 8.95262L10.5723 12.7242L14.987 8.30946C14.9947 8.30177 15.0026 8.29439 15.0106 8.28731C14.0239 6.96088 14.1324 5.07659 15.3361 3.87282L15.3421 3.86685L17.3404 2ZM16.034 4.58204C15.1052 5.51696 15.1071 7.02779 16.0396 7.96036C16.9722 8.89293 18.483 8.89483 19.418 7.96605L20.6165 6.68315L17.3168 3.3835L16.034 4.58204Z\" fill=\"currentColor\"/>",
|
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/square-filled-radius-0-stroke-1",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.196",
|
|
4
4
|
"style": "square-filled-radius-0-stroke-1",
|
|
5
5
|
"importExamples": {
|
|
6
6
|
"individual": "import { IconHome } from '@central-icons-react-native/square-filled-radius-0-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";
|