import { EMPTY_SVG_SYMBOL_DATA, SvgSymbolData } from "./svg-symbol"; import { Vocabulary } from "./vocabulary"; import _SvgVocabulary from "./_svg-vocabulary"; export const SvgVocabulary = new Vocabulary(_SvgVocabulary); export const SvgVocabularyWithBlank = new Vocabulary([ EMPTY_SVG_SYMBOL_DATA, ..._SvgVocabulary, ]);