UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 957 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 BeerBottleThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M242.83 45.17l-32-32a4 4 0 00-5.66 5.66l4.74 4.74-59.58 44.69-39.11 7.82a4 4 0 00-2 1.09l-83.36 83.32a20 20 0 000 28.28l41.37 41.37a20 20 0 0028.28 0l83.32-83.31a4 4 0 001.09-2.05l7.82-39.11 44.69-59.58 4.74 4.74a4 4 0 105.66-5.66zm-153 179.31a12 12 0 01-17 0l-41.32-41.37a12 12 0 010-17l8.49-8.45L98.34 216zM104 210.34L45.66 152 96 101.66 154.34 160zm76.8-108.74a3.89 3.89 0 00-.72 1.62L172.32 142 160 154.34 101.66 96 114 83.68l38.81-7.76a3.89 3.89 0 001.62-.72l61.22-45.92 11.1 11.1z" })); exports.default = BeerBottleThin;