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

6 lines
164 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const ShortTextIcon = createSvgIcon(
<path d="M4 9h16v2H4V9zm0 4h10v2H4v-2z" />
, 'ShortTextOutlined');