UNPKG

@exah/react-icons

Version:

svg react icons of popular icon packs using ES6 imports

12 lines (8 loc) 307 B
import React from 'react' import Icon from 'react-icon-base' const MdCompareArrows = props => ( <Icon viewBox="0 0 40 40" {...props}> <g><path d="m25 21.6l-6.6-6.6 6.6-6.6v5h11.6v3.2h-11.6v5z m-10 1.8v-5l6.6 6.6-6.6 6.6v-5h-11.6v-3.2h11.6z"/></g> </Icon> ) export default MdCompareArrows