UNPKG

@carbon/pictograms-react

Version:

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

37 lines (36 loc) 2.05 kB
/** * Copyright IBM Corp. 2019, 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. */ const require_rolldown_runtime = require("../rolldown-runtime-BmbvWPDh.cjs"); const require_Icon_js = require("../Icon.js"); let react = require("react"); react = require_rolldown_runtime.__toESM(react); let react_jsx_runtime = require("react/jsx-runtime"); //#region virtual:chart--histogram/index.js /** * Copyright IBM Corp. 2019, 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. */ const ChartHistogram = /*#__PURE__*/ react.default.forwardRef(function ChartHistogram({ children, ...rest }, ref) { return /* @__PURE__ */ (0, react_jsx_runtime.jsxs)(require_Icon_js, { width: 64, height: 64, viewBox: "0 0 32 32", xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", ref, ...rest, children: [/* @__PURE__ */ (0, react_jsx_runtime.jsx)("path", { d: "M31,31.36H1c-0.199,0-0.36-0.161-0.36-0.36V1h0.72v14.632c3.704-0.168,5.584-2.933,7.405-5.609 c1.8-2.646,3.662-5.382,7.235-5.382s5.436,2.736,7.235,5.382c1.879,2.762,3.821,5.618,7.765,5.618v0.72 c-4.324,0-6.376-3.016-8.36-5.933C20.867,7.822,19.192,5.36,16,5.36c-3.193,0-4.867,2.461-6.64,5.067 c-1.928,2.834-3.92,5.763-8,5.926V30.64h2.28V20c0-0.199,0.161-0.36,0.36-0.36h3.64V16c0-0.199,0.161-0.36,0.36-0.36h3.64V11 c0-0.199,0.161-0.36,0.36-0.36h4c0.199,0,0.36,0.161,0.36,0.36v1.64H20c0.199,0,0.36,0.161,0.36,0.36v3.64H24 c0.199,0,0.36,0.161,0.36,0.36v4.64H28c0.199,0,0.36,0.161,0.36,0.36v8.64H31V31.36z M24.36,30.64h3.279v-8.28H24.36V30.64z M20.36,30.64h3.279V17.36H20.36V30.64z M16.36,30.64h3.28V13.36h-3.28V30.64z M12.36,30.64h3.28V11.36h-3.28V30.64z M8.36,30.64 h3.28V16.36H8.36V30.64z M4.36,30.64h3.28V20.36H4.36V30.64z" }), children] }); }); //#endregion module.exports = ChartHistogram;