@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 991 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var People = /*#__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: "M16 24a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm18 0a6 6 0 1 0 0-12 6 6 0 0 0 0 12ZM6.75 27A3.75 3.75 0 0 0 3 30.75V32s0 9 13 9 13-9 13-9v-1.25A3.75 3.75 0 0 0 25.25 27H6.75Zm21.92 11.09c1.38.56 3.12.91 5.33.91 10.5 0 10.5-8 10.5-8v-.25A3.75 3.75 0 0 0 40.75 27H29.6c.86 1 1.39 2.32 1.39 3.75v1.35a5.66 5.66 0 0 1-.04.58 10.68 10.68 0 0 1-2.28 5.4Z"
}));
});
People.displayName = 'People';
export var PeopleDimensions = {
height: 48,
width: 48
};