@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 944 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CalendarWorkWeek = /*#__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 28 28"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M9 13.5v-4h10v4H9Zm-6 8.25C3 23.55 4.46 25 6.25 25h15.5c1.8 0 3.25-1.46 3.25-3.25V6.25C25 4.45 23.54 3 21.75 3H6.25A3.25 3.25 0 0 0 3 6.25v15.5ZM8.25 8h11.5c.41 0 .75.34.75.75v5.5c0 .41-.34.75-.75.75H8.25a.75.75 0 0 1-.75-.75v-5.5c0-.41.34-.75.75-.75Z"
}));
});
CalendarWorkWeek.displayName = 'CalendarWorkWeek';
export var CalendarWorkWeekDimensions = {
height: 28,
width: 28
};