@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.07 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var BatteryWarning = /*#__PURE__*/React.forwardRef(function (props, ref) {
var attrs = {
"fill": "currentColor",
"xmlns": "http://www.w3.org/2000/svg"
};
return /*#__PURE__*/React.createElement(StyledIconBase, _extends({
iconAttrs: attrs,
iconVerticalAlign: "middle",
iconViewBox: "0 0 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M8.24 11.2c.24.13.43.32.56.56l4 7A1.5 1.5 0 0 1 11.5 21h-8a1.5 1.5 0 0 1-1.3-2.25l4-7a1.5 1.5 0 0 1 2.05-.55zM7.5 18a.5.5 0 1 0 0 1 .5.5 0 0 0 0-1zM17 6a3 3 0 0 1 3 3v1h1a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-1v1a3 3 0 0 1-3 3h-3.47l-3.86-6.74a2.5 2.5 0 0 0-4.34 0l-2.97 5.17A2.99 2.99 0 0 1 2 15V9a3 3 0 0 1 3-3h12zm-9.5 7a.5.5 0 0 0-.5.5v3.09a.5.5 0 0 0 1-.09v-3l-.01-.09a.5.5 0 0 0-.5-.41z"
}));
});
BatteryWarning.displayName = 'BatteryWarning';
export var BatteryWarningDimensions = {
height: 24,
width: 24
};