@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.14 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var MailList = /*#__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: "M15.08 6.28A1.75 1.75 0 0 1 15.17 5h-9.1A3.25 3.25 0 0 0 3 8.26v.18l11 5.72 7.03-3.65h-4.28a1.75 1.75 0 0 1-.9-3.25 1.76 1.76 0 0 1-.77-.97Zm9.2 4.22-9.93 5.17a.75.75 0 0 1-.7 0L3 10.12v9.81A3.25 3.25 0 0 0 6.26 23h15.68A3.25 3.25 0 0 0 25 19.74V10.5h-.72ZM16 2.75c0-.41.34-.75.75-.75h8.5a.75.75 0 1 1 0 1.5h-8.5a.75.75 0 0 1-.75-.75ZM16.75 5l-.14.01a.75.75 0 0 0 .14 1.49h8.5a.75.75 0 0 0 0-1.5h-8.5ZM16 8.75c0-.41.34-.75.75-.75h8.5a.75.75 0 0 1 0 1.5h-8.5a.75.75 0 0 1-.75-.75Z"
}));
});
MailList.displayName = 'MailList';
export var MailListDimensions = {
height: 28,
width: 28
};