UNPKG

react-native-unicons

Version:
9 lines (8 loc) 571 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgCommentAltSlash(props) { return (<Svg data-name="Layer 1" viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M10.66 6H17a1 1 0 011 1v6.34a1 1 0 102 0V7a3 3 0 00-3-3h-6.34a1 1 0 000 2zm11.05 14.29l-18-18a1 1 0 00-1.42 1.42l2 2A3 3 0 004 7v12a1 1 0 00.62.92A.84.84 0 005 20a1 1 0 00.71-.29L8.41 17h7.18l4.7 4.71a1 1 0 001.42 0 1 1 0 000-1.42zM8 15a1 1 0 00-.71.29L6 16.59V7.41L13.59 15z" fill="currentColor"/> </Svg>); } export default SvgCommentAltSlash;