import * as React from "react"; import { IconProps } from '../lib'; declare const GasCan: (props: IconProps) => React.JSX.Element; export default GasCan; //# sourceMappingURL=GasCan.d.ts.map