Fix SVGs
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-04-10 12:16:38 +02:00
parent 89911ad7c1
commit e5668f3a72
9 changed files with 12 additions and 12 deletions

View File

@@ -12,7 +12,7 @@
const randomId = randomString(6, 'A')
</script>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
<svg xmlns="http://www.w3.org/2000/svg" version="1.1"
width={width} viewBox="0 0 56 56"
fill={color}
class="icon-svg icon-globe icon-globe--small" class:is-animated={animated}