UNPKG

@icongo/pp

Version:
45 lines (44 loc) 1.9 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.PPCoctail = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var PPCoctail = function PPCoctail(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", { fill: "currentColor", clipPath: "url(#prefix__a)", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M6 8a.5.5 0 0 1 0-1h8a.5.5 0 0 1 0 1H6Z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fillRule: "evenodd", d: "m2.767 5.68 6.5 7a1 1 0 0 0 1.466 0l6.5-7c.594-.64.14-1.68-.733-1.68h-13c-.873 0-1.327 1.04-.733 1.68Zm11.44.32L10 10.53 5.793 6h8.414Z", clipRule: "evenodd" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M11 11.5v7H9v-7h2Z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M14.5 20h-9c0-1.475 2.05-2.5 4.5-2.5s4.5 1.025 4.5 2.5ZM12.818 1.728a.75.75 0 0 1 .364-1.456l4 1a.75.75 0 0 1-.364 1.456l-4-1Z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M11.211 8.737a.75.75 0 1 1-1.423-.474l2.5-7.5a.75.75 0 1 1 1.423.474l-2.5 7.5Z" })] }), /*#__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.PPCoctail = PPCoctail;