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

6 lines
264 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const FormatUnderlinedIcon = createSvgIcon(
<path d="M12 17c3.31 0 6-2.69 6-6V3h-2.5v8c0 1.93-1.57 3.5-3.5 3.5S8.5 12.93 8.5 11V3H6v8c0 3.31 2.69 6 6 6zm-7 2v2h14v-2H5z" />
, 'FormatUnderlinedOutlined');