UNPKG

@sparkpost/matchbox

Version:
12 lines (8 loc) 290 B
import React from 'react' import Icon from 'react-icon-base' const MdTrendingUp = props => ( <Icon viewBox="0 0 40 40" {...props}> <g><path d="m26.6 10h10v10l-3.8-3.8-10.5 10.4-6.6-6.6-10 10-2.3-2.3 12.3-12.4 6.6 6.7 8.2-8.2z"/></g> </Icon> ) export default MdTrendingUp