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 LaptopChromebookIcon = createSvgIcon(
<path d="M22 18V3H2v15H0v2h24v-2h-2zm-8 0h-4v-1h4v1zm6-3H4V5h16v10z" />
, 'LaptopChromebookOutlined');