Files
mtdb_movie/common/resources/client/icons/material/Restaurant.tsx
maher 703f50a09d
Some checks failed
Build / run (push) Has been cancelled
first commit
2025-10-29 11:42:25 +01:00

6 lines
244 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const RestaurantIcon = createSvgIcon(
<path d="M16 6v8h3v8h2V2c-2.76 0-5 2.24-5 4zm-5 3H9V2H7v7H5V2H3v7c0 2.21 1.79 4 4 4v9h2v-9c2.21 0 4-1.79 4-4V2h-2v7z" />
, 'RestaurantOutlined');