UNPKG

@evg-b/evg-icons

Version:

material icons

15 lines (12 loc) 434 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var Dashboard = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), /*#__PURE__*/React.createElement("path", { d: "M3 13h8V3H3v10zm0 8h8v-6H3v6zm10 0h8V11h-8v10zm0-18v6h8V3h-8z" })), name: 'Dashboard' }); export default Dashboard;