iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 914 B
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 BeerOff = (props) => React.createElement("svg", { className: "lucide lucide-beer-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: "M13 13v5M17 11.47V8M17 11h1a3 3 0 012.745 4.211M2 2l20 20M5 8v12a2 2 0 002 2h8a2 2 0 002-2v-3" }),
React.createElement("path", { d: "M7.536 7.535C6.766 7.649 6.154 8 5.5 8a2.5 2.5 0 01-1.768-4.268M8.727 3.204C9.306 2.767 9.885 2 11 2c1.56 0 2 1.5 3 1.5s1.72-.5 2.5-.5a1 1 0 110 5c-.78 0-1.5-.5-2.5-.5a3.149 3.149 0 00-.842.12M9 14.6V18" }));
exports.default = BeerOff;