UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 358 B
import React from 'react'; export default function ChartAreasplineVariantIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-chart-areaspline-variant ${props.className}`} viewBox="0 0 24 24" > <path d="M22 21H2V3h2v12.54L9.5 6 16 9.78l4.24-7.33 1.73 1L22 21z" /> </svg> ); }