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