summaryrefslogtreecommitdiff
path: root/style/default/376.svelte
blob: 8a4f4781c041c6c38d6220bc351642b5d3e2ac56 (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.421, 1l0, 0.632l4.049, 0l0, 21.368l-18.94, 0l0, -21.368l4.049, 0l0, -0.632l10.842, 0Zm0, 5.69l-10.842, 0l0, -2.628l-1.621, 0l0, 16.509l14.083, 0l0, -16.509l-1.62, 0l0, 2.628Zm-0.58, 10.727l0, 1.263l-9.549, -0l0, -1.263l9.549, 0Zm0, -2.59l0, 1.264l-9.549, 0l0, -1.264l9.549, -0Zm0, -2.588l0, 1.263l-9.549, 0l0, -1.263l9.549, 0Zm-6.023, -1.311l-3.526, 0l0, -3.383l3.526, 0l0, 3.383Zm6.024, -1.279l0, 1.263l-4.694, 0l-0, -1.263l4.694, 0Zm-0.684, -4.222l-0.001, -1.365l-8.316, 0l0, 1.365l8.317, 0Z" style="fill: rgb(0, 60, 150);"/>`;
</script>

<Base {svgContent}/>