UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.09 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var MailAttach = /*#__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: "M6.94 7.06c.2.2.44.33.69.4-.11.24-.19.5-.22.75L7 8.43 1 5.2V5c0-1.1.9-2 2-2h5.88L6.94 4.94a1.5 1.5 0 0 0 0 2.12zM7.5 9.3a2.56 2.56 0 0 0 4.26 1.06L13 9.12V11a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V6.34l5.76 3.1a.5.5 0 0 0 .48 0l.26-.14zm3.73-5.82L8.35 6.35a.5.5 0 1 1-.7-.7l2.87-2.88a2.63 2.63 0 0 1 3.71 3.71l-3.18 3.17a1.56 1.56 0 0 1-2.2-2.2l2.8-2.8a.5.5 0 1 1 .7.7l-2.8 2.8a.56.56 0 0 0 .8.8l3.17-3.18a1.63 1.63 0 0 0-2.3-2.3z" })); }); MailAttach.displayName = 'MailAttach'; export var MailAttachDimensions = { height: 16, width: 16 };