@scaleflex/icons
Version:
SVG icons as React components
30 lines • 5.83 kB
JavaScript
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 Reload = function Reload(_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": "Reload",
ref: ref,
width: size,
height: size,
viewBox: "0 0 48 50",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, rest), /*#__PURE__*/React.createElement("path", {
d: "M41.2016 3.28448V6.88411C37.4533 3.53081 32.7596 1.41889 27.764 0.837864C22.7683 0.256842 17.7153 1.23516 13.2975 3.63871C8.87966 6.04225 5.31338 9.75337 3.08752 14.2633C0.861661 18.7733 0.0851775 23.8613 0.864515 28.8298C1.64385 33.7984 3.94086 38.4043 7.44065 42.0162C10.9404 45.628 15.4717 48.069 20.4132 49.0045C25.3548 49.94 30.4647 49.3242 35.0426 47.2416C39.6204 45.1589 43.442 41.7113 45.9836 37.3715C46.3344 36.7521 46.4279 36.0198 46.244 35.3322C46.0601 34.6447 45.6134 34.0568 45.0003 33.6953C44.3872 33.3339 43.6566 33.2277 42.9659 33.3996C42.2753 33.5716 41.6798 34.0079 41.3077 34.6147C39.312 38.0412 36.296 40.7589 32.6809 42.3883C29.0658 44.0177 25.0322 44.4775 21.1431 43.7035C17.2541 42.9294 13.7038 40.9602 10.9882 38.0707C8.27252 35.1812 6.52702 31.5158 5.99541 27.5863C5.46381 23.6567 6.17264 19.6593 8.02293 16.1521C9.87322 12.6449 12.7726 9.80315 16.3162 8.02357C19.8597 6.244 23.8706 5.61548 27.7887 6.22579C31.7068 6.8361 35.3364 8.65477 38.1709 11.4278H33.0582C32.3383 11.4278 31.6479 11.7138 31.1388 12.2229C30.6297 12.7319 30.3438 13.4224 30.3438 14.1423C30.3438 14.8622 30.6297 15.5526 31.1388 16.0617C31.6479 16.5707 32.3383 16.8567 33.0582 16.8567H43.916C43.9521 16.8567 43.982 16.8375 44.0178 16.8361L44.0669 16.8261C44.7566 16.7919 45.4068 16.4946 45.8838 15.9953C46.3607 15.496 46.628 14.8328 46.6305 14.1423V3.28448C46.6305 2.56456 46.3445 1.87413 45.8354 1.36508C45.3264 0.856017 44.6359 0.570031 43.916 0.570031C43.1961 0.570031 42.5057 0.856018 41.9966 1.36508C41.4875 1.87413 41.2016 2.56456 41.2016 3.28448Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
fillRule: "evenodd",
clipRule: "evenodd",
d: "M45.9836 37.3715C43.442 41.7113 39.6204 45.1589 35.0426 47.2416C30.4647 49.3242 25.3548 49.94 20.4132 49.0045C15.4717 48.069 10.9404 45.628 7.44065 42.0162C3.94086 38.4043 1.64385 33.7984 0.864515 28.8298C0.0851775 23.8613 0.861661 18.7733 3.08752 14.2633C5.31338 9.75337 8.87966 6.04225 13.2975 3.63871C17.7153 1.23516 22.7683 0.256842 27.764 0.837864C32.5095 1.3898 36.9825 3.32316 40.6315 6.3898C40.8238 6.55144 41.0139 6.71622 41.2016 6.88411V3.28448C41.2016 2.56456 41.4875 1.87413 41.9966 1.36508C42.5057 0.856018 43.1961 0.570031 43.916 0.570031C44.6359 0.570031 45.3264 0.856017 45.8354 1.36508C46.3445 1.87413 46.6305 2.56456 46.6305 3.28448V14.1423C46.628 14.8328 46.3607 15.496 45.8838 15.9953C45.4068 16.4946 44.7566 16.7919 44.0669 16.8261L44.0178 16.8361C44.0005 16.8368 43.9846 16.8416 43.9687 16.8464C43.9517 16.8516 43.9347 16.8567 43.916 16.8567H33.0582C32.3383 16.8567 31.6479 16.5707 31.1388 16.0617C30.6297 15.5526 30.3438 14.8622 30.3438 14.1423C30.3438 13.4224 30.6297 12.7319 31.1388 12.2229C31.6479 11.7138 32.3383 11.4278 33.0582 11.4278H38.1709C37.9718 11.2331 37.7688 11.043 37.5621 10.8578C34.8252 8.40528 31.4316 6.79324 27.7887 6.22579C23.8706 5.61548 19.8597 6.244 16.3162 8.02357C12.7726 9.80315 9.87322 12.6449 8.02293 16.1521C6.17264 19.6593 5.46381 23.6567 5.99541 27.5863C6.52702 31.5158 8.27252 35.1812 10.9882 38.0707C13.7038 40.9602 17.2541 42.9294 21.1431 43.7035C25.0322 44.4775 29.0658 44.0177 32.6809 42.3883C36.296 40.7589 39.312 38.0412 41.3077 34.6147C41.6798 34.0079 42.2753 33.5716 42.9659 33.3996C43.6566 33.2277 44.3872 33.3339 45.0003 33.6953C45.6134 34.0568 46.0601 34.6447 46.244 35.3322C46.4279 36.0198 46.3344 36.7521 45.9836 37.3715ZM36.6909 10.8578C34.1259 8.71699 31.0201 7.30604 27.701 6.78903C23.9002 6.197 20.0095 6.80669 16.572 8.53298C13.1345 10.2593 10.322 13.0159 8.5271 16.4181C6.73222 19.8202 6.04462 23.698 6.5603 27.5098C7.07599 31.3217 8.76922 34.8774 11.4036 37.6803C14.0379 40.4832 17.4818 42.3935 21.2544 43.1444C25.027 43.8953 28.9399 43.4493 32.4467 41.8686C35.9535 40.288 38.8792 37.6517 40.8151 34.3278L40.8216 34.3166C41.2718 33.5824 41.9925 33.0545 42.8282 32.8465C43.6639 32.6384 44.5479 32.7669 45.2898 33.2043C46.0317 33.6417 46.5721 34.353 46.7946 35.185C47.0172 36.0169 46.904 36.903 46.4796 37.6524L46.4755 37.6595C43.8745 42.1009 39.9635 45.6291 35.2786 47.7604C30.5937 49.8918 25.3643 50.522 20.3072 49.5646C15.2501 48.6072 10.6129 46.1092 7.03128 42.4128C3.44965 38.7165 1.09893 34.0029 0.301368 28.9182C-0.496193 23.8334 0.298447 18.6264 2.57635 14.011C4.85426 9.39563 8.50393 5.59773 13.025 3.13798C17.5461 0.678232 22.7174 -0.322959 27.8298 0.271646C32.5285 0.81813 36.9661 2.68795 40.6315 5.65111V3.28448C40.6315 2.41338 40.9776 1.57796 41.5935 0.962C42.2095 0.346037 43.0449 3.80769e-08 43.916 0C44.7871 -3.80769e-08 45.6225 0.346037 46.2385 0.961999C46.8544 1.57796 47.2005 2.41338 47.2005 3.28448V14.1423C47.1975 14.9787 46.8737 15.7842 46.296 16.389C45.7287 16.9829 44.959 17.3409 44.1406 17.3928L44.1092 17.3992C44.0967 17.4027 44.0805 17.407 44.0628 17.4108C44.0265 17.4187 43.9761 17.4268 43.916 17.4268H33.0582C32.1871 17.4268 31.3517 17.0807 30.7357 16.4648C30.1198 15.8488 29.7737 15.0134 29.7737 14.1423C29.7737 13.2712 30.1198 12.4358 30.7357 11.8198C31.3517 11.2038 32.1871 10.8578 33.0582 10.8578H36.6909Z",
fill: color
}));
};
export default Reload;