UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 441 B
import React from 'react'; export default function RayStartEndIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-ray-start-end ${props.className}`} viewBox="0 0 24 24" > <path d="M4 9c1.31 0 2.42.83 2.83 2h10.34c.41-1.17 1.52-2 2.83-2a3 3 0 0 1 3 3 3 3 0 0 1-3 3 2.99 2.99 0 0 1-2.83-2H6.83A2.99 2.99 0 0 1 4 15a3 3 0 0 1-3-3 3 3 0 0 1 3-3z" /> </svg> ); }