UNPKG

react-native-unicons

Version:
9 lines (8 loc) 473 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgGlass(props) { return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M19.75 2.33A1 1 0 0019 2H5a1 1 0 00-.75.33 1 1 0 00-.25.78l1.8 16.22a3 3 0 003 2.67h6.42a3 3 0 003-2.67L20 3.11a1 1 0 00-.25-.78zM16.2 19.11a1 1 0 01-1 .89H8.79a1 1 0 01-1-.89L6.78 10h10.44zM17.44 8H6.56l-.44-4h11.76z" fill="currentColor"/> </Svg>); } export default SvgGlass;