- implement fonts section

This commit is contained in:
Amruth Pillai
2020-07-09 20:43:38 +05:30
parent 3eaab3b427
commit da197be2f5
7 changed files with 121 additions and 2 deletions

View File

@ -1,4 +1,9 @@
import { MdColorLens, MdDashboard, MdStyle } from 'react-icons/md';
import {
MdColorLens,
MdDashboard,
MdStyle,
MdFontDownload,
} from 'react-icons/md';
export default [
{
@ -16,4 +21,9 @@ export default [
name: 'Colors',
icon: MdColorLens,
},
{
id: 'fonts',
name: 'Fonts',
icon: MdFontDownload,
},
];