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