import { createIcon } from '../lib/create-icon' const SvgDesktopIcon = createIcon(props => { return ( ) }) export default SvgDesktopIcon