@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 844 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Mail = /*#__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 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M43 16.98v16.77c0 2.9-2.35 5.25-5.25 5.25h-27.5A5.25 5.25 0 0 1 5 33.75V16.98L23.4 27.1c.37.2.83.2 1.2 0L43 16.98zM37.75 9A5.25 5.25 0 0 1 43 14.12L24 24.57 5 14.12v-.09A5.25 5.25 0 0 1 10.25 9h27.5z"
}));
});
Mail.displayName = 'Mail';
export var MailDimensions = {
height: 48,
width: 48
};