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