|
| 1 | +--- |
| 2 | +description: Where lucide icons are allowed to be used |
| 3 | +title: Permitted usage |
| 4 | +weight: 100 |
| 5 | +--- |
| 6 | + |
| 7 | +[Lucide Icons](https://lucide.dev/) is a free icon library with a permissive license (MIT). We use it for our minimal icon needs in place of FontAwesome in Oldframe. |
| 8 | + |
| 9 | +{{<fe "book-headphones">}} |
| 10 | + |
| 11 | +[Lucide link{{<fe "circle">}}](#) |
| 12 | + |
| 13 | +{{<fe "circle">}} in text. |
| 14 | + |
| 15 | +Here are some icons that are using font-awesome but should be backwards compatible: |
| 16 | +<i class="fa-solid fa-check" style="color:green"></i> |
| 17 | +<i class="fa fa-circle"></i> |
| 18 | +<i class="fa-solid fa-bug" style="color:#E4002B"></i> |
| 19 | +<i class="fa-solid fa-bug-slash" style="color:#666666"></i> |
| 20 | +<i class="fa-solid fa-circle-info" style="color:#1d9cd3;"></i> |
| 21 | +<i class="fa-solid fa-file-circle-plus" style="color:#009639"></i> |
| 22 | +<i class="fa-solid fa-check"></i> |
| 23 | +<i class="fa fa-x"></i> |
| 24 | +<i class="fa-solid fa-download"></i> |
| 25 | +<i class="fa-solid fa-ban" style="color: red"></i> |
| 26 | +<i class="fa fa-check-circle" aria-hidden="true"></i> |
| 27 | +<i class="fas fa-heartbeat"></i> |
| 28 | +<i class="fas fa-code-branch"></i> |
| 29 | +<i class="fas fa-desktop"></i> |
| 30 | +<i class="fas fa-certificate"></i> |
| 31 | +<i class="fas fa-cogs"></i> |
| 32 | +<i class="fas fa-shield-alt"></i> |
| 33 | +<i class="fas fa-microchip"></i> |
| 34 | +<i class="fas fa-memory"></i> |
| 35 | +<i class="fas fa-hdd"></i> |
| 36 | +<i class="fas fa-exclamation-triangle"></i> |
| 37 | +<i class="fas fa-tachometer-alt"></i> |
| 38 | +<i class="fa-solid fa-circle-exclamation"></i> |
| 39 | +<i class="far fa-file-code"></i> |
| 40 | +<i class="fa-solid fa-circle-info"></i> |
| 41 | +<i class="fa fa-exclamation-triangle" aria-hidden="true" aria-label="Warning"></i> |
| 42 | +<i class="fa-regular fa-lightbulb" aria-hidden="true" aria-label="Tip"></i> |
| 43 | +<i class="fa-solid fa-circle-check center"></i> |
| 44 | +<i class="fa-solid fa-triangle-exclamation"></i> |
| 45 | +<i class="fa-solid fa-info-circle"></i> |
| 46 | +<i class="fa-solid fa-arrow-up-right-from-square" style="color:#009639;"></i> |
| 47 | +<i class="fa-solid fa-chevron-right"></i> |
| 48 | +<i class="fa-regular fa-pen-to-square"></i> |
| 49 | +<i class="fa-regular fa-star" style='color:gold'></i> |
| 50 | +<i class="fas fa-link fa-xs" aria-hidden="true"></i> |
| 51 | +<i class="fa fa-chevron-right sidebar-visible-collapsed"></i> |
| 52 | +<i class="fa fa-chevron-left sidebar-visible-expanded"></i> |
| 53 | +<i class="fa fa-chevron-up"></i> |
| 54 | +<i class="fa fa-chevron-down"></i> |
| 55 | +<i class="fas fa-flask fa-lg beta-icon"></i> |
| 56 | +{{<warning>}} |
| 57 | +This is a Warning callout. There was previously a bug with **bold text** that we should be aware of and continue to check for. This callout was invoked with the `<warning>` shortcode. It has no custom title. {{<fe "octagon-alert">}} |
| 58 | +{{</warning>}} |
0 commit comments