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

  export const svgContent = `<path d="M15.996, 12.998l-3.996, -6.021l-3.995, 6.021l-5.257, -6.021l1.986, 14.598l14.537, -0l1.983, -14.598l-5.258, 6.021Zm-12.067, -8.258c0, 0.807 -0.655, 1.463 -1.465, 1.463c-0.808, 0 -1.464, -0.656 -1.464, -1.463c0, -0.811 0.656, -1.465 1.464, -1.465c0.81, 0 1.465, 0.654 1.465, 1.465Zm16.141, 0c0, 0.807 0.656, 1.463 1.467, 1.463c0.808, 0 1.463, -0.656 1.463, -1.463c0, -0.811 -0.655, -1.465 -1.463, -1.465c-0.811, 0 -1.467, 0.654 -1.467, 1.465Zm-6.605, -0.851c-0, 0.809 -0.655, 1.465 -1.464, 1.465c-0.809, -0 -1.464, -0.656 -1.464, -1.465c-0, -0.809 0.655, -1.465 1.464, -1.465c0.809, -0 1.464, 0.656 1.464, 1.465Z" style="fill: rgb(255, 140, 0);"/>`;
</script>

<Base {svgContent}/>