carltongibson / notes

Being a (Django) open source maintainer discussion group, and my notes on misc.
https://noumenal.es/notes/
3 stars 0 forks source link

SVG Inlines #25

Open carltongibson opened 1 year ago

carltongibson commented 1 year ago

I might want to do this:

          <svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" fill="currentColor" class="h-5 w-5" viewBox="0 0 20 20">
            <path fill-rule="evenodd" d="... />
          </svg>

or this:

<img class="h-16 w-16" src=".../icons/icon-shipping-simple.svg" alt="">

with the same SVG stored on disk.

Adjusting classes etc.