iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 976 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 BeerBottleLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M244.24 43.76l-32-32a6 6 0 00-8.48 8.48l3.11 3.11-57.38 43-38.67 7.74a5.92 5.92 0 00-3.06 1.64l-83.32 83.34a22 22 0 000 31.11l41.38 41.38a22 22 0 0031.11 0l83.31-83.32a5.92 5.92 0 001.64-3.06l7.74-38.67 43-57.38 3.11 3.11a6 6 0 008.48-8.48zM88.44 223.07a10 10 0 01-14.14 0L32.93 181.7a10 10 0 010-14.14l7.07-7.07L95.51 216zM104 207.51L48.49 152 96 104.49 151.51 160zm75.2-107.11a5.88 5.88 0 00-1.08 2.42L170.47 141 160 151.51 104.49 96 115 85.53l38.22-7.65a5.88 5.88 0 002.42-1.08l59.84-44.88 8.64 8.64z" }));
exports.default = BeerBottleLight;