@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.04 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var VideoPerson = /*#__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: "M30 20a6 6 0 1 1-12 0 6 6 0 0 1 12 0ZM4 11.75A3.75 3.75 0 0 1 7.75 8h32.5A3.75 3.75 0 0 1 44 11.75v24.5A3.75 3.75 0 0 1 40.25 40H7.75A3.75 3.75 0 0 1 4 36.25v-24.5Zm3.75-1.25c-.69 0-1.25.56-1.25 1.25v24.5c0 .69.56 1.25 1.25 1.25H14v-6.25c0-1.8 1.46-3.25 3.25-3.25h13.5c1.8 0 3.25 1.46 3.25 3.25v6.25h6.25c.69 0 1.25-.56 1.25-1.25v-24.5c0-.69-.56-1.25-1.25-1.25H7.75Z"
}));
});
VideoPerson.displayName = 'VideoPerson';
export var VideoPersonDimensions = {
height: 48,
width: 48
};