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