@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.18 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var PersonSync = /*#__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 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M22 4a10 10 0 1 0 0 20 10 10 0 0 0 0-20ZM10.25 28A4.25 4.25 0 0 0 6 32.25V33c0 3.76 1.94 6.57 4.92 8.38C13.85 43.16 17.79 44 22 44c1.17 0 2.32-.06 3.43-.2A12.95 12.95 0 0 1 24.04 28H10.25ZM24 35a11 11 0 1 0 22 0 11 11 0 0 0-22 0Zm8.65-7.1A7 7 0 0 1 40 29.6V29a1 1 0 1 1 2 0v3a1 1 0 0 1-1 1h-3a1 1 0 1 1 0-2h.57a5 5 0 0 0-7.1-.04 1 1 0 0 1-1.42-1.41 7 7 0 0 1 2.6-1.64Zm4.7 14.2A7 7 0 0 1 30 40.4v.6a1 1 0 1 1-2 0v-3a1 1 0 0 1 1-1h3a1 1 0 1 1 0 2h-.57a5 5 0 0 0 7.1.04 1 1 0 0 1 1.42 1.41 7 7 0 0 1-2.6 1.64Z"
}));
});
PersonSync.displayName = 'PersonSync';
export var PersonSyncDimensions = {
height: 48,
width: 48
};