UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 384 B
import React from 'react'; export default function RayStartArrowIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-ray-start-arrow ${props.className}`} viewBox="0 0 24 24" > <path d="M23 12l-4 4v-3H6.83A2.99 2.99 0 0 1 4 15a3 3 0 0 1-3-3 3 3 0 0 1 3-3c1.31 0 2.42.83 2.83 2H19V8l4 4z" /> </svg> ); }