forked from github/plane
559b0cc9c8
* style: cycles new ui * chore: added progress bar for the high priority issues * fix: build fix * style: active cycle details, theming , padding and layout * style: cycle list and card styling * style: cycle card * fix: tooltip text overflow * fix: cycle mutation fix * style: cycle list and card view improvement, chore: code refactor * feat: view cycle button * style: cycle list and board view improvement * style: responsiveness added * feat: active cycle stats component, chore: code refactor * fix: active cycle divider fix, style: stats font color * fix: tooltip fix --------- Co-authored-by: kunal_17 <kunalvish17360@gmail.com>
81 lines
2.7 KiB
TypeScript
81 lines
2.7 KiB
TypeScript
export * from "./alarm-clock-icon";
|
|
export * from "./attachment-icon";
|
|
export * from "./backlog-state-icon";
|
|
export * from "./blocked-icon";
|
|
export * from "./blocker-icon";
|
|
export * from "./bolt-icon";
|
|
export * from "./calendar-month-icon";
|
|
export * from "./cancel-icon";
|
|
export * from "./cancelled-state-icon";
|
|
export * from "./clipboard-icon";
|
|
export * from "./color-pallette-icon";
|
|
export * from "./comment-icon";
|
|
export * from "./completed-cycle-icon";
|
|
export * from "./completed-state-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 "./started-state-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 "./started-state-icon";
|
|
export * from "./state-group-icon";
|
|
export * from "./tag-icon";
|
|
export * from "./tune-icon";
|
|
export * from "./unstarted-state-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";
|