UNPKG

@icongo/pp

Version:
43 lines (42 loc) 1.67 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.PPLabel = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var PPLabel = function PPLabel(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", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 2, d: "M2.979 2.636v-.003h.003a36.006 36.006 0 0 1 1.815-.115c1.46-.058 3.193-.05 4.48.142a.386.386 0 0 1 .21.117l7.754 7.753a.5.5 0 0 1 0 .708l-5.657 5.656a.5.5 0 0 1-.707 0L3.123 9.141a.386.386 0 0 1-.117-.21c-.192-1.287-.2-3.02-.142-4.48.028-.722.073-1.359.115-1.815Z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 7.435, cy: 7.173, r: 1, fill: "currentColor", transform: "rotate(-45 7.435 7.173)" })] }), /*#__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.PPLabel = PPLabel;