UNPKG

@geneui/icons

Version:

Gene UI icons distributed as SVG React components.

24 lines (21 loc) 1.31 kB
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js'; import React from 'react'; var _excluded = ["size", "color"]; var SvgRotateLeft = function SvgRotateLeft(_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: "M15.015 5c.084 0 .167.002.25.005h.017a6.79 6.79 0 0 1 3.131.883c1.563.902 2.587 2.407 2.587 4.112 0 1.708-1.027 3.216-2.596 4.118a6.833 6.833 0 0 1-3.404.882h-.5a.75.75 0 1 1 0-1.5h.5c.963 0 1.856-.235 2.588-.636 1.156-.634 1.912-1.68 1.912-2.864s-.756-2.23-1.912-2.864a5.357 5.357 0 0 0-2.363-.632l-.225-.004h-6.939l1.72 1.72a.75.75 0 0 1-.977 1.133l-.084-.073h-.001l-3-3a.75.75 0 0 1 0-1.06l3-3 .085-.073a.75.75 0 0 1 .977 1.132l-1.719 1.721h6.953Zm5.374 15.067a.5.5 0 0 1-.25.933h-16.139a1 1 0 0 1-1-1v-9.133a.5.5 0 0 1 .75-.433l16.639 9.633Zm-3.974-.567-11.915-6.898v6.898h11.915Z", fill: color })); }; export { SvgRotateLeft as S };