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

  export const svgContent = `<path d="M21.987, 3.752l-5.792, 5.794l0.621, 0.62l-3.326, 3.327l-3.324, 3.323l-0.622, -0.623l-5.792, 5.793c0.386, 0.381 1.255, 1.013 2.735, 1.013l0.01, 0c2.164, -0.01 5.416, -1.3 10.314, -6.187c4.892, -4.895 6.18, -8.15 6.189, -10.316c0.003, -1.488 -0.632, -2.358 -1.013, -2.744Zm-20.986, 15.46l5.782, -5.778l1.843, 1.843l-5.783, 5.779l-1.842, -1.844Zm12.433, -12.428l5.782, -5.783l1.842, 1.842l-5.781, 5.783l-1.843, -1.842Z" style="fill: rgb(89, 89, 89);"/>`;
</script>

<Base {svgContent}/>