UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 353 B
import React from 'react'; export default function ArrowRightBoldOutlineIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-arrow-right-bold-outline ${props.className}`} viewBox="0 0 24 24" > <path d="M11 16H3V8h8V2l10 10-10 10v-6m2-9v3H5v4h8v3l5-5-5-5z" /> </svg> ); }