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