@icongo/pp
Version:
Pepicons Icons
25 lines • 1.05 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 PPCheckmarkPrint = 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",
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__*/_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__*/_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"
})]
}));
export { PPCheckmarkPrint };