UNPKG

react-native-svg

Version:
11 lines 327 B
import { Component } from 'react'; import { warnUnimplementedFilter } from '../../lib/util'; export default class FeDistantLight extends Component { static displayName = 'FeDistantLight'; static defaultProps = {}; render() { warnUnimplementedFilter(); return null; } } //# sourceMappingURL=FeDistantLight.js.map