UNPKG

@exah/react-icons

Version:

svg react icons of popular icon packs using ES6 imports

12 lines (8 loc) 303 B
import React from 'react' import Icon from 'react-icon-base' const FaCaretLeft = props => ( <Icon viewBox="0 0 40 40" {...props}> <g><path d="m26.3 10v20q0 0.6-0.4 1t-1 0.4-1-0.4l-10-10q-0.5-0.4-0.5-1t0.5-1l10-10q0.4-0.4 1-0.4t1 0.4 0.4 1z"/></g> </Icon> ) export default FaCaretLeft