@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.18 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var HomePerson = /*#__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: "M10.55 2.53c.84-.7 2.06-.7 2.9 0l6.75 5.7c.5.42.8 1.05.8 1.72v2.82A2.99 2.99 0 0 0 16 15c0 .77.29 1.47.76 2h-.51c-.7 0-1.34.32-1.75.83v-3.08a.75.75 0 0 0-.75-.75h-3.5a.75.75 0 0 0-.75.75v5c0 .97-.78 1.75-1.75 1.75h-3c-.97 0-1.75-.78-1.75-1.75v-9.8c0-.67.3-1.3.8-1.72l6.75-5.7zM17 15a2 2 0 1 1 4 0 2 2 0 0 1-4 0zm-.75 3c-.69 0-1.25.56-1.25 1.25a24.12 24.12 0 0 0 0 .4c.02.1.03.21.07.35.06.29.2.66.46 1.04.54.78 1.58 1.46 3.47 1.46 1.89 0 2.93-.68 3.47-1.46a2.99 2.99 0 0 0 .53-1.49v-.3c0-.69-.56-1.25-1.25-1.25h-5.5z"
}));
});
HomePerson.displayName = 'HomePerson';
export var HomePersonDimensions = {
height: 24,
width: 24
};