UNPKG

@geneui/icons

Version:

Gene UI icons distributed as SVG React components.

24 lines (21 loc) 1.18 kB
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js'; import React from 'react'; var _excluded = ["size", "color"]; var SvgArrowUndo = function SvgArrowUndo(_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: "m5.756 5.567 2.278-2.274a5.55 5.55 0 0 1 7.85 7.85l-6.949 6.947a.833.833 0 1 1-1.178-1.179l6.948-6.947a3.884 3.884 0 0 0-5.348-5.63l-.145.138-3.034 3.027h3.822c.427 0 .78.323.827.737l.006.097c0 .428-.322.78-.736.828l-.097.006-5.883-.002-.08-.008-.093-.02-.11-.04-.068-.033-.085-.053a.83.83 0 0 1-.104-.089l-.077-.088-.062-.094-.038-.078-.032-.088-.012-.048-.014-.068-.006-.05-.003-.075v-5.83a.833.833 0 0 1 1.661-.098l.006.097v3.82l3.034-3.03-2.278 2.275Z", fill: color })); }; export { SvgArrowUndo as S };