@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.14 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 GYSiGlyphTestTube = 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",
viewBox: "0 0 16 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M12.921.969c0-.937-.091-.938-1.05-.938H5.13c-.958 0-1.052.001-1.052.938h.953v2.94L2.019 14.238c0 .939.777 1.699 1.736 1.699h9.489c.958 0 1.736-.76 1.736-1.699L11.992 3.879l-.014-2.91h.943Zm1.048 12.637c.271.884-.203 1.435-1.432 1.435H4.562c-1.401 0-1.745-.593-1.432-1.435l2.786-9.652L5.905.941h5.125V3.93l2.939 9.676Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M10.039 6.031h-3.02l-1.838 6.308c-.355 1.15-.24 1.584 1.408 1.584h3.879c1.633 0 1.67-.518 1.409-1.584l-1.838-6.308Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphTestTube };