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