summaryrefslogtreecommitdiff
path: root/style/default/569.svelte
blob: c1d8d817b7daf521ee6c8231940690841f8ff5a5 (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.715, 9.735c-2.085, -0.759 -3.528, -0.227 -4.965, 0.394c1.032, -1.104 1.961, -2.274 1.961, -4.42c-0, -2.601 -2.109, -4.709 -4.712, -4.709c-2.598, 0 -4.708, 2.108 -4.708, 4.709l-0.002, 0c-0, 2.146 0.928, 3.315 1.96, 4.42c-1.437, -0.622 -2.881, -1.153 -4.966, -0.394c-2.446, 0.891 -3.706, 3.595 -2.813, 6.039c0.889, 2.445 3.593, 3.706 6.036, 2.816c1.688, -0.614 2.509, -1.604 3.134, -2.7c-0.064, 1.343 -0.219, 2.931 -0.584, 3.955c-0.737, 2.074 -1.854, 3.155 -1.854, 3.155l7.596, 0c-0, 0 -1.121, -1.081 -1.857, -3.155c-0.364, -1.025 -0.519, -2.615 -0.582, -3.959c0.625, 1.097 1.446, 2.089 3.134, 2.704c1.734, 0.631 3.584, 0.166 4.839, -1.021c0.516, -0.487 0.942, -1.083 1.2, -1.795c0.89, -2.444 -0.371, -5.148 -2.817, -6.039" style="fill: rgb(89, 89, 89);"/>`;
</script>

<Base {svgContent}/>