UNPKG

@sparkpost/matchbox

Version:
12 lines (8 loc) 279 B
import React from 'react' import Icon from 'react-icon-base' const MdShowChart = props => ( <Icon viewBox="0 0 40 40" {...props}> <g><path d="m5.9 30.8l-2.5-2.5 12.5-12.5 6.6 6.7 11.8-13.3 2.3 2.4-14.1 15.9-6.6-6.7z"/></g> </Icon> ) export default MdShowChart