summaryrefslogtreecommitdiff
path: root/style/default/562.svelte
blob: 6353be78190e89633ab01ba02b6aa07e3479c4bb (plain) (blame)
1
2
3
4
5
6
7
<script type="text/typescript">
  import Base from "../../component/IconBase.svelte";

  export const svgContent = `<path d="M18.017, 13.792c-0.163, 0 -0.327, -0.057 -0.46, -0.171c-0.291, -0.252 -0.322, -0.695 -0.068, -0.986c1.566, -1.779 2.711, -3.666 2.683, -5.022c-0, -0.988 -0.261, -1.741 -0.65, -2.296c-0.224, -0.316 -0.146, -0.75 0.17, -0.973c0.314, -0.223 0.75, -0.147 0.972, 0.169c0.571, 0.806 0.909, 1.861 0.907, 3.1c-0.026, 2.054 -1.408, 4.053 -3.027, 5.94c-0.137, 0.158 -0.332, 0.239 -0.527, 0.239m-1.8, 2.153c-0.445, 0 -0.806, -0.361 -0.806, -0.806c-0, -0.446 0.361, -0.807 0.806, -0.807c0.446, -0 0.807, 0.361 0.807, 0.807c-0, 0.445 -0.361, 0.806 -0.807, 0.806m-4.217, -11.879c-3.726, -5.145 -11, -2.838 -11, 3.548c-0, 6.388 11, 12.894 11, 15.142c-0, -2.248 11, -8.754 11, -15.142c-0, -6.386 -7.274, -8.693 -11, -3.548" style="fill: rgb(160, 0, 160);"/>`;
</script>

<Base {svgContent}/>