UNPKG

@icongo/pp

Version:
127 lines 2.84 kB
import _extends from "@babel/runtime/helpers/extends"; import { jsx as _jsx } from "react/jsx-runtime"; import { jsxs as _jsxs } from "react/jsx-runtime"; var PPQrCodePrint = 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__*/_jsxs("g", { opacity: 0.8, children: [/*#__PURE__*/_jsx("mask", { id: "prefix__a", fill: "#fff", children: /*#__PURE__*/_jsx("rect", { width: 13.5, height: 13.5, x: 5, y: 5, rx: 0.5 }) }), /*#__PURE__*/_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__*/_jsx("mask", { id: "prefix__b", 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: "#000", strokeLinecap: "square", strokeLinejoin: "round", strokeWidth: 2, mask: "url(#prefix__b)", rx: 0.5 }), /*#__PURE__*/_jsx("mask", { id: "prefix__c", 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: "#000", strokeLinecap: "square", strokeLinejoin: "round", strokeWidth: 2, mask: "url(#prefix__c)", rx: 0.5 }), /*#__PURE__*/_jsx("mask", { id: "prefix__d", 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: "#000", strokeLinecap: "square", strokeLinejoin: "round", strokeWidth: 2, mask: "url(#prefix__d)", rx: 0.5 }), /*#__PURE__*/_jsx("mask", { id: "prefix__e", 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: "#000", stroke: "#000", strokeLinecap: "square", strokeLinejoin: "round", strokeWidth: 2, mask: "url(#prefix__e)", rx: 0.5 }), /*#__PURE__*/_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" })] })); export { PPQrCodePrint };