UNPKG

@barguide/icons

Version:

BarGuide.io | React SVG components shared across applications

9 lines (8 loc) 216 B
import * as React from 'react'; import { Icon } from '../index'; /** * @name Restaurant * @description Restaurant */ declare const Restaurant: React.FC<Icon>; export { Restaurant as default, Restaurant };