import type { CnIconProps } from './types';
import './index.scss';
import './rtl.scss';
export { CnIcon } from './cn-icon';
export { createFromIconfontCN } from './icon-font';
export type { CnIconProps };
