UNPKG

@geneui/icons

Version:

Gene UI icons distributed as SVG React components.

24 lines (21 loc) 1.32 kB
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js'; import React from 'react'; var _excluded = ["size", "color"]; var SvgRotateRight = function SvgRotateRight(_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 24 24", fill: color, xmlns: "http://www.w3.org/2000/svg" }, props), /*#__PURE__*/React.createElement("path", { d: "M8.985 5c-.084 0-.167.002-.25.005h-.017a6.79 6.79 0 0 0-3.132.883c-1.562.902-2.586 2.407-2.586 4.112 0 1.708 1.028 3.216 2.595 4.118.968.556 2.14.882 3.405.882h.5a.75.75 0 0 0 0-1.5h-.5a5.401 5.401 0 0 1-2.588-.636c-1.156-.634-1.912-1.68-1.912-2.864s.756-2.23 1.912-2.864a5.357 5.357 0 0 1 2.363-.632l.225-.004h6.939l-1.72 1.72a.75.75 0 0 0 .977 1.133l.084-.073h.001l3-3a.75.75 0 0 0 0-1.06l-3-3-.085-.073a.75.75 0 0 0-.977 1.132v.001l1.719 1.72h-6.953Zm-5.374 15.067a.5.5 0 0 0 .25.933h16.139a1 1 0 0 0 1-1v-9.133a.5.5 0 0 0-.75-.433l-16.639 9.633Zm3.974-.567 11.915-6.898v6.898h-11.915Z", fill: color })); }; export { SvgRotateRight as S };