@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.15 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var MailOpenPerson = /*#__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 16 16"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M7.76 2.06a.5.5 0 0 1 .48 0l5.02 2.7c.22.12.4.3.54.5l-.55.3a3 3 0 0 0-4.75 2.6l-.5.28-5.79-3.16c.12-.18.29-.34.49-.45l5.06-2.76zm.48 7.38.5-.27a3 3 0 0 0 .6.92h-.01A2.3 2.3 0 0 0 7 12.38c0 .2.02.42.06.62H4a2 2 0 0 1-2-2V6.3l5.76 3.14a.5.5 0 0 0 .48 0zm5.74-3.13.02.03V6.3h-.02zM11.5 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm-2.17 1.09A1.3 1.3 0 0 0 8 12.38c0 1.14.8 2.15 1.96 2.43l.08.02a6.2 6.2 0 0 0 2.92 0l.08-.02A2.52 2.52 0 0 0 15 12.38c0-.72-.6-1.3-1.33-1.3H9.33z"
}));
});
MailOpenPerson.displayName = 'MailOpenPerson';
export var MailOpenPersonDimensions = {
height: 16,
width: 16
};