#![doc=include_str!("../README.md")]/// Exports the index of the available icons
pubmodindex{#![allow(non_upper_case_globals)]pictogram_icons::generate_index!();}/// Exports the manifest directory for the proc-macro
pubconstCARGO_MANIFEST_DIR:&str=env!("CARGO_MANIFEST_DIR");