diff options
Diffstat (limited to 'style/default/370.svelte')
| -rwxr-xr-x | style/default/370.svelte | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/style/default/370.svelte b/style/default/370.svelte new file mode 100755 index 0000000..800a2d1 --- /dev/null +++ b/style/default/370.svelte @@ -0,0 +1,7 @@ +<script type="text/typescript"> + import Base from "../../component/IconBase.svelte"; + + export const svgContent = `<path d="M22.997, 22.997l-21.997, 0l0, -21.997l21.997, 0l0, 21.997Zm-1.301, -20.698l-19.397, 0l0, 19.399l19.399, 0l-0.002, -19.399Zm-13.818, 16.856l1.809, 0l-0, 1.228l-1.809, -0l-0, -1.228Zm3.218, 0l1.809, 0l0, 1.228l-1.809, -0l0, -1.228Zm3.217, 0l1.809, 0l0, 1.228l-1.809, -0l0, -1.228Zm-9.652, 0l1.809, 0l0, 1.228l-1.809, -0l0, -1.228Zm12.868, 0l1.81, 0l0, 1.228l-1.81, -0l0, -1.228Zm-12.866, -2.16l1.808, -0l-0, 1.227l-1.808, 0l-0, -1.227Zm8.241, 1.227l-1.809, 0l0, -1.227l1.809, 0l0, 1.227Zm-5.025, -1.227l1.809, -0l0, 1.227l-1.809, 0l0, -1.227Zm6.434, -0l1.81, -0l0, 1.227l-1.81, 0l0, -1.227Zm3.214, -0.001l1.812, 0l0, 1.228l-1.812, 0l0, -1.228Zm-11.057, -0.933l-1.808, 0l0, -1.228l1.808, 0l0, 1.228Zm6.434, 0l-1.808, 0l0, -1.228l1.808, 0l0, 1.228Zm-5.024, -1.228l1.808, -0l0, 1.228l-1.808, 0l0, -1.228Zm6.433, -0l1.808, -0l0, 1.228l-1.808, 0l0, -1.228Zm3.214, 0l1.812, 0l0, 1.227l-1.812, 0l0, -1.227Zm-1.406, -0.933l-1.808, 0l0, -1.227l1.808, 0l0, 1.227Zm-3.217, 0l-1.81, 0l0, -1.228l1.81, 0l0, 1.228Zm-8.243, -1.229l1.81, 0l0, 1.228l-1.81, 0l0, -1.228Zm3.219, 0l1.81, 0l0, 1.228l-1.81, 0l0, -1.228Zm9.647, 0l1.812, 0l0, 1.228l-1.812, 0l0, -1.228Zm2.94, -1.428l-16.935, 0l0, -1.227l16.935, 0l0, 1.227Zm-10.031, -1.993l-1.102, 0l0, -4.616l-0.674, 0.382l-0.516, -0.991l1.402, -0.799l0.89, 0l0, 6.024Zm2.086, -3.527l-1.106, 0l0.004, -0.52c-0.004, -0.031 -0.004, -0.05 -0.004, -0.052c-0, -0.491 0.159, -1.002 0.549, -1.372c0.391, -0.374 0.951, -0.553 1.62, -0.553c0.668, 0 1.233, 0.179 1.622, 0.553c0.364, 0.348 0.527, 0.818 0.546, 1.279l0.002, 0.003l-0, 0.101c-0.006, 0.966 -0.728, 1.484 -1.31, 1.816c-0.607, 0.347 -1.226, 0.651 -1.542, 1.044c-0.025, 0.029 -0.052, 0.065 -0.08, 0.105l2.932, 0l-0, 1.123l-4.339, 0l-0, -0.786l0.023, -0.053l0.031, -0.082l0.006, -0.008c0.007, -0.017 0.018, -0.042 0.03, -0.072c0.03, -0.066 0.071, -0.157 0.122, -0.262c0.105, -0.21 0.249, -0.471 0.436, -0.699c0.555, -0.65 1.306, -0.969 1.832, -1.283c0.559, -0.338 0.759, -0.546 0.755, -0.838l-0.001, -0.003c0, -0.003 -0.001, -0.007 -0.001, -0.011c-0.073, -0.528 -0.087, -0.718 -1.056, -0.802c-0.988, 0.084 -0.999, 0.274 -1.072, 0.806l0, 0.566Z" style="fill: rgb(89, 89, 89);"/>`; +</script> + +<Base {svgContent}/> |
