@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.49 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphCandle = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphCandle = function GYSiGlyphCandle(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-candle",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M8 5h.926v1.823H8z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.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"
})]
})
}));
};
exports.GYSiGlyphCandle = GYSiGlyphCandle;