@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 959 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 32 32"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M17 16a3 3 0 0 1 3 3l-.01 1.5c.2 3.67-2.62 5.5-7.87 5.5C6.89 26 4 24.2 4 20.55V19a3 3 0 0 1 3-3h10zm8 0a3 3 0 0 1 3 3v1.05c.17 3.3-2.33 4.95-6.9 4.95-.62 0-1.2-.03-1.74-.1A5.24 5.24 0 0 0 21 20.88l-.01-.43V19c0-1.2-.52-2.27-1.35-3h5.35zM12 4a5 5 0 1 1 0 10 5 5 0 0 1 0-10zm10 2a4 4 0 1 1 0 8 4 4 0 0 1 0-8z"
}));
});
People.displayName = 'People';
export var PeopleDimensions = {
height: 32,
width: 32
};