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

  export const svgContent = `<path d="M13.221, 7.003l4.414, -0l-5.638, -5.972l-5.631, 5.972l4.406, -0l0.001, 9.932l-4.407, -0l5.631, 5.971l5.638, -5.971l-4.412, -0l-0.002, -9.932Z" style="fill: rgb(89, 89, 89);"/>`;
</script>

<Base {svgContent}/>