@carbon/icons-react
Version:
React components for icons in digital and software products using the Carbon Design System
49 lines (46 loc) • 1.9 kB
JavaScript
/**
* 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;
const ChartMedian = /*#__PURE__*/React.forwardRef(function ChartMedian({
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: "M16 22H18V24H16z",
transform: "rotate(-90 17 23)"
})), _path2 || (_path2 = /*#__PURE__*/React.createElement("path", {
d: "M18,28V26H16v2H4V2H2V28a2,2,0,0,0,2,2H30V28Z"
})), _path3 || (_path3 = /*#__PURE__*/React.createElement("path", {
d: "M26.0532,19.6787A3.44,3.44,0,0,1,23,22c-2.17,0-3.3115-3.333-4.52-6.8623-.3557-1.0386-.7239-2.1094-1.1382-3.1377H18V10H16.4221C15.2124,7.7148,13.5811,6,11,6,7.3218,6,6.1016,9.5332,6.0513,9.6836l1.8955.6377A3.44,3.44,0,0,1,11,8c2.92,0,4.2764,3.958,5.5874,7.7861.2544.7422.5105,1.4893.7813,2.2139H16v2h2.2019c1.0828,2.2886,2.4959,4,4.7981,4,3.6782,0,4.8984-3.5332,4.9487-3.6836Z"
})), _path4 || (_path4 = /*#__PURE__*/React.createElement("path", {
d: "M16 6H18V8H16z",
transform: "rotate(-90 17 7)"
})), _path5 || (_path5 = /*#__PURE__*/React.createElement("path", {
d: "M16 2H18V4H16z",
transform: "rotate(-90 17 3)"
})), children);
});
if (process.env.NODE_ENV !== "production") {
ChartMedian.propTypes = iconPropTypes;
}
export { ChartMedian as default };