@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 MailAllUnread = /*#__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 20 20"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M14.5 7a2.5 2.5 0 1 0 0-5 2.5 2.5 0 0 0 0 5Zm-3.16-4H4.5a2.5 2.5 0 0 0-2.48 2.22L9 8.92l3.26-1.73A3.5 3.5 0 0 1 11.34 3Zm1.97 4.8L9.25 9.92a.5.5 0 0 1-.5 0L2 6.37v6.13A2.5 2.5 0 0 0 4.5 15h9a2.5 2.5 0 0 0 2.5-2.5V7.66a3.49 3.49 0 0 1-2.7.13ZM6.5 17a2.5 2.5 0 0 1-2-1h9a3.5 3.5 0 0 0 3.5-3.5v-5c.6.46 1 1.18 1 2v3a4.5 4.5 0 0 1-4.5 4.5h-7Z"
}));
});
MailAllUnread.displayName = 'MailAllUnread';
export var MailAllUnreadDimensions = {
height: 20,
width: 20
};