UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 824 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 BeanOff = (props) => React.createElement("svg", { className: "lucide lucide-bean-off", 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: "M9 9c-.64.64-1.521.954-2.402 1.165A6 6 0 008 22a13.96 13.96 0 009.9-4.1M10.75 5.093A6 6 0 0122 8c0 2.411-.61 4.68-1.683 6.66" }), React.createElement("path", { d: "M5.341 10.62a4 4 0 006.487 1.208M10.62 5.341a4.015 4.015 0 012.039 2.04M2 2l20 20" })); exports.default = BeanOff;