@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 953 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DataBarHorizontal = /*#__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: "M21 18.25c0-1.24-1-2.25-2.25-2.25H5.25a2.25 2.25 0 1 0 0 4.5h13.5c1.24 0 2.25-1 2.25-2.25zm-4-6.5c0-1.24-1-2.25-2.25-2.25h-9.5a2.25 2.25 0 1 0 0 4.5h9.5C16 14 17 13 17 11.75zm-4-6.5C13 4.01 12 3 10.75 3h-5.5a2.25 2.25 0 0 0 0 4.5h5.5C12 7.5 13 6.5 13 5.25z"
}));
});
DataBarHorizontal.displayName = 'DataBarHorizontal';
export var DataBarHorizontalDimensions = {
height: 24,
width: 24
};