Files
maher 703f50a09d
Some checks failed
Build / run (push) Has been cancelled
first commit
2025-10-29 11:42:25 +01:00

6 lines
200 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const ViewCarouselIcon = createSvgIcon(
<path d="M2 7h4v10H2V7zm5 12h10V5H7v14zM9 7h6v10H9V7zm9 0h4v10h-4V7z" />
, 'ViewCarouselOutlined');