UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 395 B
import React from 'react'; export default function ArrowTopLeftBottomRightBoldIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-arrow-top-left-bottom-right-bold ${props.className}`} viewBox="0 0 24 24" > <path d="M5.83 8.66L3 11.5V3h8.5L8.66 5.83l9.51 9.51L21 12.5V21h-8.5l2.84-2.83-9.51-9.51z" /> </svg> ); }