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

  export const svgContent = `<path d="M17.886, 17.699l-11.777, 0l0.171, -0.788c0.006, -0.095 0.942, -3.8 5.719, -3.785c4.781, -0.015 5.712, 3.69 5.718, 3.785l0.169, 0.788Zm-1.784, -1.3c-0.105, -0.176 -0.239, -0.366 -0.409, -0.557c-0.623, -0.689 -1.668, -1.409 -3.694, -1.417c-2.556, 0.019 -3.61, 1.157 -4.097, 1.974l8.201, 0Zm-10.851, -8.123c-0, -1.299 1.052, -2.352 2.35, -2.352c1.297, 0 2.347, 1.053 2.347, 2.352c-0, 1.296 -1.05, 2.348 -2.347, 2.35c-1.3, -0.002 -2.35, -1.054 -2.35, -2.35Zm8.794, -0.001c-0, -1.3 1.052, -2.35 2.351, -2.35c1.297, 0 2.349, 1.05 2.349, 2.35c-0, 1.297 -1.052, 2.349 -2.349, 2.351c-1.299, 0 -2.351, -1.054 -2.351, -2.351Zm6.719, -6.271l0, 7.375l-1.001, 0l0, -7.375l1.001, 0Zm-4.369, 7.322c0.578, -0.002 1.048, -0.472 1.048, -1.051c0, -0.58 -0.471, -1.05 -1.048, -1.05c-0.581, 0 -1.049, 0.47 -1.052, 1.05c0.003, 0.579 0.473, 1.049 1.052, 1.051Zm-9.845, -1.05c0.002, 0.579 0.472, 1.049 1.051, 1.049c0.577, 0 1.048, -0.47 1.048, -1.049c-0, -0.581 -0.469, -1.051 -1.048, -1.051c-0.581, 0 -1.049, 0.47 -1.051, 1.051Zm12.213, -6.271l-0, 3.438l-1, 0l-0, -3.438l1, 0Zm-2, 0.001l-0, 2.916l-1.001, 0l-0, -2.916l1.001, 0Z" style="fill: rgb(0, 0, 255);"/>`;
</script>

<Base {svgContent}/>