@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.08 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var AlertOn = /*#__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: "M9.04 19h5.92a3 3 0 0 1-5.92 0zM12 2a7.5 7.5 0 0 1 7.5 7.5v4l1.42 3.16a.95.95 0 0 1-.87 1.34H3.95a.95.95 0 0 1-.86-1.34L4.5 13.5V9.24A7.5 7.5 0 0 1 12 2zm11 6.25a.75.75 0 0 1 .1 1.5H21a.75.75 0 0 1-.1-1.5H23zm-20 0a.75.75 0 0 1 .1 1.5H1a.75.75 0 0 1-.1-1.5H3zm19.6-5.7c.23.3.2.72-.07.98l-.08.07-2 1.5a.75.75 0 0 1-.98-1.13l.08-.07 2-1.5a.75.75 0 0 1 1.05.15zM2.45 2.4l2 1.5a.75.75 0 1 1-.9 1.2l-2-1.5a.75.75 0 1 1 .9-1.2z"
}));
});
AlertOn.displayName = 'AlertOn';
export var AlertOnDimensions = {
height: 24,
width: 24
};