@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.22 kB
JavaScript
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 28 28"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M9.5 13a4.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 17.25C2 16.01 3 15 4.25 15h10.5c.2 0 .39.03.57.07a7.48 7.48 0 0 0-2.07 7.35c-.98.36-2.2.58-3.75.58C2 23 2 17.75 2 17.75v-.5Zm12 3.25a6.5 6.5 0 1 0 13 0 6.5 6.5 0 0 0-13 0Zm5.35-4.08a4 4 0 0 1 4.65 1.9v-.82a.5.5 0 0 1 1 0v2a.5.5 0 0 1-.5.5h-2a.5.5 0 0 1 0-1h.73a3 3 0 0 0-4.85-.87.5.5 0 0 1-.7-.7 4 4 0 0 1 1.67-1.01Zm2.3 8.16a4 4 0 0 1-4.65-1.9v.82a.5.5 0 0 1-1 0v-2c0-.28.22-.5.5-.5h2a.5.5 0 0 1 0 1h-.73a3 3 0 0 0 4.85.87.5.5 0 0 1 .7.7 4 4 0 0 1-1.67 1.01Z"
}));
});
PeopleSync.displayName = 'PeopleSync';
export var PeopleSyncDimensions = {
height: 28,
width: 28
};