import React from 'react'; import { WrapperProps, Wrapper } from 'dot-design-system'; interface Props extends WrapperProps {} function TextIcon(props: Props) { return ; } export default TextIcon;