@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 946 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var ServiceBell = /*#__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: "M10 4a2 2 0 1 1 4 0v1.24a8.24 8.24 0 0 1 6.25 8c0 .42-.34.76-.75.76h-15a.75.75 0 0 1-.75-.75c0-3.86 2.67-7.1 6.25-8V4Zm3.25 3.5a.75.75 0 0 0 0 1.5c1.25 0 2.14.62 2.89 1.68a.75.75 0 0 0 1.22-.86 4.87 4.87 0 0 0-4.11-2.32ZM2 17c0-1.1.9-2 2-2h16a2 2 0 1 1 0 4H4a2 2 0 0 1-2-2Z"
}));
});
ServiceBell.displayName = 'ServiceBell';
export var ServiceBellDimensions = {
height: 24,
width: 24
};