@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 ChannelAlert = /*#__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 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M12.25 6c-2.92 0-5.38 2-6.06 4.72A4 4 0 1 1 6 18.21v17.54C6 39.2 8.8 42 12.25 42h11.8a12.94 12.94 0 0 1-.31-13.5h-6.49a1.25 1.25 0 1 1 0-2.5h8.37A12.96 12.96 0 0 1 42 24.04V12.25C42 8.8 39.2 6 35.75 6h-23.5ZM16 20.25c0-.69.56-1.25 1.25-1.25h13.5a1.25 1.25 0 1 1 0 2.5h-13.5c-.69 0-1.25-.56-1.25-1.25ZM7.5 12A2.49 2.49 0 0 0 5 14.5 2.5 2.5 0 1 0 7.5 12ZM46 35a11 11 0 1 1-22 0 11 11 0 0 1 22 0Zm-11-7a5 5 0 0 0-5 5v3.38l-.95 1.9a.5.5 0 0 0 .45.72h11a.5.5 0 0 0 .45-.72l-.95-1.9V33a5 5 0 0 0-5-5Zm-2 12a2 2 0 1 0 4 0h-4Z"
}));
});
ChannelAlert.displayName = 'ChannelAlert';
export var ChannelAlertDimensions = {
height: 48,
width: 48
};