@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 966 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var PersonMail = /*#__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 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M22 4a10 10 0 1 0 0 20 10 10 0 0 0 0-20ZM10.25 28A4.25 4.25 0 0 0 6 32.25V33c0 3.76 1.94 6.57 4.92 8.38C13.85 43.16 17.79 44 22 44V30c0-.73.2-1.41.54-2H10.25ZM24 31a3 3 0 0 1 3-3h16a3 3 0 0 1 3 3v.79l-11 5.1-11-5.1V31Zm11.42 7.9L46 34v9a3 3 0 0 1-3 3H27a3 3 0 0 1-3-3v-9l10.58 4.9a1 1 0 0 0 .84 0Z"
}));
});
PersonMail.displayName = 'PersonMail';
export var PersonMailDimensions = {
height: 48,
width: 48
};