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