UNPKG

@carbon/icons-react

Version:

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

50 lines (47 loc) 1.91 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 React from 'react'; import Icon from './Icon.js'; import { i as iconPropTypes } from './iconPropTypes-C5chbmyn.js'; import '@carbon/icon-helpers'; import 'prop-types'; var _path, _path2, _path3, _path4, _path5, _path6, _path7; const ChartAverage = /*#__PURE__*/React.forwardRef(function ChartAverage({ children, size = 16, ...rest }, ref) { return /*#__PURE__*/React.createElement(Icon, { 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: "M23,24c-3.5991,0-5.0293-4.1758-6.4126-8.2139C15.2764,11.9583,13.92,8,11,8a3.44,3.44,0,0,0-3.0532,2.3215L6.0513,9.6838C6.1016,9.5334,7.3218,6,11,6c4.3491,0,6.0122,4.8547,7.48,9.1379C19.6885,18.6667,20.83,22,23,22a3.44,3.44,0,0,0,3.0532-2.3215l1.8955.6377C27.8984,20.4666,26.6782,24,23,24Z" })), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", { d: "M4,28V17H6V15H4V2H2V28a2,2,0,0,0,2,2H30V28Z" })), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", { d: "M8 15H10V17H8z" })), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", { d: "M12 15H14V17H12z" })), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", { d: "M20 15H22V17H20z" })), _path6 || (_path6 = /*#__PURE__*/React.createElement("path", { d: "M24 15H26V17H24z" })), _path7 || (_path7 = /*#__PURE__*/React.createElement("path", { d: "M28 15H30V17H28z" })), children); }); if (process.env.NODE_ENV !== "production") { ChartAverage.propTypes = iconPropTypes; } export { ChartAverage as default };