react-icons
Version:
svg react icons of popular icon packs using ES6 imports
21 lines (17 loc) • 1.06 kB
JavaScript
;
exports.__esModule = true;
var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
var IconBase = require("../IconBase");
var FaQrcode = function FaQrcode(props) {
return React.createElement(
IconBase,
_extends({ viewBox: "0 0 1408 1896.0833" }, props),
React.createElement(
"g",
null,
React.createElement("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" })
)
);
};
exports["default"] = FaQrcode;
module.exports = exports["default"];