UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

12 lines (9 loc) 361 B
var IconBase = require('../IconBase'); var FaDeviantart = (props) => { return ( <IconBase viewBox="0 0 1024 1896.0833" {...props}> <g><path d="m1024 303l-303 582 24 31h279v415h-507l-44 30-142 273-30 30h-301v-303l303-583-24-30h-279v-415h507l44-30 142-273 30-30h301v303z"/></g> </IconBase> ); }; export default FaDeviantart;