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

  export const svgContent = `<path d="M16.396, 10.961l-0.557, 0.927c-0.022, 0.052 -1.656, 2.737 -1.666, 5.966c0, 1.23 0.996, 2.226 2.225, 2.226c1.229, 0 2.225, -0.996 2.225, -2.226c-0.01, -3.231 -1.647, -5.914 -1.668, -5.966l-0.559, -0.927Zm0.002, 7.817l0, 0.002c-0.51, -0.002 -0.924, -0.417 -0.924, -0.926c-0.002, -1.388 0.367, -2.727 0.743, -3.712c0.062, -0.158 0.122, -0.307 0.181, -0.446c0.059, 0.14 0.119, 0.289 0.181, 0.448c0.376, 0.983 0.747, 2.322 0.745, 3.71c-0.002, 0.509 -0.414, 0.924 -0.926, 0.924Zm-8.796, -10.379l-1.813, -1.413l-0.8, 1.026l2.613, 2.036l2.613, -2.039l-0.8, -1.023l-1.813, 1.413Zm8.794, 1.649l2.613, -2.037l-0.8, -1.024l-1.813, 1.413l-1.813, -1.413l-0.798, 1.024l2.611, 2.037Z" style="fill: rgb(0, 0, 255);"/>`;
</script>

<Base {svgContent}/>