@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
25 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 MailInboxAdd = /*#__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: "M26 7.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0zm-6-4a.5.5 0 0 0-1 0V7h-3.5a.5.5 0 0 0 0 1H19v3.5a.5.5 0 0 0 1 0V8h3.5a.5.5 0 0 0 0-1H20V3.5z"
}), /*#__PURE__*/React.createElement("path", {
d: "M23.5 16v-2.15A7.54 7.54 0 0 0 25 12.6v10.15c0 1.8-1.46 3.25-3.25 3.25H6.25A3.25 3.25 0 0 1 3 22.75V7.25C3 5.45 4.46 4 6.25 4h6.62c-.25.47-.46.97-.6 1.5H6.25c-.97 0-1.75.78-1.75 1.75V16h6c.38 0 .7.28.74.65l.01.1a2.75 2.75 0 1 0 5.5 0c0-.38.28-.7.65-.74l.1-.01h6z"
}));
});
MailInboxAdd.displayName = 'MailInboxAdd';
export var MailInboxAddDimensions = {
height: 28,
width: 28
};