UNPKG

react-material-icon-svg

Version:
16 lines (14 loc) 351 B
import React from 'react'; export default function TrendingUpIcon(props) { return ( <svg width="24" height="24" {...props} className={`rmi rmi-trending-up ${props.className}`} viewBox="0 0 24 24" > <path d="M16 6l2.29 2.29-4.88 4.88-4-4L2 16.59 3.41 18l6-6 4 4 6.3-6.29L22 12V6h-6z" /> </svg> ); }