@central-icons-react/square-filled-radius-0-stroke-2 1.1.46 → 1.1.49
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/{IconTriangleExclamation → IconExclamationTriangle}/index.d.ts +2 -2
- package/{IconTriangleExclamation → IconExclamationTriangle}/index.js +1 -1
- package/{IconTriangleExclamation → IconExclamationTriangle}/index.js.map +1 -1
- package/{IconTriangleExclamation → IconExclamationTriangle}/index.mjs +1 -1
- package/{IconTriangleExclamation → IconExclamationTriangle}/index.mjs.map +1 -1
- package/IconPeopleCircle/index.js +1 -1
- package/IconPeopleCircle/index.js.map +1 -1
- package/IconPeopleCircle/index.mjs +1 -1
- package/IconPeopleCircle/index.mjs.map +1 -1
- package/IconPreview/index.d.ts +4 -0
- package/IconPreview/index.js +2 -0
- package/IconPreview/index.js.map +1 -0
- package/IconPreview/index.mjs +2 -0
- package/IconPreview/index.mjs.map +1 -0
- package/README.md +2 -1
- package/icons/index.d.ts +2 -1
- 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 +7 -5
- package/index.d.ts +5 -4
- 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
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import { type CentralIconBaseProps } from "../CentralIconBase";
|
|
3
|
-
export declare const
|
|
4
|
-
export default
|
|
3
|
+
export declare const IconExclamationTriangle: React.FC<CentralIconBaseProps>;
|
|
4
|
+
export default IconExclamationTriangle;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var u=Object.create;var l=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var C=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(e,r)=>{for(var t in r)l(e,t,{get:r[t],enumerable:!0})},i=(e,r,t,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let o of C(r))!B.call(e,o)&&o!==t&&l(e,o,{get:()=>r[o],enumerable:!(n=x(r,o))||n.enumerable});return e};var s=(e,r,t)=>(t=e!=null?u(d(e)):{},i(r||!e||!e.__esModule?l(t,"default",{value:e,enumerable:!0}):t,e)),V=e=>i(l({},"__esModule",{value:!0}),e);var h={};I(h,{
|
|
1
|
+
"use strict";var u=Object.create;var l=Object.defineProperty;var x=Object.getOwnPropertyDescriptor;var C=Object.getOwnPropertyNames;var d=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(e,r)=>{for(var t in r)l(e,t,{get:r[t],enumerable:!0})},i=(e,r,t,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let o of C(r))!B.call(e,o)&&o!==t&&l(e,o,{get:()=>r[o],enumerable:!(n=x(r,o))||n.enumerable});return e};var s=(e,r,t)=>(t=e!=null?u(d(e)):{},i(r||!e||!e.__esModule?l(t,"default",{value:e,enumerable:!0}):t,e)),V=e=>i(l({},"__esModule",{value:!0}),e);var h={};I(h,{IconExclamationTriangle:()=>c,default:()=>w});module.exports=V(h);var p=s(require("react"));var a=s(require("react")),m=({children:e,size:r=24,ariaLabel:t,color:n,ariaHidden:o=!0,style:f,...g})=>a.default.createElement("svg",{...g,"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,...f}},t&&!o&&a.default.createElement("title",null,t),e);var c=e=>p.default.createElement(m,{...e,ariaLabel:"exclamation-triangle, error, warning, alert"},p.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0.742188 19.9997L11.9989 1.04102L23.2557 19.9997H0.742188ZM13 8.99976V13.9998H11V8.99976H13ZM11 14.9998H13V16.9998H11V14.9998Z",fill:"currentColor"})),w=c;0&&(module.exports={IconExclamationTriangle});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/
|
|
1
|
+
{"version":3,"sources":["../src/IconExclamationTriangle/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconExclamationTriangle: React.FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"exclamation-triangle, error, warning, alert\"\n >\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M0.742188 19.9997L11.9989 1.04102L23.2557 19.9997H0.742188ZM13 8.99976V13.9998H11V8.99976H13ZM11 14.9998H13V16.9998H11V14.9998Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconExclamationTriangle;\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,6BAAAE,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,EACXC,GAGE,EAAAC,QAAA,cAACC,EAAA,CACE,GAAGF,EACJ,UAAU,+CAEV,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,kIACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconExclamationTriangle_exports","__export","IconExclamationTriangle","IconExclamationTriangle_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconExclamationTriangle","props","React","CentralIconBase","IconExclamationTriangle_default"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import a from"react";import n from"react";var l=({children:r,size:e=24,ariaLabel:o,color:p,ariaHidden:t=!0,style:i,...s})=>n.createElement("svg",{...s,"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:p,...i}},o&&!t&&n.createElement("title",null,o),r);var m=r=>a.createElement(l,{...r,ariaLabel:"triangle
|
|
1
|
+
import a from"react";import n from"react";var l=({children:r,size:e=24,ariaLabel:o,color:p,ariaHidden:t=!0,style:i,...s})=>n.createElement("svg",{...s,"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:p,...i}},o&&!t&&n.createElement("title",null,o),r);var m=r=>a.createElement(l,{...r,ariaLabel:"exclamation-triangle, error, warning, alert"},a.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0.742188 19.9997L11.9989 1.04102L23.2557 19.9997H0.742188ZM13 8.99976V13.9998H11V8.99976H13ZM11 14.9998H13V16.9998H11V14.9998Z",fill:"currentColor"})),x=m;export{m as IconExclamationTriangle,x as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/
|
|
1
|
+
{"version":3,"sources":["../src/IconExclamationTriangle/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconExclamationTriangle: React.FC<CentralIconBaseProps> = (\n props,\n) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"exclamation-triangle, error, warning, alert\"\n >\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M0.742188 19.9997L11.9989 1.04102L23.2557 19.9997H0.742188ZM13 8.99976V13.9998H11V8.99976H13ZM11 14.9998H13V16.9998H11V14.9998Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconExclamationTriangle;\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,EACXC,GAGEC,EAAA,cAACC,EAAA,CACE,GAAGF,EACJ,UAAU,+CAEVC,EAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,kIACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconExclamationTriangle","props","React","CentralIconBase","IconExclamationTriangle_default"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";var u=Object.create;var l=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(e,r)=>{for(var o in r)l(e,o,{get:r[o],enumerable:!0})},C=(e,r,o,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of g(r))!B.call(e,t)&&t!==o&&l(e,t,{get:()=>r[t],enumerable:!(n=d(r,t))||n.enumerable});return e};var s=(e,r,o)=>(o=e!=null?u(x(e)):{},C(r||!e||!e.__esModule?l(o,"default",{value:e,enumerable:!0}):o,e)),v=e=>C(l({},"__esModule",{value:!0}),e);var h={};I(h,{IconPeopleCircle:()=>i,default:()=>P});module.exports=v(h);var a=s(require("react"));var p=s(require("react")),c=({children:e,size:r=24,ariaLabel:o,color:n,ariaHidden:t=!0,style:m,...f})=>p.default.createElement("svg",{...f,"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,...m}},o&&!t&&p.default.createElement("title",null,o),e);var i=e=>a.default.createElement(c,{...e,ariaLabel:"people-circle, user-circle,avatar,profile"},a.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12
|
|
1
|
+
"use strict";var u=Object.create;var l=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var x=Object.getPrototypeOf,B=Object.prototype.hasOwnProperty;var I=(e,r)=>{for(var o in r)l(e,o,{get:r[o],enumerable:!0})},C=(e,r,o,n)=>{if(r&&typeof r=="object"||typeof r=="function")for(let t of g(r))!B.call(e,t)&&t!==o&&l(e,t,{get:()=>r[t],enumerable:!(n=d(r,t))||n.enumerable});return e};var s=(e,r,o)=>(o=e!=null?u(x(e)):{},C(r||!e||!e.__esModule?l(o,"default",{value:e,enumerable:!0}):o,e)),v=e=>C(l({},"__esModule",{value:!0}),e);var h={};I(h,{IconPeopleCircle:()=>i,default:()=>P});module.exports=v(h);var a=s(require("react"));var p=s(require("react")),c=({children:e,size:r=24,ariaLabel:o,color:n,ariaHidden:t=!0,style:m,...f})=>p.default.createElement("svg",{...f,"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,...m}},o&&!t&&p.default.createElement("title",null,o),e);var i=e=>a.default.createElement(c,{...e,ariaLabel:"people-circle, user-circle,avatar,profile"},a.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5234 2 22 6.47717 22 12C22 17.5228 17.5234 22 12 22C6.47656 22 2 17.5228 2 12C2 6.47717 6.47656 2 12 2ZM12 15C9.60547 15 7.61719 16.0055 6.28516 17.5996C7.73826 19.081 9.76184 20 12 20C14.2382 20 16.2617 19.081 17.7148 17.5996C16.3828 16.0055 14.3945 15 12 15ZM12 6.75C10.2045 6.75 8.75 8.20509 8.75 10C8.75 11.7949 10.2045 13.25 12 13.25C13.7955 13.25 15.25 11.7949 15.25 10C15.25 8.20509 13.7955 6.75 12 6.75Z",fill:"currentColor"})),P=i;0&&(module.exports={IconPeopleCircle});
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconPeopleCircle/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconPeopleCircle: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"people-circle, user-circle,avatar,profile\"\n >\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12
|
|
1
|
+
{"version":3,"sources":["../src/IconPeopleCircle/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconPeopleCircle: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"people-circle, user-circle,avatar,profile\"\n >\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5234 2 22 6.47717 22 12C22 17.5228 17.5234 22 12 22C6.47656 22 2 17.5228 2 12C2 6.47717 6.47656 2 12 2ZM12 15C9.60547 15 7.61719 16.0055 6.28516 17.5996C7.73826 19.081 9.76184 20 12 20C14.2382 20 16.2617 19.081 17.7148 17.5996C16.3828 16.0055 14.3945 15 12 15ZM12 6.75C10.2045 6.75 8.75 8.20509 8.75 10C8.75 11.7949 10.2045 13.25 12 13.25C13.7955 13.25 15.25 11.7949 15.25 10C15.25 8.20509 13.7955 6.75 12 6.75Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleCircle;\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,sBAAAE,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,EAAoDC,GAE7D,EAAAC,QAAA,cAACC,EAAA,CACE,GAAGF,EACJ,UAAU,6CAEV,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,uaACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPeopleCircle_exports","__export","IconPeopleCircle","IconPeopleCircle_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconPeopleCircle","props","React","CentralIconBase","IconPeopleCircle_default"]}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import p from"react";import n from"react";var l=({children:r,size:e=24,ariaLabel:t,color:a,ariaHidden:o=!0,style:C,...s})=>n.createElement("svg",{...s,"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:a,...C}},t&&!o&&n.createElement("title",null,t),r);var c=r=>p.createElement(l,{...r,ariaLabel:"people-circle, user-circle,avatar,profile"},p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12
|
|
1
|
+
import p from"react";import n from"react";var l=({children:r,size:e=24,ariaLabel:t,color:a,ariaHidden:o=!0,style:C,...s})=>n.createElement("svg",{...s,"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:a,...C}},t&&!o&&n.createElement("title",null,t),r);var c=r=>p.createElement(l,{...r,ariaLabel:"people-circle, user-circle,avatar,profile"},p.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 2C17.5234 2 22 6.47717 22 12C22 17.5228 17.5234 22 12 22C6.47656 22 2 17.5228 2 12C2 6.47717 6.47656 2 12 2ZM12 15C9.60547 15 7.61719 16.0055 6.28516 17.5996C7.73826 19.081 9.76184 20 12 20C14.2382 20 16.2617 19.081 17.7148 17.5996C16.3828 16.0055 14.3945 15 12 15ZM12 6.75C10.2045 6.75 8.75 8.20509 8.75 10C8.75 11.7949 10.2045 13.25 12 13.25C13.7955 13.25 15.25 11.7949 15.25 10C15.25 8.20509 13.7955 6.75 12 6.75Z",fill:"currentColor"})),d=c;export{c as IconPeopleCircle,d as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/IconPeopleCircle/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconPeopleCircle: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"people-circle, user-circle,avatar,profile\"\n >\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12
|
|
1
|
+
{"version":3,"sources":["../src/IconPeopleCircle/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconPeopleCircle: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase\n {...props}\n ariaLabel=\"people-circle, user-circle,avatar,profile\"\n >\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M12 2C17.5234 2 22 6.47717 22 12C22 17.5228 17.5234 22 12 22C6.47656 22 2 17.5228 2 12C2 6.47717 6.47656 2 12 2ZM12 15C9.60547 15 7.61719 16.0055 6.28516 17.5996C7.73826 19.081 9.76184 20 12 20C14.2382 20 16.2617 19.081 17.7148 17.5996C16.3828 16.0055 14.3945 15 12 15ZM12 6.75C10.2045 6.75 8.75 8.20509 8.75 10C8.75 11.7949 10.2045 13.25 12 13.25C13.7955 13.25 15.25 11.7949 15.25 10C15.25 8.20509 13.7955 6.75 12 6.75Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPeopleCircle;\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,EAAoDC,GAE7DC,EAAA,cAACC,EAAA,CACE,GAAGF,EACJ,UAAU,6CAEVC,EAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,uaACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconPeopleCircle","props","React","CentralIconBase","IconPeopleCircle_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";var u=Object.create;var n=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var g=Object.getOwnPropertyNames;var v=Object.getPrototypeOf,w=Object.prototype.hasOwnProperty;var x=(e,r)=>{for(var t in r)n(e,t,{get:r[t],enumerable:!0})},a=(e,r,t,C)=>{if(r&&typeof r=="object"||typeof r=="function")for(let o of g(r))!w.call(e,o)&&o!==t&&n(e,o,{get:()=>r[o],enumerable:!(C=d(r,o))||C.enumerable});return e};var s=(e,r,t)=>(t=e!=null?u(v(e)):{},a(r||!e||!e.__esModule?n(t,"default",{value:e,enumerable:!0}):t,e)),B=e=>a(n({},"__esModule",{value:!0}),e);var P={};x(P,{IconPreview:()=>m,default:()=>I});module.exports=B(P);var p=s(require("react"));var l=s(require("react")),i=({children:e,size:r=24,ariaLabel:t,color:C,ariaHidden:o=!0,style:c,...f})=>l.default.createElement("svg",{...f,"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:C,...c}},t&&!o&&l.default.createElement("title",null,t),e);var m=e=>p.default.createElement(i,{...e,ariaLabel:"preview, details"},p.default.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.9996 2.5C13.7337 2.5 15.3456 2.73263 16.5582 3.13672C17.1592 3.33706 17.7182 3.59863 18.1471 3.93652C18.5646 4.26563 18.9996 4.78624 18.9996 5.5V10.2793L20.9752 14.5605C21.6524 16.028 21.8179 18.191 20.0865 19.4307C18.606 20.4904 16.1075 21.5 11.9996 21.5C7.89167 21.4999 5.39316 20.4905 3.9127 19.4307C2.18166 18.191 2.34686 16.0279 3.02402 14.5605L4.99961 10.2793V5.5C4.99961 4.78638 5.4347 4.26564 5.85215 3.93652C6.28093 3.59861 6.84002 3.33708 7.44102 3.13672C8.65359 2.73259 10.2655 2.50004 11.9996 2.5ZM17.5621 11.9385C17.2542 12.103 16.9139 12.2447 16.5582 12.3633C15.3456 12.7674 13.7337 13 11.9996 13C10.2655 13 8.65359 12.7674 7.44102 12.3633C7.08494 12.2446 6.7443 12.1033 6.43613 11.9385L4.83945 15.3994C4.33024 16.5032 4.50656 17.3956 5.07773 17.8047C6.1589 18.5785 8.22951 19.4999 11.9996 19.5C15.7697 19.5 17.8402 18.5785 18.9215 17.8047C19.4929 17.3956 19.6691 16.5034 19.1598 15.3994L17.5621 11.9385ZM11.9996 4.5C10.4205 4.50004 9.03164 4.71458 8.07285 5.03418C7.59712 5.19281 7.28028 5.36096 7.1002 5.5C7.28028 5.63904 7.59712 5.80719 8.07285 5.96582C9.03164 6.28542 10.4205 6.49996 11.9996 6.5C13.5787 6.5 14.9675 6.28538 15.9264 5.96582C16.4015 5.80741 16.7178 5.63895 16.898 5.5C16.7178 5.36105 16.4015 5.19259 15.9264 5.03418C14.9675 4.71462 13.5787 4.5 11.9996 4.5Z",fill:"currentColor"})),I=m;0&&(module.exports={IconPreview});
|
|
2
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPreview/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconPreview: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"preview, details\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.9996 2.5C13.7337 2.5 15.3456 2.73263 16.5582 3.13672C17.1592 3.33706 17.7182 3.59863 18.1471 3.93652C18.5646 4.26563 18.9996 4.78624 18.9996 5.5V10.2793L20.9752 14.5605C21.6524 16.028 21.8179 18.191 20.0865 19.4307C18.606 20.4904 16.1075 21.5 11.9996 21.5C7.89167 21.4999 5.39316 20.4905 3.9127 19.4307C2.18166 18.191 2.34686 16.0279 3.02402 14.5605L4.99961 10.2793V5.5C4.99961 4.78638 5.4347 4.26564 5.85215 3.93652C6.28093 3.59861 6.84002 3.33708 7.44102 3.13672C8.65359 2.73259 10.2655 2.50004 11.9996 2.5ZM17.5621 11.9385C17.2542 12.103 16.9139 12.2447 16.5582 12.3633C15.3456 12.7674 13.7337 13 11.9996 13C10.2655 13 8.65359 12.7674 7.44102 12.3633C7.08494 12.2446 6.7443 12.1033 6.43613 11.9385L4.83945 15.3994C4.33024 16.5032 4.50656 17.3956 5.07773 17.8047C6.1589 18.5785 8.22951 19.4999 11.9996 19.5C15.7697 19.5 17.8402 18.5785 18.9215 17.8047C19.4929 17.3956 19.6691 16.5034 19.1598 15.3994L17.5621 11.9385ZM11.9996 4.5C10.4205 4.50004 9.03164 4.71458 8.07285 5.03418C7.59712 5.19281 7.28028 5.36096 7.1002 5.5C7.28028 5.63904 7.59712 5.80719 8.07285 5.96582C9.03164 6.28542 10.4205 6.49996 11.9996 6.5C13.5787 6.5 14.9675 6.28538 15.9264 5.96582C16.4015 5.80741 16.7178 5.63895 16.898 5.5C16.7178 5.36105 16.4015 5.19259 15.9264 5.03418C14.9675 4.71462 13.5787 4.5 11.9996 4.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPreview;\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,iBAAAE,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,EAA+CC,GAExD,EAAAC,QAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,oBACpC,EAAAC,QAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,gxCACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["IconPreview_exports","__export","IconPreview","IconPreview_default","__toCommonJS","import_react","import_react","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","React","IconPreview","props","React","CentralIconBase","IconPreview_default"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import l from"react";import C from"react";var n=({children:r,size:e=24,ariaLabel:o,color:p,ariaHidden:t=!0,style:a,...s})=>C.createElement("svg",{...s,"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:p,...a}},o&&!t&&C.createElement("title",null,o),r);var i=r=>l.createElement(n,{...r,ariaLabel:"preview, details"},l.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M11.9996 2.5C13.7337 2.5 15.3456 2.73263 16.5582 3.13672C17.1592 3.33706 17.7182 3.59863 18.1471 3.93652C18.5646 4.26563 18.9996 4.78624 18.9996 5.5V10.2793L20.9752 14.5605C21.6524 16.028 21.8179 18.191 20.0865 19.4307C18.606 20.4904 16.1075 21.5 11.9996 21.5C7.89167 21.4999 5.39316 20.4905 3.9127 19.4307C2.18166 18.191 2.34686 16.0279 3.02402 14.5605L4.99961 10.2793V5.5C4.99961 4.78638 5.4347 4.26564 5.85215 3.93652C6.28093 3.59861 6.84002 3.33708 7.44102 3.13672C8.65359 2.73259 10.2655 2.50004 11.9996 2.5ZM17.5621 11.9385C17.2542 12.103 16.9139 12.2447 16.5582 12.3633C15.3456 12.7674 13.7337 13 11.9996 13C10.2655 13 8.65359 12.7674 7.44102 12.3633C7.08494 12.2446 6.7443 12.1033 6.43613 11.9385L4.83945 15.3994C4.33024 16.5032 4.50656 17.3956 5.07773 17.8047C6.1589 18.5785 8.22951 19.4999 11.9996 19.5C15.7697 19.5 17.8402 18.5785 18.9215 17.8047C19.4929 17.3956 19.6691 16.5034 19.1598 15.3994L17.5621 11.9385ZM11.9996 4.5C10.4205 4.50004 9.03164 4.71458 8.07285 5.03418C7.59712 5.19281 7.28028 5.36096 7.1002 5.5C7.28028 5.63904 7.59712 5.80719 8.07285 5.96582C9.03164 6.28542 10.4205 6.49996 11.9996 6.5C13.5787 6.5 14.9675 6.28538 15.9264 5.96582C16.4015 5.80741 16.7178 5.63895 16.898 5.5C16.7178 5.36105 16.4015 5.19259 15.9264 5.03418C14.9675 4.71462 13.5787 4.5 11.9996 4.5Z",fill:"currentColor"})),d=i;export{i as IconPreview,d as default};
|
|
2
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../src/IconPreview/index.tsx","../src/CentralIconBase/index.tsx"],"sourcesContent":["import React from \"react\";\nimport { CentralIconBase, type CentralIconBaseProps } from \"../CentralIconBase\";\n\nexport const IconPreview: React.FC<CentralIconBaseProps> = (props) => {\n return (\n <CentralIconBase {...props} ariaLabel=\"preview, details\">\n <path\n fillRule=\"evenodd\"\n clipRule=\"evenodd\"\n d=\"M11.9996 2.5C13.7337 2.5 15.3456 2.73263 16.5582 3.13672C17.1592 3.33706 17.7182 3.59863 18.1471 3.93652C18.5646 4.26563 18.9996 4.78624 18.9996 5.5V10.2793L20.9752 14.5605C21.6524 16.028 21.8179 18.191 20.0865 19.4307C18.606 20.4904 16.1075 21.5 11.9996 21.5C7.89167 21.4999 5.39316 20.4905 3.9127 19.4307C2.18166 18.191 2.34686 16.0279 3.02402 14.5605L4.99961 10.2793V5.5C4.99961 4.78638 5.4347 4.26564 5.85215 3.93652C6.28093 3.59861 6.84002 3.33708 7.44102 3.13672C8.65359 2.73259 10.2655 2.50004 11.9996 2.5ZM17.5621 11.9385C17.2542 12.103 16.9139 12.2447 16.5582 12.3633C15.3456 12.7674 13.7337 13 11.9996 13C10.2655 13 8.65359 12.7674 7.44102 12.3633C7.08494 12.2446 6.7443 12.1033 6.43613 11.9385L4.83945 15.3994C4.33024 16.5032 4.50656 17.3956 5.07773 17.8047C6.1589 18.5785 8.22951 19.4999 11.9996 19.5C15.7697 19.5 17.8402 18.5785 18.9215 17.8047C19.4929 17.3956 19.6691 16.5034 19.1598 15.3994L17.5621 11.9385ZM11.9996 4.5C10.4205 4.50004 9.03164 4.71458 8.07285 5.03418C7.59712 5.19281 7.28028 5.36096 7.1002 5.5C7.28028 5.63904 7.59712 5.80719 8.07285 5.96582C9.03164 6.28542 10.4205 6.49996 11.9996 6.5C13.5787 6.5 14.9675 6.28538 15.9264 5.96582C16.4015 5.80741 16.7178 5.63895 16.898 5.5C16.7178 5.36105 16.4015 5.19259 15.9264 5.03418C14.9675 4.71462 13.5787 4.5 11.9996 4.5Z\"\n fill=\"currentColor\"\n />\n </CentralIconBase>\n );\n};\n\nexport default IconPreview;\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,EAA+CC,GAExDC,EAAA,cAACC,EAAA,CAAiB,GAAGF,EAAO,UAAU,oBACpCC,EAAA,cAAC,QACC,SAAS,UACT,SAAS,UACT,EAAE,gxCACF,KAAK,eACP,CACF,EAIGE,EAAQJ","names":["React","React","CentralIconBase","children","size","ariaLabel","color","ariaHidden","style","props","IconPreview","props","React","CentralIconBase","IconPreview_default"]}
|
package/README.md
CHANGED
|
@@ -981,6 +981,7 @@ Below is a complete list of available icons:
|
|
|
981
981
|
- IconDoupleCheckmark2Small
|
|
982
982
|
- IconElectrocardiogram
|
|
983
983
|
- IconExclamationCircle
|
|
984
|
+
- IconExclamationTriangle
|
|
984
985
|
- IconFeature
|
|
985
986
|
- IconGauge
|
|
986
987
|
- IconHandBell
|
|
@@ -1018,6 +1019,7 @@ Below is a complete list of available icons:
|
|
|
1018
1019
|
- IconPlanning
|
|
1019
1020
|
- IconPlusLarge
|
|
1020
1021
|
- IconPlusSmall
|
|
1022
|
+
- IconPreview
|
|
1021
1023
|
- IconProgress25
|
|
1022
1024
|
- IconProgress50
|
|
1023
1025
|
- IconProgress75
|
|
@@ -1065,7 +1067,6 @@ Below is a complete list of available icons:
|
|
|
1065
1067
|
- IconTrashCanSimple
|
|
1066
1068
|
- IconTrashPaper
|
|
1067
1069
|
- IconTrashPermanently
|
|
1068
|
-
- IconTriangleExclamation
|
|
1069
1070
|
- IconUnarchiv
|
|
1070
1071
|
- IconUnpin
|
|
1071
1072
|
- IconUntrash
|
package/icons/index.d.ts
CHANGED
|
@@ -631,6 +631,7 @@ export type CentralIconName =
|
|
|
631
631
|
| "IconEthereum"
|
|
632
632
|
| "IconEuro"
|
|
633
633
|
| "IconExclamationCircle"
|
|
634
|
+
| "IconExclamationTriangle"
|
|
634
635
|
| "IconExpand"
|
|
635
636
|
| "IconExpand315"
|
|
636
637
|
| "IconExpand45"
|
|
@@ -1154,6 +1155,7 @@ export type CentralIconName =
|
|
|
1154
1155
|
| "IconPostcard2"
|
|
1155
1156
|
| "IconPound"
|
|
1156
1157
|
| "IconPowerPlant"
|
|
1158
|
+
| "IconPreview"
|
|
1157
1159
|
| "IconPrinter"
|
|
1158
1160
|
| "IconProcessor"
|
|
1159
1161
|
| "IconProducthunt"
|
|
@@ -1502,7 +1504,6 @@ export type CentralIconName =
|
|
|
1502
1504
|
| "IconTrending4"
|
|
1503
1505
|
| "IconTrending5"
|
|
1504
1506
|
| "IconTrendingCircle"
|
|
1505
|
-
| "IconTriangleExclamation"
|
|
1506
1507
|
| "IconTrophy"
|
|
1507
1508
|
| "IconTruck"
|
|
1508
1509
|
| "IconTumblr"
|