@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.1 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var PeopleList = /*#__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 28 28"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M9.5 14a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9Zm14-3.5a3.5 3.5 0 1 1-7 0 3.5 3.5 0 0 1 7 0ZM2 18.25C2 17.01 3 16 4.25 16h10.5c.24 0 .46.04.68.1a1.74 1.74 0 0 0 .42 2.65 1.75 1.75 0 0 0-.05 2.97 5.2 5.2 0 0 1-.39.4C14.34 23.14 12.53 24 9.5 24 2 24 2 18.75 2 18.75v-.5Zm14.75-1.75a.75.75 0 0 0 0 1.5h8.5a.75.75 0 0 0 0-1.5h-8.5Zm0 3a.75.75 0 0 0 0 1.5h8.5a.75.75 0 0 0 0-1.5h-8.5Zm0 3a.75.75 0 0 0 0 1.5h8.5a.75.75 0 0 0 0-1.5h-8.5Z"
}));
});
PeopleList.displayName = 'PeopleList';
export var PeopleListDimensions = {
height: 28,
width: 28
};