UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 448 B
import React from 'react'; export default function AngleObtuseIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-angle-obtuse ${props.className}`} viewBox="0 0 24 24" > <path d="M21 19H9.31L4.07 5.36l1.86-.72 3.03 7.86a4.82 4.82 0 0 1 1.75-.33A4.88 4.88 0 0 1 15.58 17H21v2m-10.31-2h2.89a2.849 2.849 0 0 0-2.87-2.83c-.37 0-.71.07-1.04.19L10.69 17z" /> </svg> ); }