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

  export const svgContent = `<path d="M16.893, 8.31c-0.062, 0.593 -0.137, 1.19 -0.23, 1.793c-0.091, 0.604 -0.219, 1.354 -0.385, 2.254c-0.346, 1.494 -0.791, 3.088 -1.332, 4.784c-0.542, 1.699 -1.111, 2.915 -1.702, 3.65l-0, 2.209l-1.228, 0l-0, -2.209c-0.612, -0.735 -1.196, -1.947 -1.749, -3.634c-0.55, -1.686 -0.99, -3.285 -1.317, -4.8c-0.145, -0.736 -0.266, -1.435 -0.369, -2.099c-0.103, -0.665 -0.184, -1.315 -0.246, -1.948l1.228, 0l-0, -1.228l1.226, 0l-0, 1.228l1.227, 0l-0, -4.264c-0, -0.592 -0.164, -1.042 -0.49, -1.35c-0.328, -0.306 -0.777, -0.459 -1.35, -0.459c-0.675, 0 -1.145, 0.143 -1.411, 0.429c-0.266, 0.287 -0.409, 0.756 -0.43, 1.411l-1.226, 0c-0, -0.961 0.266, -1.712 0.797, -2.254c0.532, -0.541 1.289, -0.813 2.27, -0.813c0.9, 0 1.636, 0.276 2.208, 0.828c0.572, 0.552 0.86, 1.288 0.86, 2.208l-0, 4.264l1.226, 0l-0, -1.228l1.195, 0l-0, 1.228l1.228, 0Z" style="fill: rgb(0, 0, 255);"/>`;
</script>

<Base {svgContent}/>