import { IconTokens } from '@prensa_tokens'; export interface IconProps { children?: any; color?: string; height?: string; viewBox?: string; width?: string; path?: IconTokens; mb?: string | number; ml?: string | number; mr?: string | number; mt?: string | number; }