@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.15 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var MailArrowDoubleBack = /*#__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: "M13 10.4a5.48 5.48 0 0 1-4.35.28l-1.41.76a.5.5 0 0 1-.48 0L1 8.34V13c0 1.1.9 2 2 2h8a2 2 0 0 0 2-2v-2.6zM5.02 5H3a2 2 0 0 0-2 2v.2l6 3.23.54-.3A5.5 5.5 0 0 1 5.02 5zm5.48 5a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9zM9.35 3.65c.2.2.2.5 0 .7L8.21 5.5l1.14 1.15a.5.5 0 0 1-.7.7l-1.5-1.5a.5.5 0 0 1 0-.7l1.5-1.5c.2-.2.5-.2.7 0zm2.5.7-.64.65H13a1 1 0 0 1 1 1v.5a.5.5 0 0 1-1 0V6h-1.8l.65.65a.5.5 0 0 1-.7.7l-1.5-1.5a.5.5 0 0 1 0-.7l1.5-1.5a.5.5 0 0 1 .7.7z"
}));
});
MailArrowDoubleBack.displayName = 'MailArrowDoubleBack';
export var MailArrowDoubleBackDimensions = {
height: 16,
width: 16
};