UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 975 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 CoffeeCup2 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M15.969 4a.75.75 0 00-1.5 0v1.75a.75.75 0 101.5 0V4zM4 7.25a.75.75 0 00-.75.75v5.25a7.489 7.489 0 003 6H4a.75.75 0 000 1.5h13.5a.75.75 0 000-1.5h-2.25a7.54 7.54 0 001.68-1.75H17a4.5 4.5 0 004.5-4.5v-1.25a2.25 2.25 0 00-2.25-2.25h-1V8a.75.75 0 00-.75-.75H4zm12.75 6a6 6 0 01-12 0v-4.5h12v4.5zm1.5-2.25h1a.75.75 0 01.75.75V13a3.001 3.001 0 01-2.232 2.9 7.482 7.482 0 00.482-2.65V11zM10.75 3.25a.75.75 0 01.75.75v1.75a.75.75 0 01-1.5 0V4a.75.75 0 01.75-.75zM7.031 4a.75.75 0 00-1.5 0v1.75a.75.75 0 001.5 0V4z", fill: "#323544" })); exports.default = CoffeeCup2;