fix: eslint (#8185)

Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com>
This commit is contained in:
Aaron 2025-12-05 17:33:51 +07:00 committed by GitHub
parent 82c970ac4b
commit 85d90030cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
138 changed files with 5054 additions and 4747 deletions

View file

@ -1,6 +1,5 @@
export * from "./double-circle-icon";
export * from "./circle-dot-full-icon";
export * from "./contrast-icon";
export * from "./circle-dot-full-icon";
export * from "./cycle-group-icon";
export * from "./double-circle-icon";
export * from "./helper";

View file

@ -1,11 +1,10 @@
export type { ISvgIcons } from "./type";
export type { IconName } from "./registry";
export type { IconProps } from "./icon";
export { ICON_REGISTRY } from "./registry";
export * from "./actions";
export * from "./arrows";
export * from "./activity-icon";
export * from "./ai-icon";
export * from "./arrows";
export * from "./at-risk-icon";
export * from "./attachments";
export * from "./bar-icon";
@ -29,11 +28,11 @@ export * from "./full-screen-panel-icon";
export * from "./github-icon";
export * from "./gitlab-icon";
export * from "./helpers";
export * from "./icon";
export * from "./icon-wrapper";
export * from "./icon";
export * from "./in-progress-icon";
export * from "./info-fill-icon";
export * from "./info-icon";
export * from "./in-progress-icon";
export * from "./intake";
export * from "./layer-stack";
export * from "./layers-icon";
@ -65,5 +64,5 @@ export * from "./transfer-icon";
export * from "./tree-map-icon";
export * from "./updates-icon";
export * from "./user-activity-icon";
export * from "./workspace";
export * from "./workspace-icon";
export * from "./workspace";