@geneui/icons
Version:
Gene UI icons distributed as SVG React components.
24 lines (21 loc) • 1.06 kB
JavaScript
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
import React from 'react';
var _excluded = ["size", "color"];
var SvgArrowRedo = function SvgArrowRedo(_ref) {
var _ref$size = _ref.size,
size = _ref$size === void 0 ? 24 : _ref$size,
_ref$color = _ref.color,
color = _ref$color === void 0 ? "currentColor" : _ref$color,
props = _objectWithoutProperties(_ref, _excluded);
return /*#__PURE__*/React.createElement("svg", _extends({
width: size,
height: size,
viewBox: "0 0 20 20",
fill: color,
xmlns: "http://www.w3.org/2000/svg"
}, props), /*#__PURE__*/React.createElement("path", {
d: "m15 6.322-3.034-3.03a5.55 5.55 0 0 0-7.85 7.85l6.949 6.948a.833.833 0 1 0 1.178-1.179l-6.948-6.947a3.884 3.884 0 0 1 5.348-5.63l.145.138 3.033 3.027h-3.82a.833.833 0 0 0-.829.737l-.005.097c0 .428.321.78.736.828l.097.006h5.833c.428 0 .78-.322.828-.737l.006-.097v-5.83a.833.833 0 0 0-1.661-.098l-.006.097v3.82l-3.034-3.03 3.034 3.03Z",
fill: color
}));
};
export { SvgArrowRedo as S };