UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 364 B
import React from 'react'; export default function SubdirectoryArrowLeftIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-subdirectory-arrow-left ${props.className}`} viewBox="0 0 24 24" > <path d="M11 9l1.42 1.42L8.83 14H18V4h2v12H8.83l3.59 3.58L11 21l-6-6 6-6z" /> </svg> ); }