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