@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.42 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphCocktail = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphCocktail = function GYSiGlyphCocktail(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-cocktail",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M4.92 1.898C4.744.712 3.727 0 2.484 0A2.47 2.47 0 0 0 .01 2.462a2.468 2.468 0 0 0 2.954 2.414L.975 1.888l3.945.01Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m9.966 9.001 6.066-5.975-13-.026 6.042 6v4.031L7.027 15h5.01l-2.045-1.963-.026-4.036ZM5.188 4l8.594.04-1.786 1.701c-.47.015-1.142-.087-2.058-.484-1.219-.442-2.322.405-2.697.743L5.188 4Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphCocktail = GYSiGlyphCocktail;