UNPKG

@icongo/pp

Version:
35 lines (34 loc) 2.06 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.PPFlowerBudPrint = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var PPFlowerBudPrint = function PPFlowerBudPrint(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: "M17.156 7.804A3.205 3.205 0 0 1 20 11a3.205 3.205 0 0 1-2.844 3.196c.122.34.188.707.188 1.09 0 1.775-1.427 3.214-3.188 3.214a3.178 3.178 0 0 1-2.656-1.437A3.178 3.178 0 0 1 8.844 18.5c-1.76 0-3.188-1.44-3.188-3.214 0-.383.067-.75.188-1.09A3.205 3.205 0 0 1 3 11a3.205 3.205 0 0 1 2.844-3.196 3.233 3.233 0 0 1-.188-1.09C5.656 4.94 7.083 3.5 8.844 3.5c1.108 0 2.085.57 2.656 1.437A3.178 3.178 0 0 1 14.156 3.5c1.76 0 3.188 1.44 3.188 3.214 0 .383-.067.75-.188 1.09Z", clipRule: "evenodd", opacity: 0.8 }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#000", d: "M13 10a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { fill: "#000", fillRule: "evenodd", d: "M15.944 13.371a3.502 3.502 0 0 0 0-6.742A3.5 3.5 0 0 0 10 3.55a3.5 3.5 0 0 0-5.944 3.078 3.502 3.502 0 0 0 0 6.742A3.5 3.5 0 0 0 10 16.45a3.5 3.5 0 0 0 5.944-3.078Zm-1.091-6.523a.5.5 0 0 0 .417.666 2.5 2.5 0 0 1 0 4.972.5.5 0 0 0-.417.666 2.5 2.5 0 0 1-4.436 2.23.5.5 0 0 0-.833 0 2.5 2.5 0 0 1-4.436-2.23.5.5 0 0 0-.418-.666 2.5 2.5 0 0 1 0-4.972.5.5 0 0 0 .417-.666 2.5 2.5 0 0 1 4.436-2.23.5.5 0 0 0 .833 0 2.5 2.5 0 0 1 4.436 2.23Z", clipRule: "evenodd" })] })); }; exports.PPFlowerBudPrint = PPFlowerBudPrint;