UNPKG

@icongo/pp

Version:
111 lines (110 loc) 3.04 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.PPQrCode = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var PPQrCode = function PPQrCode(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "none", viewBox: "0 0 20 20" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("mask", { id: "prefix__a", fill: "#fff", children: /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 5, height: 5, x: 4.5, y: 4.5, rx: 0.5 }) }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 5, height: 5, x: 4.5, y: 4.5, stroke: "currentColor", strokeLinecap: "square", strokeLinejoin: "round", strokeWidth: 3, mask: "url(#prefix__a)", rx: 0.5 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("mask", { id: "prefix__b", fill: "#fff", children: /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 5, height: 5, x: 10.5, y: 4.5, rx: 0.5 }) }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 5, height: 5, x: 10.5, y: 4.5, stroke: "currentColor", strokeLinecap: "square", strokeLinejoin: "round", strokeWidth: 3, mask: "url(#prefix__b)", rx: 0.5 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("mask", { id: "prefix__c", fill: "#fff", children: /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 5, height: 5, x: 4.5, y: 10.5, rx: 0.5 }) }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 5, height: 5, x: 4.5, y: 10.5, stroke: "currentColor", strokeLinecap: "square", strokeLinejoin: "round", strokeWidth: 3, mask: "url(#prefix__c)", rx: 0.5 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("mask", { id: "prefix__d", fill: "#fff", children: /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 5, height: 5, x: 10.5, y: 10.5, rx: 0.5 }) }), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", { width: 5, height: 5, x: 10.5, y: 10.5, fill: "currentColor", stroke: "currentColor", strokeLinecap: "square", strokeLinejoin: "round", strokeWidth: 3, mask: "url(#prefix__d)", rx: 0.5 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 2, d: "M3 3h3.5M3 3v3.5M3 17v-3.5M3 17h3.5M17 17h-3.5m3.5 0v-3.5M17 3v3.5M17 3h-3.5" })] })); }; exports.PPQrCode = PPQrCode;