summaryrefslogtreecommitdiff
path: root/style/default/474.svelte
blob: be9e0287f5cfac8000337db014f383ae51e6293d (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.134, 7.978l1.674, -2.854l2.078, 2.854l-3.752, -0Zm-0.665, 1.301l4.286, -0l-7.069, 8.306l2.783, -8.306Zm-8.937, -0l2.784, 8.307l-7.073, -8.307l4.289, -0Zm-0.668, -1.301l-3.749, -0l2.076, -2.855l1.673, 2.855Zm1.235, -0.466l-1.714, -2.925l4.209, -0l-2.495, 2.925Zm5.308, -2.925l4.207, -0l-1.714, 2.925l-2.493, -2.925Zm1.688, 4.692l-3.095, 9.242l-3.096, -9.242l6.191, -0Zm-5.687, -1.301l2.591, -3.039l2.591, 3.039l-5.182, -0Zm9.672, -4.69l-14.162, -0l-3.909, 5.371l10.99, 12.91l10.991, -12.908l-3.91, -5.373Z" style="fill: rgb(255, 0, 255);"/>`;
</script>

<Base {svgContent}/>