diff options
Diffstat (limited to 'style/default/389.svelte')
| -rwxr-xr-x | style/default/389.svelte | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/style/default/389.svelte b/style/default/389.svelte new file mode 100755 index 0000000..85d424b --- /dev/null +++ b/style/default/389.svelte @@ -0,0 +1,7 @@ +<script type="text/typescript"> + import Base from "../../component/IconBase.svelte"; + + export const svgContent = `<path d="M11.999, 1.016c-6.066, -0 -10.984, 4.917 -10.984, 10.984c0, 6.065 4.918, 10.982 10.984, 10.982c6.066, -0 10.983, -4.917 10.983, -10.982c0, -6.067 -4.917, -10.984 -10.983, -10.984Zm7.189, 17.445l-0.475, -0.354l-0.973, 0.683l-0.383, 1.127l0.098, 0.073c-1.553, 1.063 -3.43, 1.688 -5.456, 1.692c-2.037, -0.004 -3.925, -0.637 -5.483, -1.712l0.069, -0.052l-0.974, -0.684l-0.382, -1.126l-0.44, 0.331c-1.53, -1.711 -2.468, -3.962 -2.473, -6.439c0.005, -2.489 0.952, -4.75 2.494, -6.464l0.478, 0.356l0.973, -0.685l0.381, -1.126l-0.099, -0.074c1.553, -1.063 3.432, -1.688 5.456, -1.691c2.038, 0.003 3.924, 0.637 5.483, 1.712l-0.068, 0.051l0.974, 0.686l0.383, 1.126l0.439, -0.331c1.529, 1.712 2.467, 3.963 2.471, 6.44c-0.005, 2.488 -0.951, 4.748 -2.492, 6.461Zm-12.924, 0.278l-0.58, -1.037l0.576, -0.626l0.58, 1.038l1.082, 0.496l-0.577, 0.625l-1.081, -0.496Zm10.339, -1.176l1.085, -0.488l0.573, 0.625l-1.084, 0.492l-0.585, 1.037l-0.575, -0.63l0.585, -1.037Zm-9.229, -0.03l-0.766, -0.909l0.449, -0.723l0.765, 0.91l1.156, 0.284l-0.449, 0.722l-1.155, -0.284Zm8.377, -1.362l1.157, -0.271l0.443, 0.724l-1.158, 0.275l-0.775, 0.904l-0.442, -0.73l0.775, -0.902Zm-7.514, -0.036l-0.925, -0.747l0.302, -0.795l0.926, 0.748l1.188, 0.058l-0.303, 0.795l-1.188, -0.059Zm6.942, -1.502l1.188, -0.044l0.295, 0.797l-1.188, 0.046l-0.933, 0.739l-0.296, -0.801l0.934, -0.737Zm-6.351, -0.16l-1.048, -0.561l0.149, -0.838l1.049, 0.563l1.178, -0.165l-0.151, 0.839l-1.177, 0.162Zm6.061, -1.416l1.176, 0.174l0.145, 0.837l-1.177, -0.172l-1.055, 0.555l-0.143, -0.84l1.054, -0.554Zm-5.767, -0.433l-1.13, -0.37l-0.001, -0.85l1.132, 0.37l1.131, -0.369l-0.001, 0.852l-1.131, 0.367Zm5.757, -1.248l1.129, 0.37l0.001, 0.85l-1.131, -0.369l-1.133, 0.368l0.001, -0.852l1.133, -0.367Zm-5.767, -0.433l-1.176, -0.173l-0.145, -0.838l1.178, 0.174l1.053, -0.556l0.142, 0.839l-1.052, 0.554Zm6.062, -1.416l1.047, 0.562l-0.149, 0.837l-1.046, -0.562l-1.182, 0.164l0.15, -0.839l1.18, -0.162Zm-6.353, -0.161l-1.188, 0.045l-0.295, -0.796l1.189, -0.046l0.934, -0.74l0.294, 0.8l-0.934, 0.737Zm6.944, -1.5l0.924, 0.746l-0.301, 0.796l-0.926, -0.748l-1.19, -0.058l0.304, -0.796l1.189, 0.06Zm-7.515, -0.039l-1.158, 0.273l-0.443, -0.725l1.159, -0.274l0.774, -0.904l0.441, 0.728l-0.773, 0.902Zm8.377, -1.36l0.765, 0.909l-0.448, 0.723l-0.765, -0.91l-1.157, -0.284l0.449, -0.723l1.156, 0.285Zm-9.231, -0.032l-1.083, 0.491l-0.575, -0.625l1.085, -0.493l0.585, -1.038l0.573, 0.63l-0.585, 1.035Zm10.339, -1.173l0.58, 1.037l-0.575, 0.626l-0.582, -1.039l-1.082, -0.498l0.578, -0.625l1.081, 0.499Z" style="fill: rgb(89, 89, 89);"/>`; +</script> + +<Base {svgContent}/> |
