@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.01 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CalendarPatterns = /*#__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 16 16"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M4.75 2A2.75 2.75 0 0 0 2 4.75v6.5A2.75 2.75 0 0 0 4.75 14h6.5A2.75 2.75 0 0 0 14 11.25v-6.5A2.75 2.75 0 0 0 11.25 2h-6.5zM3.5 4.75c0-.69.56-1.25 1.25-1.25h6.5c.69 0 1.25.56 1.25 1.25V6h-9V4.75zM11.7 7h.8v.8L10.3 10H8.7l3-3zm-1.4 0-3 3H5.7l3-3h1.6zm-6 3h-.8v-.8L5.7 7h1.6l-3 3zm-.8-2.2V7h.8l-.8.8zm8.2 2.2.8-.8v.8h-.8z"
}));
});
CalendarPatterns.displayName = 'CalendarPatterns';
export var CalendarPatternsDimensions = {
height: 16,
width: 16
};