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

  export const svgContent = `<path d="M19.829, 7.729c-1.712, -1.933 -4.345, -3.247 -7.828, -3.243c-3.487, -0.005 -6.118, 1.309 -7.829, 3.242c-1.715, 1.93 -2.526, 4.438 -2.526, 6.838c-0.044, 2.031 0.977, 3.496 2.762, 4.14c1.764, 0.671 4.237, 0.803 7.593, 0.808c3.353, -0.005 5.825, -0.137 7.591, -0.808c1.786, -0.643 2.807, -2.108 2.76, -4.14c0, -2.399 -0.808, -4.907 -2.523, -6.837Zm-0.678, 9.834c-1.438, 0.563 -3.839, 0.732 -7.15, 0.727c-3.315, 0.005 -5.713, -0.164 -7.152, -0.727c-1.418, -0.592 -1.935, -1.299 -1.98, -2.996c0.037, -4.274 2.812, -8.838 9.132, -8.857c6.316, 0.019 9.093, 4.583 9.13, 8.857c-0.044, 1.697 -0.562, 2.404 -1.98, 2.996Zm-3.654, -6.832c-0.626, -0 -1.136, 0.506 -1.136, 1.135l0, 1.658c0, 0.629 0.51, 1.135 1.136, 1.135c0.626, -0 1.137, -0.506 1.137, -1.135l0, -1.658c0, -0.629 -0.511, -1.135 -1.137, -1.135Zm-6.992, -0c-0.627, -0 -1.136, 0.506 -1.136, 1.135l-0, 1.658c-0, 0.629 0.509, 1.135 1.136, 1.135c0.625, -0 1.137, -0.506 1.137, -1.135l-0, -1.658c-0, -0.629 -0.512, -1.135 -1.137, -1.135Z" style="fill: rgb(255, 0, 255);"/>`;
</script>

<Base {svgContent}/>