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

6 lines
264 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const BungalowIcon = createSvgIcon(
<path d="M13 14h-2v-2h2v2zm5.1 2.56L17 14.79V21H7v-6.2l-1.1 1.76-1.7-1.06L12 3l7.8 12.5-1.7 1.06zM15 11.59l-3-4.8-3 4.8V19h2v-3h2v3h2v-7.41z" />
, 'BungalowOutlined');