iconify-unocss.txt 1.8 KB

123456789101112131415161718192021222324252627282930
  1. <div class="my-6 flex justify-between px-8">
  2. <span class="i-duo-icons-cake text-2xl text-primary dark:text-dark"></span>
  3. <span class="i-duo-icons-brush text-2xl text-primary dark:text-dark"></span>
  4. <span class="i-bitcoin-icons-miner-filled text-2xl text-primary dark:text-dark"></span>
  5. <span class="i-bitcoin-icons-magic-wand-outline text-2xl text-primary dark:text-dark"></span>
  6. <span class="i-fluent-color-building-store-20 text-2xl"></span>
  7. </div>
  8. <div class="px-4 text-xs">
  9. {#if lang === 'zh_CN'}
  10. <p>
  11. 以上图标使用 <a class="underline" href="https://unocss.dev/presets/icons" target="_blank">UnoCSS Icons</a> 配合 <a class="underline" href="https://iconify.design" target="_blank">Iconify</a> 方式:
  12. </p>
  13. <p class="mt-2">
  14. 第一与第二个来自
  15. <a class="underline" href="https://icon-sets.iconify.design/duo-icons/" target="_blank">duo-icons</a>,第三与第四个来自
  16. <a class="underline" href="https://icon-sets.iconify.design/bitcoin-icons/" target="_blank">bitcoin-icons</a>,最后一个来自
  17. <a class="underline" href="https://icon-sets.iconify.design/fluent-color/" target="_blank">fluent-color</a>。
  18. </p>
  19. {:else}
  20. <p>
  21. The above icons use <a class="underline" href="https://unocss.dev/presets/icons" target="_blank">UnoCSS Icons</a> with <a class="underline" href="https://iconify.design" target="_blank">Iconify</a> way:
  22. </p>
  23. <p class="mt-2">
  24. The first and second come from
  25. <a class="underline" href="https://icon-sets.iconify.design/duo-icons/" target="_blank">duo-icons</a>, the third and fourth come from
  26. <a class="underline" href="https://icon-sets.iconify.design/bitcoin-icons/" target="_blank">bitcoin-icons</a>, the last one comes from
  27. <a class="underline" href="https://icon-sets.iconify.design/fluent-color/" target="_blank">fluent-color</a>.
  28. </p>
  29. {/if}
  30. </div>