Skip to content

Commit

Permalink
✨ feat: 添加渐变类型的SVG
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxingkang committed Mar 24, 2022
1 parent 7dfcf98 commit d7034f1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 14 deletions.
14 changes: 14 additions & 0 deletions packages/core/svg/filled-gradient/gradient-loading.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion packages/react/scripts/generate.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import path from 'path';
import { logger, fsExtra } from '@walrus/cli-utils';
import { series, parallel } from 'gulp';
import { series } from 'gulp';
import * as allIconDefs from '@lotus-design/icons-svg';

import { generateIcons, } from './tasks';
Expand Down
11 changes: 0 additions & 11 deletions packages/react/src/icons/LoadingFilled.tsx

This file was deleted.

3 changes: 1 addition & 2 deletions packages/react/src/icons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
export { default as AccountBookFilled } from './AccountBookFilled';
export { default as AccountBookOutlined } from './AccountBookOutlined';
export { default as AccountBookTwoTone } from './AccountBookTwoTone';
export { default as AlertFilled } from './AlertFilled';
export { default as LoadingFilled } from './LoadingFilled';
export { default as AlertFilled } from './AlertFilled';

0 comments on commit d7034f1

Please sign in to comment.