@icongo/pp
Version:
Pepicons Icons
29 lines (28 loc) • 1.39 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.PPFlowerBud = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var PPFlowerBud = function PPFlowerBud(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: "M16.49 13.713a4.003 4.003 0 0 0 0-7.426A4 4 0 0 0 10 2.877a4 4 0 0 0-6.49 3.41 4.003 4.003 0 0 0 0 7.426 4 4 0 0 0 6.49 3.41 4 4 0 0 0 6.49-3.41Zm-2.108-7.035a1 1 0 0 0 .835 1.334 2 2 0 0 1 0 3.976 1 1 0 0 0-.835 1.334 2 2 0 0 1-3.55 1.783 1 1 0 0 0-1.665 0 2 2 0 0 1-3.55-1.783 1 1 0 0 0-.834-1.333 2 2 0 0 1 0-3.977 1 1 0 0 0 .835-1.334 2 2 0 0 1 3.55-1.783 1 1 0 0 0 1.665 0 2 2 0 0 1 3.55 1.783Z",
clipRule: "evenodd"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "currentColor",
d: "M13.5 10a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Z"
})]
}));
};
exports.PPFlowerBud = PPFlowerBud;