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

6 lines
247 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const FoundationIcon = createSvgIcon(
<path d="M19 12h3L12 3 2 12h3v3H3v2h2v3h2v-3h4v3h2v-3h4v3h2v-3h2v-2h-2v-3zM7 15v-4.81l4-3.6V15H7zm6 0V6.59l4 3.6V15h-4z" />
, 'FoundationOutlined');