UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 503 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 ViewList = createIcon("ViewList", [ [ "path", { d: "M3 14H7V10H3V14ZM3 19H7V15H3V19ZM3 9H7V5H3V9ZM8 14H21V10H8V14ZM8 19H21V15H8V19ZM8 5V9H21V5H8Z", key: "xbnj0c" } ] ]); export { ViewList as default }; //# sourceMappingURL=view_list.js.map