UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 334 B
import React from 'react'; export default function ArrowTopLeftIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-arrow-top-left ${props.className}`} viewBox="0 0 24 24" > <path d="M19 17.59L17.59 19 7 8.41V15H5V5h10v2H8.41L19 17.59z" /> </svg> ); }