bevy/assets
Weasy e16ba80bd2 Add bevy_bird SVG for simpleicons.org (#3672)
# Objective

Add an icon to [simpleicons.org](https://simpleicons.org/), so that we can use it with [shields.io](https://shields.io/) to make some nice shields/badges.

## Solution

Create a bevy bird SVG according to this guideline https://github.com/simple-icons/simple-icons/blob/develop/CONTRIBUTING.md#icon-guidelines, meaning i made [bevy_icon_dark.svg](https://github.com/bevyengine/bevy-website/blob/master/static/assets/bevy_icon_dark.svg) monochromatic and ran through all the steps in the icon-guideline. The result looks like this:

![grafik](https://user-images.githubusercontent.com/11967542/149509545-0748af23-ff52-42e6-a5bc-c1c7ce43e1fe.png)

We still need to open a PR in the https://github.com/simple-icons/simple-icons repo.
2022-01-17 21:00:43 +00:00
..
android-res/mipmap-mdpi android example polish (#845) 2020-11-11 16:31:16 -08:00
branding Add bevy_bird SVG for simpleicons.org (#3672) 2022-01-17 21:00:43 +00:00
data Asset system rework and GLTF scene loading (#693) 2020-10-18 13:48:15 -07:00
fonts initial text rendering 2020-05-13 13:22:12 -07:00
models add an example using UI & states to create a game menu (#2960) 2022-01-14 19:09:42 +00:00
scenes Fix warning in scene example (#1441) 2021-02-22 03:59:36 +00:00
shaders add some more pipelined-rendering shader examples (#3041) 2022-01-05 19:43:11 +00:00
sounds use ogg by default instead of mp3 (#3421) 2021-12-23 19:19:15 +00:00
textures add an example using UI & states to create a game menu (#2960) 2022-01-14 19:09:42 +00:00