@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.05 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var VideoChat = /*#__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: "M31 15.25C31 11.8 28.2 9 24.75 9h-14.5A6.25 6.25 0 0 0 4 15.25v8.44A13 13 0 0 1 24.96 39 6.25 6.25 0 0 0 31 32.76v-17.5Zm2 14.28 6.96 5.44A2.5 2.5 0 0 0 44 33V15a2.5 2.5 0 0 0-4.04-1.97L33 18.47v11.06ZM25 32a11 11 0 1 0-20.66 5.26l-1.3 4.52a.96.96 0 0 0 1.18 1.18l4.52-1.3A11 11 0 0 0 25 32Zm-15-3h8a1 1 0 1 1 0 2h-8a1 1 0 1 1 0-2Zm-1 5a1 1 0 0 1 1-1h5a1 1 0 1 1 0 2h-5a1 1 0 0 1-1-1Z"
}));
});
VideoChat.displayName = 'VideoChat';
export var VideoChatDimensions = {
height: 48,
width: 48
};