@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.21 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var MailAlert = /*#__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: "M20.5 1A4.5 4.5 0 0 0 16 5.5V8l-1.62 1.88c-.22.25-.33.37-.36.47a.5.5 0 0 0 .28.6c.1.05.26.05.6.05h11.2c.33 0 .5 0 .6-.04a.5.5 0 0 0 .27-.6c-.03-.1-.14-.23-.35-.48L25 8V5.5A4.5 4.5 0 0 0 20.5 1Zm0 13a2 2 0 0 0 2-2h-4c0 1.1.9 2 2 2Zm-7.43-3.95c.07-.23.2-.4.27-.5l.27-.31 1.4-1.61V5.5l.01-.5H6.07A3.25 3.25 0 0 0 3 8.26v.18l11 5.72 3.52-1.83-.02-.32h-3.04a1.94 1.94 0 0 1-.56-.12 1.5 1.5 0 0 1-.83-1.83ZM20.5 15a3 3 0 0 1-2.44-1.26l-3.71 1.93a.75.75 0 0 1-.7 0L3 10.12v9.81A3.25 3.25 0 0 0 6.26 23h15.68A3.25 3.25 0 0 0 25 19.74V12h-1.5a3 3 0 0 1-3 3Z"
}));
});
MailAlert.displayName = 'MailAlert';
export var MailAlertDimensions = {
height: 28,
width: 28
};