@styled-icons/fluentui-system-filled
Version:
FluentUI System (filled) icons available as Styled Components
23 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 Stethoscope = /*#__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: "M3 2.5a1 1 0 0 0-1 1V9c0 1.74.61 3.26 1.71 4.34.87.86 2.01 1.4 3.29 1.59v.82a6.25 6.25 0 1 0 12.5 0v-.66a3.25 3.25 0 1 0-2 0v.66a4.25 4.25 0 1 1-8.5 0v-.82a5.82 5.82 0 0 0 3.29-1.6A5.97 5.97 0 0 0 14 9V3.5a1 1 0 0 0-1-1h-2a1 1 0 1 0 0 2h1V9c0 1.26-.44 2.24-1.11 2.91A4.02 4.02 0 0 1 8 13c-1.22 0-2.2-.42-2.89-1.09A3.98 3.98 0 0 1 4 9V4.5h1a1 1 0 0 0 0-2H3Zm15.5 8.25a1.25 1.25 0 1 1 0 2.5 1.25 1.25 0 0 1 0-2.5Z"
}));
});
Stethoscope.displayName = 'Stethoscope';
export var StethoscopeDimensions = {
height: 24,
width: 24
};