google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 521 B
JavaScript
/**
* @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 5V19H21V5H3ZM7 7V9H5V7H7ZM5 13V11H7V13H5ZM5 15H7V17H5V15ZM19 17H9V15H19V17ZM19 13H9V11H19V13ZM19 9H9V7H19V9Z",
key: "15ebuk"
}
]
]);
export { ViewList as default };
//# sourceMappingURL=view_list.js.map