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

6 lines
214 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const TrendingDownIcon = createSvgIcon(
<path d="m16 18 2.29-2.29-4.88-4.88-4 4L2 7.41 3.41 6l6 6 4-4 6.3 6.29L22 12v6h-6z" />
, 'TrendingDownOutlined');