@central-icons-react/square-outlined-radius-0-stroke-1.5 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 d=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty;var B=(e,r)=>{for(var t in r)p(e,t,{get:r[t],enumerable:!0})},s=(e,r,t,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let o of u(r))!x.call(e,o)&&o!==t&&p(e,o,{get:()=>r[o],enumerable:!(n=g(r,o))||n.enumerable});return e};var C=(e,r,t)=>(t=e!=null?f(d(e)):{},s(r||!e||!e.__esModule?p(t,"default",{value:e,enumerable:!0}):t,e)),I=e=>s(p({},"__esModule",{value:!0}),e);var w={};B(w,{IconDino:()=>m,default:()=>h});module.exports=I(w);var l=C(require("react"));var a=C(require("react")),i=({children:e,size:r=24,ariaLabel:t,color:n,ariaHidden:o=!0,style:c,...V})=>a.default.createElement("svg",{...V,"aria-hidden":o,role:o?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}},t&&!o&&a.default.createElement("title",null,t),e);var m=e=>l.default.createElement(i,{...e,ariaLabel:"dino, age, old"},l.default.createElement("path",{d:"M16.75 5.5V11.4861H16.25C9.04425 7.083 7.15372 10.9567 5.36325 14.6254C4.22819 16.9511 3.13333 19.1944 0.75 19.1944H6.75V21.25H9.75V19.1944H13.75V21.25H16.75V18.6283C18.7899 17.6702 20.2024 15.5973 20.2024 13.1944V7.375L22.25 6.34722V5.5C22.25 3.98122 21.0188 2.75 19.5 2.75C17.9812 2.75 16.75 3.98122 16.75 5.5Z",stroke:"currentColor",strokeWidth:"1.5"})),h=m;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.75 5.5V11.4861H16.25C9.04425 7.083 7.15372 10.9567 5.36325 14.6254C4.22819 16.9511 3.13333 19.1944 0.75 19.1944H6.75V21.25H9.75V19.1944H13.75V21.25H16.75V18.6283C18.7899 17.6702 20.2024 15.5973 20.2024 13.1944V7.375L22.25 6.34722V5.5C22.25 3.98122 21.0188 2.75 19.5 2.75C17.9812 2.75 16.75 3.98122 16.75 5.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,2TACF,OAAO,eACP,YAAY,MACd,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:o,color:l,ariaHidden:t=!0,style:s,...C})=>n.createElement("svg",{...C,"aria-hidden":t,role:t?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}},o&&!t&&n.createElement("title",null,o),r);var i=r=>a.createElement(p,{...r,ariaLabel:"dino, age, old"},a.createElement("path",{d:"M16.75 5.5V11.4861H16.25C9.04425 7.083 7.15372 10.9567 5.36325 14.6254C4.22819 16.9511 3.13333 19.1944 0.75 19.1944H6.75V21.25H9.75V19.1944H13.75V21.25H16.75V18.6283C18.7899 17.6702 20.2024 15.5973 20.2024 13.1944V7.375L22.25 6.34722V5.5C22.25 3.98122 21.0188 2.75 19.5 2.75C17.9812 2.75 16.75 3.98122 16.75 5.5Z",stroke:"currentColor",strokeWidth:"1.5"})),g=i;export{i 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.75 5.5V11.4861H16.25C9.04425 7.083 7.15372 10.9567 5.36325 14.6254C4.22819 16.9511 3.13333 19.1944 0.75 19.1944H6.75V21.25H9.75V19.1944H13.75V21.25H16.75V18.6283C18.7899 17.6702 20.2024 15.5973 20.2024 13.1944V7.375L22.25 6.34722V5.5C22.25 3.98122 21.0188 2.75 19.5 2.75C17.9812 2.75 16.75 3.98122 16.75 5.5Z\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\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,2TACF,OAAO,eACP,YAAY,MACd,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 c=Object.create;var s=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var f=Object.getOwnPropertyNames;var k=Object.getPrototypeOf,g=Object.prototype.hasOwnProperty;var x=(r,t)=>{for(var o in t)s(r,o,{get:t[o],enumerable:!0})},a=(r,t,o,p)=>{if(t&&typeof t=="object"||typeof t=="function")for(let e of f(t))!g.call(r,e)&&e!==o&&s(r,e,{get:()=>t[e],enumerable:!(p=d(t,e))||p.enumerable});return r};var i=(r,t,o)=>(o=r!=null?c(k(r)):{},a(t||!r||!r.__esModule?s(o,"default",{value:r,enumerable:!0}):o,r)),B=r=>a(s({},"__esModule",{value:!0}),r);var w={};x(w,{IconJump:()=>C,default:()=>I});module.exports=B(w);var n=i(require("react"));var l=i(require("react")),m=({children:r,size:t=24,ariaLabel:o,color:p,ariaHidden:e=!0,style:u,...h})=>l.default.createElement("svg",{...h,"aria-hidden":e,role:e?void 0:"img",width:typeof t=="number"?`${t}px`:t,height:typeof t=="number"?`${t}px`:t,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",style:{color:p,...u}},o&&!e&&l.default.createElement("title",null,o),r);var C=r=>n.default.createElement(m,{...r,ariaLabel:"jump, skip"},n.default.createElement("path",{d:"M7 19.25L17 19.25",stroke:"currentColor",strokeWidth:"1.5"}),n.default.createElement("path",{d:"M15 4.75H21.25V11",stroke:"currentColor",strokeWidth:"1.5"}),n.default.createElement("path",{d:"M20.5 5.5C16 9.5 12.5 13.5 12 19",stroke:"currentColor",strokeWidth:"1.5"}),n.default.createElement("path",{d:"M1 7C6.5 7 12 12.5385 12 18.9123V19",stroke:"currentColor",strokeWidth:"1.5"})),I=C;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.25L17 19.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path d=\"M15 4.75H21.25V11\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path\n d=\"M20.5 5.5C16 9.5 12.5 13.5 12 19\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <path\n d=\"M1 7C6.5 7 12 12.5385 12 18.9123V19\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\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,oBAAoB,OAAO,eAAe,YAAY,MAAM,EACpE,EAAAA,QAAA,cAAC,QAAK,EAAE,oBAAoB,OAAO,eAAe,YAAY,MAAM,EACpE,EAAAA,QAAA,cAAC,QACC,EAAE,mCACF,OAAO,eACP,YAAY,MACd,EACA,EAAAA,QAAA,cAAC,QACC,EAAE,sCACF,OAAO,eACP,YAAY,MACd,CACF,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 t from"react";import p from"react";var s=({children:o,size:r=24,ariaLabel:n,color:l,ariaHidden:e=!0,style:a,...i})=>p.createElement("svg",{...i,"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),o);var m=o=>t.createElement(s,{...o,ariaLabel:"jump, skip"},t.createElement("path",{d:"M7 19.25L17 19.25",stroke:"currentColor",strokeWidth:"1.5"}),t.createElement("path",{d:"M15 4.75H21.25V11",stroke:"currentColor",strokeWidth:"1.5"}),t.createElement("path",{d:"M20.5 5.5C16 9.5 12.5 13.5 12 19",stroke:"currentColor",strokeWidth:"1.5"}),t.createElement("path",{d:"M1 7C6.5 7 12 12.5385 12 18.9123V19",stroke:"currentColor",strokeWidth:"1.5"})),d=m;export{m as IconJump,d 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.25L17 19.25\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path d=\"M15 4.75H21.25V11\" stroke=\"currentColor\" strokeWidth=\"1.5\" />\n <path\n d=\"M20.5 5.5C16 9.5 12.5 13.5 12 19\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\n <path\n d=\"M1 7C6.5 7 12 12.5385 12 18.9123V19\"\n stroke=\"currentColor\"\n strokeWidth=\"1.5\"\n />\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,oBAAoB,OAAO,eAAe,YAAY,MAAM,EACpEA,EAAA,cAAC,QAAK,EAAE,oBAAoB,OAAO,eAAe,YAAY,MAAM,EACpEA,EAAA,cAAC,QACC,EAAE,mCACF,OAAO,eACP,YAAY,MACd,EACAA,EAAA,cAAC,QACC,EAAE,sCACF,OAAO,eACP,YAAY,MACd,CACF,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"
|