UNPKG

@cantoo/rn-svg

Version:
11 lines 281 B
import React from 'react'; import Shape from './Shape'; export default class Symbol extends Shape<{ id?: string; viewBox?: string; preserveAspectRatio?: string; }> { static displayName: string; render(): React.JSX.Element; } //# sourceMappingURL=Symbol.d.ts.map