@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.01 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var GYSiGlyphCocktail = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_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__*/_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"
})]
})
}));
export { GYSiGlyphCocktail };