@icongo/gy
Version:
Glyph Iconset Icons
17 lines • 729 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var GYSiGlyphThermometer = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-thermometer",
viewBox: "0 0 17 17"
}, props, {
children: /*#__PURE__*/_jsx("path", {
fill: "#434343",
fillRule: "evenodd",
d: "M9.984 9.261V.735c0-.371-.371-.672-.83-.672h-1.31c-.458 0-.829.301-.829.672V9.26c-1.273.519-2.016 1.766-2.016 3.225a3.485 3.485 0 0 0 6.968 0c.002-1.459-.711-2.705-1.983-3.224ZM7.947.957H9.02V10H7.947V.957Z",
className: "prefix__si-glyph-fill"
})
}));
export { GYSiGlyphThermometer };