Sid Gifari File Manager
🏠 Root
/
home
/
genremedia08
/
musicjukebox.overlookedtracks.com
/
common
/
resources
/
client
/
icons
/
material
/
Editing: Cases.tsx
import {createSvgIcon} from '../create-svg-icon'; export const CasesIcon = createSvgIcon( [<path d="M3 9H1v11c0 1.11.89 2 2 2h17v-2H3V9z" key="0" />,<path d="M18 5V3c0-1.1-.9-2-2-2h-4c-1.1 0-2 .9-2 2v2H5v11c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5h-5zm-6-2h4v2h-4V3zm9 13H7V7h14v9z" key="1" />,] , 'CasesOutlined');
Save
Cancel