@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 880 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DataHistogram = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M9 5.23c0-1.24 1-2.25 2.25-2.25h1.5c1.24 0 2.25 1 2.25 2.25V21H9V5.23zM7.5 10H5.25C4.01 10 3 11 3 12.25v8c0 .41.34.75.75.75H7.5V10zM16.5 21h3.75c.41 0 .75-.34.75-.75v-11C21 8.01 20 7 18.75 7H16.5v14z"
}));
});
DataHistogram.displayName = 'DataHistogram';
export var DataHistogramDimensions = {
height: 24,
width: 24
};