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

  export const svgContent = `<path d="M17.097, 9.205l-0, 1.953l-2.806, 0l-0, 9.889l2.806, 0l-0, 1.953l-10.193, 0l-0, -1.953l2.807, 0l-0, -9.889l-2.807, 0l-0, -1.953l10.193, 0Zm-5.097, -2.326c1.623, -0 2.939, -1.316 2.939, -2.94c0, -1.623 -1.316, -2.939 -2.939, -2.939c-1.623, -0 -2.939, 1.316 -2.939, 2.939c0, 1.624 1.316, 2.94 2.939, 2.94Z" style="fill: rgb(89, 89, 89);"/>`;
</script>

<Base {svgContent}/>