UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.04 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var MailReadMultiple = /*#__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 32 32" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M14 3.13a1 1 0 0 1 1 0l9.49 5.43c.16.09.32.2.46.32L14.5 14.85 4.05 8.88a3 3 0 0 1 .46-.32l9.5-5.43Zm11.95 7.48a3 3 0 0 1 .05.55v8.34a4.5 4.5 0 0 1-4.5 4.5h-14A4.5 4.5 0 0 1 3 19.5v-8.34a3 3 0 0 1 .05-.55L14 16.87a1 1 0 0 0 1 0l10.95-6.26ZM7.25 25.5c.81 1.2 2.19 2 3.75 2h11.5a7 7 0 0 0 7-7v-7.34a3 3 0 0 0-1.51-2.6l-.49-.28V20.5a5 5 0 0 1-5 5H7.26Z" })); }); MailReadMultiple.displayName = 'MailReadMultiple'; export var MailReadMultipleDimensions = { height: 32, width: 32 };