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

  export const svgContent = `<path d="M22.352, 13.448c-0, 0.282 -0.229, 0.514 -0.51, 0.514c-0.285, 0 -0.513, -0.232 -0.513, -0.514l-0, -2.386l-18.938, 0c-0.283, 0 -0.512, -0.229 -0.512, -0.512c-0, -0.284 0.229, -0.512 0.512, -0.512l19.451, 0c0.133, 0 0.266, 0.056 0.362, 0.148c0.095, 0.096 0.148, 0.229 0.148, 0.364l-0, 2.898Zm-21.352, 1.163l22, 0l-0, -5.223l-22, 0l-0, 5.223Z" style="fill: rgb(255, 0, 0);"/>`;
</script>

<Base {svgContent}/>