UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 906 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 CoffeeLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M82 56V24a6 6 0 0112 0v32a6 6 0 01-12 0zm38 6a6 6 0 006-6V24a6 6 0 00-12 0v32a6 6 0 006 6zm32 0a6 6 0 006-6V24a6 6 0 00-12 0v32a6 6 0 006 6zm94 58v8a38 38 0 01-36.94 38 94.55 94.55 0 01-31.13 44H208a6 6 0 010 12H32a6 6 0 010-12h30.07A94.34 94.34 0 0126 136V88a6 6 0 016-6h176a38 38 0 0138 38zm-44 16V94H38v42a82.27 82.27 0 0046.67 74h70.66A82.27 82.27 0 00202 136zm32-16a26 26 0 00-20-25.29V136a93.18 93.18 0 01-1.69 17.64A26 26 0 00234 128z" })); exports.default = CoffeeLight;