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

  export const svgContent = `<path d="M1, 11.379l5.306, -6.276l5.306, 6.276l-3.363, 0l-0, 5.998c-0, 4.758 7.082, 4.336 7.594, 3.824c-0.243, 0.705 -1.305, 1.799 -4.489, 1.799c-3.47, 0 -6.993, -1.727 -6.993, -5.812l0, -5.809l-3.361, 0Zm14.751, 1.244l0, -6c0, -4.758 -7.083, -4.336 -7.595, -3.824c0.243, -0.705 1.305, -1.799 4.49, -1.799c3.469, 0 6.992, 1.727 6.992, 5.814l0, 5.809l3.362, 0l-5.307, 6.275l-5.306, -6.275l3.364, 0Z" style="fill: rgb(255, 140, 0);"/>`;
</script>

<Base {svgContent}/>