5
common/resources/client/icons/material/AdUnits.tsx
Executable file
5
common/resources/client/icons/material/AdUnits.tsx
Executable file
@@ -0,0 +1,5 @@
|
||||
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');
|
||||
Reference in New Issue
Block a user