@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.12 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: "M14 9.5a4.5 4.5 0 1 1-9 0 4.5 4.5 0 0 1 9 0Zm1.01 6.51-2.5 2.5c-.68.69-.68 1.8 0 2.48l1.9 1.89A9.46 9.46 0 0 1 9.5 24C2 24 2 18.75 2 18.75v-.5C2 17.01 3 16 4.25 16h10.5l.26.01ZM20 14a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7Zm-2.22 2.78a.75.75 0 0 0-1.06-1.06l-3.5 3.5c-.3.3-.3.77 0 1.06l3.5 3.5a.75.75 0 0 0 1.06-1.06l-2.22-2.22h8.88l-2.22 2.22a.75.75 0 0 0 1.06 1.06l3.5-3.5c.3-.3.3-.77 0-1.06l-3.5-3.5a.75.75 0 0 0-1.06 1.06L24.44 19h-8.88l2.22-2.22Z"
}));
});
PeopleSwap.displayName = 'PeopleSwap';
export var PeopleSwapDimensions = {
height: 28,
width: 28
};