import * as React from "react"; function ScaleIcon(props: React.SVGProps) { return ; } export default ScaleIcon;