@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
25 lines • 1.08 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var PeopleError = /*#__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: "M13 6.5a4.5 4.5 0 1 0-9 0 4.5 4.5 0 0 0 9 0zM12.8 13H4a2 2 0 0 0-2 2v1.73C2.17 20.04 5.79 21 8.5 21c1.03 0 2.19-.14 3.24-.49A6.47 6.47 0 0 1 12.8 13zM17.5 4a3.5 3.5 0 1 1 0 7 3.5 3.5 0 0 1 0-7z"
}), /*#__PURE__*/React.createElement("path", {
d: "M23 17.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0zM17.5 14a.5.5 0 0 0-.5.5v4a.5.5 0 0 0 1 0v-4a.5.5 0 0 0-.5-.5zm0 7.13a.62.62 0 1 0 0-1.25.62.62 0 0 0 0 1.25z"
}));
});
PeopleError.displayName = 'PeopleError';
export var PeopleErrorDimensions = {
height: 24,
width: 24
};