UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 547 B
/** * @license google-material-icons v2.1.4 - 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: "M19 5V7H15V5H19ZM9 5V11H5V5H9ZM19 13V19H15V13H19ZM9 17V19H5V17H9ZM21 3H13V9H21V3ZM11 3H3V13H11V3ZM21 11H13V21H21V11ZM11 15H3V21H11V15Z", key: "16j5ko" } ] ]); export { Dashboard as default }; //# sourceMappingURL=dashboard.js.map