feathericons / feather

Simply beautiful open-source icons
https://feathericons.com
MIT License
24.67k stars 1.21k forks source link

some icon not display #1083

Open little3201 opened 3 years ago

little3201 commented 3 years ago

Prerequisites

Step to reproduce

do with doc , svg sprite,

<a
                  class="flex items-center mr-3 text-green-600"
                  href="javascript:;"
                  @click.prevent="treeOperate(true, 'group')"
                >
                  <svg
                    width="16"
                    height="16"
                    viewBox="0 0 24 24"
                    fill="none"
                    stroke="currentColor"
                    stroke-width="1.5"
                    stroke-linecap="round"
                    stroke-linejoin="round"
                    class="mr-2"
                  >
                    <use xlink:href="/svg/feather-sprite.svg#users" />
                  </svg>
                  Groups
                </a>
                <a
                  class="flex items-center mr-3 text-yellow-600"
                  href="javascript:;"
                  @click.prevent="treeOperate(true, 'role')"
                >
                  <svg
                    width="16"
                    height="16"
                    viewBox="0 0 24 24"
                    fill="none"
                    stroke="currentColor"
                    stroke-width="1.5"
                    stroke-linecap="round"
                    stroke-linejoin="round"
                    class="mr-2"
                  >
                    <use xlink:href="/svg/feather-sprite.svg#pocket" />
                  </svg>
                  Roles
                </a>

Actual behavior

Any message or error

no error message, but after render, the key of the icon is empty

截屏2021-05-30 18 08 43 截屏2021-05-30 18 09 37

Resources