@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.2 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var CellularWarning = /*#__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: "M16 9a1 1 0 0 1 1 1v1.05c-.7.14-1.36.59-1.74 1.33l-.26.53V10a1 1 0 0 1 1-1Zm3-2v4.5c.3.21.55.51.74.88L21 14.91V7a1 1 0 0 0-2 0Zm-7.73 13.38L13 16.91V13a1 1 0 1 0-2 0v7a1 1 0 0 0 .18.57l.09-.19ZM8 15a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1 1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1Zm-4 3a1 1 0 0 1 1 .98v1.04A1 1 0 0 1 4 21a1 1 0 0 1-1-.98v-1.04A1 1 0 0 1 4 18Zm12.16-5.17-4 8A1.5 1.5 0 0 0 13.5 23h8a1.5 1.5 0 0 0 1.34-2.17l-4-8a1.5 1.5 0 0 0-2.68 0ZM18 15.5v3a.5.5 0 0 1-1 0v-3a.5.5 0 0 1 1 0Zm-.5 5.5a.5.5 0 1 1 0-1 .5.5 0 0 1 0 1Z"
}));
});
CellularWarning.displayName = 'CellularWarning';
export var CellularWarningDimensions = {
height: 24,
width: 24
};