@icongo/pp
Version:
Pepicons Icons
31 lines • 1.26 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var PPControllerPrint = 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__*/_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__*/_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__*/_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__*/_jsx("path", {
fill: "#000",
d: "M4 11a1 1 0 1 1 0-2h4a1 1 0 0 1 0 2H4Z"
}), /*#__PURE__*/_jsx("path", {
fill: "#000",
d: "M7 12a1 1 0 1 1-2 0V8a1 1 0 0 1 2 0v4Z"
})]
}));
export { PPControllerPrint };