UNPKG

@risemaxi/sigil

Version:

Icons and Signs for the Rise Design System

14 lines (13 loc) 665 B
import { memo } from 'react'; import Svg, { Path } from 'react-native-svg'; const Drinks2Fill = /* @__PURE__ */ memo(function Drinks2Fill(_props) { const { color = 'black', size = 24, ...props } = _props; return (<Svg fill={color} viewBox="0 0 24 24" width={size} height={size} {...props}> <Path d="M7.323 2H4V0h4.677l2 5H21v2h-2.118l-.827 14.059a1 1 0 0 1-.998.941H6.943a1 1 0 0 1-.998-.941L5.118 7H3V5h5.523zm-.202 5 .178 3.025c2.672.11 3.969.605 5.061 1.042 1.051.42 1.92.786 4.227.9L16.879 7z"/> </Svg>); }); /** * Remix Icon: Drinks 2 Fill * @see {@link https://remixicon.com/icon/drinks-2-fill Remix Icon Docs} */ export { Drinks2Fill };