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

6 lines
235 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const CallMergeIcon = createSvgIcon(
<path d="M17 20.41 18.41 19 15 15.59 13.59 17 17 20.41zM7.5 8H11v5.59L5.59 19 7 20.41l6-6V8h3.5L12 3.5 7.5 8z" />
, 'CallMergeOutlined');