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

5 wiersze
174 B
TypeScript

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