UNPKG

2.37 kBJavaScriptView Raw
1import _extends from "@babel/runtime/helpers/extends";
2import React from 'react';
3import { jsx as _jsx } from "react/jsx-runtime";
4export var StarOff = props => /*#__PURE__*/_jsx("svg", _extends({
5 viewBox: "0 0 20 20",
6 width: "16px",
7 height: "16px"
8}, props, {
9 className: "w-icon " + (props.className ? props.className : ''),
10 children: /*#__PURE__*/_jsx("path", {
11 d: "M3.90171373,12.9368 L0.429195178,9.12686535 L0.370505227,9.05280794 C-0.000364853239,8.51209066 -0.107225083,7.94317829 0.115683237,7.40642547 C0.342375444,6.86056122 0.852560088,6.53650198 1.58774642,6.3916391 L6.13074565,5.67712689 L8.67458358,0.751738528 C8.96429516,0.278520428 9.39026343,0 9.90811712,0 C10.417911,0 10.8438669,0.26937239 11.1500547,0.730423018 L11.1994253,0.818113787 L13.4845909,5.68075027 L18.6528488,6.50816993 C19.3576818,6.63471961 19.8512788,7.01613004 19.9733041,7.64640299 C20.0822157,8.20894243 19.854545,8.75883475 19.3513925,9.31285684 L15.758473,12.9501655 L16.6181218,18.2268966 C16.7042376,18.8654222 16.534251,19.4082818 16.0693177,19.7497377 C15.5917078,20.1005035 14.9818552,20.068472 14.205838,19.7415478 L9.8263118,17.3865013 L5.50818399,19.7023838 C4.90128557,20.0345087 4.28802767,20.0564483 3.76804244,19.706455 C3.2475308,19.3561074 3.03763767,18.7807328 3.1241912,18.0792974 L3.90171373,12.9368 Z M5.35594273,12.4960062 L5.30712816,12.8188636 L4.48336519,18.26544 C4.4580919,18.4708831 4.48068131,18.5328069 4.53438741,18.5689556 C4.58861993,18.6054586 4.66037893,18.6028914 4.85439264,18.4967453 L9.82717072,15.8297334 L10.1517549,16.0042753 L14.7947827,18.5048029 C15.1119905,18.6369613 15.2569894,18.6446146 15.2569383,18.6446146 C15.2695637,18.6353423 15.2830046,18.5924182 15.2611903,18.4287346 L14.2922183,12.4826546 L14.5371948,12.2346515 L18.3549114,8.37066147 C18.5758781,8.12694434 18.639249,7.97388468 18.6262903,7.90695163 C18.6264453,7.9077521 18.6078868,7.89341164 18.4230841,7.86010626 L12.5512243,6.9201747 L9.98067745,1.45027142 C9.93213187,1.38118077 9.91556942,1.3713654 9.90811712,1.3713654 C9.90751393,1.3713654 9.9012195,1.37548103 9.86938975,1.42398249 L7.03104437,6.92376864 L6.68746017,6.97780675 L1.82753342,7.74162935 C1.52543813,7.80137641 1.40555001,7.87752697 1.38285339,7.93217939 C1.35814682,7.99167165 1.37201649,8.07830931 1.47787101,8.24111185 L5.35594273,12.4960062 Z",
12 fillRule: "evenodd"
13 })
14}));
\No newline at end of file