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