@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.19 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var VideoPeople = /*#__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 32 32"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M6 7.5A4.5 4.5 0 0 1 10.5 3h15A4.5 4.5 0 0 1 30 7.5v10a4.5 4.5 0 0 1-4.5 4.5h-6.3a4.42 4.42 0 0 0-3.2-2.42V18a3 3 0 0 1 3-3h5a3 3 0 0 1 3 3v1.5c.6-.46 1-1.18 1-2v-10A2.5 2.5 0 0 0 25.5 5h-15A2.5 2.5 0 0 0 8 7.5v.31c-.73.24-1.4.6-2 1.07V7.5ZM15.2 21c.83 0 1.67.37 2.21 1 .43.49.68 1.13.63 1.87-.13 2.08-.92 3.68-2.4 4.73C14.2 29.61 12.26 30 10 30c-2.25 0-4.16-.38-5.57-1.39-1.46-1.03-2.22-2.61-2.41-4.65C1.85 22.22 3.35 21 4.87 21H15.2Zm6.3-7a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7ZM15 14a5 5 0 1 1-10 0 5 5 0 0 1 10 0Z"
}));
});
VideoPeople.displayName = 'VideoPeople';
export var VideoPeopleDimensions = {
height: 32,
width: 32
};