@icongo/gy
Version:
Glyph Iconset Icons
31 lines (30 loc) • 1.55 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.GYSiGlyphBatteryFull = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var GYSiGlyphBatteryFull = function GYSiGlyphBatteryFull(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-full",
viewBox: "0 0 16 16"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M10.446 3H6.534C6.279 3 6 3.301 6 3.58v9.902c0 .273.278.497.535.497h3.912c.254 0 .553-.224.553-.497V3.58c0-.279-.297-.58-.554-.58Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M11.306 1.021H9.999V.005H7v1.016H5.77c-.936 0-1.694.766-1.694 1.709v11.562c0 .942.759 1.709 1.694 1.709h5.536c.936 0 1.694-.767 1.694-1.709V2.73c0-.944-.759-1.709-1.694-1.709ZM12 14c0 .525-.494 1-1 1H6c-.506 0-1.011-.475-1.011-1V3c0-.523.505-1 1.011-1h5c.506 0 1 .476 1 1v11Z",
className: "prefix__si-glyph-fill"
})]
})
}));
};
exports.GYSiGlyphBatteryFull = GYSiGlyphBatteryFull;