@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 985 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var PersonInfo = /*#__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 16 16"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M9.63 5.07a5.5 5.5 0 0 0-3.3 1.85 2.75 2.75 0 1 1 3.3-1.85zM5.6 8a5.48 5.48 0 0 0 .62 5.96C3.55 13.66 2 11.8 2 10v-.5C2 8.67 2.67 8 3.5 8h2.1zm4.28.5a.62.62 0 1 1 1.24 0 .62.62 0 0 1-1.24 0zm1.12 4a.5.5 0 0 1-1 0v-2a.5.5 0 0 1 1 0v2zm-5-2a4.5 4.5 0 1 1 9 0 4.5 4.5 0 0 1-9 0zm1 0a3.5 3.5 0 1 0 7 0 3.5 3.5 0 0 0-7 0z"
}));
});
PersonInfo.displayName = 'PersonInfo';
export var PersonInfoDimensions = {
height: 16,
width: 16
};