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