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