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

5 wiersze
174 B
TypeScript

import type { SvgSymbolData } from "./svg-symbol";
import _SvgVocabulary from "./_svg-vocabulary.json";
export const SvgVocabulary: SvgSymbolData[] = _SvgVocabulary as any;