1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/guides/assets/images/book_icon.svg
Mark Godwin 400bf4ec04 [ci skip] Adds Dark Mode Iconography
Adds dark mode icons to the dark mode color scheme for rails guides.
2021-04-19 09:20:20 -06:00

4 lines
No EOL
290 B
XML

<svg class="w-6 h-6" fill="none" stroke="#eeeeee" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M16 4v12l-4-2-4 2V4M6 20h12a2 2 0 002-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v12a2 2 0 002 2z"></path>
</svg>