// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: MIT-0 import * as React from "react"; interface OwnProps { className?: string; } export class SingleRightArrow extends React.Component { render() { return ( Created with Sketch. ); } } export default SingleRightArrow;