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

  export const svgContent = `<path d="M20.393, 2.009c1.442, 0 2.607, 1.166 2.607, 2.606l0, 10.127c0, 1.438 -1.166, 2.605 -2.607, 2.605l-6.792, 0l-4.643, 4.643l0, -4.643l-5.353, 0c-1.439, 0 -2.605, -1.166 -2.605, -2.605l0, -10.127c0, -1.44 1.166, -2.606 2.605, -2.606l16.788, 0Zm0, 14.112c0.764, -0.004 1.378, -0.619 1.379, -1.379l0, -10.127c-0.002, -0.762 -0.616, -1.376 -1.379, -1.379l-16.788, 0c-0.762, 0.003 -1.377, 0.619 -1.379, 1.379l0, 10.127c0.002, 0.76 0.617, 1.375 1.379, 1.379l6.58, 0l0, 2.906l2.91, -2.906l7.298, 0Zm-2.679, -4.084l0, 1.227l-13.392, -0l0, -1.227l13.392, -0Zm1.964, -2.95l0, 1.229l-15.357, -0l0, -1.229l15.357, -0Zm0, -2.949l0, 1.229l-15.357, -0l0, -1.229l15.357, -0Z" style="fill: rgb(255, 140, 0);"/>`;
</script>

<Base {svgContent}/>