Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions symfony/ux-icons/2.19/assets/icons/symfony.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions symfony/ux-icons/2.19/config/packages/ux_icons.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Full configuration reference: https://symfony.com/bundles/ux-icons/current/index.html#configuration
ux_icons:

# Default HTML attributes to add to all icons
default_icon_attributes:

# Use current text color to fill the icon
fill: currentColor

# Default dimensions
height: '1em'
width: '1em'

# Throw an exception if an icon is not
ignore_not_found: false

when@prod:
ux_icons:
# Suppress exceptions for missing icons in production
ignore_not_found: true
9 changes: 9 additions & 0 deletions symfony/ux-icons/2.19/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"bundles": {
"Symfony\\UX\\Icons\\UXIconsBundle": ["all"]
},
"copy-from-recipe": {
"assets/": "assets/",
"config/": "%CONFIG_DIR%/"
}
}