import React from 'react'; /** @deprecated Use icons from icons-v2-generated instead. */ export const AutomateEverythingIcon = ({ className, ...props }: { className?: string } & React.SVGProps) => { return ( ); };