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

6 lines
293 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const HeadphonesIcon = createSvgIcon(
<path d="M12 3c-4.97 0-9 4.03-9 9v7c0 1.1.9 2 2 2h4v-8H5v-1c0-3.87 3.13-7 7-7s7 3.13 7 7v1h-4v8h4c1.1 0 2-.9 2-2v-7c0-4.97-4.03-9-9-9zM7 15v4H5v-4h2zm12 4h-2v-4h2v4z" />
, 'HeadphonesOutlined');