@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.54 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphBatteryCharging = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphBatteryCharging = function GYSiGlyphBatteryCharging(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-charging",
viewBox: "0 0 17 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M11.56 1.003H9.907V.031H7v.972H5.4c-.766 0-1.384.52-1.384 1.163v12.633c0 .643.618 1.164 1.384 1.164h6.159c.762 0 1.382-.521 1.382-1.164V2.166c0-.644-.62-1.163-1.381-1.163Zm.471 13.467c0 .343-.324.62-.72.62H5.632c-.395 0-.719-.277-.719-.62V2.529c0-.343.324-.621.719-.621h5.679c.396 0 .72.278.72.621V14.47Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m10 3.006-3.959 7.683L8.005 9.42l-.989 4.584 3.952-7.821L8.881 7.5 10 3.006Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphBatteryCharging = GYSiGlyphBatteryCharging;