UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 362 B
import React from 'react'; export default function ChartLineIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-chart-line ${props.className}`} viewBox="0 0 24 24" > <path d="M16 11.78l4.24-7.33 1.73 1-5.23 9.05-6.51-3.75L5.46 19H22v2H2V3h2v14.54L9.5 8l6.5 3.78z" /> </svg> ); }