UNPKG

@carbon/icons-react

Version:

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

50 lines (46 loc) 1.75 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. */ 'use strict'; var React = require('react'); var Icon_js = require('./Icon.js'); var iconPropTypes = require('./iconPropTypes-BoFFIf2P.js'); require('@carbon/icon-helpers'); require('prop-types'); var _path, _path2, _path3, _path4, _path5, _path6; const ChartMaximum = /*#__PURE__*/React.forwardRef(function ChartMaximum({ children, size = 16, ...rest }, ref) { return /*#__PURE__*/React.createElement(Icon_js, { width: size, height: size, ref: ref, xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 32 32", fill: "currentColor", ...rest }, _path || (_path = /*#__PURE__*/React.createElement("path", { d: "M8 6H10V8H8z" })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", { d: "M12 6H14V8H12z" })), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", { d: "M20 6H22V8H20z" })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", { d: "M24 6H26V8H24z" })), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", { d: "M28 6H30V8H28z" })), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", { d: "M27.989,28l-.0271-.1631C26.5105,19.0742,24.0662,9.0894,18,8.0889V6H16V8.085c-6.084.978-8.533,10.9775-9.9863,19.7519L5.9866,28H4V8H6V6H4V2H2V28a2,2,0,0,0,2,2H30V28ZM8.0151,28c2.024-12.1084,4.959-18,8.9727-18s6.9487,5.8916,8.9726,18Z" })), children); }); if (process.env.NODE_ENV !== "production") { ChartMaximum.propTypes = iconPropTypes.iconPropTypes; } module.exports = ChartMaximum;