UNPKG

react-native-unicons

Version:
9 lines (8 loc) 578 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgThumbsDown(props) { return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M19 2H6.27a3 3 0 00-2.95 2.46l-1.27 7A3 3 0 005 15h4.56L9 16.43A4.13 4.13 0 0012.89 22a1 1 0 00.91-.59L16.65 15H19a3 3 0 003-3V5a3 3 0 00-3-3zm-4 11.79l-2.72 6.12a2.13 2.13 0 01-1.38-2.78l.53-1.43A2 2 0 009.56 13H5a1 1 0 01-.77-.36 1 1 0 01-.23-.82l1.27-7a1 1 0 011-.82H15zM20 12a1 1 0 01-1 1h-2V4h2a1 1 0 011 1z" fill="currentColor"/> </Svg>); } export default SvgThumbsDown;