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

6 lines
218 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const ViewColumnIcon = createSvgIcon(
<path d="M3 5v14h18V5H3zm5.33 12H5V7h3.33v10zm5.34 0h-3.33V7h3.33v10zM19 17h-3.33V7H19v10z" />
, 'ViewColumnOutlined');