@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.5 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphBatteryHalf2 = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphBatteryHalf2 = function GYSiGlyphBatteryHalf2(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-battery-half-2",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M7.062 13.472a.48.48 0 0 0 .471.487h3.936a.48.48 0 0 0 .47-.487V8.094l-4.876 2.065v3.313h-.001Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M12.252 1H11V0H8.023v1H6.715c-.936 0-1.694.492-1.694 1.417v12.125c0 .924.759 1.458 1.694 1.458h5.536c.936 0 1.748-.535 1.748-1.458V2.417C14 1.492 13.188 1 12.252 1ZM13 14c0 .516-.484 1-1 1H7c-.515 0-1-.484-1-1V3c0-.514.485-1 1-1h5c.516 0 1 .485 1 1v11Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphBatteryHalf2 = GYSiGlyphBatteryHalf2;