UNPKG

@icongo/pp

Version:
33 lines (32 loc) 1.46 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.PPCheckmarkPrint = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var PPCheckmarkPrint = function PPCheckmarkPrint(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: "m12.87 17.123 4.941-8.895c.971-1.748-1.65-3.205-2.622-1.456L11.05 14.22l-3.614-2.891C5.874 10.079 4 12.422 5.562 13.671l4.906 3.925c.055.05.114.095.176.137.387.277.789.342 1.15.263.364-.064.711-.276.964-.68.041-.061.079-.126.11-.193Z", clipRule: "evenodd", opacity: 0.8 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#000", d: "m14.937 5.743-5 9c-.324.583-1.198.097-.874-.486l5-9c.324-.583 1.198-.097.874.486Z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#000", d: "m4.812 10.11 5 4c.52.416-.104 1.197-.624.78l-5-4c-.52-.416.104-1.197.624-.78Z" })] })); }; exports.PPCheckmarkPrint = PPCheckmarkPrint;