UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 397 B
import React from 'react'; export default function OpenInNewIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-open-in-new ${props.className}`} viewBox="0 0 24 24" > <path d="M14 3v2h3.59l-9.83 9.83 1.41 1.41L19 6.41V10h2V3m-2 16H5V5h7V3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7h-2v7z" /> </svg> ); }