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

  export const svgContent = `<path d="M5.648, 21.698l0, -6.812l6.36, 5.069l6.34, -5.053l0, 6.796l-12.7, 0Zm11.853, -7.781l-5.493, 4.376l-5.49, -4.376l10.983, 0Zm-13.152, 9.08l15.3, 0l0, -10.378l-15.3, 0l0, 10.378Z" style="fill: rgb(89, 89, 89);"/><path d="M14.447, 1l0, 3.962l4.217, 0l-6.664, 6.415l-6.664, -6.415l4.216, 0l0, -3.962l4.895, 0Z" style="fill: rgb(255, 0, 0);"/>`;
</script>

<Base {svgContent}/>