@icongo/pp
Version:
Pepicons Icons
103 lines • 2.33 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var PPQrCode = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 20 20"
}, props, {
children: [/*#__PURE__*/_jsx("mask", {
id: "prefix__a",
fill: "#fff",
children: /*#__PURE__*/_jsx("rect", {
width: 5,
height: 5,
x: 4.5,
y: 4.5,
rx: 0.5
})
}), /*#__PURE__*/_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__*/_jsx("mask", {
id: "prefix__b",
fill: "#fff",
children: /*#__PURE__*/_jsx("rect", {
width: 5,
height: 5,
x: 10.5,
y: 4.5,
rx: 0.5
})
}), /*#__PURE__*/_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__*/_jsx("mask", {
id: "prefix__c",
fill: "#fff",
children: /*#__PURE__*/_jsx("rect", {
width: 5,
height: 5,
x: 4.5,
y: 10.5,
rx: 0.5
})
}), /*#__PURE__*/_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__*/_jsx("mask", {
id: "prefix__d",
fill: "#fff",
children: /*#__PURE__*/_jsx("rect", {
width: 5,
height: 5,
x: 10.5,
y: 10.5,
rx: 0.5
})
}), /*#__PURE__*/_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__*/_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"
})]
}));
export { PPQrCode };