mysticsymbolic.github.io/lib/svg-vocabulary.ts

8 wiersze
235 B
TypeScript

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