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

  export const svgContent = `<path d="M20.531, 12.971c0.129, -0.724 0.2, -1.495 0.199, -2.323c0.004, -3.119 -0.952, -5.499 -2.561, -7.074c-1.608, -1.574 -3.812, -2.302 -6.168, -2.3c-2.358, -0.002 -4.563, 0.726 -6.17, 2.3c-1.608, 1.575 -2.565, 3.955 -2.561, 7.074c-0.001, 0.828 0.07, 1.6 0.199, 2.324c-2.124, 2.046 -2.42, 6.394 -2.469, 9.755l1.349, -0c-0.041, -2.837 0.425, -6.451 1.528, -8.18c0.441, 1.275 1.103, 2.34 1.954, 3.174c1.607, 1.573 3.812, 2.303 6.17, 2.301l0.01, -0c2.354, -0 4.553, -0.73 6.158, -2.301c0.852, -0.832 1.514, -1.898 1.954, -3.173c1.103, 1.727 1.57, 5.341 1.526, 8.179l1.351, -0c-0.048, -3.362 -0.343, -7.71 -2.469, -9.756Zm-8.53, 5.7c-4.165, -0.065 -7.321, -2.349 -7.381, -8.023c0.06, -5.677 3.216, -7.962 7.381, -8.026c4.163, 0.064 7.319, 2.349 7.379, 8.026c-0.06, 5.674 -3.216, 7.958 -7.379, 8.023Zm0, -5.074c-1.567, -0 -2.046, 1.54 -2.046, 2.187c0, 0.647 -0.051, 1.318 -0.051, 1.318l4.192, -0c0, -0 -0.049, -0.671 -0.049, -1.318c0, -0.647 -0.479, -2.187 -2.046, -2.187Zm4.606, -1.049l-3.069, -2.482l0.849, -1.049l3.069, 2.481l-0.849, 1.05Zm-10.06, -1.05l3.068, -2.481l0.849, 1.049l-3.069, 2.482l-0.848, -1.05Z" style="fill: rgb(255, 140, 0);"/>`;
</script>

<Base {svgContent}/>