UNPKG

@icongo/pp

Version:
40 lines (39 loc) 1.8 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.PPLockClosedPrint = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var PPLockClosedPrint = function PPLockClosedPrint(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: "M8 9.645V6.5a3.5 3.5 0 1 1 7 0v3.145c1.446.43 2.5 1.77 2.5 3.355v3a3.5 3.5 0 0 1-3.5 3.5H9A3.5 3.5 0 0 1 5.5 16v-3A3.502 3.502 0 0 1 8 9.645ZM9.5 9.5v-3a2 2 0 1 1 4 0v3h-4Z", clipRule: "evenodd", opacity: 0.8 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#000", fillRule: "evenodd", d: "M7.5 12.5a2 2 0 1 0 4 0 2 2 0 0 0-4 0Zm3 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z", clipRule: "evenodd" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#000", fillRule: "evenodd", d: "M12 7.5H7A3.5 3.5 0 0 0 3.5 11v3A3.5 3.5 0 0 0 7 17.5h5a3.5 3.5 0 0 0 3.5-3.5v-3A3.5 3.5 0 0 0 12 7.5ZM4.5 11A2.5 2.5 0 0 1 7 8.5h5a2.5 2.5 0 0 1 2.5 2.5v3a2.5 2.5 0 0 1-2.5 2.5H7A2.5 2.5 0 0 1 4.5 14v-3Z", clipRule: "evenodd" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#000", d: "M7 8a.5.5 0 0 1-1 0V4.5a3.5 3.5 0 1 1 7 0V8a.5.5 0 0 1-1 0V4.5a2.5 2.5 0 0 0-5 0V8Z" })] })); }; exports.PPLockClosedPrint = PPLockClosedPrint;