UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 375 B
import React from 'react'; export default function PanBottomLeftIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-pan-bottom-left ${props.className}`} viewBox="0 0 24 24" > <path d="M12 10a2 2 0 0 1 2 2 2 2 0 0 1-2 2 2 2 0 0 1-2-2 2 2 0 0 1 2-2m-6.65 3L11 18.65 5 19l.35-6z" /> </svg> ); }