UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

12 lines (9 loc) 561 B
var IconBase = require('../IconBase'); var FaAngleDoubleLeft = (props) => { return ( <IconBase viewBox="0 0 1174.1503 1896.0833" {...props}> <g><path d="m627 1376q0 13-10 23l-50 50q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l466-466q10-10 23-10t23 10l50 50q10 10 10 23t-10 23l-393 393 393 393q10 10 10 23z m384 0q0 13-10 23l-50 50q-10 10-23 10t-23-10l-466-466q-10-10-10-23t10-23l466-466q10-10 23-10t23 10l50 50q10 10 10 23t-10 23l-393 393 393 393q10 10 10 23z"/></g> </IconBase> ); }; export default FaAngleDoubleLeft;