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