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

6 lines
539 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const StreamIcon = createSvgIcon(
[<circle cx="20" cy="12" r="2" key="0" />,<circle cx="4" cy="12" r="2" key="1" />,<circle cx="12" cy="20" r="2" key="2" />,<path d="m13.943 8.6191 4.4044-4.392 1.4122 1.4162-4.4043 4.392zM8.32 9.68l.31.32 1.42-1.41-4.02-4.04h-.01l-.31-.32-1.42 1.41 4.02 4.05zm7.09 4.26L14 15.35l3.99 4.01.35.35 1.42-1.41-3.99-4.01zm-6.82.01-4.03 4.01-.32.33 1.41 1.41 4.03-4.02.33-.32z" key="3" />,<circle cx="12" cy="4" r="2" key="4" />,]
, 'StreamOutlined');