1 2 3 4 5 6 7 8 9
import Icon from "../icon.jsx"; export default function Stopped(props) { return ( <Icon {...props}> <path d="M6 6h12v12H6z" /> </Icon> ); }