UNPKG

react-material-icon-svg

Version:
14 lines (12 loc) 373 B
import React from 'react'; export default function PictureInPictureTopRightIcon(props) { return ( <svg viewBox="0 0 24 24" {...props} className={`rmi rmi-picture-in-picture-top-right ${props.className}`} > <path d="M19 7h-8v6h8V7m2-4H3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h18a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m0 16H3V5h18v14z" /> </svg> ); }