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

  export const svgContent = `<path d="M1, 5.605l0, 17.396l3.511, -0l-0, -9.442l14.979, 0.001l-0.001, 9.441l3.511, -0l0, -17.397l-22, 0.001Z" style="fill: rgb(89, 89, 89);"/><path d="M3.284, 21.773l-1.056, 0l0, -8.214l1.056, 0l0, 8.214Zm18.487, 0l-1.056, 0l0, -8.214l1.056, 0l0, 8.214Z" style="fill: rgb(230, 230, 230);"/><path d="M21.772, 12.331l-2.45, 0l2.449, -2.45l0, 2.45Zm-16.767, 0l-2.777, 0l0, -0.374l5.123, -5.123l3.151, 0l-5.497, 5.497Zm5.825, 0l-3.152, 0l5.497, -5.497l3.151, 0l-5.496, 5.497Zm5.824, -0l-3.153, -0l5.497, -5.497l2.774, -0l0, 0.377l-5.119, 5.12Zm-11.973, -5.497l-2.451, 2.451l-0, -2.451l2.451, 0Z" style="fill: rgb(255, 140, 0);"/>`;
</script>

<Base {svgContent}/>