Files
maher 511fad8199
Build / run (push) Has been cancelled
Initial commit
2026-05-14 13:42:10 +02:00

6 lines
192 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const ChangeHistoryIcon = createSvgIcon(
<path d="M12 7.77 18.39 18H5.61L12 7.77M12 4 2 20h20L12 4z" />
, 'ChangeHistoryOutlined');