(react) add material icons

We need some icons to implement the Pagination and the DataGrid.
This commit is contained in:
Nathan Vasse
2023-02-16 14:42:18 +01:00
committed by NathanVss
parent 05242ffbcd
commit 980c80c784
7 changed files with 35 additions and 2 deletions

View File

@@ -1,5 +1,6 @@
import '../src/index.scss'
import '../src/fonts.scss'
import '../src/icons.scss'
export const parameters = {
actions: { argTypesRegex: "^on[A-Z].*" },