@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.13 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var PeopleStar = /*#__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 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M16 22a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm18 0a6 6 0 1 0 0-12 6 6 0 0 0 0 12ZM6.75 25A3.75 3.75 0 0 0 3 28.75V30s0 9 13 9c2.6 0 4.7-.36 6.36-.94a13.04 13.04 0 0 1 4.1-12.86c-.38-.13-.79-.2-1.21-.2H6.75ZM46 35a11 11 0 1 1-22 0 11 11 0 0 1 22 0Zm-9.81-6.6c-.37-1.2-2-1.2-2.38 0l-1.2 3.83h-3.86c-1.2 0-1.71 1.62-.73 2.36l3.12 2.37-1.2 3.83c-.37 1.2.95 2.2 1.94 1.45L35 39.88l3.12 2.36c.99.75 2.3-.25 1.93-1.45l-1.2-3.83 3.13-2.37c.98-.74.48-2.36-.73-2.36h-3.87L36.2 28.4Z"
}));
});
PeopleStar.displayName = 'PeopleStar';
export var PeopleStarDimensions = {
height: 48,
width: 48
};