Bootstrap Font Awesome Icon Generator for PowerApps (Details of the app in the description): • Bootstrap Font Awesome Icon Generator for ...
_________________________________________________________________________
Font Awsome Website: https://fontawesome.com/icons/
________________________________________________________________________
JSON Code to format SVG Column:
{
"$schema": "https://developer.microsoft.com/json-...",
"elmType": "div",
"children": [
{
"elmType": "svg",
"style": {
"height": "50px",
"width": "50px",
"padding-right": "6px",
"fill": "#0D7F2D"
},
"attributes": {
"viewBox": "0 0 640 512"
},
"children": [
{
"elmType": "path",
"attributes": {
"d": "@currentField"
}
}
]
}
]
}