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