UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 421 B
import React from 'react'; export default function ArrowRightBoxIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-arrow-right-box ${props.className}`} viewBox="0 0 24 24" > <path d="M5 21a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5m1-8h8.5L11 16.5l1.42 1.42L18.34 12l-5.92-5.92L11 7.5l3.5 3.5H6v2z" /> </svg> ); }