farmcontrol-ui/src/components/Icons/PrinterProfileIcon.jsx

9 lines
242 B
JavaScript

import Icon from '@ant-design/icons'
import CustomIconSvg from '../../../assets/icons/printerprofileicon.svg?react'
const PrinterProfileIcon = (props) => (
<Icon component={CustomIconSvg} {...props} />
)
export default PrinterProfileIcon