@@ -19,7 +19,6 @@ import { useParams } from 'react-router-dom'
19
19
import { ReactComponent as Down } from '@Icons/ic-arrow-forward.svg'
20
20
import { ReactComponent as OpenInNew } from '@Icons/ic-arrow-out.svg'
21
21
import { ReactComponent as Download } from '@Icons/ic-download.svg'
22
- import folder from '@Icons/ic-folder.svg'
23
22
import { ReactComponent as ICHelpOutline } from '@Icons/ic-help.svg'
24
23
import { ReactComponent as MechanicalOperation } from '@Icons/ic-mechanical-operation.svg'
25
24
import noartifact from '@Images/no-artifact.webp'
@@ -29,6 +28,7 @@ import { useDownload } from '@Shared/Hooks'
29
28
import { ClipboardButton , extractImage , GenericEmptyState , ImageTagsContainer , useGetUserRoles } from '../../../Common'
30
29
import { EMPTY_STATE_STATUS } from '../../constants'
31
30
import { DocLink } from '../DocLink'
31
+ import { Icon } from '../Icon'
32
32
import { RegistryIcon } from '../RegistryIcon'
33
33
import { TargetPlatformBadgeList } from '../TargetPlatforms'
34
34
import { TERMINAL_STATUS_MAP } from './constants'
@@ -101,7 +101,7 @@ export const CIListItem = ({
101
101
< div className = "flex left dc__gap-12" >
102
102
< div className = "bcn-1 flex br-4 icon-dim-40" >
103
103
{ type === 'report' ? (
104
- < img src = { folder } width = { 20 } height = { 20 } alt = "type " />
104
+ < Icon name = "ic- folder" size = { 20 } color = "N500 " />
105
105
) : (
106
106
< RegistryIcon registryUrl = { artifact } />
107
107
) }
0 commit comments