summaryrefslogtreecommitdiff
path: root/style/default/488.svelte
blob: 565c53447284d7fe61a7e285d3081615dd2f4327 (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.642, 9.891l5.358, -5.355l-3.171, -0.555l-5.038, 5.035c-1.215, -0.244 -2.555, -0.381 -3.971, -0.383c-2.617, 0.002 -4.991, 0.457 -6.761, 1.228c-1.741, 0.766 -3.027, 1.868 -3.059, 3.391c-0, 0.2 0.027, 0.393 0.074, 0.577c0.338, 1.809 2.475, 3.916 2.475, 3.916c1.282, 1.446 4.033, 2.251 7.271, 2.275c3.223, -0.024 5.967, -0.822 7.253, -2.258c-0, -0 2.127, -2.098 2.491, -3.933l0.001, -0c0.045, -0.184 0.073, -0.377 0.073, -0.577c-0.033, -1.506 -1.288, -2.595 -2.996, -3.361" style="fill: rgb(89, 89, 89);"/><path d="M3.709, 16.318l0.324, -0.729c1.773, 0.792 4.157, 1.292 6.787, 1.291c2.626, 0.001 5.009, -0.497 6.782, -1.289l0.325, 0.731c-1.901, 0.848 -4.38, 1.357 -7.107, 1.357c-2.73, 0 -5.211, -0.511 -7.111, -1.361Zm7.111, -4.756c-3.156, 0 -5.714, 1.072 -5.714, 2.394c0, 1.322 2.558, 2.391 5.714, 2.391c3.153, 0 5.714, -1.069 5.714, -2.391c0, -1.322 -2.561, -2.394 -5.714, -2.394Zm-7.112, 4.756l0.001, 0l-0.001, 0.002l0, -0.002Z" style="fill: rgb(230, 230, 230);"/><path d="M12.07, 13.869l0, -0.005c-0.004, -0.815 -0.98, -1.471 -2.185, -1.471c-1.203, 0 -2.178, 0.656 -2.182, 1.471l0, 0.005c0.001, 0.639 0.977, 1.157 2.182, 1.157c1.207, 0 2.184, -0.518 2.185, -1.157Z" style="fill: rgb(255, 140, 0);"/>`;
</script>

<Base {svgContent}/>