@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.02 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var MailEdit = /*#__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: "M22 11.26V7.61l-9.65 5.05a.75.75 0 0 1-.7 0L2 7.61v8.32A3.25 3.25 0 0 0 5.26 19h6.47c.18-.42.44-.8.77-1.14l5.9-5.9a3.29 3.29 0 0 1 3.61-.7ZM18.75 3H5.06a3.25 3.25 0 0 0-3.04 2.92L12 11.15l9.98-5.23A3.25 3.25 0 0 0 18.75 3Zm.35 9.67-5.9 5.9c-.35.35-.6.78-.7 1.25l-.47 1.83c-.2.8.53 1.52 1.32 1.32l1.83-.46c.47-.12.9-.36 1.25-.7l5.9-5.9a2.29 2.29 0 0 0-3.23-3.24Z"
}));
});
MailEdit.displayName = 'MailEdit';
export var MailEditDimensions = {
height: 24,
width: 24
};