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