UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 986 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 CoffeeOff = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: "icon icon-tabler icons-tabler-outline icon-tabler-coffee-off", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", stroke: "none" }), React.createElement("path", { d: "M3 14c.83.642 2.077 1.017 3.5 1 1.423.017 2.67-.358 3.5-1 .73-.565 1.783-.923 3-.99M8 3c-.194.14-.364.305-.506.49M12 3a2.4 2.4 0 00-1 2 2.4 2.4 0 001 2" }), React.createElement("path", { d: "M14 10h3v3m-.257 3.743A6 6 0 0111 21H9a6 6 0 01-6-6v-5h7M20.116 16.124a3 3 0 00-3.118-4.953M3 3l18 18" })); exports.default = CoffeeOff;