UNPKG

@evg-b/evg-icons

Version:

material icons

15 lines (12 loc) 424 B
import React from 'react'; import CreateSvgIcon from '../CreateSvgIcon.js'; var ViewColumn = CreateSvgIcon({ path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), /*#__PURE__*/React.createElement("path", { d: "M10 18h5V5h-5v13zm-6 0h5V5H4v13zM16 5v13h5V5h-5z" })), name: 'ViewColumn' }); export default ViewColumn;