Files
mtdb_movie/common/resources/client/icons/material/BorderStyle.tsx
T
maher 511fad8199
Build / run (push) Has been cancelled
Initial commit
2026-05-14 13:42:10 +02:00

6 lines
265 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const BorderStyleIcon = createSvgIcon(
<path d="M15 21h2v-2h-2v2zm4 0h2v-2h-2v2zM7 21h2v-2H7v2zm4 0h2v-2h-2v2zm8-4h2v-2h-2v2zm0-4h2v-2h-2v2zM3 3v18h2V5h16V3H3zm16 6h2V7h-2v2z" />
, 'BorderStyleOutlined');