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

6 lines
259 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const RampRightIcon = createSvgIcon(
<path d="M11 21h2V6.83l1.59 1.59L16 7l-4-4-4 4 1.41 1.41L11 6.83V9c0 4.27-4.03 7.13-6 8.27l1.46 1.46C8.37 17.56 9.9 16.19 11 14.7V21z" />
, 'RampRightOutlined');