react-native-unicons
Version:
Unicons icons for React Native
9 lines (8 loc) • 451 B
JavaScript
import * as React from 'react';
import Svg, { Path } from 'react-native-svg';
function SvgGlassMartiniAlt(props) {
return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}>
<Path d="M21.78 3.62a1 1 0 00.12-1.05A1 1 0 0021 2H3a1 1 0 00-.9.57 1 1 0 00.12 1.05L11 14.6V20H5.25a1 1 0 000 2h13.5a1 1 0 000-2H13v-5.4zM5.08 4h13.84l-2.4 3h-9zM12 12.65L9.08 9h5.84z" fill="currentColor"/>
</Svg>);
}
export default SvgGlassMartiniAlt;