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