google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 486 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 List = createIcon("List", [
[
"path",
{
d: "M3 13H5V11H3V13ZM3 17H5V15H3V17ZM3 9H5V7H3V9ZM7 13H21V11H7V13ZM7 17H21V15H7V17ZM7 7V9H21V7H7Z",
key: "iq7yt8"
}
]
]);
export { List as default };
//# sourceMappingURL=list.js.map