UNPKG

react-native-svg

Version:
15 lines (11 loc) 242 B
import { Component } from "react"; export default class extends Component { static displayName = "Stop"; static defaultProps = { stopColor: "#000", stopOpacity: 1, }; render() { return null; } }