Files
maher 511fad8199
Build / run (push) Has been cancelled
Initial commit
2026-05-14 13:42:10 +02:00

6 lines
207 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const BorderAllIcon = createSvgIcon(
<path d="M3 3v18h18V3H3zm8 16H5v-6h6v6zm0-8H5V5h6v6zm8 8h-6v-6h6v6zm0-8h-6V5h6v6z" />
, 'BorderAllOutlined');