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