UNPKG

@carbon/icons-react

Version:

React components for icons in digital and software products using the Carbon Design System

33 lines (31 loc) 1.68 kB
/** * Copyright IBM Corp. 2016, 2023 * * This source code is licensed under the Apache-2.0 license found in the * LICENSE file in the root directory of this source tree. * * Code generated by @carbon/icon-build-helpers. DO NOT EDIT. */ import Icon from "./Icon.js"; import { t as iconPropTypes } from "./iconPropTypes-B1cP964Y.js"; import React from "react"; import { jsx } from "react/jsx-runtime"; //#region virtual:InstanceMx.js const InstanceMx = React.forwardRef(function InstanceMx({ children, size = 16, ...rest }, ref) { return React.createElement(Icon, { width: size, height: size, ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, /* @__PURE__ */ jsx("path", { d: "M22 5 20 5 18 8.897 16 5 14 5 16.905 10 14 15 16 15 18 11.201 20 15 22 15 19.098 10 22 5z" }), /* @__PURE__ */ jsx("path", { d: "M10 2 8.485 6.374 8 8 7.535 6.374 6 2 4 2 4 15 6 15 6 7.374 5.841 5.378 6.421 7.374 8 12 9.579 7.374 10.159 5.374 10 7.374 10 15 12 15 12 2 10 2z" }), /* @__PURE__ */ jsx("circle", { cx: "9", cy: "27", r: "1" }), /* @__PURE__ */ jsx("path", { d: "M2 18H6V20H2z" }), /* @__PURE__ */ jsx("path", { d: "M8 18H12V20H8z" }), /* @__PURE__ */ jsx("path", { d: "M14 18H18V20H14z" }), /* @__PURE__ */ jsx("path", { d: "M20 18H24V20H20z" }), /* @__PURE__ */ jsx("path", { d: "M26 18H30V20H26z" }), /* @__PURE__ */ jsx("path", { d: "M26,31H6a2.0021,2.0021,0,0,1-2-2V25a2.0021,2.0021,0,0,1,2-2H26a2.0021,2.0021,0,0,1,2,2v4A2.0021,2.0021,0,0,1,26,31ZM6,25v4H26V25Z" }), children); }); if (process.env.NODE_ENV !== "production") InstanceMx.propTypes = iconPropTypes; //#endregion export { InstanceMx as default };