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