@comfortdelgro/compass-icons
Version:
Icons for React Compass Design System
24 lines (22 loc) • 1.44 kB
JavaScript
import * as React from "react";
import { forwardRef } from "react";
const RatingStar0 = (props, ref)=>/*#__PURE__*/ React.createElement("svg", {
width: "1em",
height: "1em",
viewBox: "0 0 20 20",
ref: ref,
...props
}, /*#__PURE__*/ React.createElement("g", {
clipPath: "url(#clip0_10530_97290)"
}, /*#__PURE__*/ React.createElement("path", {
d: "M9.53834 1.60996C9.70914 1.19932 10.2909 1.19932 10.4617 1.60996L12.5278 6.57744C12.5998 6.75056 12.7626 6.86885 12.9495 6.88383L18.3123 7.31376C18.7556 7.3493 18.9354 7.90256 18.5976 8.19189L14.5117 11.6919C14.3693 11.8139 14.3071 12.0053 14.3506 12.1876L15.5989 17.4208C15.7021 17.8534 15.2315 18.1954 14.8519 17.9635L10.2606 15.1592C10.1006 15.0615 9.89938 15.0615 9.73937 15.1592L5.14806 17.9635C4.76851 18.1954 4.29788 17.8534 4.40108 17.4208L5.64939 12.1876C5.69289 12.0053 5.6307 11.8139 5.48831 11.6919L1.40241 8.19189C1.06464 7.90256 1.24441 7.3493 1.68773 7.31376L7.05054 6.88383C7.23744 6.86885 7.40024 6.75056 7.47225 6.57744L9.53834 1.60996Z",
fill: "#F5F5F5"
})), /*#__PURE__*/ React.createElement("defs", null, /*#__PURE__*/ React.createElement("clipPath", {
id: "clip0_10530_97290"
}, /*#__PURE__*/ React.createElement("rect", {
width: 20,
height: 20,
fill: "white"
}))));
const ForwardRef = /*#__PURE__*/ forwardRef(RatingStar0);
export default ForwardRef;