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

  export const svgContent = `<path d="M17.834, 21.772l-12.217, -0.001l0, -0.905l10.551, 0l0, -9.411l1.666, 0l0, 10.317Zm-15.108, -19.543l12.213, -0l0, 3.254l-2.488, -0l0, 2.273l2.49, -0l0, 11.883l-12.215, -0l0, -17.411Zm15.108, 3.255l-1.666, -0l0, -1.119l1.666, -0l0, 1.119Zm0, 3.697l-1.666, -0l0, -1.424l1.666, -0l0, 1.424Zm4.668, -0l-3.441, -0l0, -1.424l0.55, -0l0, -2.273l-0.55, -0l0, -2.348l-2.893, 0l0, -2.135l-14.67, 0.001l-0, 19.866l2.892, -0l0, 2.134l14.671, -0l0, -11.545l3.441, -0l0, -2.276Z" style="fill: rgb(255, 140, 0);"/>`;
</script>

<Base {svgContent}/>