UNPKG

selectic

Version:
7 lines (6 loc) 144 B
import { Vue, h } from 'vtyx'; export interface Props { } export default class IconQuestion extends Vue<Props> { render(): h.JSX.Element; }