@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.08 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 GYSiGlyphCandle = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-candle",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M8 5h.926v1.823H8z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M10.287 5.973c.11-2.604-.986-3.368-1.61-3.368-.65 1.177-2.032 1.498-2.329 3.394C5.034 3.567 8.004 3.059 8.153.027c.252-.001 4.403 3.559 2.134 5.946Zm1.031 1.436s-.518.644-2.244.644c-1.727 0-3.37-.644-3.37-.644a.677.677 0 0 0-.681.672v7.226c0 .371.305.673.681.673h5.614a.678.678 0 0 0 .682-.673V8.081a.677.677 0 0 0-.682-.672Zm-.258 7.607H9.951V8.954h1.109v6.062Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphCandle };