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