File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,6 @@ arguments:
192192 type : select
193193 optional : true
194194 comment : Breakpoint of the element.
195- default : md
196195 options :
197196 values :
198197 - none
@@ -622,12 +621,20 @@ arguments:
622621 comment : >-
623622 Unique identifier of the current element.
624623 icon :
625- type : string
624+ type :
625+ - string
626+ - uint64
626627 optional : true
627628 comment : >-
628629 Icon to include. You can use shorthand notation such as `fas sort` to
629630 include a Font Awesome icon. The argument also supports files with an
630631 `.svg` or `.json` extension.
632+ icon-class :
633+ type : string
634+ optional : true
635+ comment : >-
636+ Class attributes of the icon. Use these to add modifiers such as `fa-2x`
637+ and `fa-flip-horizontal`.
631638 icon-rounded :
632639 type : bool
633640 optional : true
You can’t perform that action at this time.
0 commit comments