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