UNPKG

@uiw/bootstrap-icons

Version:

Official open source SVG icon library for Bootstrap.

43 lines (36 loc) 1.66 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.QrCode = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _react = _interopRequireDefault(require("react")); var _jsxRuntime = require("react/jsx-runtime"); var QrCode = function QrCode(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ viewBox: "0 0 20 20", width: "16px", height: "16px" }, props), {}, { className: "btfont ".concat(props.className ? props.className : ''), children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M2 2h2v2H2V2Z", fillRule: "evenodd" }), ",", /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M6 0v6H0V0h6ZM5 1H1v4h4V1ZM4 12H2v2h2v-2Z", fillRule: "evenodd" }), ",", /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M6 10v6H0v-6h6Zm-5 1v4h4v-4H1Zm11-9h2v2h-2V2Z", fillRule: "evenodd" }), ",", /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M10 0v6h6V0h-6Zm5 1v4h-4V1h4ZM8 1V0h1v2H8v2H7V1h1Zm0 5V4h1v2H8ZM6 8V7h1V6h1v2h1V7h5v1h-4v1H7V8H6Zm0 0v1H2V8H1v1H0V7h3v1h3Zm10 1h-1V7h1v2Zm-1 0h-1v2h2v-1h-1V9Zm-4 0h2v1h-1v1h-1V9Zm2 3v-1h-1v1h-1v1H9v1h3v-2h1Zm0 0h3v1h-2v1h-1v-2Zm-4-1v1h1v-2H7v1h2Z", fillRule: "evenodd" }), ",", /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M7 12h1v3h4v1H7v-4Zm9 2v2h-3v-1h2v-1h1Z", fillRule: "evenodd" })] })); }; exports.QrCode = QrCode; //# sourceMappingURL=QrCode.js.map