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