Skip to content

iconify-cli / templates

Variable: templates

const templates: object

Defined in: src/lib/template.ts:28

An object containing templates mapped to their respective keys.

Type Declaration

jsx

jsx: string = _jsx

php

php: string = _php

raw

raw: string = _raw

raw-ts

raw-ts: string = _rawTs

svg

svg: string = _svg

tsx

tsx: string = _tsx

vue

vue: string = _vue