Update docs/conf/user-interface/icons.md

Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2025-09-15 11:37:57 +01:00
committed by GitHub
parent 1dfaeeebdf
commit f5f1cece17
+1 -1
View File
@@ -20,7 +20,7 @@ You can change the following [icons](https://github.com/backstage/backstage/blob
### Create React Component
In your front-end application, locate the `src` folder. We suggest creating the `assets/icons` directory and `CustomIcons.tsx` file.
In your front-end application, locate the `src` folder. We suggest creating the `assets/icons` directory and `customIcons.tsx` file.
```tsx title="customIcons.tsx"
import { SvgIcon, SvgIconProps } from '@material-ui/core';