UNPKG

@icongo/gy

Version:
31 lines (30 loc) 1.51 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.GYSiGlyphBatteryLow = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var GYSiGlyphBatteryLow = function GYSiGlyphBatteryLow(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-low", 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.508c0 .248.21.451.467.451h3.912c.255 0 .559-.203.559-.451v-2.407l-4.938 2.056v.351Z", className: "prefix__si-glyph-fill" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M12.252 1H11V.016H8.023V1H6.715c-.936 0-1.694.658-1.694 1.583v11.742c0 .924.759 1.675 1.694 1.675h5.536c.936 0 1.694-.751 1.694-1.675V2.583C13.946 1.658 13.188 1 12.252 1ZM13 14c0 .516-.484 1-1 1H7c-.515 0-1.064-.484-1.064-1V3c0-.514.55-1.051 1.064-1.051h5c.516 0 1 .536 1 1.051v11Z", className: "prefix__si-glyph-fill" })] }) })); }; exports.GYSiGlyphBatteryLow = GYSiGlyphBatteryLow;