import React from 'react'; export const AutoScaleIcon = (props: React.SVGProps) => { return ( ); };