@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.09 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var PeopleTeam = /*#__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: "M20 8a4 4 0 1 1-8 0 4 4 0 0 1 8 0zM7 12a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm18 0a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-14.78 3.02c.32-.6.97-1.02 1.7-1.02h8.16A1.92 1.92 0 0 1 22 15.92V22a6.01 6.01 0 0 1-6 6 6 6 0 0 1-6-6v-6.08c0-.32.08-.63.22-.9zm-1.72.9c0-.32.04-.63.13-.92H4a1 1 0 0 0-1 1v5a4 4 0 0 0 5.93 3.5A7.49 7.49 0 0 1 8.5 22v-6.08zm15 6.08c0 .88-.15 1.72-.43 2.5A4 4 0 0 0 29 21v-5a1 1 0 0 0-1-1h-4.63c.09.3.13.6.13.92V22z"
}));
});
PeopleTeam.displayName = 'PeopleTeam';
export var PeopleTeamDimensions = {
height: 32,
width: 32
};