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

  export const svgContent = `<path d="M22.999, 4.639l0, 14.722l-21.998, -0l0, -14.722l21.998, -0Zm-1.301, 13.421l0, -11.014l-6.446, 5.137l0, -1.662l5.751, -4.583l-18.008, -0l4.25, 3.388l0, 1.662l-4.945, -3.941l0, 11.013l19.398, -0Zm-6.696, -10.995l0, 1.3l-5.355, 0l0, 2.688l4.506, 0l0, 1.301l-4.506, 0l0, 3.283l5.355, 0l0, 1.3l-6.655, 0l0, -9.872l6.655, 0Z" style="fill: rgb(89, 89, 89);"/>`;
</script>

<Base {svgContent}/>