Skip to content

Commit 9f70acf

Browse files
committed
[UXIcons] Add recipe
1 parent 1efd453 commit 9f70acf

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Full configuration reference: https://symfony.com/bundles/ux-icons/current/index.html#configuration
2+
ux_icons:
3+
4+
# Default HTML attributes to add to all icons
5+
default_icon_attributes:
6+
# Use current text color to fill the icon
7+
fill: currentColor
8+
9+
# Default dimensions
10+
height: '1em'
11+
width: '1em'
12+
13+
# Throw an exception if an icon is not
14+
ignore_not_found: false
15+
16+
when@prod:
17+
ux_icons:
18+
# Suppress exceptions for missing icons in production
19+
ignore_not_found: true
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"bundles": {
3+
"Symfony\\UX\\Icons\\UXIconsBundle": ["all"]
4+
},
5+
"copy-from-recipe": {
6+
"assets/": "assets/"
7+
}
8+
}

0 commit comments

Comments
 (0)