@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.53 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphTestTube2 = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphTestTube2 = function GYSiGlyphTestTube2(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-2",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M9.726.04 8.32 1.443l.703.703-8.48 8.323c-.738.735-.674 1.996.143 2.811l2.031 2.025c.816.814 2.047.91 2.785.173l8.514-8.353.684.684 1.408-1.404L9.726.04Zm-6.37 14.358-1.771-1.771c-.502-.501-.591-1.232-.195-1.623l8.35-8.225 3.59 3.592-8.351 8.222c-.395.395-1.123.305-1.623-.195Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M5.273 12.78c-.34.336-.904.316-1.406-.184l-.376-.377c-.503-.504-.636-1.184-.298-1.518l3.858-3.858 3.203.909-4.981 5.028Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphTestTube2 = GYSiGlyphTestTube2;