react-native-unicons
Version:
Unicons icons for React Native
9 lines (8 loc) • 661 B
JavaScript
import * as React from 'react';
import Svg, { Path } from 'react-native-svg';
function SvgStethoscopeAlt(props) {
return (<Svg data-name="Layer 1" viewBox="0 0 24 24" width={24} height={24} {...props}>
<Path d="M19 8a2.993 2.993 0 00-1 5.816V15.5a4.5 4.5 0 01-9 0v-1.02l3.124-2.498A4.976 4.976 0 0014 8.078V3a1 1 0 00-1-1h-2a1 1 0 000 2h1v4.078a2.986 2.986 0 01-1.125 2.342L8 12.72l-2.874-2.3A2.985 2.985 0 014 8.078V4h1a1 1 0 000-2H3a1 1 0 00-1 1v5.078a4.975 4.975 0 001.876 3.904L7 14.48v1.02a6.5 6.5 0 0013 0v-1.684A2.993 2.993 0 0019 8zm0 4a1 1 0 111-1 1.001 1.001 0 01-1 1z" fill="currentColor"/>
</Svg>);
}
export default SvgStethoscopeAlt;