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

  export const svgContent = `<path d="M8.779, 16.921c0.006, 2.186 1.517, 3.824 3.219, 3.828c1.699, -0.004 3.213, -1.642 3.219, -3.828c0.04, -2.637 -2.105, -6.645 -3.217, -10.199c-1.114, 3.554 -3.261, 7.562 -3.221, 10.199m-1.299, -0.002c0.056, -4.188 3.927, -10.196 3.87, -13.584l1.301, -0c-0.058, 3.388 3.811, 9.398 3.865, 13.586c-0.004, 2.764 -1.945, 5.112 -4.518, 5.129c-2.573, -0.017 -4.513, -2.365 -4.518, -5.131" style="fill: rgb(89, 89, 89);"/>`;
</script>

<Base {svgContent}/>