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

  export const svgContent = `<path d="M15.663, 11.633c-0.064, 2.264 -0.129, 4.273 -1.498, 5.982c-1.144, 1.434 -2.94, 2.129 -4.751, 2.129c-2.243, 0.002 -4.396, -1.071 -5.237, -2.896c-0.48, -1.018 -0.717, -2.186 -0.717, -3.41c-0.002, -2.649 1.14, -5.52 3.267, -7.557c1.094, 0.213 2.309, 0.38 3.6, 0.464c-0.501, 0.965 -1.184, 2.648 -1.491, 5.106l1.26, 0.159c0.235, -1.888 0.704, -3.268 1.106, -4.169c0.203, -0.451 0.388, -0.781 0.519, -0.994c0.013, -0.022 0.018, -0.027 0.03, -0.046c0.083, 0.001 0.164, 0.005 0.248, 0.005c1.715, -0.001 3.317, -0.179 4.749, -0.432c-0.954, 1.878 -1.031, 3.848 -1.085, 5.659m7.337, -7.495l-0.535, -1.151l-0.002, -0c-0.003, 0.002 -1.131, 0.53 -3.023, 1.07c-1.892, 0.542 -4.52, 1.082 -7.441, 1.08c-2.921, 0.002 -5.549, -0.538 -7.44, -1.08c-1.893, -0.54 -3.021, -1.072 -3.025, -1.07l-0.534, 1.151c0.027, 0.01 1.68, 0.778 4.267, 1.418c-2.015, 2.234 -3.072, 5.133 -3.074, 7.882c0, 1.386 0.269, 2.74 0.836, 3.949c1.133, 2.397 3.768, 3.624 6.385, 3.627l0.009, -0c2.12, -0 4.301, -0.818 5.732, -2.607c1.68, -2.112 1.706, -4.512 1.775, -6.735c0.064, -2.187 0.169, -4.212 1.509, -6.045c2.755, -0.653 4.532, -1.478 4.561, -1.489" style="fill: rgb(255, 0, 0);"/>`;
</script>

<Base {svgContent}/>