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