@icongo/pp
Version:
Pepicons Icons
43 lines (42 loc) • 2.15 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PPIdentificationPrint = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var PPIdentificationPrint = function PPIdentificationPrint(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)("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M3 7.5A2.5 2.5 0 0 1 5.5 5h12A2.5 2.5 0 0 1 20 7.5v7a2.5 2.5 0 0 1-2.5 2.5h-12A2.5 2.5 0 0 1 3 14.5v-7Z",
clipRule: "evenodd",
opacity: 0.8
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#000",
fillRule: "evenodd",
d: "M4 4a1.5 1.5 0 0 0-1.5 1.5v7A1.5 1.5 0 0 0 4 14h12a1.5 1.5 0 0 0 1.5-1.5v-7A1.5 1.5 0 0 0 16 4H4ZM1.5 5.5A2.5 2.5 0 0 1 4 3h12a2.5 2.5 0 0 1 2.5 2.5v7A2.5 2.5 0 0 1 16 15H4a2.5 2.5 0 0 1-2.5-2.5v-7Z",
clipRule: "evenodd"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#000",
fillRule: "evenodd",
d: "M9.182 6.818a.5.5 0 0 1 .5-.5h2.727a.5.5 0 0 1 0 1H9.682a.5.5 0 0 1-.5-.5Zm0 4.092a.5.5 0 0 1 .5-.5h5.454a.5.5 0 1 1 0 1H9.682a.5.5 0 0 1-.5-.5Zm0-2.728a.5.5 0 0 1 .5-.5h5.454a.5.5 0 0 1 0 1H9.682a.5.5 0 0 1-.5-.5Zm0 1.363a.5.5 0 0 1 .5-.5h5.454a.5.5 0 0 1 0 1H9.682a.5.5 0 0 1-.5-.5Z",
clipRule: "evenodd"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#000",
d: "M7.773 8.182a1.364 1.364 0 1 1-2.728 0 1.364 1.364 0 0 1 2.728 0Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#000",
d: "M8.045 10.775c0 .688-.732.623-1.636.623-.904 0-1.636.066-1.636-.623 0-.688.732-1.557 1.636-1.557.904 0 1.636.87 1.636 1.557Z"
})]
}));
};
exports.PPIdentificationPrint = PPIdentificationPrint;