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

  export const svgContent = `<path d="M12.964, 20l-1.433, -0.75l-1.431, 0.641l-6.382, -0.784l-2.718, 0.01l0.845, 1.074c0.08, 0.106 2.033, 2.547 5.215, 2.547l0.024, -0c2.129, -0.008 3.93, -1.103 4.916, -1.849c0.986, 0.746 2.787, 1.841 4.916, 1.849l0.025, -0c3.181, -0 5.134, -2.441 5.214, -2.547l0.845, -1.074l-3.115, -0.012l-6.921, 0.895Z" style="fill: rgb(0, 190, 60);"/><path d="M12.273, 17.674l0.92, 0.92c1.255, -1.238 2.06, -2.908 2.045, -5.432c0.004, -2.519 -0.665, -4.878 -2.062, -7.133l-1.105, 0.686c1.278, 2.071 1.864, 4.157 1.868, 6.447c-0.014, 2.282 -0.629, 3.453 -1.666, 4.512m10.464, -4.018c-0.043, 3.942 -3.686, 7.002 -8.08, 7.002l-0.005, -0c-0.819, -0 -1.598, -0.115 -2.321, -0.302l-0.069, -0.02c-0.406, -0.154 -0.713, -0.316 -0.899, -0.426c-0.937, 0.467 -1.994, 0.731 -3.112, 0.731c-3.86, -0 -6.988, -3.129 -6.991, -6.988c0, -3.778 2.52, -6.064 4.949, -7.748c2.465, -1.672 4.876, -3.024 5.165, -4.334c0.08, -0.279 0.335, -0.471 0.625, -0.471c0.291, -0 0.545, 0.192 0.626, 0.471c0.288, 1.31 2.698, 2.662 5.164, 4.334c2.431, 1.684 4.948, 3.97 4.948, 7.751" style="fill: rgb(255, 0, 255);"/>`;
</script>

<Base {svgContent}/>