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