Tech-FestivalDoJapao / Gerenciamento

Sistema de gerenciamento de voluntários e recursos para o Festival do Japão
https://tech-festivaldojapao.github.io/Gerenciamento/
MIT License
1 stars 0 forks source link

Mover elementos <svg /> para um arquivo próprio #12

Open Tech-FestivalDoJapao opened 3 months ago

Tech-FestivalDoJapao commented 3 months ago

Como está atualmente no html:

<svg xmlns="http://www.w3.org/2000/svg" height="20" width="22.5" viewBox="0 0 576 512" fill="currentColor">
   <!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.-->
   <path d="M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c0 2.7-.2 5.4-.5 8.1V472c0 22.1-17.9 40-40 40H456c-1.1 0-2.2 0-3.3-.1c-1.4 .1-2.8 .1-4.2 .1H416 392c-22.1 0-40-17.9-40-40V448 384c0-17.7-14.3-32-32-32H256c-17.7 0-32 14.3-32 32v64 24c0 22.1-17.9 40-40 40H160 128.1c-1.5 0-3-.1-4.5-.2c-1.2 .1-2.4 .2-3.6 .2H104c-22.1 0-40-17.9-40-40V360c0-.9 0-1.9 .1-2.8V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L564.8 231.5c8 7 12 15 11 24z" />
</svg>

Exemplo de como queremos que fique:

 <svg xmlns="http://www.w3.org/2000/svg" height="20" width="22.5" viewBox="0 0 576 512" fill="currentColor">
    <use href="#icone-menu"></use>
 </svg>
RafaelaDBonis commented 3 months ago

TODO: essa seguir a estrutura os elementos svg

<svg class="bi my-1 theme-icon-active" width="1em" height="1em">
  <use href="#circle-half"></use>
</svg>
BiancaFSilva commented 3 months ago

Arquivos que serão alterados com essa implementação: