UNPKG

@icongo/pp

Version:
41 lines (40 loc) 2.17 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.PPCanPrint = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var PPCanPrint = function PPCanPrint(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: "M9 3h5c1.667.667 2.667 1.667 3 3v10a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3V6c.333-1.333 1.333-2.333 3-3Z", opacity: 0.8 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#000", fillRule: "evenodd", d: "M12.5 2h-5c-1.667.667-2.667 1.667-3 3v10a3 3 0 0 0 3 3h5a3 3 0 0 0 3-3V5c-.333-1.333-1.333-2.333-3-3Zm-7 13V5.133c.264-.9.969-1.605 2.199-2.133H12.3c1.23.528 1.935 1.233 2.199 2.133V15a2 2 0 0 1-2 2h-5a2 2 0 0 1-2-2Z", clipRule: "evenodd" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#000", fillRule: "evenodd", d: "M7 9.5a4 4 0 1 0 8 0 4 4 0 0 0-8 0Zm7 0a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z", clipRule: "evenodd" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#000", d: "m12.074 6.505.986.164c-.167 1.006-.673 1.938-1.505 2.79-.83.851-1.964 1.46-3.389 1.834l-.253-.968c1.259-.33 2.231-.853 2.927-1.565.695-.711 1.102-1.46 1.234-2.255Z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#000", d: "M13.342 7.612a.5.5 0 1 1 .989-.149c.161 1.07.03 1.946-.416 2.608-.52.769-1.313 1.207-2.081 1.409-.09.023-.23.055-.445.101l-.613.131-.11.024a23.86 23.86 0 0 0-.623.14c-.228.057-.645.185-1.24.383a.5.5 0 0 1-.316-.949c.62-.206 1.056-.34 1.318-.405.166-.04.375-.087.65-.147l.111-.024.612-.13c.201-.044.33-.073.402-.092.555-.145 1.15-.474 1.505-1 .29-.43.384-1.057.257-1.9Z" })] })); }; exports.PPCanPrint = PPCanPrint;