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