@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.55 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphTestTube = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphTestTube = function GYSiGlyphTestTube(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-test-tube",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.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"
})]
})
}));
};
exports.GYSiGlyphTestTube = GYSiGlyphTestTube;