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

  export const svgContent = `<path d="M23.007, 20.587l-0, 1.3l-21.995, 0l-0, -1.3l21.995, 0Zm-5.857, -7.03l0.795, -8.22l1.301, -0l0.772, 7.968l0.771, -7.968l1.301, -0l-1.279, 13.212l-1.586, -0l-0.629, -6.498l-0.63, 6.498l-1.634, -0l-1.279, -13.212l1.301, -0l0.796, 8.22Zm-7.967, -8.22l-0, 13.211l5.191, 0l-0, -1.3l-3.891, 0l-0, -5.048l3.349, 0l-0, -1.301l-3.349, 0l-0, -4.257l3.646, 0l-0, -1.301l-4.946, -0.004Zm-2.365, 10.055l0, -10.055l1.301, 0l0, 13.211l-1.633, 0l-3.087, -10.061l0, 10.061l-1.3, 0l0, -13.211l1.634, 0l3.085, 10.055Zm16.189, -13.504l0, 1.3l-21.995, -0l0, -1.3l21.995, -0Z" style="fill: rgb(255, 0, 0);"/>`;
</script>

<Base {svgContent}/>