Add priority meter to files

This commit is contained in:
John Furrow
2016-02-10 23:41:00 -08:00
parent 778e5a3b41
commit 0fd6fd7d11
17 changed files with 497 additions and 164 deletions

View File

@@ -18,7 +18,6 @@ export default class BaseIcon extends React.Component {
BaseIcon.defaultProps = {
className: '',
what: 'hello',
viewBox: '0 0 60 60'
};