@icongo/pp
Version:
Pepicons Icons
39 lines (38 loc) • 1.72 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PPControllerPrint = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var PPControllerPrint = function PPControllerPrint(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",
d: "M6.5 6.5h9A4.5 4.5 0 0 1 20 11v2a4.5 4.5 0 0 1-4.5 4.5h-9A4.5 4.5 0 0 1 2 13v-2a4.5 4.5 0 0 1 4.5-4.5Z",
opacity: 0.8
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#000",
d: "M12.25 10a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5Zm2 2.5a1.25 1.25 0 1 1 0-2.5 1.25 1.25 0 0 1 0 2.5Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#000",
fillRule: "evenodd",
d: "M14.5 4.5h-9A4.5 4.5 0 0 0 1 9v2a4.5 4.5 0 0 0 4.5 4.5h9A4.5 4.5 0 0 0 19 11V9a4.5 4.5 0 0 0-4.5-4.5ZM2 9a3.5 3.5 0 0 1 3.5-3.5h9A3.5 3.5 0 0 1 18 9v2a3.5 3.5 0 0 1-3.5 3.5h-9A3.5 3.5 0 0 1 2 11V9Z",
clipRule: "evenodd"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#000",
d: "M4 11a1 1 0 1 1 0-2h4a1 1 0 0 1 0 2H4Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#000",
d: "M7 12a1 1 0 1 1-2 0V8a1 1 0 0 1 2 0v4Z"
})]
}));
};
exports.PPControllerPrint = PPControllerPrint;