UNPKG

@carbon/icons-react

Version:

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

49 lines (47 loc) 1.71 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:ChartMultitype.js const ChartMultitype = React.forwardRef(function ChartMultitype({ 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: "M28 22H30V30H28z" }), /* @__PURE__ */ jsx("path", { d: "M24 18H26V30H24z" }), /* @__PURE__ */ jsx("path", { d: "M20 26H22V30H20z" }), /* @__PURE__ */ jsx("path", { d: "M9,16a7,7,0,1,0,7,7A7.0078,7.0078,0,0,0,9,16Zm4.8989,6H10V18.1011A5.0145,5.0145,0,0,1,13.8989,22ZM9,28a5,5,0,0,1-1-9.8989V22a2,2,0,0,0,2,2h3.8989A5.0081,5.0081,0,0,1,9,28Z" }), /* @__PURE__ */ jsx("path", { d: "M22.5352,12l4-6H30V4H25.4648l-4,6H18V2H16V14a2,2,0,0,0,2,2H30V14H18V12Z" }), /* @__PURE__ */ jsx("circle", { cx: "11", cy: "7", r: "1" }), /* @__PURE__ */ jsx("circle", { cx: "9", cy: "11", r: "1" }), /* @__PURE__ */ jsx("circle", { cx: "7", cy: "5", r: "1" }), /* @__PURE__ */ jsx("circle", { cx: "5", cy: "9", r: "1" }), /* @__PURE__ */ jsx("circle", { cx: "3", cy: "13", r: "1" }), children); }); if (process.env.NODE_ENV !== "production") ChartMultitype.propTypes = iconPropTypes; //#endregion export { ChartMultitype as default };