@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.35 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArrowReplyAll = /*#__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.79 19.99 9.16-9.17a1.75 1.75 0 0 1 2.6 2.35l-.12.13-6.2 6.2H25c3.34 0 6.45.74 9.16 2.17l.4.22c2.76 1.54 5 3.79 6.55 6.55A19.42 19.42 0 0 1 43.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 25.48 23h-5.26l6.21 6.2c.64.65.68 1.67.11 2.36l-.11.12c-.64.65-1.66.68-2.35.12l-.13-.12-9.19-9.2a1.77 1.77 0 0 1-.16-.18l-.02-.02a1.7 1.7 0 0 1-.27-.56l-.02-.11-.03-.13v-.11l-.01-.15v-.13l.02-.1c.04-.25.13-.5.27-.71l.01-.01c.07-.1.15-.2.24-.28l9.16-9.17L14.8 20zM5.76 20l9.2-9.19a1.75 1.75 0 0 1 2.58 2.35l-.11.13-7.96 7.95 7.96 7.96a1.75 1.75 0 0 1-2.35 2.59l-.13-.12-9.19-9.2a1.75 1.75 0 0 1-.11-2.34l.11-.13 9.2-9.19-9.2 9.2z"
}));
});
ArrowReplyAll.displayName = 'ArrowReplyAll';
export var ArrowReplyAllDimensions = {
height: 48,
width: 48
};