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

6 lines
339 B
TypeScript
Executable File

import {createSvgIcon} from '../create-svg-icon';
export const Inventory2Icon = createSvgIcon(
[<path d="M20 2H4c-1 0-2 .9-2 2v3.01c0 .72.43 1.34 1 1.69V20c0 1.1 1.1 2 2 2h14c.9 0 2-.9 2-2V8.7c.57-.35 1-.97 1-1.69V4c0-1.1-1-2-2-2zm-1 18H5V9h14v11zm1-13H4V4h16v3z" key="0" />,<path d="M9 12h6v2H9z" key="1" />,]
, 'Inventory2Outlined');