Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(icons): Remove UserOutlined to avoid conflicts with @ant-design/icons #802

Merged
merged 1 commit into from
Nov 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions packages/icons/src/asn/UserOutlined.ts

This file was deleted.

12 changes: 0 additions & 12 deletions packages/icons/src/icons/UserOutlined.tsx

This file was deleted.

1 change: 0 additions & 1 deletion packages/icons/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ export { default as UnfoldOutlined } from './icons/UnfoldOutlined';
export { default as UserGroupOutlined } from './icons/UserGroupOutlined';
export { default as UserSettingsOutlined } from './icons/UserSettingsOutlined';
export { default as UserSquareOutlined } from './icons/UserSquareOutlined';
export { default as UserOutlined } from './icons/UserOutlined';
export { default as VariableOutlined } from './icons/VariableOutlined';
export { default as WorkbenchOutlined } from './icons/WorkbenchOutlined';
export { default as WorkspaceOutlined } from './icons/WorkspaceOutlined';
Expand Down
12 changes: 0 additions & 12 deletions packages/icons/svg/outlined/user.svg

This file was deleted.

Loading