UNPKG

@evg-b/evg-icons

Version:

material icons

15 lines (12 loc) 476 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var ViewDay = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), /*#__PURE__*/React.createElement("path", { d: "M2 21h19v-3H2v3zM20 8H3c-.55 0-1 .45-1 1v6c0 .55.45 1 1 1h17c.55 0 1-.45 1-1V9c0-.55-.45-1-1-1zM2 3v3h19V3H2z" })), name: 'ViewDay' }); export default ViewDay;