Skip to content

Instantly share code, notes, and snippets.

@laurisstepanovs
Created August 26, 2023 08:29
Show Gist options
  • Save laurisstepanovs/9772ffeaed39bd0462ca86da8089a264 to your computer and use it in GitHub Desktop.
Save laurisstepanovs/9772ffeaed39bd0462ca86da8089a264 to your computer and use it in GitHub Desktop.
<div class="icon-container">
<object data="@IconPath" type="image/svg+xml">
<span>Your browser does not support SVG</span>
</object>
</div>
@code {
[Parameter] public string IconPath { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment