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