@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 992 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var PersonSearch = /*#__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 32 32"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M18 16a7 7 0 1 0 0-14 7 7 0 0 0 0 14Zm0 14c-.34 0-.67 0-1-.03a2.5 2.5 0 0 0-.73-1.74l-2.5-2.5A7.47 7.47 0 0 0 13 18h13.5a3.5 3.5 0 0 1 3.5 3.5v.5c0 2.4-1.52 4.42-3.68 5.8A15.67 15.67 0 0 1 18 30ZM7 28.5c1.3 0 2.5-.41 3.48-1.1l3.31 3.3a1 1 0 0 0 1.42-1.4l-3.32-3.32A6 6 0 1 0 7 28.5Zm0-2a4 4 0 1 1 0-8 4 4 0 0 1 0 8Z"
}));
});
PersonSearch.displayName = 'PersonSearch';
export var PersonSearchDimensions = {
height: 32,
width: 32
};