@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 938 B
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 GYSiGlyphCoverFood = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-cover-food",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M16.471 12.076H1.49c-.271 0-.489.207-.489.461 0 .256.219.463.489.463h14.981c.271 0 .49-.207.49-.463 0-.254-.22-.461-.49-.461ZM8.987 4.201c-3.839 0-6.95 3.008-6.95 6.718h13.9c.001-3.71-3.112-6.718-6.95-6.718Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M8 3h1.969v1.969H8z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphCoverFood };