google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 542 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 DashboardCustomize = createIcon("DashboardCustomize", [
[
"path",
{
d: "M3 3H11V11H3V3ZM13 3H21V11H13V3ZM3 13H11V21H3V13ZM18 13H16V16H13V18H16V21H18V18H21V16H18V13Z",
key: "1hamno"
}
]
]);
export { DashboardCustomize as default };
//# sourceMappingURL=dashboard_customize.js.map