@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.02 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var MailAllRead = /*#__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: "M13.35 2.69a.75.75 0 0 0-.7 0L4.2 7.12c-.39.2-.7.5-.9.87l9.7 5.16L22.7 8c-.2-.36-.51-.67-.9-.87L13.35 2.7ZM3 17.75V9.54l9.65 5.12c.22.12.48.12.7 0L23 9.54v8.21c0 1.8-1.46 3.25-3.25 3.25H6.25A3.25 3.25 0 0 1 3 17.75ZM6.01 22c.58.9 1.59 1.5 2.74 1.5h11.5c2.9 0 5.25-2.35 5.25-5.25v-7.5c0-1.15-.6-2.16-1.5-2.74v10.24A3.75 3.75 0 0 1 20.25 22H6.01Z"
}));
});
MailAllRead.displayName = 'MailAllRead';
export var MailAllReadDimensions = {
height: 28,
width: 28
};