|
|
<script lang="ts"> |
|
|
export let classNames = '' |
|
|
</script> |
|
|
|
|
|
<svg |
|
|
class={classNames} |
|
|
xmlns="http://www.w3.org/2000/svg" |
|
|
xmlns:xlink="http://www.w3.org/1999/xlink" |
|
|
aria-hidden="true" |
|
|
role="img" |
|
|
width="1em" |
|
|
height="1em" |
|
|
preserveAspectRatio="xMidYMid meet" |
|
|
viewBox="0 0 12 12" |
|
|
> |
|
|
<path |
|
|
d="M9.21866 6.82043C9.21866 7.4695 9.02989 8.10399 8.67622 8.64367C8.32255 9.18334 7.81986 9.60397 7.23173 9.85236C6.6436 10.1007 5.99643 10.1657 5.37207 10.0391C4.74771 9.91248 4.1742 9.59993 3.72406 9.14097C3.27393 8.68201 2.96738 8.09726 2.84319 7.46067C2.71899 6.82407 2.78273 6.16423 3.02635 5.56457C3.26996 4.96491 3.6825 4.45237 4.21181 4.09177C4.74112 3.73117 5.36341 3.5387 6 3.5387H7.98978L6.83621 4.7152L7.28746 5.17957L9.21866 3.21053L7.28746 1.24149L6.83621 1.70552L7.99074 2.88235H6C5.23609 2.88235 4.48934 3.11332 3.85417 3.54604C3.219 3.97876 2.72395 4.5938 2.43162 5.31339C2.13928 6.03298 2.06279 6.8248 2.21182 7.58871C2.36086 8.35263 2.72871 9.05433 3.26888 9.60508C3.80904 10.1558 4.49726 10.5309 5.24649 10.6828C5.99572 10.8348 6.77231 10.7568 7.47807 10.4587C8.18383 10.1607 8.78706 9.65593 9.21146 9.00831C9.63587 8.3607 9.86239 7.59931 9.86239 6.82043H9.21866Z" |
|
|
fill="currentColor" |
|
|
stroke="currentColor" |
|
|
stroke-width="0.5" |
|
|
/> |
|
|
</svg> |
|
|
|