// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 import React from 'react'; import Svg, { SvgProps } from '../Svg'; export const Play: React.FC> = (props) => ( ); Play.displayName = 'Play'; export default Play;