iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.02 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Mushroom1 = (props) => React.createElement("svg", { viewBox: "0 0 25 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M12.023 2.5C6.47 2.5 2.416 7.789 3.43 12.982c.203 1.042 1.15 1.64 2.084 1.64h3.924l-.478 4.383a2.25 2.25 0 002.237 2.494h1.655a2.25 2.25 0 002.237-2.494l-.478-4.383h3.924c.934 0 1.88-.598 2.084-1.64C21.63 7.79 17.578 2.5 12.023 2.5zm1.794 10.622a.73.73 0 00-.086 0h-3.415a.73.73 0 00-.087 0H5.513c-.347 0-.57-.211-.612-.427C4.061 8.388 7.452 4 12.023 4c4.572 0 7.962 4.388 7.122 8.695-.041.216-.264.427-.611.427h-4.717zm-2.871 1.5H13.1l.495 4.546a.75.75 0 01-.745.83h-1.655a.75.75 0 01-.746-.83l.496-4.546z", fill: "#323544" }));
exports.default = Mushroom1;