UNPKG

react-native-remix-icon

Version:
16 lines (15 loc) 446 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; const SvgNurseFill = props => ( <Svg xmlns="http://www.w3.org/2000/svg" fill="currentColor" viewBox="0 0 24 24" width={24} height={24} {...props} > <Path d="M14.957 15.564A8.01 8.01 0 0 1 19.94 22H4.063a8.01 8.01 0 0 1 4.981-6.436L12.001 20zM18.001 2v6A6 6 0 0 1 6 8V2zm-2 6H8a4 4 0 0 0 8 0" /> </Svg> ); export default SvgNurseFill;