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

6 lines
362 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const MedicalServicesIcon = createSvgIcon(
[<path d="M20 6h-4V4c0-1.1-.9-2-2-2h-4c-1.1 0-2 .9-2 2v2H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2zM10 4h4v2h-4V4zm10 16H4V8h16v12z" key="0" />,<path d="M13 10h-2v3H8v2h3v3h2v-3h3v-2h-3z" key="1" />,]
, 'MedicalServicesOutlined');