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