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

  export const svgContent = `<path d="M16.796, 15.078l2.851, -8.516l1.96, -0l0, 10.877l-1.3, -0l-0, -8.749l-2.933, 8.764l-1.156, -0l-2.933, -8.764l0, 8.749l-1.3, -0l-0, -10.877l1.96, -0l2.851, 8.516Zm-6.038, -8.517l0, 1.301l-3.716, 0l0, 9.576l-1.301, 0l0, -9.576l-3.716, 0l0, -1.301l8.733, 0Z" style="fill: rgb(89, 89, 89);"/>`;
</script>

<Base {svgContent}/>