File tree 1 file changed +9
-9
lines changed 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -541,30 +541,30 @@ Full Configuration
541
541
542
542
# config/packages/ux_icons.yaml
543
543
ux_icons :
544
- # The local directory where icons are stored.
544
+ # The local directory where icons are stored
545
545
icon_dir : ' %kernel.project_dir%/assets/icons'
546
546
547
- # Default attributes to add to all icons.
547
+ # Default attributes to add to all icons
548
548
default_icon_attributes :
549
- # Default:
550
549
fill : currentColor
550
+ ' font-size ' : ' 1.25em'
551
551
552
- # Icon aliases (alias => icon name).
552
+ # Icon aliases (alias => icon name)
553
553
aliases :
554
- # Exemple:
555
554
dots : ' clarity:ellipsis-horizontal-line'
555
+ ' tabler:save ' : ' tabler:device-floppy'
556
556
557
- # Configuration for the "on demand" icons powered by Iconify.design.
557
+ # Configuration for the "on demand" icons powered by Iconify.design
558
558
iconify :
559
559
enabled : true
560
560
561
- # Whether to use the "on demand" icons powered by Iconify.design.
561
+ # Whether to use the "on demand" icons powered by Iconify.design
562
562
on_demand : true
563
563
564
- # The endpoint for the Iconify API.
564
+ # The endpoint for the Iconify API
565
565
endpoint : ' https://api.iconify.design'
566
566
567
- # Whether to ignore errors when an icon is not found.
567
+ # Whether to ignore errors when an icon is not found
568
568
ignore_not_found : false
569
569
570
570
Learn more
You can’t perform that action at this time.
0 commit comments