UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.18 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var FolderMail = /*#__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: "M15.82 6.5h7.93c1.14 0 2.08.84 2.23 1.94l.01.16.01.15v6.59a3.49 3.49 0 0 0-1.5-.34h-8a3.5 3.5 0 0 0-3.5 3.5V24H4.25c-1.2 0-2.17-.93-2.24-2.1L2 21.75V10.5h8.4c.4-.04.77-.18 1.1-.4l.15-.12 4.17-3.48ZM10.21 4c.46 0 .9.14 1.28.4l.16.12 2.1 1.75-3.06 2.56-.09.06a.75.75 0 0 1-.29.1l-.1.01H2V6.25c0-1.2.93-2.17 2.1-2.24L4.25 4h5.96Zm6.29 12a2.5 2.5 0 0 0-2.5 2.5v.2l6.5 3.24L27 18.7v-.19a2.5 2.5 0 0 0-2.5-2.5h-8ZM27 19.8l-6.28 3.15a.5.5 0 0 1-.44 0L14 19.8v4.69a2.5 2.5 0 0 0 2.5 2.5h8a2.5 2.5 0 0 0 2.5-2.5v-4.7Z" })); }); FolderMail.displayName = 'FolderMail'; export var FolderMailDimensions = { height: 28, width: 28 };