UNPKG

@evg-b/evg-icons

Version:

material icons

15 lines (12 loc) 424 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var ViewCompact = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), /*#__PURE__*/React.createElement("path", { d: "M3 19h6v-7H3v7zm7 0h12v-7H10v7zM3 5v6h19V5H3z" })), name: 'ViewCompact' }); export default ViewCompact;