summaryrefslogtreecommitdiff
path: root/style/default/188.svelte
blob: e91e33aa71b7630aa5d5d9a63183fbcb2de7cb80 (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.508, 13.741c0.57, -0.002 1.033, -0.465 1.033, -1.037c-0, -0.572 -0.463, -1.037 -1.036, -1.037c-0.286, 0 -0.537, 0.112 -0.726, 0.295l-0.909, -0.93c0.42, -0.411 1.001, -0.666 1.635, -0.666c1.291, 0.002 2.336, 1.048 2.336, 2.338c-0, 0.68 -0.294, 1.286 -0.756, 1.713c0.38, 0.395 0.617, 0.931 0.617, 1.523c-0.002, 1.212 -0.983, 2.196 -2.196, 2.196l-0.008, 0c-0.604, 0 -1.154, -0.248 -1.548, -0.646l0.92, -0.918c0.164, 0.165 0.385, 0.264 0.636, 0.264c0.493, 0 0.895, -0.403 0.897, -0.896c-0.002, -0.497 -0.402, -0.896 -0.897, -0.896l-0, -0.001l-0.37, 0l-0, -1.3l0.369, 0l-0, -0.001l0.001, 0l-0, -0.001l0.002, 0Zm7.43, -2.181c-0.813, -1.121 -2.395, -0.619 -2.395, 0.771c0, 1.391 2.395, 2.807 2.395, 3.295c0, -0.488 2.395, -1.904 2.395, -3.295c0, -1.39 -1.582, -1.892 -2.395, -0.771Zm-1.729, -4.574l-1.813, 1.411l-1.813, -1.413l-0.798, 1.024l2.611, 2.038l2.612, -2.038l-0.799, -1.022Zm-11.249, -0.022l-0, -0.001c-0, -0.358 0.291, -0.649 0.649, -0.649c0.359, -0 0.65, 0.291 0.65, 0.649c-0, 0.002 -0.001, 0.003 -0.001, 0.005l-0, 2.208c-0, 0.002 0.001, 0.004 0.001, 0.005c-0, 0.359 -0.291, 0.65 -0.65, 0.65c-0.358, -0 -0.649, -0.291 -0.649, -0.65l-0.001, -0l-0, -2.217l0.001, -0Z" style="fill: rgb(255, 0, 255);"/>`;
</script>

<Base {svgContent}/>