iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 859 B
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 GlassJuice1 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.773 3.936a.75.75 0 01.68-.436h3.041a.75.75 0 100-1.5h-3.04a2.25 2.25 0 00-2.043 1.307l-.897 1.943H5.625a.75.75 0 00-.746.823L6.246 19.97A2.25 2.25 0 008.485 22h7.03a2.25 2.25 0 002.24-2.03L19.12 6.073a.75.75 0 00-.746-.823h-5.209l.607-1.314zM11.977 6.75H17.548l-1.286 13.073a.75.75 0 01-.747.677h-7.03a.75.75 0 01-.747-.677L6.452 6.75h5.525z", fill: "#323544" }));
exports.default = GlassJuice1;