Skip to content

Commit 86b4db6

Browse files
committed
include Lucide in icon options
1 parent 04f8e93 commit 86b4db6

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

content/components/accordions.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ icon: "square-caret-down"
3535
</ResponseField>
3636

3737
<ResponseField name="icon" type="string or svg">
38-
A [Font Awesome icon](https://fontawesome.com/icons) or SVG code
38+
A [Font Awesome icon](https://fontawesome.com/icons), [Lucide icon](https://lucide.dev/), or SVG code
3939
</ResponseField>
4040

4141
<ResponseField name="iconType" type="string">

content/components/cards.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Add an `img` property to a card to display an image on the top of the card.
4949
</ResponseField>
5050

5151
<ResponseField name="icon" type="string or svg">
52-
A [Font Awesome icon](https://fontawesome.com/icons) or SVG code in `icon={}`
52+
A [Font Awesome icon](https://fontawesome.com/icons), [Lucide icon](https://lucide.dev/), or SVG code in `icon={}`
5353
</ResponseField>
5454

5555
<ResponseField name="iconType" type="string">

content/components/icons.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Icons"
3-
description: "Use [Font Awesome](https://fontawesome.com/icons) icons anywhere in the doc"
3+
description: "Use [Font Awesome](https://fontawesome.com/icons) or [Lucide](https://lucide.dev/) icons anywhere in the doc"
44
icon: "icons"
55
---
66

content/components/steps.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Steps are the best way to display a series of actions of events to your users. Y
5353
</ResponseField>
5454

5555
<ResponseField name="icon" type="string or svg">
56-
A [Font Awesome icon](https://fontawesome.com/icons) or SVG code in `icon={}`
56+
A [Font Awesome icon](https://fontawesome.com/icons), [Lucide icon](https://lucide.dev/), or SVG code in `icon={}`
5757
</ResponseField>
5858

5959
<ResponseField name="iconType" type="string">

navigation/divisions.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Anchors are another way to section your content. They show up on top of your sid
5151
</Frame>
5252

5353
The configuration is very similar to the tab configuration. We highly recommend that you set an `icon` field as well.
54-
The icon values are [fontawesome icons](https://fontawesome.com/search)
54+
Valid icon values include all named [Font Awesome](https://fontawesome.com/search) and [Lucide](https://lucide.dev/) icons.
5555

5656
```json docs.json
5757
"navigation": {
@@ -91,7 +91,7 @@ The icon values are [fontawesome icons](https://fontawesome.com/search)
9191
</Frame>
9292

9393
Dropdowns show up in the same place as anchors, but are consolidated into a single dropdown.
94-
We also recommend that you set an icon for each dropdown item ([options](https://fontawesome.com/search)).
94+
We also recommend that you set an icon for each dropdown item (from [Font Awesome](https://fontawesome.com/search) or [Lucide](https://lucide.dev/)).
9595
```json docs.json
9696
"navigation": {
9797
"dropdowns": [

page.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ sidebarTitle: "Short title"
6767

6868
Want an icon for your sidebar item like the ones in
6969
[components](/content/components/accordions)? You can set an `icon` attribute in
70-
the metadata! All icons from [Font Awesome](https://fontawesome.com/icons) are
71-
available for us. You can also set an icon type (optional). If not set, the icon
70+
the metadata! All icons from [Font Awesome](https://fontawesome.com/icons) and [Lucide](https://lucide.dev/) are
71+
available for us. You can also set an icon type for Font Awesome icons (optional). If not set, the icon
7272
type will be regular.
7373

7474
```md

settings/global.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -968,11 +968,11 @@ Example:
968968
</ResponseField>
969969

970970
<ResponseField name="icon" type="string">
971-
The [Fontawesome](https://fontawesome.com/icons) icon for the group. Note: this only applies to sub-folders.
971+
The [Font Awesome](https://fontawesome.com/icons) or [Lucide](https://lucide.dev/) icon for the group. Note: this only applies to sub-folders.
972972
</ResponseField>
973973

974974
<ResponseField name="iconType" type="string">
975-
The type of [Fontawesome](https://fontawesome.com/icons) icon. Must be one of: brands, duotone, light, sharp-solid, solid, thin
975+
The type of icon (only for [Font Awesome](https://fontawesome.com/icons) icons). Must be one of: brands, duotone, light, sharp-solid, solid, thin
976976
</ResponseField>
977977

978978
</Expandable>
@@ -1111,7 +1111,7 @@ Example:
11111111
</ResponseField>
11121112

11131113
<ResponseField name="icon" type="string">
1114-
The [Font Awesome](https://fontawesome.com/search?q=heart) icon used to feature the anchor.
1114+
The [Font Awesome](https://fontawesome.com/search?q=heart) or [Lucide](https://lucide.dev/) icon used to feature the anchor.
11151115

11161116
Example: `comments`
11171117
</ResponseField>

0 commit comments

Comments
 (0)