We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f1736d commit c345921Copy full SHA for c345921
4 files changed
src/components/icons/index.ts
@@ -76,3 +76,6 @@ export { default as LaunchTypeIcon } from './svg/launchType.svg';
76
export { default as RunManualIcon } from './svg/runManual.svg';
77
export { default as CoverageFullIcon } from './svg/coverageFull.svg';
78
export { default as CoveragePartialIcon } from './svg/coveragePartially.svg';
79
+export { default as DownloadIcon } from './svg/download.svg';
80
+export { default as ArrowRightIcon } from './svg/arrowRight.svg';
81
+export { default as ArrowLeftIcon } from './svg/arrowLeft.svg';
src/components/icons/svg/arrowLeft.svg
src/components/icons/svg/arrowRight.svg
src/components/icons/svg/download.svg
0 commit comments