public IconAccessibilityTagHelper(IOptions <HeroiconOptions> settings)
 {
     _settings = settings?.Value ?? throw new ArgumentNullException(nameof(settings));
 }
 public IconFocusableTagHelper(IOptions <HeroiconOptions> settings)
 {
     _settings = settings?.Value ?? throw new ArgumentNullException(nameof(settings));
 }