UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

14 lines (11 loc) 669 B
var React = require('react'); var IconBase = require('../IconBase'); export default class FaQrcode extends React.Component { render() { return ( <IconBase viewBox="0 0 1408 1896.0833" {...this.props}> <g><path d="m384 1152v128h-128v-128h128z m0-768v128h-128v-128h128z m768 0v128h-128v-128h128z m-1024 1023h384v-383h-384v383z m0-767h384v-384h-384v384z m768 0h384v-384h-384v384z m-256 256v640h-640v-640h640z m512 512v128h-128v-128h128z m256 0v128h-128v-128h128z m0-512v384h-384v-128h-128v384h-128v-640h384v128h128v-128h128z m-768-768v640h-640v-640h640z m768 0v640h-640v-640h640z"/></g> </IconBase> ); } }