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

6 lines
206 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const KeyboardArrowDownIcon = createSvgIcon(
<path d="M7.41 8.59 12 13.17l4.59-4.58L18 10l-6 6-6-6 1.41-1.41z" />
, 'KeyboardArrowDownOutlined');