UNPKG

google-material-icons

Version:

A google material icon library package for React applications

19 lines (15 loc) 465 B
/** * @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 Dashboard = createIcon("Dashboard", [ [ "path", { d: "M3 13H11V3H3V13ZM3 21H11V15H3V21ZM13 21H21V11H13V21ZM13 3V9H21V3H13Z", key: "18or4s" } ] ]); export { Dashboard as default }; //# sourceMappingURL=dashboard.js.map