@mapbox/assembly 1.15.0 → 1.15.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/svgs/horizon.svg +4 -1
package/package.json
CHANGED
package/src/svgs/horizon.svg
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
|
2
2
|
<svg viewBox="0 0 18 18" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path d="
|
|
3
|
+
<path d="M9 7.5C11.1415 7.5 12.9318 8.9962 13.3867 11H16C16.5523 11 17 11.4477 17 12C17 12.5523 16.5523 13 16 13H2C1.44772 13 1 12.5523 1 12C1 11.4477 1.44772 11 2 11H4.61328C5.06815 8.9962 6.85855 7.5 9 7.5Z"/>
|
|
4
|
+
<path d="M3.34277 6.34277C3.73313 5.95241 4.36631 5.95269 4.75684 6.34277L5.88281 7.46875C5.3297 7.84998 4.84998 8.3297 4.46875 8.88281L3.34277 7.75781C2.95224 7.36731 2.95224 6.73327 3.34277 6.34277Z"/>
|
|
5
|
+
<path d="M13.2422 6.34277C13.6327 5.95228 14.2666 5.95229 14.6572 6.34277C15.0477 6.7333 15.0477 7.36731 14.6572 7.75781L13.5303 8.88281C13.1489 8.32967 12.6695 7.84995 12.1162 7.46875L13.2422 6.34277Z"/>
|
|
6
|
+
<path d="M9 4C9.55228 4 10 4.44772 10 5V6.5918C9.67566 6.53221 9.34157 6.5 9 6.5C8.65843 6.5 8.32434 6.53221 8 6.5918V5C8 4.44772 8.44772 4 9 4Z"/>
|
|
4
7
|
</svg>
|