google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 491 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 Toc = createIcon("Toc", [
[
"path",
{
d: "M3 9H17V7H3V9ZM3 13H17V11H3V13ZM3 17H17V15H3V17ZM19 17H21V15H19V17ZM19 7V9H21V7H19ZM19 13H21V11H19V13Z",
key: "ccvcb3"
}
]
]);
export { Toc as default };
//# sourceMappingURL=toc.js.map