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

  export const svgContent = `<path d="M23, 22.999l-22, 0l0, -1.309l22, 0l0, 1.309Zm-16.163, -16.388l3.198, 13.396l-1.336, 0l-0.947, -3.965l-3.169, 0l-0.946, 3.965l-1.329, 0l3.191, -13.396l1.338, 0Zm3.702, 1.273l-2.442, -0l0, -1.273l6.195, -0l0, 1.273l-2.444, -0l0, 12.123l-1.309, -0l0, -12.123Zm7.733, 5.503l1.854, -6.776l1.569, -0l0, 13.396l-1.273, -0l0, -9.652l-2.148, 7.861l-2.149, -7.869l0, 9.66l-1.271, -0l0, -13.396l1.568, -0l1.85, 6.776Zm-10.831, 1.355l-1.274, -5.333l-1.273, 5.333l2.547, 0Zm15.559, -9.815l-22, 0l-0, -1.31l5.924, -2.618l10.183, 0l5.893, 2.618l-0, 1.31Z" style="fill: rgb(255, 0, 0);"/>`;
</script>

<Base {svgContent}/>