@scaleflex/icons
Version:
SVG icons as React components
41 lines • 2.91 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 RateScore = function RateScore(_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": "RateScore",
ref: ref,
width: size,
height: size,
viewBox: "0 0 50 50",
fill: "none",
xmlns: "http://www.w3.org/2000/svg"
}, rest), /*#__PURE__*/React.createElement("g", {
"clip-path": "url(#clip0_28621_11322)"
}, /*#__PURE__*/React.createElement("path", {
"fill-rule": "evenodd",
"clip-rule": "evenodd",
d: "M25.0007 45.2089C36.1614 45.2089 45.2091 36.161 45.2091 24.9998C45.2091 13.8385 36.1614 4.79065 25.0007 4.79065C13.8399 4.79065 4.79219 13.8385 4.79219 24.9998C4.79219 36.161 13.8399 45.2089 25.0007 45.2089ZM33.4162 20.0305C34.513 20.0305 35.6424 20.5705 36.3638 21.4399C37.0091 22.2177 37.2676 23.1625 37.0915 24.1003L35.7795 31.0899C35.5886 32.1067 35.194 32.9896 34.6385 33.6432C33.9646 34.4359 33.0882 34.855 32.1041 34.855H23.2024C22.2508 34.855 21.3824 34.4705 20.7274 33.8402C20.2944 34.4534 19.5808 34.855 18.7748 34.855H15.2395C13.922 34.855 12.85 33.783 12.85 32.4654V21.9549C12.85 20.6374 13.922 19.5654 15.2395 19.5654H18.7748C19.8634 19.5654 20.7837 20.2974 21.0709 21.2949C23.885 18.6651 26.8719 14.6729 28.017 11.8953C28.1445 11.5861 28.446 11.3843 28.7804 11.3843C30.2511 11.3843 31.3634 11.997 31.9123 13.1097C32.3996 14.0975 32.4156 15.424 31.9586 16.9456C31.6591 17.9427 31.1677 18.9899 30.5147 20.0305H33.4162Z",
fill: color
}), /*#__PURE__*/React.createElement("path", {
"fill-rule": "evenodd",
"clip-rule": "evenodd",
d: "M25 0.000610352C31.9043 0.000610352 38.1539 2.79962 42.6775 7.32331C47.2011 11.847 49.9986 18.0968 50 24.9999C50 31.9044 47.2011 38.1542 42.6775 42.6779C38.1539 47.203 31.9029 50.0006 25 50.0006C18.0971 50.0006 11.8475 47.203 7.32249 42.6794C2.79749 38.1557 0 31.9044 0 25.0013C0 18.0968 2.79893 11.847 7.32249 7.32331C11.8461 2.79817 18.0971 0.000610352 25 0.000610352ZM25.0007 47.027C37.1656 47.027 47.0273 37.1651 47.0273 24.9998C47.0273 12.8344 37.1656 2.97247 25.0007 2.97247C12.8357 2.97247 2.97401 12.8344 2.97401 24.9998C2.97401 37.1651 12.8357 47.027 25.0007 47.027Z",
fill: color
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
id: "clip0_28621_11322"
}, /*#__PURE__*/React.createElement("rect", {
width: "50",
height: "50",
fill: "white",
transform: "translate(0 0.000610352)"
}))));
};
export default RateScore;