summaryrefslogtreecommitdiff
path: root/style/default/528.svelte
blob: a579dd60f6f430f6c2b3943d1d05c7dc6cc8aa40 (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.868, 6.972l-5.632, -5.972l-5.637, 5.972l4.413, -0l-0.002, 5.027c-0.008, 4.707 -3.816, 8.516 -8.524, 8.526l-4.355, -0l0, 2.45l4.355, -0c6.062, -0 10.974, -4.914 10.974, -10.976l0, -5.027l4.408, -0Z" style="fill: rgb(255, 0, 0);"/>`;
</script>

<Base {svgContent}/>