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