UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.02 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var MailMultiple = /*#__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: "M23 9.6v8.15a3.25 3.25 0 0 1-3.07 3.24l-.18.01H6.25a3.25 3.25 0 0 1-3.24-3.07L3 17.75V9.61l9.65 5.05c.22.12.48.12.7 0L23 9.61ZM6.25 5h13.5a3.25 3.25 0 0 1 3.23 2.92L13 13.15 3.02 7.92a3.25 3.25 0 0 1 3.04-2.91L6.25 5Zm-.24 17c.58.9 1.59 1.5 2.74 1.5h11.5c2.9 0 5.25-2.35 5.25-5.25v-7.5c0-1.15-.6-2.16-1.5-2.74v10.24A3.75 3.75 0 0 1 20.25 22H6.01Z" })); }); MailMultiple.displayName = 'MailMultiple'; export var MailMultipleDimensions = { height: 28, width: 28 };