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