@icongo/pp
Version:
Pepicons Icons
21 lines • 1.02 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var PPFlowerBud = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
fill: "none",
viewBox: "0 0 20 20"
}, props, {
children: [/*#__PURE__*/_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__*/_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"
})]
}));
export { PPFlowerBud };