Skip to content

Commit

Permalink
feat: add new icons
Browse files Browse the repository at this point in the history
  • Loading branch information
huaweidevcloud authored and wangyaju committed Mar 23, 2020
1 parent fbbf232 commit 78d3600
Show file tree
Hide file tree
Showing 173 changed files with 5,042 additions and 779 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 DevCloudFE.
Copyright (c) 2019 DevUI.
Copyright (c) 2019 Huawei Technologies Co., Ltd.

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
7 changes: 6 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,13 @@ gulp.task('demo', function () {

gulp.src(`${dirname}/templates/index.html`)
.pipe(template({
meanIcons: getIcons("icomoon/svg/mean"),
opIcons: getIcons("icomoon/svg/op"),
statusIcons: getIcons("icomoon/svg/status"),
statusIcons: getIcons("icomoon/svg/status"),
commonIcons: getIcons("icomoon/svg/mean/common"),
otherIcons: getIcons("icomoon/svg/mean/other"),
editorIcons: getIcons("icomoon/svg/editor"),
codeEditorIcons: getIcons("icomoon/svg/code-editor"),
cssName: 'devui-icon',
}))
.pipe(gulp.dest("."));
Expand Down
Loading

0 comments on commit 78d3600

Please sign in to comment.