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

  export const svgContent = `<path d="M15.59, 3.748c0.382, -0.598 0.811, -1.664 -0.007, -2.748c2.52, 0.395 2.256, 2.48 1.41, 3.212l0, 1.608l2.882, 1.487l-2.267, 0l0, 3.23l4.546, 2.529l-2.299, 0l0, 3.391l2.37, 6.543l-20.451, 0l2.372, -6.546l0, -3.388l-2.298, 0l4.543, -2.529l0, -3.23l-2.265, 0l2.881, -1.487l0, -1.609c-0.844, -0.733 -1.109, -2.816 1.412, -3.211c-0.818, 1.084 -0.389, 2.15 -0.009, 2.748l7.18, 0Zm-10.182, 9.318l0, 2.87l13.185, 0l0, -2.87l-13.185, 0Zm7.225, 2.188l-1.263, 0l0, -1.263l1.263, 0l0, 1.263Zm4.309, 0l-1.263, 0l-0, -1.263l1.263, 0l-0, 1.263Zm-8.62, -0.001l-1.262, 0l0, -1.263l1.262, 0l0, 1.263Zm6.164, -3.833l-2.485, -1.573l-2.485, 1.573l4.97, 0Zm1.859, -1.234l0, -2.879l-8.692, 0l0, 2.879l1.449, 0l2.899, -1.833l2.896, 1.833l1.448, 0Zm-6.567, -0.921l-1.262, 0l0, -1.263l1.262, 0l0, 1.263Zm5.708, 0l-1.263, 0l0, -1.263l1.263, 0l0, 1.263Z" style="fill: rgb(0, 60, 150);"/>`;
</script>

<Base {svgContent}/>