Skip to content

Commit 5b07df2

Browse files
authored
Documentation edits made through Mintlify web editor
1 parent 0507c89 commit 5b07df2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

components/icons.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ description: "Use icons from popular icon libraries"
44
icon: "flag"
55
---
66

7-
<Icon icon="flag" size={32} />
8-
9-
<RequestExample>
7+
<Icon icon="flag" size={32} /><RequestExample>
108

119
```mdx Icon Example
1210
<Icon icon="flag" size={32} />
@@ -27,7 +25,7 @@ The icon will be placed inline when used in a paragraph.
2725
### Props
2826

2927
<ResponseField name="icon" type="string" required>
30-
A [Font Awesome](https://fontawesome.com/icons) icon, [Lucide](https://lucide.dev/icons) icon, or URL pointing to an icon.
28+
A [Font Awesome](https://fontawesome.com/icons) icon, [Lucide](https://lucide.dev/icons) icon, URL to an icon, or relative path to an icon.
3129
</ResponseField>
3230

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

0 commit comments

Comments
 (0)