UNPKG

@exah/react-icons

Version:

svg react icons of popular icon packs using ES6 imports

12 lines (8 loc) 335 B
import React from 'react' import Icon from 'react-icon-base' const FaYCombinator = props => ( <Icon viewBox="0 0 40 40" {...props}> <g><path d="m21.1 22.4l5.9-11.1h-2.5l-3.5 6.9q-0.5 1.1-1 2.1l-0.9-2.1-3.5-6.9h-2.7l5.9 11v7.2h2.3v-7.1z m16.2-19.5v34.2h-34.3v-34.2h34.3z"/></g> </Icon> ) export default FaYCombinator