mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
87abf3ccb1
* style: project settings navigation sidebar added * chore: emoji and image picker close on outside click added * style: project setting general page revamp * style: project setting member page revamp * style: project setting features page revamp * style: project setting state page revamp * style: project setting integrations page revamp * style: project setting estimates page revamp * style: project setting automation page revamp * style: project setting label page revamp * chore: member select improvement for member setting page * chore: toggle switch component improvement * style: project automation setting ui improvement * style: module icon added * style: toggle switch improvement * style: ui and spacing consistency * style: project label setting revamp * style: project state setting ui improvement * chore: integration setting repo select validation * chore: code refactor * fix: build fix
87 lines
2.9 KiB
TypeScript
87 lines
2.9 KiB
TypeScript
export * from "./module";
|
|
export * from "./state";
|
|
export * from "./alarm-clock-icon";
|
|
export * from "./attachment-icon";
|
|
export * from "./blocked-icon";
|
|
export * from "./blocker-icon";
|
|
export * from "./bolt-icon";
|
|
export * from "./calendar-before-icon";
|
|
export * from "./calendar-after-icon";
|
|
export * from "./calendar-month-icon";
|
|
export * from "./cancel-icon";
|
|
export * from "./clipboard-icon";
|
|
export * from "./color-pallette-icon";
|
|
export * from "./comment-icon";
|
|
export * from "./completed-cycle-icon";
|
|
export * from "./current-cycle-icon";
|
|
export * from "./cycle-icon";
|
|
export * from "./discord-icon";
|
|
export * from "./document-icon";
|
|
export * from "./edit-icon";
|
|
export * from "./ellipsis-horizontal-icon";
|
|
export * from "./external-link-icon";
|
|
export * from "./github-icon";
|
|
export * from "./heartbeat-icon";
|
|
export * from "./layer-diagonal-icon";
|
|
export * from "./lock-icon";
|
|
export * from "./menu-icon";
|
|
export * from "./pencil-scribble-icon";
|
|
export * from "./plus-icon";
|
|
export * from "./person-running-icon";
|
|
export * from "./priority-icon";
|
|
export * from "./question-mark-circle-icon";
|
|
export * from "./setting-icon";
|
|
export * from "./signal-cellular-icon";
|
|
export * from "./stacked-layers-icon";
|
|
export * from "./tag-icon";
|
|
export * from "./tune-icon";
|
|
export * from "./upcoming-cycle-icon";
|
|
export * from "./user-group-icon";
|
|
export * from "./user-icon-circle";
|
|
export * from "./user-icon";
|
|
export * from "./grid-view-icons";
|
|
export * from "./assignment-clipboard-icon";
|
|
export * from "./tick-mark-icon";
|
|
export * from "./target-icon";
|
|
export * from "./contrast-icon";
|
|
export * from "./people-group-icon";
|
|
export * from "./cmd-icon";
|
|
export * from "./view-list-icon";
|
|
export * from "./exclamation-icon";
|
|
export * from "./arrow-right";
|
|
export * from "./cog";
|
|
export * from "./cloud-upload";
|
|
export * from "./users";
|
|
export * from "./import-layers";
|
|
export * from "./check";
|
|
export * from "./water-drop-icon";
|
|
export * from "./transfer-icon";
|
|
export * from "./pdf-file-icon";
|
|
export * from "./csv-file-icon";
|
|
export * from "./sheet-file-icon";
|
|
export * from "./doc-file-icon";
|
|
export * from "./html-file-icon";
|
|
export * from "./css-file-icon";
|
|
export * from "./js-file-icon";
|
|
export * from "./figma-file-icon";
|
|
export * from "./img-file-icon";
|
|
export * from "./png-file-icon";
|
|
export * from "./jpg-file-icon";
|
|
export * from "./svg-file-icon";
|
|
export * from "./txt-file-icon";
|
|
export * from "./triangle-exclamation-icon";
|
|
export * from "./default-file-icon";
|
|
export * from "./video-file-icon";
|
|
export * from "./audio-file-icon";
|
|
export * from "./command-icon";
|
|
export * from "./color-picker-icon";
|
|
export * from "./inbox-icon";
|
|
export * from "./stacked-layers-horizontal-icon";
|
|
export * from "./sort-icon";
|
|
export * from "./x-mark-icon";
|
|
export * from "./archive-icon";
|
|
export * from "./clock-icon";
|
|
export * from "./bell-icon";
|
|
export * from "./single-comment-icon";
|
|
export * from "./related-icon";
|
|
export * from "./module-icon"; |