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