@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 642 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphTestTubeEmpty = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-test-tube-empty",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M12 1V.023H6V1h1.012v6L3 15s0 .962 1 .962h10c1 0 1-.962 1-.962l-4.042-8-.02-6H12Zm2 14.031H4L8 7V1h2v6l4 8.031Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphTestTubeEmpty };