UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.39 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var PeopleTeamAdd = /*#__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 24 24" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M17.5 12a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11Zm0 2h-.09a.5.5 0 0 0-.4.4l-.01.1V17h-2.6a.5.5 0 0 0-.4.41v.18c.04.2.2.36.4.4l.1.01H17v2.6c.05.2.2.36.41.4h.18a.5.5 0 0 0 .4-.4l.01-.1V18h2.6a.5.5 0 0 0 .4-.41v-.18a.5.5 0 0 0-.4-.4l-.1-.01H18v-2.6a.5.5 0 0 0-.41-.4h-.09Zm-3.25-4c.84 0 1.57.45 1.96 1.13A6.5 6.5 0 0 0 12.02 21H12a4.5 4.5 0 0 1-4.5-4.5v-4.25c0-1.24 1-2.25 2.25-2.25h4.5Zm-6.84 0a3.24 3.24 0 0 0-.9 2.03v4.47c0 .85.18 1.65.52 2.36A4 4 0 0 1 2 15v-2.74c0-1.2.93-2.17 2.1-2.24l.15-.01h3.16Zm12.34 0c1.24 0 2.25 1 2.25 2.25v.56A6.48 6.48 0 0 0 17.5 11h-.24a3.25 3.25 0 0 0-.66-1h3.15ZM18.5 4a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5ZM12 3a3 3 0 1 1 0 6 3 3 0 0 1 0-6ZM5.5 4a2.5 2.5 0 1 1 0 5 2.5 2.5 0 0 1 0-5Z" })); }); PeopleTeamAdd.displayName = 'PeopleTeamAdd'; export var PeopleTeamAddDimensions = { height: 24, width: 24 };