Skip to content

Commit

Permalink
feat: 🎸 基本完成icon的组件开发
Browse files Browse the repository at this point in the history
基本完成icon的组件开发
  • Loading branch information
hanxiaoluan committed May 9, 2022
1 parent 75b3b96 commit 34f33d2
Show file tree
Hide file tree
Showing 300 changed files with 17,639 additions and 3,614 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ module.exports = {
rules: {
'vue/multi-word-component-names': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-var-requires': 'off'
'@typescript-eslint/no-var-requires': 'off',
'@typescript-eslint/ban-ts-comment': 'off'
}
}
3 changes: 3 additions & 0 deletions icon/_svgs/direction/outline/arrow-down.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions icon/_svgs/direction/outline/arrow-fall.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icon/_svgs/direction/outline/arrow-left.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icon/_svgs/direction/outline/arrow-right.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions icon/_svgs/direction/outline/arrow-rise.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icon/_svgs/direction/outline/arrow-up.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icon/_svgs/direction/outline/caret-down.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icon/_svgs/direction/outline/caret-left.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icon/_svgs/direction/outline/caret-right.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icon/_svgs/direction/outline/caret-up.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icon/_svgs/direction/outline/double-down.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icon/_svgs/direction/outline/double-left.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icon/_svgs/direction/outline/double-right.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icon/_svgs/direction/outline/double-up.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions icon/_svgs/direction/outline/down-circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icon/_svgs/direction/outline/down.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions icon/_svgs/direction/outline/drag-arrow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icon/_svgs/direction/outline/expand.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions icon/_svgs/direction/outline/left-circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icon/_svgs/direction/outline/left.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions icon/_svgs/direction/outline/menu-fold.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions icon/_svgs/direction/outline/menu-unfold.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions icon/_svgs/direction/outline/right-circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions icon/_svgs/direction/outline/right.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions icon/_svgs/direction/outline/rotate-left.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions icon/_svgs/direction/outline/rotate-right.svg
3 changes: 3 additions & 0 deletions icon/_svgs/direction/outline/shrink.svg
4 changes: 4 additions & 0 deletions icon/_svgs/direction/outline/swap.svg
6 changes: 6 additions & 0 deletions icon/_svgs/direction/outline/to-bottom.svg
6 changes: 6 additions & 0 deletions icon/_svgs/direction/outline/to-left.svg
6 changes: 6 additions & 0 deletions icon/_svgs/direction/outline/to-right.svg
6 changes: 6 additions & 0 deletions icon/_svgs/direction/outline/to-top.svg
4 changes: 4 additions & 0 deletions icon/_svgs/direction/outline/up-circle.svg
3 changes: 3 additions & 0 deletions icon/_svgs/direction/outline/up.svg
3 changes: 3 additions & 0 deletions icon/_svgs/edit/outline/align-center.svg
3 changes: 3 additions & 0 deletions icon/_svgs/edit/outline/align-left.svg
3 changes: 3 additions & 0 deletions icon/_svgs/edit/outline/align-right.svg
5 changes: 5 additions & 0 deletions icon/_svgs/edit/outline/bg-colors.svg
3 changes: 3 additions & 0 deletions icon/_svgs/edit/outline/bold.svg
3 changes: 3 additions & 0 deletions icon/_svgs/edit/outline/brush.svg
3 changes: 3 additions & 0 deletions icon/_svgs/edit/outline/copy.svg
4 changes: 4 additions & 0 deletions icon/_svgs/edit/outline/delete.svg
3 changes: 3 additions & 0 deletions icon/_svgs/edit/outline/edit.svg
3 changes: 3 additions & 0 deletions icon/_svgs/edit/outline/eraser.svg
3 changes: 3 additions & 0 deletions icon/_svgs/edit/outline/filter.svg
Loading

0 comments on commit 34f33d2

Please sign in to comment.