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