@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: "M16 11a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm-6-3.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0Zm19 0a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0ZM9.38 13a3.98 3.98 0 0 0-.88 2.5V23c0 1.23.3 2.4.83 3.43A5 5 0 0 1 2 22v-6.5A2.5 2.5 0 0 1 4.5 13h4.88Zm13.3 13.43c.52-1.03.82-2.2.82-3.43v-7.5c0-.95-.33-1.82-.88-2.5h4.88a2.5 2.5 0 0 1 2.5 2.5V22a5 5 0 0 1-7.33 4.43ZM12.5 13a2.5 2.5 0 0 0-2.5 2.5V23a6 6 0 0 0 12 0v-7.5a2.5 2.5 0 0 0-2.5-2.5h-7Z"
}));
});
PeopleTeam.displayName = 'PeopleTeam';
export var PeopleTeamDimensions = {
height: 32,
width: 32
};