iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.17 kB
JavaScript
;
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 BurgerDrink = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M11.151 4.493A.75.75 0 0111.856 4h2.41a.75.75 0 100-1.5h-2.41a2.25 2.25 0 00-2.114 1.48l-.759 2.083H4a.75.75 0 00-.746.823l1.164 11.836a2.25 2.25 0 002.239 2.03h2.641a2.246 2.246 0 01-.129-.754v-.746H6.657a.75.75 0 01-.746-.677L4.827 7.563H14.2l-.357 3.625h1.507l.423-4.302a.75.75 0 00-.746-.824H10.58l.571-1.569z", fill: "#323544" }),
React.createElement("path", { d: "M12.919 12.689a2.25 2.25 0 00-2.25 2.25v1.033a.75.75 0 000 1.492v2.535c0 .414.336.75.75.75h7.91a.75.75 0 00.75-.75v-2.535a.75.75 0 000-1.492V14.94a2.25 2.25 0 00-2.25-2.25h-4.91zm5.66 3.279h-6.41v-1.03a.75.75 0 01.75-.75h4.91a.75.75 0 01.75.75v1.03zm-6.41 1.5h1.189l.781.78a.75.75 0 001.06 0l.781-.78h2.6v1.78h-6.411v-1.78z", fill: "#323544" }));
exports.default = BurgerDrink;