UNPKG

react-native-unicons

Version:
9 lines (8 loc) 543 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgCommentAltMedical(props) { return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M14 9h-1V8a1 1 0 00-2 0v1h-1a1 1 0 000 2h1v1a1 1 0 002 0v-1h1a1 1 0 000-2zm5-7H5a3 3 0 00-3 3v10a3 3 0 003 3h11.59l3.7 3.71A1 1 0 0021 22a.84.84 0 00.38-.08A1 1 0 0022 21V5a3 3 0 00-3-3zm1 16.59l-2.29-2.3A1 1 0 0017 16H5a1 1 0 01-1-1V5a1 1 0 011-1h14a1 1 0 011 1z" fill="currentColor"/> </Svg>); } export default SvgCommentAltMedical;