36 lines
827 B
TypeScript
36 lines
827 B
TypeScript
import motherboard from './motherboard.svg'
|
|
import pcCase from './case.svg'
|
|
import cooler from './cooler.svg'
|
|
import cpu from './cpu.svg'
|
|
import fan from './fan.svg'
|
|
import ssd from './mvne.svg'
|
|
import graphicCard from './graphic-card.svg'
|
|
import hardDrive from './hard-drive.svg'
|
|
import memory from './memory.svg'
|
|
import defaultIcon from './default-icon.svg'
|
|
import powerSupply from './power-supply.svg'
|
|
import wiFiCard from './wifi-card.svg'
|
|
import siteIcon from './site-icon.svg'
|
|
import trashIcon from './trash-icon.svg'
|
|
import crossIcon from './cross-icon.svg'
|
|
import userProfileIcon from './user-profile-icon.svg'
|
|
|
|
export {
|
|
motherboard,
|
|
defaultIcon,
|
|
pcCase,
|
|
cooler,
|
|
cpu,
|
|
fan,
|
|
graphicCard,
|
|
hardDrive,
|
|
memory,
|
|
powerSupply,
|
|
wiFiCard,
|
|
siteIcon,
|
|
trashIcon,
|
|
crossIcon,
|
|
userProfileIcon,
|
|
ssd,
|
|
}
|