Skip to content

Commit 4f05c0b

Browse files
committed
chore: cpu icon replaced
1 parent 752cc14 commit 4f05c0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Pages/GlobalConfigurations/BuildInfra/constants.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
* limitations under the License.
1515
*/
1616

17-
import { ReactComponent as ICCpu } from '@Icons/ic-cpu.svg'
18-
import { ReactComponent as ICMemory } from '@Icons/ic-memory.svg'
1917
import { ReactComponent as ICSprayCan } from '@Icons/ic-spray-can.svg'
2018
import { ReactComponent as ICTag } from '@Icons/ic-tag.svg'
2119
import { ReactComponent as ICTimer } from '@Icons/ic-timer.svg'
20+
import { ReactComponent as ICCpu } from '@IconsV2/ic-cpu.svg'
21+
import { ReactComponent as ICMemory } from '@IconsV2/ic-memory.svg'
2222
import { UseBreadcrumbProps } from '@Common/BreadCrumb/Types'
2323
import { CMSecretComponentType } from '@Shared/Services'
2424

0 commit comments

Comments
 (0)