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

6 lines
327 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const DynamicFeedIcon = createSvgIcon(
[<path d="M8 8H6v7c0 1.1.9 2 2 2h9v-2H8V8z" key="0" />,<path d="M20 3h-8c-1.1 0-2 .9-2 2v6c0 1.1.9 2 2 2h8c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 8h-8V7h8v4zM4 12H2v7c0 1.1.9 2 2 2h9v-2H4v-7z" key="1" />,]
, 'DynamicFeedOutlined');