@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.03 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var MailTemplate = /*#__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 5a3 3 0 0 1 3-3h11a3 3 0 0 1 3 3v5h-9a4 4 0 0 0-4 4v5a4 4 0 0 0 .13 1H5a3 3 0 0 1-3-3V5Zm3.75-1a.75.75 0 0 0 0 1.5h9.5a.75.75 0 0 0 0-1.5h-9.5Zm2 3a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5h-7.5Zm-.2 5.27A3 3 0 0 1 10 11h9a3 3 0 0 1 2.45 1.27l-6.95 4.35-6.95-4.35ZM7 13.71V19a3 3 0 0 0 3 3h9a3 3 0 0 0 3-3v-5l-.01-.3-7.1 4.44a.75.75 0 0 1-.79 0L7.01 13.7Z"
}));
});
MailTemplate.displayName = 'MailTemplate';
export var MailTemplateDimensions = {
height: 24,
width: 24
};