iconista
Version:
Thousands of SVG icons with one React component
12 lines (11 loc) • 946 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const QrCode = (props) => React.createElement("svg", { className: "lucide lucide-qr-code", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props },
React.createElement("rect", { width: "5", height: "5", x: "3", y: "3", rx: "1" }),
React.createElement("rect", { width: "5", height: "5", x: "16", y: "3", rx: "1" }),
React.createElement("rect", { width: "5", height: "5", x: "3", y: "16", rx: "1" }),
React.createElement("path", { d: "M21 16h-3a2 2 0 00-2 2v3M21 21v.01M12 7v3a2 2 0 01-2 2H7M3 12h.01M12 3h.01M12 16v.01M16 12h1M21 12v.01M12 21v-1" }));
exports.default = QrCode;