import * as React from 'react'; import Icon, { IconProps } from 'a-base-icon/lib/icon'; function ShapeFilled(componentProps: IconProps) { const IconNode = (props: React.SVGProps) => ( ); return ; } ShapeFilled.displayName = 'ShapeFilled'; export default ShapeFilled;