Carbon: new icons

This commit is contained in:
wayne
2017-10-18 16:12:54 +08:00
committed by 杨奕
parent 1e95e51f9b
commit fe15518f19
22 changed files with 197 additions and 96 deletions

View File

@@ -31,10 +31,10 @@
<script type="text/babel">
let typeMap = {
success: 'circle-check',
info: 'information',
success: 'success',
info: 'info',
warning: 'warning',
error: 'circle-cross'
error: 'error'
};
export default {