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

  export const svgContent = `<path d="M13.716, 19.626l-0, -1.508l-3.433, 0l-0, 1.508l-1.855, 0l-0, 2.212l1.162, 1.162l4.822, 0l1.162, -1.162l-0, -2.212l-1.858, 0Z" style="fill: rgb(180, 80, 0);"/><path d="M20.016, 18.118l-5.777, -4.348l4.601, 0l-5.471, -4.375l4.227, 0l-5.596, -4.09l-5.596, 4.09l4.228, 0l-5.472, 4.375l4.602, 0l-5.777, 4.348l16.031, 0Z" style="fill: rgb(0, 190, 60);"/><path d="M12, 1.049l0.568, 1.655l1.706, -0.003l-1.355, 1.083l0.487, 1.592l-1.406, -0.924l-1.405, 0.924l0.485, -1.592l-1.353, -1.083l1.705, 0.003l0.568, -1.655Z" style="fill: rgb(255, 140, 0);"/>`;
</script>

<Base {svgContent}/>