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