google-material-icons
Version:
A google material icon library package for React applications
23 lines (19 loc) • 598 B
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const AdUnits = createIcon("AdUnits", [
[
"path",
{
d: "M17 1H7C5.9 1 5 1.9 5 3V21C5 22.1 5.9 23 7 23H17C18.1 23 19 22.1 19 21V3C19 1.9 18.1 1 17 1ZM7 4V3H17V4H7ZM7 18V6H17V18H7ZM7 21V20H17V21H7Z",
key: "1f0bjq"
}
],
["path", { d: "M16 7H8V9H16V7Z", key: "1jnw4d" }]
]);
export { AdUnits as default };
//# sourceMappingURL=ad_units.js.map