UNPKG

@icongo/pp

Version:
46 lines (45 loc) 2.32 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.PPMotorcyclePrint = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var PPMotorcyclePrint = function PPMotorcyclePrint(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: "M13.322 7.384A4.501 4.501 0 0 1 16 11.5V14a2 2 0 0 1-2 2h-.585c.055.156.085.325.085.5v2A1.5 1.5 0 0 1 12 20h-1a1.5 1.5 0 0 1-1.5-1.5v-2c0-.175.03-.344.085-.5H9a2 2 0 0 1-2-2v-2.5a4.5 4.5 0 0 1 2.678-4.116 3 3 0 1 1 3.643 0Z", clipRule: "evenodd", opacity: 0.8 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#000", d: "M12.75 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm-3.5 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#000", fillRule: "evenodd", d: "M10 7a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm0-5a2 2 0 1 1 0 4 2 2 0 0 1 0-4Zm.5 12h-1A1.5 1.5 0 0 0 8 15.5v2A1.5 1.5 0 0 0 9.5 19h1a1.5 1.5 0 0 0 1.5-1.5v-2a1.5 1.5 0 0 0-1.5-1.5ZM9 15.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-2Z", clipRule: "evenodd" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#000", d: "M15.5 3.75a.75.75 0 0 1 0-1.5h2a.75.75 0 0 1 0 1.5h-2Zm-13 0a.75.75 0 0 1 0-1.5h2a.75.75 0 0 1 0 1.5h-2Z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#000", d: "m4.106 3.364.302-.97 3.698.742-.302.97-3.698-.742Zm7.788-.228.302.97 3.698-.742-.302-.97-3.698.742Z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#000", fillRule: "evenodd", d: "M14.5 10.5a4.5 4.5 0 1 0-9 0V13a2 2 0 0 0 2 2h5a2 2 0 0 0 2-2v-2.5Zm-8 0a3.5 3.5 0 1 1 7 0V13a1 1 0 0 1-1 1h-5a1 1 0 0 1-1-1v-2.5Z", clipRule: "evenodd" })] })); }; exports.PPMotorcyclePrint = PPMotorcyclePrint;