@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 935 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var MailInbox = /*#__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: "M21.75 3C23.55 3 25 4.46 25 6.25v15.5c0 1.8-1.46 3.25-3.25 3.25H6.25A3.25 3.25 0 0 1 3 21.75V6.25C3 4.45 4.46 3 6.25 3h15.5Zm0 1.5H6.25c-.97 0-1.75.78-1.75 1.75V15h6c.38 0 .7.28.74.65l.01.1a2.75 2.75 0 1 0 5.5 0c0-.38.28-.7.65-.74l.1-.01h6V6.25c0-.97-.78-1.75-1.75-1.75Z"
}));
});
MailInbox.displayName = 'MailInbox';
export var MailInboxDimensions = {
height: 28,
width: 28
};