@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 940 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var MailRead = /*#__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.05 18.57 17.31 10.26c.4.23.88.23 1.28 0l17.31-10.26c.03.24.05.49.05.73v15.45C42 37.1 40.1 39 37.75 39h-27.5A4.25 4.25 0 0 1 6 34.75V19.3c0-.25.02-.49.05-.73zm18.58-12.4 14.76 8.6c.65.37 1.2.87 1.62 1.46L24 26.3 7 16.23c.42-.59.96-1.1 1.6-1.47l14.77-8.59c.39-.23.87-.23 1.26 0z"
}));
});
MailRead.displayName = 'MailRead';
export var MailReadDimensions = {
height: 48,
width: 48
};