@central-icons-react/square-outlined-radius-0-stroke-1 1.1.43 → 1.1.45
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/IconDino/index.d.ts +4 -0
- package/IconDino/index.js +2 -0
- package/IconDino/index.js.map +1 -0
- package/IconDino/index.mjs +2 -0
- package/IconDino/index.mjs.map +1 -0
- package/IconJump/index.d.ts +4 -0
- package/IconJump/index.js +2 -0
- package/IconJump/index.js.map +1 -0
- package/IconJump/index.mjs +2 -0
- package/IconJump/index.mjs.map +1 -0
- package/README.md +3 -4
- package/icons/index.d.ts +2 -0
- package/icons/index.js +1 -1
- package/icons/index.js.map +1 -1
- package/icons/index.mjs +1 -1
- package/icons/index.mjs.map +1 -1
- package/icons-index.json +10 -9
- package/index.d.ts +2 -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
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var f=Object.create;var p=Object.defineProperty;var g=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(e,r)=>{for(var o in r)p(e,o,{get:r[o],enumerable:!0})},s=(e,r,o,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of u(r))!B.call(e,t)&&t!==o&&p(e,t,{get:()=>r[t],enumerable:!(n=g(r,t))||n.enumerable});return e};var C=(e,r,o)=>(o=e!=null?f(x(e)):{},s(r||!e||!e.__esModule?p(o,"default",{value:e,enumerable:!0}):o,e)),d=e=>s(p({},"__esModule",{value:!0}),e);var w={};I(w,{IconDino:()=>i,default:()=>h});module.exports=d(w);var l=C(require("react"));var a=C(require("react")),m=({children:e,size:r=24,ariaLabel:o,color:n,ariaHidden:t=!0,style:c,...V})=>a.default.createElement("svg",{...V,"aria-hidden":t,role:t?void 0:"img",width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:n,...c}},o&&!t&&a.default.createElement("title",null,o),e);var i=e=>l.default.createElement(m,{...e,ariaLabel:"dino, age, old"},l.default.createElement("path",{d:"M16.5 5V11.4861H16.25C9.05186 7.08765 7.15772 11.0627 5.36892 14.8167C4.23183 17.203 3.13731 19.5 0.75 19.5H6.5V21.5H9.5V19.5H13.5V21.5H16.5V18.6973C18.2934 17.6599 19.5 15.7208 19.5 13.5V7L21.5 5.97222V5C21.5 3.61929 20.3807 2.5 19 2.5C17.6193 2.5 16.5 3.61929 16.5 5Z",stroke:"currentColor"})),h=i;0&&(module.exports={IconDino});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconDino/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDino: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"dino, age, old\">\n <path\n d=\"M16.5 5V11.4861H16.25C9.05186 7.08765 7.15772 11.0627 5.36892 14.8167C4.23183 17.203 3.13731 19.5 0.75 19.5H6.5V21.5H9.5V19.5H13.5V21.5H16.5V18.6973C18.2934 17.6599 19.5 15.7208 19.5 13.5V7L21.5 5.97222V5C21.5 3.61929 20.3807 2.5 19 2.5C17.6193 2.5 16.5 3.61929 16.5 5Z\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDino;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,cAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,kBACpC,EAAAC,QAAA,cAAC,QACC,EAAE,gRACF,OAAO,eACT,CACF,EAIGE,EAAQJ","names":["IconDino_exports","__export","IconDino","IconDino_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconDino","props","React","CentralIconBase","IconDino_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import a from"react";import n from"react";var p=({children:r,size:e=24,ariaLabel:t,color:l,ariaHidden:o=!0,style:s,...C})=>n.createElement("svg",{...C,"aria-hidden":o,role:o?void 0:"img",width:typeof e=="number"?`${e}px`:e,height:typeof e=="number"?`${e}px`:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:l,...s}},t&&!o&&n.createElement("title",null,t),r);var m=r=>a.createElement(p,{...r,ariaLabel:"dino, age, old"},a.createElement("path",{d:"M16.5 5V11.4861H16.25C9.05186 7.08765 7.15772 11.0627 5.36892 14.8167C4.23183 17.203 3.13731 19.5 0.75 19.5H6.5V21.5H9.5V19.5H13.5V21.5H16.5V18.6973C18.2934 17.6599 19.5 15.7208 19.5 13.5V7L21.5 5.97222V5C21.5 3.61929 20.3807 2.5 19 2.5C17.6193 2.5 16.5 3.61929 16.5 5Z",stroke:"currentColor"})),g=m;export{m as IconDino,g as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconDino/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconDino: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"dino, age, old\">\n <path\n d=\"M16.5 5V11.4861H16.25C9.05186 7.08765 7.15772 11.0627 5.36892 14.8167C4.23183 17.203 3.13731 19.5 0.75 19.5H6.5V21.5H9.5V19.5H13.5V21.5H16.5V18.6973C18.2934 17.6599 19.5 15.7208 19.5 13.5V7L21.5 5.97222V5C21.5 3.61929 20.3807 2.5 19 2.5C17.6193 2.5 16.5 3.61929 16.5 5Z\"\n stroke=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconDino;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,kBACpCC,EAAA,cAAC,QACC,EAAE,gRACF,OAAO,eACT,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconDino","props","React","CentralIconBase","IconDino_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var f=Object.create;var s=Object.defineProperty;var h=Object.getOwnPropertyDescriptor;var d=Object.getOwnPropertyNames;var g=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(r,o)=>{for(var t in o)s(r,t,{get:o[t],enumerable:!0})},a=(r,o,t,p)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of d(o))!x.call(r,e)&&e!==t&&s(r,e,{get:()=>o[e],enumerable:!(p=h(o,e))||p.enumerable});return r};var m=(r,o,t)=>(t=r!=null?f(g(r)):{},a(o||!r||!r.__esModule?s(t,"default",{value:r,enumerable:!0}):t,r)),I=r=>a(s({},"__esModule",{value:!0}),r);var y={};B(y,{IconJump:()=>u,default:()=>w});module.exports=I(y);var n=m(require("react"));var l=m(require("react")),C=({children:r,size:o=24,ariaLabel:t,color:p,ariaHidden:e=!0,style:c,...i})=>l.default.createElement("svg",{...i,"aria-hidden":e,role:e?void 0:"img",width:typeof o=="number"?`${o}px`:o,height:typeof o=="number"?`${o}px`:o,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:p,...c}},t&&!e&&l.default.createElement("title",null,t),r);var u=r=>n.default.createElement(C,{...r,ariaLabel:"jump, skip"},n.default.createElement("path",{d:"M7 19.5L17 19.5",stroke:"currentColor"}),n.default.createElement("path",{d:"M15 4.5H21.5V11",stroke:"currentColor"}),n.default.createElement("path",{d:"M21 5C16.2353 9.2963 12.5294 13.5926 12 19.5",stroke:"currentColor"}),n.default.createElement("path",{d:"M1 6.5C6.5 6.5 12 12.5 12 19.405V19.5",stroke:"currentColor"})),w=u;0&&(module.exports={IconJump});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconJump/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconJump: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"jump, skip\">\n <path d=\"M7 19.5L17 19.5\" stroke=\"currentColor\" />\n <path d=\"M15 4.5H21.5V11\" stroke=\"currentColor\" />\n <path\n d=\"M21 5C16.2353 9.2963 12.5294 13.5926 12 19.5\"\n stroke=\"currentColor\"\n />\n <path d=\"M1 6.5C6.5 6.5 12 12.5 12 19.405V19.5\" stroke=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconJump;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"0jBAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,cAAAE,EAAA,YAAAC,IAAA,eAAAC,EAAAJ,GAAA,IAAAK,EAAkB,oBCAlB,IAAAC,EAAkB,oBAQLC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEI,EAAAC,QAAA,cAAC,OACE,GAAGD,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAc,EAAAG,QAAA,cAAC,aAAOL,CAAU,EAC9CF,CACH,ED9BG,IAAMQ,EAA4CC,GAErD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,cACpC,EAAAC,QAAA,cAAC,QAAK,EAAE,kBAAkB,OAAO,eAAe,EAChD,EAAAA,QAAA,cAAC,QAAK,EAAE,kBAAkB,OAAO,eAAe,EAChD,EAAAA,QAAA,cAAC,QACC,EAAE,+CACF,OAAO,eACT,EACA,EAAAA,QAAA,cAAC,QAAK,EAAE,wCAAwC,OAAO,eAAe,CACxE,EAIGE,EAAQJ","names":["IconJump_exports","__export","IconJump","IconJump_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconJump","props","React","CentralIconBase","IconJump_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import o from"react";import p from"react";var s=({children:t,size:r=24,ariaLabel:n,color:l,ariaHidden:e=!0,style:a,...m})=>p.createElement("svg",{...m,"aria-hidden":e,role:e?void 0:"img",width:typeof r=="number"?`${r}px`:r,height:typeof r=="number"?`${r}px`:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:l,...a}},n&&!e&&p.createElement("title",null,n),t);var C=t=>o.createElement(s,{...t,ariaLabel:"jump, skip"},o.createElement("path",{d:"M7 19.5L17 19.5",stroke:"currentColor"}),o.createElement("path",{d:"M15 4.5H21.5V11",stroke:"currentColor"}),o.createElement("path",{d:"M21 5C16.2353 9.2963 12.5294 13.5926 12 19.5",stroke:"currentColor"}),o.createElement("path",{d:"M1 6.5C6.5 6.5 12 12.5 12 19.405V19.5",stroke:"currentColor"})),h=C;export{C as IconJump,h as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconJump/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconJump: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"jump, skip\">\n <path d=\"M7 19.5L17 19.5\" stroke=\"currentColor\" />\n <path d=\"M15 4.5H21.5V11\" stroke=\"currentColor\" />\n <path\n d=\"M21 5C16.2353 9.2963 12.5294 13.5926 12 19.5\"\n stroke=\"currentColor\"\n />\n <path d=\"M1 6.5C6.5 6.5 12 12.5 12 19.405V19.5\" stroke=\"currentColor\" />\n </CentralIconBase>\n );\n};\n\nexport default IconJump;\n","import React from \"react\";\nimport type { SVGProps } from \"react\";\n\nexport type CentralIconBaseProps = {\n size?: string | number;\n ariaHidden?: boolean;\n} & SVGProps<SVGSVGElement>;\n\nexport const CentralIconBase: React.FC<\n CentralIconBaseProps & { ariaLabel?: string }\n> = ({\n children,\n size = 24,\n ariaLabel,\n color,\n ariaHidden = true,\n style,\n ...props\n}) => {\n return (\n <svg\n {...props}\n aria-hidden={ariaHidden}\n role={ariaHidden ? undefined : \"img\"}\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 xmlns=\"http://www.w3.org/2000/svg\"\n style={{ color, ...style }}\n >\n {ariaLabel && !ariaHidden && <title>{ariaLabel}</title>}\n {children}\n </svg>\n );\n};\n"],"mappings":"AAAA,OAAOA,MAAW,QCAlB,OAAOC,MAAW,QAQX,IAAMC,EAET,CAAC,CACH,SAAAC,EACA,KAAAC,EAAO,GACP,UAAAC,EACA,MAAAC,EACA,WAAAC,EAAa,GACb,MAAAC,EACA,GAAGC,CACL,IAEIR,EAAA,cAAC,OACE,GAAGQ,EACJ,cAAaF,EACb,KAAMA,EAAa,OAAY,MAC/B,MAAO,OAAOH,GAAS,SAAW,GAAGA,CAAI,KAAOA,EAChD,OAAQ,OAAOA,GAAS,SAAW,GAAGA,CAAI,KAAOA,EACjD,QAAQ,YACR,KAAK,OACL,MAAM,6BACN,MAAO,CAAE,MAAAE,EAAO,GAAGE,CAAM,GAExBH,GAAa,CAACE,GAAcN,EAAA,cAAC,aAAOI,CAAU,EAC9CF,CACH,ED9BG,IAAMO,EAA4CC,GAErDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,cACpCC,EAAA,cAAC,QAAK,EAAE,kBAAkB,OAAO,eAAe,EAChDA,EAAA,cAAC,QAAK,EAAE,kBAAkB,OAAO,eAAe,EAChDA,EAAA,cAAC,QACC,EAAE,+CACF,OAAO,eACT,EACAA,EAAA,cAAC,QAAK,EAAE,wCAAwC,OAAO,eAAe,CACxE,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconJump","props","React","CentralIconBase","IconJump_default"]}
|
package/README.md
CHANGED
|
@@ -353,6 +353,7 @@ Below is a complete list of available icons:
|
|
|
353
353
|
- IconExpand45
|
|
354
354
|
- IconExpandSimple
|
|
355
355
|
- IconExpandSimple2
|
|
356
|
+
- IconJump
|
|
356
357
|
- IconMinimize315
|
|
357
358
|
- IconMinimize45
|
|
358
359
|
- IconOngoing
|
|
@@ -1632,6 +1633,7 @@ Below is a complete list of available icons:
|
|
|
1632
1633
|
- IconDashboardMiddle
|
|
1633
1634
|
- IconDiamond
|
|
1634
1635
|
- IconDiamondShine
|
|
1636
|
+
- IconDino
|
|
1635
1637
|
- IconDirectorChair
|
|
1636
1638
|
- IconDoorHanger
|
|
1637
1639
|
- IconDumbell
|
|
@@ -1829,10 +1831,6 @@ Below is a complete list of available icons:
|
|
|
1829
1831
|
- IconVerticalAlignmentRight
|
|
1830
1832
|
- IconWrite
|
|
1831
1833
|
|
|
1832
|
-
### Vehicles
|
|
1833
|
-
|
|
1834
|
-
- IconTruck
|
|
1835
|
-
|
|
1836
1834
|
### Vehicles & Aircrafts
|
|
1837
1835
|
|
|
1838
1836
|
- IconAirplane
|
|
@@ -1868,6 +1866,7 @@ Below is a complete list of available icons:
|
|
|
1868
1866
|
- IconRoller
|
|
1869
1867
|
- IconShipping
|
|
1870
1868
|
- IconTrainFrontView
|
|
1869
|
+
- IconTruck
|
|
1871
1870
|
- IconUfo
|
|
1872
1871
|
|
|
1873
1872
|
### Weather
|
package/icons/index.d.ts
CHANGED
|
@@ -564,6 +564,7 @@ export type CentralIconName =
|
|
|
564
564
|
| "IconDice5"
|
|
565
565
|
| "IconDice6"
|
|
566
566
|
| "IconDices"
|
|
567
|
+
| "IconDino"
|
|
567
568
|
| "IconDirection1"
|
|
568
569
|
| "IconDirection2"
|
|
569
570
|
| "IconDirectorChair"
|
|
@@ -861,6 +862,7 @@ export type CentralIconName =
|
|
|
861
862
|
| "IconJavaCoffeeBean"
|
|
862
863
|
| "IconJavascript"
|
|
863
864
|
| "IconJudgeGavel"
|
|
865
|
+
| "IconJump"
|
|
864
866
|
| "IconKanbanView"
|
|
865
867
|
| "IconKey1"
|
|
866
868
|
| "IconKey2"
|