import type { SvgSymbolData } from "./svg-symbol"; import { Vocabulary } from "./vocabulary"; import _SvgVocabulary from "./_svg-vocabulary"; export const SvgVocabulary = new Vocabulary(_SvgVocabulary);