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