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

6 lines
193 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const EjectIcon = createSvgIcon(
<path d="M5 17h14v2H5zm7-12L5.33 15h13.34L12 5zm0 3.6 2.93 4.4H9.07L12 8.6z" />
, 'EjectOutlined');