@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 992 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var MailCopy = /*#__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: "M3 7.51c-.9.58-1.5 1.59-1.5 2.74v6c0 2.9 2.35 5.25 5.25 5.25h9c1.15 0 2.16-.6 2.74-1.5H6.75A3.75 3.75 0 0 1 3 16.25V7.51Zm1 .6v7.64a3.25 3.25 0 0 0 3.07 3.24l.18.01h11.5a3.25 3.25 0 0 0 3.24-3.07l.01-.18V8.11l-8.65 4.55a.75.75 0 0 1-.7 0L4 8.11ZM18.75 4H7.25A3.25 3.25 0 0 0 4.1 6.47l8.9 4.68 8.9-4.68A3.25 3.25 0 0 0 18.94 4h-.19Z"
}));
});
MailCopy.displayName = 'MailCopy';
export var MailCopyDimensions = {
height: 24,
width: 24
};