iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 894 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 Beer = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-beer", ...props },
React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }),
React.createElement("path", { d: "M17 2a2 2 0 011.995 1.85L19 4v4c0 1.335-.229 2.386-.774 3.692l-.157.363-.31.701a8.902 8.902 0 00-.751 3.242l-.008.377V20a2 2 0 01-1.85 1.995L15 22H9a2 2 0 01-1.995-1.85L7 20v-3.625c0-1.132-.21-2.25-.617-3.28l-.142-.34-.31-.699c-.604-1.358-.883-2.41-.925-3.698L5 8V4a2 2 0 011.85-1.995L7 2h10zm0 2H7v3h10V4z" }));
exports.default = Beer;