@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 965 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CalendarMail = /*#__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: "M1.05 3h9.9A2.5 2.5 0 0 0 8.5 1h-5a2.5 2.5 0 0 0-2.45 2zM11 4H1v4.5A2.5 2.5 0 0 0 3.5 11H4V8.5A2.5 2.5 0 0 1 6.5 6H11V4zm-1.22 7.95L5 9.55v3.95c0 .83.67 1.5 1.5 1.5h7c.83 0 1.5-.67 1.5-1.5V9.56l-4.78 2.39a.5.5 0 0 1-.44 0zM6.5 7c-.8 0-1.47.64-1.5 1.44l5 2.5 5-2.5A1.5 1.5 0 0 0 13.5 7h-7z"
}));
});
CalendarMail.displayName = 'CalendarMail';
export var CalendarMailDimensions = {
height: 16,
width: 16
};