diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-09-24 09:36:27 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-09-24 09:36:27 +0200 |
| commit | b68d3fca75c68165c8e6e682127aa7b295f9ef63 (patch) | |
| tree | 79c11bbd72ac84b2845a466fc704e09a84da94ca /apps/kit/src/lib/components/icons/exclamation-triangle.svelte | |
| parent | 9a09b5d7448b32af7bc9f7972d1ef61c631ef436 (diff) | |
| download | greatoffice-b68d3fca75c68165c8e6e682127aa7b295f9ef63.tar.xz greatoffice-b68d3fca75c68165c8e6e682127aa7b295f9ef63.zip | |
feat: Migrate alert to tailwind markup
Diffstat (limited to 'apps/kit/src/lib/components/icons/exclamation-triangle.svelte')
| -rw-r--r-- | apps/kit/src/lib/components/icons/exclamation-triangle.svelte | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/kit/src/lib/components/icons/exclamation-triangle.svelte b/apps/kit/src/lib/components/icons/exclamation-triangle.svelte new file mode 100644 index 0000000..8d807db --- /dev/null +++ b/apps/kit/src/lib/components/icons/exclamation-triangle.svelte @@ -0,0 +1,13 @@ +<svg + class="h-5 w-5 {$$restProps.class ?? ''}" + xmlns="http://www.w3.org/2000/svg" + viewBox="0 0 20 20" + fill="currentColor" + aria-hidden="true" +> + <path + fill-rule="evenodd" + d="M8.485 3.495c.673-1.167 2.357-1.167 3.03 0l6.28 10.875c.673 1.167-.17 2.625-1.516 2.625H3.72c-1.347 0-2.189-1.458-1.515-2.625L8.485 3.495zM10 6a.75.75 0 01.75.75v3.5a.75.75 0 01-1.5 0v-3.5A.75.75 0 0110 6zm0 9a1 1 0 100-2 1 1 0 000 2z" + clip-rule="evenodd" + /> +</svg> |
