/// <reference types="react" />
import { CommonIconProps } from '../..';
export default function GasStation({ color, size, weight, ...rest }: CommonIconProps): JSX.Element;
