Files
mtdb_movie/common/resources/client/icons/material/TextRotationDown.tsx
maher 703f50a09d
Some checks failed
Build / run (push) Has been cancelled
first commit
2025-10-29 11:42:25 +01:00

6 lines
260 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const TextRotationDownIcon = createSvgIcon(
<path d="m6 20 3-3H7V4H5v13H3l3 3zm6.2-11.5v5l-2.2.9v2.1l11-4.75v-1.5L10 5.5v2.1l2.2.9zm6.82 2.5L14 12.87V9.13L19.02 11z" />
, 'TextRotationDownOutlined');