UNPKG

@evg-b/evg-icons

Version:

material icons

15 lines (12 loc) 456 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var ViewList = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), /*#__PURE__*/React.createElement("path", { d: "M4 14h4v-4H4v4zm0 5h4v-4H4v4zM4 9h4V5H4v4zm5 5h12v-4H9v4zm0 5h12v-4H9v4zM9 5v4h12V5H9z" })), name: 'ViewList' }); export default ViewList;