@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.03 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArrowReply = /*#__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 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "m14.22 23 6.21 6.2a1.75 1.75 0 0 1-2.35 2.6l-.13-.12-9.19-9.19a1.75 1.75 0 0 1-.11-2.35l.11-.12 9.2-9.2a1.75 1.75 0 0 1 2.58 2.35l-.11.13-6.2 6.2H22c3.34 0 6.45.74 9.16 2.17l.4.22c2.76 1.55 5 3.79 6.55 6.55A19.42 19.42 0 0 1 40.5 38a1.75 1.75 0 1 1-3.5 0c0-2.92-.67-5.59-1.94-7.85a13.51 13.51 0 0 0-5.21-5.21A15.78 15.78 0 0 0 22.48 23h-8.26l6.21 6.2-6.2-6.2Z"
}));
});
ArrowReply.displayName = 'ArrowReply';
export var ArrowReplyDimensions = {
height: 48,
width: 48
};