@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 lines • 896 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import * as React from 'react';
import { StyledIconBase } from '@styled-icons/styled-icon';
export var Doctor = /*#__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 48 48"
}, props, {
ref: ref
}), /*#__PURE__*/React.createElement("path", {
d: "M18.25 6C17.01 6 16 7 16 8.25V16H8.25C7.01 16 6 17 6 18.25v11.5C6 30.99 7 32 8.25 32H16v7.75c0 1.24 1 2.25 2.25 2.25h11.5c1.24 0 2.25-1 2.25-2.25V32h7.75c1.24 0 2.25-1 2.25-2.25v-11.5c0-1.24-1-2.25-2.25-2.25H32V8.25C32 7.01 31 6 29.75 6h-11.5z"
}));
});
Doctor.displayName = 'Doctor';
export var DoctorDimensions = {
height: 48,
width: 48
};