UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

12 lines (9 loc) 338 B
var IconBase = require('../IconBase'); var FaYc = (props) => { return ( <IconBase viewBox="0 0 1536 1896.0833" {...props}> <g><path d="m809 1004l266-499h-112l-157 312q-24 48-44 92l-42-92-155-312h-120l263 493v324h101v-318z m727-876v1536h-1536v-1536h1536z"/></g> </IconBase> ); }; export default FaYc;