Improve documentation (#349)
* Improve documentation content * Improve documentation style
This commit is contained in:
5
docs/src/theme/Icon/Home/index.js
Normal file
5
docs/src/theme/Icon/Home/index.js
Normal file
@ -0,0 +1,5 @@
|
||||
import React from 'react';
|
||||
import { TbHome } from 'react-icons/tb';
|
||||
export default function IconHome(props) {
|
||||
return <TbHome size={14} />;
|
||||
}
|
||||
Reference in New Issue
Block a user