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