@icongo/pp
Version:
Pepicons Icons
65 lines (64 loc) • 3.2 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PPMoveXPrint = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var PPMoveXPrint = function PPMoveXPrint(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.jsxs)("g", {
fillRule: "evenodd",
clipPath: "url(#prefix__a)",
clipRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "currentColor",
opacity: 0.8,
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M14.706 6.348a1.5 1.5 0 0 1 2.113.192l3.333 4a1.5 1.5 0 1 1-2.304 1.92l-3.334-4a1.5 1.5 0 0 1 .192-2.112Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M14.706 16.652a1.5 1.5 0 0 1-.192-2.112l3.334-4a1.5 1.5 0 1 1 2.304 1.92l-3.333 4a1.5 1.5 0 0 1-2.113.192Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M18.5 11.5A1.5 1.5 0 0 1 17 13H9a1.5 1.5 0 0 1 0-3h8a1.5 1.5 0 0 1 1.5 1.5Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M9.294 16.652a1.5 1.5 0 0 1-2.113-.192l-3.333-4a1.5 1.5 0 1 1 2.304-1.92l3.334 4a1.5 1.5 0 0 1-.192 2.112Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M9.294 6.348a1.5 1.5 0 0 1 .192 2.112l-3.334 4a1.5 1.5 0 0 1-2.304-1.92l3.333-4a1.5 1.5 0 0 1 2.113-.192Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M5.5 11.5A1.5 1.5 0 0 1 7 10h8a1.5 1.5 0 0 1 0 3H7a1.5 1.5 0 0 1-1.5-1.5Z"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#000",
d: "M13.347 5.616a.5.5 0 0 1 .704.064l3.333 4a.5.5 0 0 1-.768.64l-3.333-4a.5.5 0 0 1 .064-.704Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#000",
d: "M13.347 14.384a.5.5 0 0 1-.064-.704l3.333-4a.5.5 0 1 1 .768.64l-3.333 4a.5.5 0 0 1-.704.064Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#000",
d: "M3.5 9.5h13a.5.5 0 1 1 0 1h-13a.5.5 0 0 1 0-1Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#000",
d: "M6.653 14.384a.5.5 0 0 1-.704-.064l-3.333-4a.5.5 0 0 1 .768-.64l3.333 4a.5.5 0 0 1-.064.704Z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#000",
d: "M6.653 5.616a.5.5 0 0 1 .064.704l-3.333 4a.5.5 0 0 1-.768-.64l3.333-4a.5.5 0 0 1 .704-.064ZM4.5 10a.5.5 0 0 1 .5-.5h8a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5Z"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("defs", {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("clipPath", {
id: "prefix__a",
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#fff",
d: "M0 0h20v20H0z"
})
})
})]
}));
};
exports.PPMoveXPrint = PPMoveXPrint;