tldraw/assets/icons/icon/geo-cloud.svg
David Sheldrick b87dac538d
fix geo cloud icon (#2485)
fixes #2476 

before (safari)

![image](https://github.com/tldraw/tldraw/assets/1242537/52278ecf-788b-4e42-a24b-700e8e0e35cf)


after (safari)
<img width="190" alt="image"
src="https://github.com/tldraw/tldraw/assets/1242537/cf3f8d2b-01c2-4334-84c4-6b216be6c727">


### Change Type

- [x] `patch` — Bug fix
- [ ] `minor` — New feature
- [ ] `major` — Breaking change
- [ ] `dependencies` — Changes to package dependencies[^1]
- [ ] `documentation` — Changes to the documentation only[^2]
- [ ] `tests` — Changes to any test code only[^2]
- [ ] `internal` — Any other changes that don't affect the published
package[^2]
- [ ] I don't know

[^1]: publishes a `patch` release, for devDependencies use `internal`
[^2]: will not publish a new version



- Fixes the rendering of the cloud icon on safari.
2024-01-17 11:13:23 +00:00

6 lines
No EOL
525 B
XML

<svg width="30" height="30" viewBox="0 0 30 30" fill="none" xmlns="http://www.w3.org/2000/svg">
<path
d="M22.3235 12.395L22.3443 13.258L23.201 13.3634C26.0952 13.7196 28.3367 16.1884 28.3367 19.1792C28.3367 22.4156 25.713 25.0393 22.4766 25.0393H7.52351C4.28709 25.0393 1.66345 22.4156 1.66345 19.1792C1.66345 16.1885 3.9048 13.7197 6.79891 13.3634L7.65558 13.258L7.67644 12.3951C7.7722 8.43304 11.0145 5.25024 15 5.25024C18.9854 5.25024 22.2277 8.43302 22.3235 12.395Z"
stroke="black" stroke-width="2" />
</svg>