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