@icongo/pp
Version:
Pepicons Icons
59 lines (58 loc) • 2.62 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PPGiftPrint = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var PPGiftPrint = function PPGiftPrint(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", {
clipPath: "url(#prefix__a)",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "currentColor",
fillRule: "evenodd",
d: "M20 8a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V8Z",
clipRule: "evenodd",
opacity: 0.8
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#000",
fillRule: "evenodd",
d: "M3 5h14a1 1 0 0 1 1 1v11a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1Zm14 12V6H3v11h14Z",
clipRule: "evenodd"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#000",
d: "M9.5 5.5h1v12h-1z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#000",
d: "M2 10.5h16v1H2z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#000",
fillRule: "evenodd",
d: "M8.943 1.554c1.125.978 1.787 3.001 1.035 3.866-.75.864-2.374.27-3.659-.847-1.094-.951-1.469-2.399-.712-3.269.756-.87 2.242-.701 3.336.25ZM6.975 3.82c.897.779 2.033 1.194 2.249.945.3-.344-.174-1.792-.937-2.455-.725-.63-1.595-.73-1.926-.349-.33.38-.11 1.228.614 1.859Z",
clipRule: "evenodd"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#000",
fillRule: "evenodd",
d: "M11.298 1.554c-1.124.978-1.787 3.001-1.035 3.866.75.864 2.374.27 3.66-.847 1.094-.951 1.469-2.399.712-3.269-.756-.87-2.242-.701-3.337.25Zm1.969 2.265c-.897.779-2.033 1.194-2.249.945-.3-.344.174-1.792.936-2.455.725-.63 1.596-.73 1.926-.349.33.38.111 1.228-.613 1.859Z",
clipRule: "evenodd"
})]
}), /*#__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.PPGiftPrint = PPGiftPrint;