iconData top-level constant
Implementation
const Map<String, dynamic> iconData = {
'color': '\$background800',
'props': {
'size': 'md',
'fill': 'none',
},
'variants': {
'size': {
'2xs': {
'h': '\$3',
'w': '\$3',
'props': {
'size': 12,
},
},
'xs': {
'h': '\$3.5',
'w': '\$3.5',
'props': {
'size': 14,
},
},
'sm': {
'h': '\$4',
'w': '\$4',
'props': {
'size': 16,
},
},
'md': {
'h': '\$4.5',
'w': '\$4.5',
'props': {
'size': 18,
},
},
'lg': {
'h': '\$5',
'w': '\$5',
'props': {
'size': 20,
},
},
'xl': {
'h': '\$6',
'w': '\$6',
'props': {
'size': 24,
},
},
},
},
};