@evg-b/evg-icons
Version:
material icons
16 lines (13 loc) • 435 B
JavaScript
import React from 'react';
import CreateSvgIcon from '../CreateSvgIcon.js';
var TableRows = CreateSvgIcon({
path: /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("rect", {
fill: "none",
height: "24",
width: "24"
}), /*#__PURE__*/React.createElement("path", {
d: "M21,8H3V4h18V8z M21,10H3v4h18V10z M21,16H3v4h18V16z"
})),
name: 'TableRows'
});
export default TableRows;