@icongo/gy
Version:
Glyph Iconset Icons
23 lines • 1.07 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 GYSiGlyphBatteryHalf = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
className: "prefix__si-glyph prefix__si-glyph-battery-half",
viewBox: "0 0 17 16"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
fill: "#434343",
fillRule: "evenodd",
children: [/*#__PURE__*/_jsx("path", {
d: "M7 13.448c0 .281.272.511.529.511h3.912c.255 0 .559-.229.559-.511V5.069L7 8.281v5.167Z",
className: "prefix__si-glyph-fill"
}), /*#__PURE__*/_jsx("path", {
d: "M12.252 1H11V.016H8.023V1H6.715c-.936 0-1.694.575-1.694 1.5v11.825c0 .924.759 1.675 1.694 1.675h5.536c.936 0 1.694-.751 1.694-1.675V2.5c.001-.925-.757-1.5-1.693-1.5ZM13 14c0 .516-.484 1-1 1H7c-.515 0-1-.484-1-1V3c0-.514.485-1.051 1-1.051h5c.516 0 1 .536 1 1.051v11Z",
className: "prefix__si-glyph-fill"
})]
})
}));
export { GYSiGlyphBatteryHalf };