import * as React from 'react'; import SvgIcon from './svgIcon'; type Props = React.ComponentProps; const IconCalixa = React.forwardRef(function IconCalixa( props: Props, ref: React.Ref ) { return ( ); }); IconCalixa.displayName = 'IconCalixa'; export {IconCalixa};