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