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

  export const svgContent = `<path d="M16.879, 3.451l-9.757, 0l0, 2.447l9.757, 0l0, -2.447Zm2.446, 4.13l-6.085, 3.854l-0, 3.027l4.862, 0l-0, 2.353l-4.862, 0l-0, 2.51l4.862, -0l-0, 3.67l-7.309, -0l-0, -11.56l-6.118, -3.916l-0, -6.514l14.65, -0l-0, 6.576Z" style="fill: rgb(255, 0, 0);"/>`;
</script>

<Base {svgContent}/>