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

  export const svgContent = `<path d="M8.119, 14.727l4.27, 0l0, -4.131l1.412, 0l0, 9.676l-1.412, -0l0, -4.133l-4.27, 0l0, 4.133l-1.413, -0l0, -9.676l1.413, -0l0, 4.132Zm7.846, -2.464c-0, -0.459 2.254, -1.792 2.254, -3.101c-0, -1.308 -1.49, -1.781 -2.254, -0.726c-0.766, -1.055 -2.254, -0.582 -2.254, 0.726c-0, 1.309 2.254, 2.642 2.254, 3.101Z" style="fill: rgb(255, 0, 255);"/><path d="M19.389, 21.776l-14.776, 0l0, -15.167l14.776, 0l0, 15.167Zm-7.389, -20.776l-8.611, 4.285l0, 17.715l17.222, 0l0, -17.717l-8.611, -4.283Z" style="fill: rgb(255, 0, 255);"/>`;
</script>

<Base {svgContent}/>