@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.11 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var GYSiGlyphBatteryCharging = props => /*#__PURE__*/_jsx("svg", _extends({
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__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_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__*/_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"
})]
})
}));
export { GYSiGlyphBatteryCharging };