File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -339,6 +339,10 @@ Now, all icons will have the ``fill`` attribute set to ``currentColor`` by defau
339339 Icon Aliases
340340~~~~~~~~~~~~
341341
342+ .. versionadded :: 2.20
343+
344+ Icon Aliases feature was added in 2.20.
345+
342346Aliases are custom names you can define to refer to any icon. They are useful for
343347creating shortcuts to icons you frequently use in your templates:
344348
@@ -544,11 +548,11 @@ Full Configuration
544548 default_icon_attributes :
545549 # Default:
546550 fill : currentColor
547-
551+
548552 # Icon aliases (alias => icon name).
549553 aliases :
550554 # Exemple:
551- dots : ' clarity:ellipsis-horizontal-line'
555+ dots : ' clarity:ellipsis-horizontal-line'
552556
553557 # Configuration for the "on demand" icons powered by Iconify.design.
554558 iconify :
@@ -559,7 +563,7 @@ Full Configuration
559563
560564 # The endpoint for the Iconify API.
561565 endpoint : ' https://api.iconify.design'
562-
566+
563567 # Whether to ignore errors when an icon is not found.
564568 ignore_not_found : false
565569
You can’t perform that action at this time.
0 commit comments