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