@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.01 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var PeopleSearch = /*#__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: "M11.9 14h7.85C21 14 22 15 22 16.25v.9c0 1.1-.47 2.14-1.3 2.85-1.57 1.34-3.81 2-6.7 2h-.18c.3-.6.23-1.36-.22-1.9l-.11-.12-2.23-2.22A5.48 5.48 0 0 0 11.9 14zm-5.4-3.5a4.5 4.5 0 0 1 3.46 7.38l2.82 2.81a.75.75 0 0 1-.97 1.13l-.09-.07-2.9-2.9A4.5 4.5 0 1 1 6.5 10.5zm0 1.5a3 3 0 1 0 0 6 3 3 0 0 0 0-6zM14 2a5 5 0 1 1 0 10 5 5 0 0 1 0-10z"
}));
});
PeopleSearch.displayName = 'PeopleSearch';
export var PeopleSearchDimensions = {
height: 24,
width: 24
};