import React from 'react'; import { SVGIconProps } from '../types'; declare const SvgRestaurant: ({ size, ...props }: SVGIconProps) => React.JSX.Element; export default SvgRestaurant; //# sourceMappingURL=Restaurant.d.ts.map