Sid Gifari File Manager
🏠 Root
/
home
/
genremedia08
/
musicjukebox.overlookedtracks.com
/
common
/
resources
/
client
/
icons
/
material
/
Editing: AdUnits.tsx
import {createSvgIcon} from '../create-svg-icon'; export const AdUnitsIcon = createSvgIcon( [<path d="M17 1H7c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-2-2-2zM7 4V3h10v1H7zm0 14V6h10v12H7zm0 3v-1h10v1H7z" key="0" />,<path d="M16 7H8v2h8V7z" key="1" />,] , 'AdUnitsOutlined');
Save
Cancel