UNPKG

react-jam-icons

Version:
13 lines (10 loc) 278 B
import React from "react"; const LineChart = props => ( <svg viewBox="0 0 64 64" {...props}> <path d="M6 58V0H0v64h64v-6zm19.4-16.4l11.1 9.5 26.7-33.7-3.1-2.5-24.2 30.5-10.7-9.3-14.1 14.3 2.8 2.8z" fill="#343434" /> </svg> ); export default LineChart;