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

  export const svgContent = `<path d="M12, 14.151c-3.5, 0 -6.625, -3.375 -6.625, -3.375l13.25, 0c0, 0 -3.125, 3.375 -6.625, 3.375m7.02, -5.117c-3.284, -1.514 -5.291, -2.936 -5.291, -2.936l-1.729, 1.451l-1.729, -1.451c0, 0 -2.005, 1.422 -5.291, 2.936c-1.32, 0.609 -2.98, 0.549 -2.98, 1.213c-0, 0.664 0.84, 0.668 1.525, 1.345c1.709, 1.682 3.725, 6.309 8.475, 6.309c4.75, 0 6.766, -4.627 8.475, -6.309c0.685, -0.677 1.525, -0.681 1.525, -1.345c0, -0.664 -1.66, -0.604 -2.98, -1.213" style="fill: rgb(255, 0, 0);"/>`;
</script>

<Base {svgContent}/>