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

  export const svgContent = `<path d="M18.111, 14.429c0, -0.652 -0.157, -1.261 -0.473, -1.835c-0.316, -0.568 -0.728, -1.078 -1.238, -1.527c-0.592, -0.509 -1.258, -0.891 -2.001, -1.145c-0.745, -0.255 -1.515, -0.383 -2.308, -0.383l-0.154, -0c-1.486, -0.019 -2.867, 0.427 -4.14, 1.344c-1.274, 0.917 -1.911, 2.1 -1.911, 3.546c0, 1.446 0.643, 2.63 1.926, 3.545c1.284, 0.917 2.69, 1.376 4.217, 1.376c1.488, -0 2.874, -0.459 4.158, -1.376c1.283, -0.915 1.924, -2.099 1.924, -3.545m2.445, -0c-0.02, 2.14 -0.901, 3.901 -2.644, 5.287c-1.74, 1.386 -3.701, 2.079 -5.883, 2.079c-2.221, -0 -4.207, -0.693 -5.959, -2.079c-1.752, -1.386 -2.628, -3.147 -2.628, -5.287c0, -1.364 0.397, -2.608 1.192, -3.728c0.793, -1.121 1.832, -1.986 3.118, -2.597c-1.082, -0.735 -1.962, -1.615 -2.645, -2.645c-0.683, -1.028 -1.022, -2.113 -1.022, -3.255l2.444, -0c-0.021, 1.142 0.601, 2.243 1.864, 3.301c1.263, 1.06 2.486, 1.589 3.667, 1.589c1.141, -0 2.334, -0.534 3.576, -1.603c1.244, -1.071 1.864, -2.166 1.864, -3.287l2.447, -0c0, 1.142 -0.349, 2.222 -1.041, 3.24c-0.691, 1.019 -1.569, 1.905 -2.628, 2.66c1.263, 0.611 2.292, 1.476 3.087, 2.597c0.795, 1.12 1.191, 2.364 1.191, 3.728" style="fill: rgb(255, 140, 0);"/>`;
</script>

<Base {svgContent}/>