routeOff static method

Component routeOff({
  1. IconSize size = IconSize.md,
})

RouteOff icon

Implementation

static Component routeOff({IconSize size = IconSize.md}) =>
    _LucideIcon(codepoint: 'e53f', size: size);