summaryrefslogtreecommitdiff
path: root/style/default/416.svelte
blob: 3d8d737470a2da31921afb29e938895578144b44 (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.843, 16.082l0.518, 3.621l-0.734, 0l-0, -3.621l0.216, 0Zm3.959, 0.541l-0, 1.593l2.21, 0l1.598, 1.487l-5.975, 0l-0.517, -3.621l2.122, -0l0.562, 0.541Zm-4.174, -10.667l-0, -0.623l6.001, 1.043l-0, 10.577l-0.565, 0l-0, -9.607l-5.436, -1.39Zm7.264, 11.353l-0, -11.997l-8.527, -1.479l-0, 3.103l5.437, 1.388l-0, 6.547l-0.054, -0.051l-5.383, -0l-0, 8.18l10.635, -0l-0, -3.732l-2.108, -1.959Z" style="fill: rgb(89, 89, 89);"/><path d="M10.488, 14.672l-8.434, 0l0, -4.216l8.434, 0l0, 4.216Zm-1.522, 3.044c-0.492, 0 -0.891, -0.399 -0.891, -0.891c0, -0.491 0.399, -0.889 0.891, -0.889c0.492, -0 0.889, 0.398 0.889, 0.889c0, 0.492 -0.397, 0.891 -0.889, 0.891m-5.388, 0c-0.491, 0 -0.89, -0.399 -0.89, -0.891c0, -0.491 0.399, -0.889 0.89, -0.889c0.491, -0 0.89, 0.398 0.89, 0.889c0, 0.492 -0.399, 0.891 -0.89, 0.891m0.585, -9.411l4.216, -0l0, 1.054l-4.216, -0l0, -1.054Zm7.027, -0.995l-9.838, -0c-0.194, -0 -0.352, 0.158 -0.352, 0.351l0, 11.595l1.796, 0l-0.703, 3.744l1.406, 0l0, -3.744l5.545, 0l0, 3.744l1.406, 0l-0.703, -3.744l1.796, 0l0, -11.595c0, -0.193 -0.157, -0.351 -0.353, -0.351" style="fill: rgb(0, 190, 60);"/>`;
</script>

<Base {svgContent}/>