@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 1.12 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var DatabasePerson = /*#__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: "M20 6c0 2.2-3.58 4-8 4S4 8.2 4 6s3.58-4 8-4 8 1.8 8 4Zm-2.23 4.43A15 15 0 0 1 12 11.5c-2.4 0-4.63-.48-6.33-1.33A7.61 7.61 0 0 1 4 9.05V18c0 2.2 3.58 4 8 4 .55 0 1.09-.03 1.61-.08a3.69 3.69 0 0 1-.61-2.05v-.1A2.77 2.77 0 0 1 15.77 17h.28a3.49 3.49 0 0 1 .88-5.63c.4-.2.73-.52.84-.94ZM21 14.5a2.5 2.5 0 1 1-5 0 2.5 2.5 0 0 1 5 0Zm2 5.38c0 1.55-1.29 3.12-4.5 3.12S14 21.44 14 19.87v-.1c0-.98.8-1.77 1.77-1.77h5.46c.98 0 1.77.8 1.77 1.77v.1Z"
}));
});
DatabasePerson.displayName = 'DatabasePerson';
export var DatabasePersonDimensions = {
height: 24,
width: 24
};