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

  export const svgContent = `<path d="M23, 6.646l0, 10.71l-22, -0l0, -10.71l22, -0Zm-1.227, 9.481l0, -8.254l-5.196, -0l0, 0.966l-0.904, -0l0, -0.966l-13.446, -0l0, 8.254l13.446, -0l0, -0.965l0.904, -0l0, 0.965l5.196, -0Zm-6.099, -2.771l0.903, 0l0, 0.902l-0.903, 0l0, -0.902Zm-12.171, -1.462l2.951, -0l0, 1.229l-2.951, -0l0, -1.229Zm12.171, -0.345l0.903, 0l0, 0.904l-0.903, 0l0, -0.904Zm0, -1.805l0.903, -0l0, 0.902l-0.903, -0l0, -0.902Zm-12.171, -0.446l5.959, -0l0, 1.229l-5.959, -0l0, -1.229Z" style="fill: rgb(0, 0, 255);"/>`;
</script>

<Base {svgContent}/>