twbs / icons

Official open source SVG icon library for Bootstrap.
https://icons.getbootstrap.com
MIT License
7.42k stars 1.07k forks source link

Copy icon does not work #2019

Open Cucak opened 5 months ago

Cucak commented 5 months ago
   <q-icon
                    name="bi-c-circle"
                    size="24px"
                    class="text-[#B7B9CD] hover:text-[#DFE2EC] active:text-[#8C7EEF]"

                    />

                  <q-icon
                    name="bi-copy"
                    size="24px"
                    class="text-[#B7B9CD] hover:text-[#DFE2EC] active:text-[#8C7EEF]"
                  />

in quasar project all icons are working well but bi-copy does not gets displayed properly...I tried to inspect and I can see there is no :before element at all.