@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 930 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var MailUnread = /*#__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: "m6 18.26 16.36 9.81c.4.24.89.24 1.28 0l12-7.2a7.04 7.04 0 0 0 4.36-.54v12.42C40 35.1 38.1 37 35.75 37h-25.5A4.25 4.25 0 0 1 6 32.75v-14.5zM30.67 11a6.97 6.97 0 0 0 2.18 8.64L23 25.54 6.07 15.38A5.25 5.25 0 0 1 11.25 11h19.42zM37 9a5 5 0 1 1 0 10 5 5 0 0 1 0-10z"
}));
});
MailUnread.displayName = 'MailUnread';
export var MailUnreadDimensions = {
height: 48,
width: 48
};