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