UNPKG

@icongo/pp

Version:
35 lines (34 loc) 1.65 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.PPStarPrint = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var PPStarPrint = function PPStarPrint(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", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round", d: "M11.5 15.9 6.865 18l.533-5.13L4 9.04l4.965-1.07L11.5 3.5l2.535 4.469L19 9.039l-3.398 3.831.533 5.13-4.635-2.1Z", clipRule: "evenodd", opacity: 0.8 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#000", fillRule: "evenodd", d: "M5.571 17.455 10 15.448l4.429 2.007a.5.5 0 0 0 .704-.507l-.51-4.91 3.251-3.668a.5.5 0 0 0-.269-.82L12.86 6.527l-2.425-4.274a.5.5 0 0 0-.87 0L7.14 6.527 2.395 7.55a.5.5 0 0 0-.27.82l3.253 3.667-.51 4.911a.5.5 0 0 0 .703.507Zm4.223-3.01-3.842 1.74.443-4.263a.5.5 0 0 0-.123-.384l-2.83-3.191 4.128-.89a.5.5 0 0 0 .33-.242L10 3.513l2.1 3.702a.5.5 0 0 0 .33.242l4.128.89-2.83 3.191a.5.5 0 0 0-.123.384l.443 4.263-3.842-1.74a.5.5 0 0 0-.412 0Z", clipRule: "evenodd" })] })); }; exports.PPStarPrint = PPStarPrint;