import { SvgBase } from "./Base"; export class NativeSvg extends SvgBase{ constructor(){ super('svg'); } }