Files
maher 703f50a09d
Some checks failed
Build / run (push) Has been cancelled
first commit
2025-10-29 11:42:25 +01:00

6 lines
205 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const GetAppIcon = createSvgIcon(
<path d="M13 5v6h1.17L12 13.17 9.83 11H11V5h2m2-2H9v6H5l7 7 7-7h-4V3zm4 15H5v2h14v-2z" />
, 'GetAppOutlined');