first commit
Some checks failed
Build / run (push) Has been cancelled

This commit is contained in:
maher
2025-10-29 11:42:25 +01:00
commit 703f50a09d
4595 changed files with 385164 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
import {createSvgIcon} from '../create-svg-icon';
export const HomeWorkIcon = createSvgIcon(
[<path d="M17 15h2v2h-2zm0-4h2v2h-2zm0-4h2v2h-2zm-3.26 0 1.26.84V7z" key="0" />,<path d="M10 3v1.51l2 1.33V5h9v14h-4v2h6V3z" key="1" />,<path d="M8.17 5.7 15 10.25V21H1V10.48L8.17 5.7zM10 19h3v-7.84L8.17 8.09 3 11.38V19h3v-6h4v6z" key="2" />,]
, 'HomeWorkOutlined');