UNPKG

google-material-icons

Version:

A google material icon library package for React applications

17 lines (13 loc) 476 B
/** * @license google-material-icons v2.1.3 - ISC * * This source code is licensed under the ISC license. * See the LICENSE file in the root directory of this source tree. */ import createIcon from '../../createIcon.js'; const DataArray = createIcon("DataArray", [ ["path", { d: "M15 4V6H18V18H15V20H20V4H15Z", key: "1lf0h4" }], ["path", { d: "M4 20H9V18H6V6H9V4H4V20Z", key: "1ey3f9" }] ]); export { DataArray as default }; //# sourceMappingURL=data_array.js.map