@icongo/pp
Version:
Pepicons Icons
135 lines (134 loc) • 3.68 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PPQrCodePrint = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var PPQrCodePrint = function PPQrCodePrint(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.jsxs)("g", {
opacity: 0.8,
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("mask", {
id: "prefix__a",
fill: "#fff",
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 13.5,
height: 13.5,
x: 5,
y: 5,
rx: 0.5
})
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 13.5,
height: 13.5,
x: 5,
y: 5,
fill: "currentColor",
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: 4.5,
y: 4.5,
rx: 0.5
})
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 5,
height: 5,
x: 4.5,
y: 4.5,
stroke: "#000",
strokeLinecap: "square",
strokeLinejoin: "round",
strokeWidth: 2,
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: 10.5,
y: 4.5,
rx: 0.5
})
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 5,
height: 5,
x: 10.5,
y: 4.5,
stroke: "#000",
strokeLinecap: "square",
strokeLinejoin: "round",
strokeWidth: 2,
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: 4.5,
y: 10.5,
rx: 0.5
})
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("rect", {
width: 5,
height: 5,
x: 4.5,
y: 10.5,
stroke: "#000",
strokeLinecap: "square",
strokeLinejoin: "round",
strokeWidth: 2,
mask: "url(#prefix__d)",
rx: 0.5
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("mask", {
id: "prefix__e",
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: "#000",
stroke: "#000",
strokeLinecap: "square",
strokeLinejoin: "round",
strokeWidth: 2,
mask: "url(#prefix__e)",
rx: 0.5
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
stroke: "#000",
strokeLinecap: "round",
d: "M3 3h3.5M3 3v3.5M3 17v-3.5M3 17h3.5M17 17h-3.5m3.5 0v-3.5M17 3v3.5M17 3h-3.5"
})]
}));
};
exports.PPQrCodePrint = PPQrCodePrint;