summaryrefslogtreecommitdiff
path: root/style/default/666.svelte
blob: 5cf87eba3c091a43283066227220e0597573dffb (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-16.417, -15.249l0, 13.211l-1.3, 0l0, -13.211l1.3, 0Zm8.42, -0.002c1.475, 0.005 2.873, 0.564 3.866, 1.691c1.002, 1.134 1.576, 2.794 1.576, 4.916c0, 2.12 -0.574, 3.78 -1.576, 4.914c-0.997, 1.129 -2.403, 1.692 -3.884, 1.692l-4.701, -0l0, -13.211l4.684, -0.002l0.035, -0Zm-0.035, 11.912c2.314, -0.046 4.118, -1.52 4.176, -5.305c-0.058, -3.788 -1.862, -5.262 -4.176, -5.307l-3.384, -0l0, 10.612l3.384, -0Zm8.032, -15.36l-0, 1.3l-21.995, -0l-0, -1.3l21.995, -0Z" style="fill: rgb(255, 0, 0);"/>`;
</script>

<Base {svgContent}/>