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

8 lines
776 B
TypeScript
Executable File

import {createSvgIcon} from '@common/icons/create-svg-icon';
export const MediaMenuHorizontalIcon = createSvgIcon(
[<path d="M8 13.3333C6.52724 13.3333 5.33334 14.5273 5.33334 16C5.33334 17.4728 6.52724 18.6667 8 18.6667C9.47276 18.6667 10.6667 17.4728 10.6667 16C10.6667 14.5273 9.47276 13.3333 8 13.3333Z" key="0"/>,<path d="M13.3333 16C13.3333 14.5273 14.5272 13.3333 16 13.3333C17.4728 13.3333 18.6667 14.5273 18.6667 16C18.6667 17.4728 17.4728 18.6667 16 18.6667C14.5272 18.6667 13.3333 17.4728 13.3333 16Z" key="1"/>,<path d="M21.3333 16C21.3333 14.5273 22.5272 13.3333 24 13.3333C25.4728 13.3333 26.6667 14.5273 26.6667 16C26.6667 17.4728 25.4728 18.6667 24 18.6667C22.5272 18.6667 21.3333 17.4728 21.3333 16Z" key="2"/>,],
'MediaMenuHorizontal',
'0 0 32 32'
);