@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.09 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var GanttChart = /*#__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: "M2 7.25C2 5.45 3.46 4 5.25 4h3v3H6a2 2 0 1 0 0 4h2.25v9h-3A3.25 3.25 0 0 1 2 16.75v-9.5ZM9.25 20v-9H10v1c0 1.1.9 2 2 2h1v1a2 2 0 0 0 1.75 1.98V20h-5.5ZM12 10h2.75V4h-5.5v3H10a2 2 0 0 1 2 2v1Zm6 7h-2.25v3h3c1.8 0 3.25-1.46 3.25-3.25v-9.5C22 5.45 20.54 4 18.75 4h-3v6H16a2 2 0 0 1 2 2v1a2 2 0 1 1 0 4ZM6 8a1 1 0 0 0 0 2h4a1 1 0 1 0 0-2H6Zm5 4a1 1 0 0 1 1-1h4a1 1 0 1 1 0 2h-4a1 1 0 0 1-1-1Zm4 2a1 1 0 1 0 0 2h3a1 1 0 1 0 0-2h-3Z"
}));
});
GanttChart.displayName = 'GanttChart';
export var GanttChartDimensions = {
height: 24,
width: 24
};