@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 984 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var MailWarning = /*#__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: "M5.08 10.53A2 2 0 0 0 7 12h6v1a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8.34l4.08 2.2zM7.27 5 5.22 9.1c-.05.1-.1.2-.12.3L1 7.2V7c0-1.1.9-2 2-2h4.27zM6.1 9.55l3.5-7a1 1 0 0 1 1.78 0l3.5 7A1 1 0 0 1 14 11H7a1 1 0 0 1-.9-1.45zM10.5 4a.5.5 0 0 0-.5.5v3a.5.5 0 0 0 1 0v-3a.5.5 0 0 0-.5-.5zm.5 5.5a.5.5 0 1 0-1 0 .5.5 0 0 0 1 0z"
}));
});
MailWarning.displayName = 'MailWarning';
export var MailWarningDimensions = {
height: 16,
width: 16
};