UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 454 B
import React from 'react'; export default function ArrowTopRightBoldOutlineIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-arrow-top-right-bold-outline ${props.className}`} viewBox="0 0 24 24" > <path d="M5.64 4.22h14.14v14.14l-4.24-4.24-5.66 5.66-5.66-5.66 5.66-5.66-4.24-4.24m12.02 2.12h-7.07l2.12 2.12-5.66 5.66 2.83 2.83 5.66-5.66 2.12 2.12V6.34z" /> </svg> ); }