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

6 lines
270 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const AccountBalanceIcon = createSvgIcon(
<path d="M6.5 10h-2v7h2v-7zm6 0h-2v7h2v-7zm8.5 9H2v2h19v-2zm-2.5-9h-2v7h2v-7zm-7-6.74L16.71 6H6.29l5.21-2.74m0-2.26L2 6v2h19V6l-9.5-5z" />
, 'AccountBalanceOutlined');