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

  export const svgContent = `<path d="M12.499, 17.816l-2.133, 0l0, -1.301l2.133, 0c1.588, -0.004 3.016, -1.634 3.018, -3.328l1.299, 0c-0.012, 2.359 -1.853, 4.599 -4.317, 4.629Zm-2.737, -9.854l0, 1.3l-4.255, -0l0, -1.3l4.255, -0Zm8.732, -0.001l0, 1.301l-4.254, -0l0, -1.301l4.254, -0Z" style="fill: rgb(255, 140, 0);"/>`;
</script>

<Base {svgContent}/>