fix(directory): svg css fix

This commit is contained in:
Haoyu Xu
2023-06-25 04:24:05 -04:00
parent 4cd9a7e83b
commit aa6fc5d77e
5 changed files with 16 additions and 8 deletions

View File

@@ -17,4 +17,5 @@ export default function CharIcon(props) {
CharIcon.propTypes = {
viewBox: PropTypes.string,
type: PropTypes.string,
style: PropTypes.object,
};