UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.12 kB
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 24 24" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M11.65 14.16 2 9.13v7.8A3.25 3.25 0 0 0 5.26 20H13a4 4 0 0 1 0-.13v-.1A2.77 2.77 0 0 1 15.77 17h.28a3.49 3.49 0 0 1-.37-4.57l-3.33 1.73a.75.75 0 0 1-.7 0Zm-.03-12.05L3.1 7.17l-.17.11c-.16.12-.31.26-.43.41l9.5 4.96 9.5-4.96c-.16-.2-.36-.38-.6-.52L12.38 2.1l-.1-.06a.75.75 0 0 0-.66.06ZM21 14.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0Zm2 5.38c0 1.55-1.29 3.12-4.5 3.12S14 21.44 14 19.87v-.1c0-.98.8-1.77 1.77-1.77h5.46c.98 0 1.77.8 1.77 1.77v.1Z" })); }); MailOpenPerson.displayName = 'MailOpenPerson'; export var MailOpenPersonDimensions = { height: 24, width: 24 };