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