@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
25 lines • 1.23 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var PersonSwap = /*#__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 24 24"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M15.75 14C17 14 18 15 18 16.25v.91c0 .29-.04.57-.13.84h-2.03A1.75 1.75 0 0 0 13 16.02l-2.5 2.5a1.75 1.75 0 0 0 0 2.48l.94.93c-.47.05-.95.07-1.45.07-3.42 0-5.95-1.07-7.49-3.24a2.75 2.75 0 0 1-.51-1.6v-.91A2.256 2.256 0 0 1 4.25 14h11.5zM10 2a5 5 0 1 1 0 10 5 5 0 0 1 0-10z"
}), /*#__PURE__*/React.createElement("path", {
d: "M14.78 17.78a.75.75 0 0 0-1.06-1.06l-2.5 2.5a.75.75 0 0 0 0 1.06l2.5 2.5a.75.75 0 0 0 1.06-1.06l-1.22-1.22h6.88l-1.22 1.22a.75.75 0 0 0 1.06 1.06l2.5-2.5a.75.75 0 0 0 0-1.06l-2.5-2.5a.75.75 0 1 0-1.06 1.06L20.44 19h-6.88l1.22-1.22z"
}));
});
PersonSwap.displayName = 'PersonSwap';
export var PersonSwapDimensions = {
height: 24,
width: 24
};