UNPKG

@styled-icons/fluentui-system-filled

Version:

FluentUI System (filled) icons available as Styled Components

23 lines 1.25 kB
import _extends from "@babel/runtime/helpers/extends"; import * as React from 'react'; import { StyledIconBase } from '@styled-icons/styled-icon'; export var PeopleSync = /*#__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 16 16" }, props, { ref: ref }), /*#__PURE__*/React.createElement("path", { d: "M9.53 6.36A2 2 0 0 1 11 3a2 2 0 0 1 1.66 3.12 5.52 5.52 0 0 0-3.13.24zM6.21 13h-.15C3.45 13 2 12.1 2 10.27V9.5C2 8.67 2.67 8 3.5 8h3.76a5.48 5.48 0 0 0-1.05 5zM8.5 4.5a2.5 2.5 0 1 0-5 0 2.5 2.5 0 0 0 5 0zm-1.5 7a4.5 4.5 0 1 0 9 0 4.5 4.5 0 0 0-9 0zm6.5-3c.28 0 .5.22.5.5v1.5a.5.5 0 0 1-.5.5H12a.5.5 0 0 1 0-1h.47a1.98 1.98 0 0 0-1.72-.1 2 2 0 0 0-.66.44.5.5 0 0 1-.71-.71A3 3 0 0 1 13 9.15V9c0-.28.22-.5.5-.5zm-.88 5.53a3 3 0 0 1-2.62-.18V14a.5.5 0 0 1-1 0v-1.5c0-.28.22-.5.5-.5H11a.5.5 0 0 1 0 1h-.47a1.97 1.97 0 0 0 .94.25 2 2 0 0 0 1.44-.59.5.5 0 0 1 .71.71 3 3 0 0 1-1 .66z" })); }); PeopleSync.displayName = 'PeopleSync'; export var PeopleSyncDimensions = { height: 16, width: 16 };