@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
25 lines • 1.39 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var PeopleSwap = /*#__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: "M16.94 17.53A2 2 0 0 0 15 16H3.85A2 2 0 0 0 2 18v2.75c.17 4 4.35 5.25 7.5 5.25 1.35 0 2.89-.23 4.22-.8l-1.2-1.21a1.75 1.75 0 0 1 0-2.48l3.5-3.5c.26-.26.58-.42.92-.48zM17.98 21l.5-.51a1.75 1.75 0 0 0-.5-2.83 2.98 2.98 0 0 0-.63-1.51l-.13-.15H24a2 2 0 0 1 2 1.85v2.18L23.99 18a1.75 1.75 0 1 0-2.48 2.48l.52.51h-4.05zM17.97 24.5H18v.03l-.03-.03zM15 8.5a5.5 5.5 0 1 0-11 0 5.5 5.5 0 0 0 11 0zM25 9.5a4.5 4.5 0 1 0-9 0 4.5 4.5 0 0 0 9 0z"
}), /*#__PURE__*/React.createElement("path", {
d: "M17.78 19.78a.75.75 0 1 0-1.06-1.06l-3.5 3.5c-.3.3-.3.77 0 1.06l3.5 3.5a.75.75 0 1 0 1.06-1.06l-2.22-2.22h8.88l-2.22 2.22a.75.75 0 1 0 1.06 1.06l3.5-3.5c.3-.3.3-.77 0-1.06l-3.5-3.5a.75.75 0 1 0-1.06 1.06L24.44 22h-8.88l2.22-2.22z"
}));
});
PeopleSwap.displayName = 'PeopleSwap';
export var PeopleSwapDimensions = {
height: 28,
width: 28
};