UNPKG

@scaleflex/icons

Version:
28 lines 1.96 kB
import _extends from "@babel/runtime/helpers/extends"; import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties"; var _excluded = ["color", "size", "ref"]; import React from 'react'; export var Refresh = function Refresh(_ref) { var _ref$color = _ref.color, color = _ref$color === void 0 ? 'currentColor' : _ref$color, _ref$size = _ref.size, size = _ref$size === void 0 ? 14 : _ref$size, ref = _ref.ref, rest = _objectWithoutProperties(_ref, _excluded); return /*#__PURE__*/React.createElement("svg", _extends({ "data-icon-name": "Refresh", ref: ref, width: size, height: size, viewBox: "0 0 50 50", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, rest), /*#__PURE__*/React.createElement("path", { d: "M45.493 15.8004L43.414 1.35135C43.2061 0.207903 41.7507 -0.31185 40.9191 0.519751L37.9046 3.53431C34.0584 1.24741 29.5886 0 25.1187 0C11.5013 0 0.586509 10.6029 0.274658 24.2204C0.274658 24.948 0.794406 25.5717 1.52206 25.6757L7.34327 26.5073C8.17487 26.6112 9.00646 25.9875 9.00646 25.052C8.90251 16.1123 16.0751 8.73182 25.1187 8.73182C27.3017 8.73182 29.4846 9.14762 31.4597 9.97922L28.5491 12.8898C27.7175 13.7214 28.1333 15.1767 29.3807 15.3846L43.8297 17.4636C44.7653 17.5676 45.5969 16.736 45.493 15.8004Z", fill: color }), /*#__PURE__*/React.createElement("path", { d: "M48.9233 24.2204L43.1021 23.3888C42.3745 23.2848 41.4389 23.9085 41.4389 24.948C41.4389 33.7838 34.2663 41.0603 25.3266 41.0603C23.1437 41.0603 21.0647 40.6445 19.0896 39.8129L21.8963 37.0062C22.7279 36.1746 22.3121 34.7193 21.0647 34.5114L6.61561 32.4324C5.68006 32.3285 4.84847 33.1601 4.95242 34.0956L7.03142 48.5447C7.23932 49.6881 8.69462 50.2079 9.52622 49.3763L12.6447 46.2578C16.4909 48.5447 20.8568 49.7921 25.4306 49.7921C38.9441 49.7921 49.8589 39.1892 50.2747 25.6757C50.2747 25.052 49.651 24.3243 48.9233 24.2204Z", fill: color })); }; export default Refresh;