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