import * as React from 'react'; import SvgIcon from '@elementor/ui/SvgIcon'; const BrandElementorIcon = React.forwardRef< SVGSVGElement, React.ComponentProps >( ( props, ref ) => { return ( ); } ); export default BrandElementorIcon;