UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.07 kB
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 20 20" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M11 10a2 2 0 0 1 2 2h-.5c-.83 0-1.5.67-1.5 1.5v2.82c-.9.43-2.09.68-3.5.68C4.09 17 2 15.55 2 13.5V12c0-1.1.9-2 2-2h7zm6.5 2c.18 0 .34.03.5.09V12a2 2 0 0 0-2-2h-2.76l.13.16c.4.51.63 1.15.63 1.84h3.5zM7.5 2a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7zm7 2a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5zm-2 9a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zm0 2a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5zm0 2a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5z" })); }); PeopleList.displayName = 'PeopleList'; export var PeopleListDimensions = { height: 20, width: 20 };