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

  export const svgContent = `<path d="M18.677, 1.005c2.378, 0.002 4.315, 1.939 4.315, 4.317l0, 13.356c0, 2.378 -1.937, 4.314 -4.315, 4.314l-13.356, -0c-2.378, -0 -4.315, -1.936 -4.316, -4.314l0, -13.356c0.001, -2.378 1.938, -4.315 4.316, -4.317l13.356, -0Zm0, 20.689c1.656, -0.002 3.014, -1.361 3.016, -3.016l0, -13.356c-0.002, -1.655 -1.36, -3.014 -3.016, -3.016l-13.356, -0c-1.655, 0.002 -3.014, 1.361 -3.016, 3.016l0, 13.356c0.002, 1.655 1.361, 3.014 3.016, 3.016l13.356, -0Zm-6.676, -11.202l5.041, -6.984l1.906, 0l-5.41, 7.542l3.529, 0l-0, 1.573l-4.278, 0l-0, 1.836l4.278, 0l-0, 1.575l-4.278, 0l-0, 4.456l-1.573, 0l-0, -4.456l-4.28, 0l-0, -1.575l4.28, 0l-0, -1.836l-4.28, 0l-0, -1.573l3.526, 0l-5.409, -7.542l1.905, 0l5.043, 6.984Z" style="fill: rgb(255, 0, 0);"/>`;
</script>

<Base {svgContent}/>