iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 959 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 BeerBottleFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M245.66 42.34l-32-32a8 8 0 00-11.32 11.32l1.48 1.47-55.17 41.38-38.22 7.65a8.05 8.05 0 00-4.09 2.18L23 157.66a24 24 0 000 33.94L64.4 233a24 24 0 0033.94 0l83.32-83.31a8 8 0 002.18-4.09l7.65-38.22 41.38-55.17 1.47 1.48a8 8 0 0011.32-11.32zM81.37 224a7.94 7.94 0 01-5.65-2.34l-41.38-41.38a8 8 0 010-11.31l5.66-5.66L92.69 216 87 221.66a8 8 0 01-5.63 2.34zM177.6 99.2a7.92 7.92 0 00-1.44 3.23l-7.53 37.63-8.63 8.63L107.31 96l8.63-8.63 37.63-7.53a7.92 7.92 0 003.23-1.44l58.45-43.84 6.19 6.19z" }));
exports.default = BeerBottleFill;