UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 937 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 BeerBottleBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M248.49 39.51l-32-32a12 12 0 00-18.55 15L147 60.77l-37.33 7.46a12.09 12.09 0 00-6.14 3.28L20.2 154.83a28 28 0 000 39.6l41.37 41.37a28 28 0 0039.6 0l83.32-83.31a12.09 12.09 0 003.28-6.14l7.46-37.35 38.23-51a12 12 0 0015-18.55zM112 191l-47-47 31-31 47 47zm-30.63 29a4 4 0 01-2.83-1.17l-41.37-41.37a4 4 0 010-5.66L48 161l47 47-10.8 10.83a4 4 0 01-2.83 1.17zm93-123.2a12 12 0 00-2.17 4.85l-7.2 36.43-5 4.92-47-47 5-5 36.43-7.28a12 12 0 004.85-2.17l55.67-41.76 1.29 1.29z" })); exports.default = BeerBottleBold;