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

  export const svgContent = `<path d="M10.709, 2.248l-5.94, 0l0.001, 19.502l14.459, 0l-0, -10.98l1.249, 0l-0, 12.23l-16.955, 0l-0, -22l7.187, 0l-0, 1.248Zm-3.484, 15.612l9.551, 0l0, 1.247l-9.551, 0l0, -1.247Zm6.908, -3.893l2.643, 0l0, 1.25l-2.643, 0l0, -1.25Zm-6.907, 0l5.525, 0l0, 1.248l-5.525, 0l0, -1.248Zm-0.001, -3.892l9.551, 0l0, 1.247l-9.551, 0l0, -1.247Zm12.998, -1.685l-7.134, -0l-0, -7.134l7.134, 7.134Zm-12.997, -2.208l2.642, 0l0, 1.248l-2.642, 0l0, -1.248Z" style="fill: rgb(255, 140, 0);"/>`;
</script>

<Base {svgContent}/>