@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 903 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DeviceMeetingRoom = /*#__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: "M8.97 10.4c.7-2.6 3.05-4.4 5.74-4.4h18.58c2.7 0 5.04 1.8 5.74 4.4l4.76 17.77A6.22 6.22 0 0 1 37.78 36H10.22a6.22 6.22 0 0 1-6-7.83L8.96 10.4ZM13.25 38a1.25 1.25 0 1 0 0 2.5h21.5a1.25 1.25 0 1 0 0-2.5h-21.5Z"
}));
});
DeviceMeetingRoom.displayName = 'DeviceMeetingRoom';
export var DeviceMeetingRoomDimensions = {
height: 48,
width: 48
};