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

  export const svgContent = `<path d="M21.678, 15.605l-19.355, 0l-0, -1.712l4.603, -0.582l3.51, -3.512l6.549, -0l1.318, 3.424l3.375, 0.671l-0, 1.712Z" style="fill: rgb(230, 230, 230);"/><path d="M16.424, 10.579c0.205, 0.526 0.773, 2 1.076, 2.794l-2.885, 0l0, -2.794l1.809, 0Zm-3.352, 0l0, 2.794l-5.09, 0c0.924, -0.924 2.504, -2.506 2.791, -2.794l2.299, 0Z" style="fill: rgb(89, 89, 89);"/><path d="M21.678, 15.606l-19.355, -0l-0, -1.712l4.603, -0.583l3.51, -3.512l6.549, -0l1.318, 3.424l3.375, 0.671l-0, 1.712Zm-4.002, 3.617c-0.592, -0 -1.072, -0.465 -1.072, -1.039c-0, -0.574 0.48, -1.041 1.072, -1.041c0.594, -0 1.074, 0.467 1.074, 1.041c-0, 0.574 -0.48, 1.039 -1.074, 1.039m-10.326, -0c-0.592, -0 -1.072, -0.465 -1.072, -1.039c-0, -0.574 0.48, -1.041 1.072, -1.041c0.592, -0 1.074, 0.467 1.074, 1.041c-0, 0.574 -0.482, 1.039 -1.074, 1.039m2.537, -10.746l-3.576, 3.579l-5.311, 0.673l-0, 6.106l4.137, -0c0.287, 0.924 1.166, 1.602 2.213, 1.602c1.051, 0 1.926, -0.678 2.215, -1.602l5.898, -0c0.287, 0.924 1.164, 1.602 2.213, 1.602c1.051, 0 1.926, -0.678 2.215, -1.602l3.109, -0l-0, -6.025l-3.724, -0.742l-1.383, -3.592l-8.006, 0.001Z" style="fill: rgb(89, 89, 89);"/><rect x="12.605" y="6.326" width="2.098" height="2.151" style="fill: rgb(255, 0, 0);"/>`;
</script>

<Base {svgContent}/>