@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.16 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var PeopleAdd = /*#__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: "M17.5 12a5.5 5.5 0 1 1 0 11 5.5 5.5 0 0 1 0-11zM4 13h8.8a6.48 6.48 0 0 0-1.06 7.51c-1.05.35-2.2.49-3.24.49-2.72 0-6.34-.96-6.5-4.27V15c0-1.1.9-2 2-2zm13.5 1-.09.01a.5.5 0 0 0-.4.4l-.01.1V17h-2.59a.5.5 0 0 0-.4.41l-.01.09v.09c.05.2.2.36.41.4l.09.01H17v2.59c.05.2.2.36.41.4l.09.01h.09a.5.5 0 0 0 .4-.41l.01-.09V18h2.59a.5.5 0 0 0 .4-.41l.01-.09v-.09a.5.5 0 0 0-.41-.4L20.5 17H18v-2.59a.5.5 0 0 0-.41-.4h-.09zm-9-12a4.5 4.5 0 1 1 0 9 4.5 4.5 0 0 1 0-9zm9 2a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7z"
}));
});
PeopleAdd.displayName = 'PeopleAdd';
export var PeopleAddDimensions = {
height: 24,
width: 24
};