@geneui/icons
Version:
Gene UI icons distributed as SVG React components.
27 lines (24 loc) • 1.28 kB
JavaScript
import { _ as _objectWithoutProperties, a as _extends } from './ActivityRecent.js';
import React from 'react';
var _excluded = ["size", "color"];
var SvgArrowCircle = function SvgArrowCircle(_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.923 7.39h-4.015a8.46 8.46 0 0 1 9.5-3.494 8.461 8.461 0 0 1 4.373 3.048 8.446 8.446 0 0 1 1.68 5.056h1.539a9.983 9.983 0 0 0-1.811-5.744 9.999 9.999 0 0 0-10.81-3.907 10.001 10.001 0 0 0-5.071 3.258v-2.828h-1.539v6.147h6.154v-1.537Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
d: "M15.077 16.61h4.015a8.46 8.46 0 0 1-9.5 3.494 8.462 8.462 0 0 1-4.373-3.048 8.447 8.447 0 0 1-1.68-5.056h-1.539a9.983 9.983 0 0 0 1.811 5.744 9.999 9.999 0 0 0 10.81 3.907 10.001 10.001 0 0 0 5.071-3.258v2.828h1.539v-6.147h-6.154v1.537Z",
fill: color
}));
};
export { SvgArrowCircle as S };