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

  export const svgContent = `<path d="M14.078, 17.213l0, -2.046l-2.748, 2.046l2.748, -0Zm0, -10.445l-4.16, 3.097l0, 2.1l4.16, -3.097l0, -2.1Z" style="fill: rgb(255, 0, 0);"/><path d="M14.078, 10.968l-4.16, 3.097l0, -6.3l2.365, -1.761l1.795, -0l0, 4.964Zm-4.16, 6.245l0, -1.048l4.16, -3.097l0, 4.145l-4.16, -0Zm2.081, -14.913c1.463, 0.003 2.683, 1.031 2.983, 2.404l-5.965, -0c0.299, -1.373 1.52, -2.401 2.982, -2.404m4.354, 3.704l0, -0.65c0, -2.405 -1.95, -4.354 -4.354, -4.354c-2.404, -0 -4.352, 1.949 -4.352, 4.354l0, 0.65l0.971, -0l0, 11.209l-0.882, -0l0, 5.787l8.528, -0l0, -5.787l-0.888, -0l0, -11.209l0.977, -0Z" style="fill: rgb(0, 0, 255);"/>`;
</script>

<Base {svgContent}/>