summaryrefslogtreecommitdiff
path: root/style/default/382.svelte
blob: 06c1ef0b537ac278fa1e64cc62fd4c52aa7d36ed (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.866, 8.231l-5.866, 1.306l4.359, 4.363l-8.358, 8.358l0.741, 0.742l8.357, -8.359l4.361, 4.363l1.308, -5.872l-4.901, -4.902l-0.001, 0.001Zm5.644, 4.161l-4.903, -4.902l2.325, -2.326l4.903, 4.902l-2.325, 2.326Zm5.93, -5.591l-5.243, -5.242c-0.742, -0.744 -1.95, -0.746 -2.696, -0c-0.746, 0.746 -0.744, 1.95 0, 2.697l5.243, 5.243c0.741, 0.738 1.931, 0.742 2.677, 0.018c0.007, -0.006 0.013, -0.012 0.019, -0.018l0.004, -0.004l0.159, -0.158l0.003, -0.028c0.574, -0.746 0.52, -1.823 -0.166, -2.508Z" style="fill: rgb(0, 190, 60);"/>`;
</script>

<Base {svgContent}/>