1
2
3
4
5
6
7
|
<script type="text/typescript">
import Base from "../../component/IconBase.svelte";
export const svgContent = `<path d="M18.412, 21.775l-12.823, -0l0, -15.568l12.823, -0l0, 15.568Zm-1.883, -19.118l0, 2.324l-7.937, -0.026l7.937, -2.298Zm1.223, 2.325l0, -3.982l-13.389, 3.982l0, 18.018l15.274, 0l0, -18.018l-1.885, 0Z" style="fill: rgb(0, 60, 150);"/><path d="M10.659, 21.002l-1.223, 0l0, -1.223l1.223, -0l-0, 1.223Zm-2.604, 0l-1.223, 0l0, -1.223l1.223, -0l0, 1.223Zm5.208, 0l-1.224, 0l0, -1.223l1.224, -0l0, 1.223Zm3.149, -0.002l-1.225, 0l0, -5.587l1.225, 0l0, 5.587Zm-5.753, -2.181l-1.223, 0l0, -1.225l1.223, 0l0, 1.225Zm-2.604, 0l-1.223, 0l0, -1.225l1.223, 0l0, 1.225Zm5.208, 0l-1.224, 0l0, -1.225l1.224, 0l0, 1.225Zm0, -2.182l-1.224, 0l0, -1.224l1.224, 0l0, 1.224Zm-2.604, 0l-1.223, 0l0, -1.224l1.223, 0l0, 1.224Zm-2.604, 0l-1.223, 0l0, -1.224l1.223, 0l0, 1.224Zm5.208, -9.3l0, 7.166l-6.431, 0l0, -7.166l6.431, 0Zm3.879, 6.413l-2.706, 0l0, -6.413l2.706, 0l0, 6.413Zm-5.104, -0.47l0, -4.721l-3.983, 0l0, 4.721l3.983, 0Z" style="fill: rgb(0, 60, 150);"/>`;
</script>
<Base {svgContent}/>
|