UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 377 B
import React from 'react'; export default function PanBottomRightIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-pan-bottom-right ${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-2m1 8.65L18.65 13l.35 6-6-.35z" /> </svg> ); }