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

  export const svgContent = `<path d="M19.6, 15.59l-15.2, 0l0, -6.34l15.2, 0l0, 6.34Zm-1.561, -13.581l-2.926, 2.504l-3.113, -2.709l-3.114, 2.709l-2.927, -2.504c-2.985, 1.966 -4.959, 5.345 -4.959, 9.188c-0, 6.074 4.926, 10.998 11, 10.998c6.074, 0 11, -4.924 11, -10.998c-0, -3.843 -1.975, -7.222 -4.961, -9.188" style="fill: rgb(255, 0, 0);"/>`;
</script>

<Base {svgContent}/>