UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 360 B
import React from 'react'; export default function FullscreenExitIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-fullscreen-exit ${props.className}`} viewBox="0 0 24 24" > <path d="M14 14h5v2h-3v3h-2v-5m-9 0h5v5H8v-3H5v-2m3-9h2v5H5V8h3V5m11 3v2h-5V5h2v3h3z" /> </svg> ); }