@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.01 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ArrowRedo = /*#__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: "M41 5.5a1.5 1.5 0 0 0-3 0v11.48l-7.9-8.06c-5.57-6.3-14.95-6.16-19.93-.67-5 5.52-3.38 13.31-.03 17.23h.01l2.26 2.55 2.54 2.54 4.24 4.16 8.25 8.33.5.5a1.5 1.5 0 1 0 2.12-2.12l-.5-.5-8.25-8.34-4.25-4.17-2.47-2.46-2.18-2.46c-2.63-3.09-3.74-9.14-.02-13.24 3.74-4.12 11.05-4.37 15.49.67l.02.03L35.78 19H24.5a1.5 1.5 0 0 0 0 3h15c.83 0 1.5-.67 1.5-1.5v-15z"
}));
});
ArrowRedo.displayName = 'ArrowRedo';
export var ArrowRedoDimensions = {
height: 48,
width: 48
};