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

  export const svgContent = `<path d="M21.348, 3.501c0.914, -0 1.651, 0.741 1.651, 1.654l-0, 13.695c-0, 0.912 -0.739, 1.65 -1.651, 1.65l-18.697, -0c-0.914, -0 -1.652, -0.738 -1.652, -1.65l-0, -13.695c-0, -0.913 0.738, -1.654 1.652, -1.654l18.697, -0Zm-0, 15.773c0.235, -0 0.424, -0.19 0.424, -0.424l-0, -13.695c-0, -0.237 -0.189, -0.425 -0.424, -0.427l-18.697, -0c-0.235, 0.002 -0.427, 0.19 -0.427, 0.427l0, 13.695c0, 0.234 0.192, 0.424 0.427, 0.424l18.697, -0Zm-1.796, -2.351l-6.614, -0l-0, -1.301l5.316, -0l-0, -7.221l-5.316, -0l-0, -1.301l6.614, -0l0, 9.823Zm-8.837, -0.001l-6.617, -0l-0, -1.3l5.315, -0l-0, -7.221l-5.315, -0l-0, -1.302l6.617, -0l-0, 9.823Z" style="fill: rgb(0, 0, 255);"/>`;
</script>

<Base {svgContent}/>