UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 724 B
"use strict"; 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 Bean = (props) => React.createElement("svg", { className: "lucide lucide-bean", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props }, React.createElement("path", { d: "M10.165 6.598C9.954 7.478 9.64 8.36 9 9c-.64.64-1.521.954-2.402 1.165A6 6 0 008 22c7.732 0 14-6.268 14-14a6 6 0 00-11.835-1.402zM5.341 10.62a4 4 0 105.279-5.28" })); exports.default = Bean;