@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 977 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var BreakoutRoom = /*#__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 28 28"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M3 6.75A3.75 3.75 0 0 1 6.75 3h14.5A3.75 3.75 0 0 1 25 6.75v14.5A3.75 3.75 0 0 1 21.25 25h-6.83A5.23 5.23 0 0 0 16 21.25v-4c0-2.9-2.35-5.25-5.25-5.25h-4c-1.47 0-2.8.6-3.75 1.58V6.75Zm0 10.5v4A3.75 3.75 0 0 0 6.75 25h4a3.75 3.75 0 0 0 3.75-3.75v-4a3.75 3.75 0 0 0-3.75-3.75h-4A3.75 3.75 0 0 0 3 17.25Z"
}));
});
BreakoutRoom.displayName = 'BreakoutRoom';
export var BreakoutRoomDimensions = {
height: 28,
width: 28
};