import * as React from 'react'; export interface TurnW64Props extends React.SVGProps { ariaLabel?: string } export default function TurnW64({ ariaLabel, ...props }: TurnW64Props) { return ( ); }