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

  export const svgContent = `<path d="M15.728, 14.318l-3.729, 3.729l-3.727, -3.729l-0.908, 0.908l4.635, 4.636l4.668, -4.636c-0.043, -0.065 -0.354, -0.367 -0.938, -0.908Zm3.242, -6.354l-2.854, 0l1.524, -1.492l-0.94, -0.94l-3.015, 3.08l3.015, 3.048l0.94, -0.941l-1.524, -1.459l2.854, 0l-0, -1.296Zm-12.159, -0.461c0, -0.359 0.291, -0.65 0.649, -0.65c0.359, 0 0.65, 0.291 0.65, 0.65l0, 2.219l-0.001, 0c0, 0.358 -0.291, 0.649 -0.649, 0.649c-0.358, 0 -0.648, -0.291 -0.649, -0.649l-0.002, 0l0, -2.219l0.002, 0Z" style="fill: rgb(255, 0, 255);"/>`;
</script>

<Base {svgContent}/>