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