@evg-b/evg-icons
Version:
material icons
15 lines (12 loc) • 463 B
JavaScript
import React from 'react';
import CreateSvgIcon from '../CreateSvgIcon.js';
var ViewModule = CreateSvgIcon({
path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("path", {
d: "M0 0h24v24H0z",
fill: "none"
}), /*#__PURE__*/React.createElement("path", {
d: "M4 11h5V5H4v6zm0 7h5v-6H4v6zm6 0h5v-6h-5v6zm6 0h5v-6h-5v6zm-6-7h5V5h-5v6zm6-6v6h5V5h-5z"
})),
name: 'ViewModule'
});
export default ViewModule;