Skip to content

Commit

Permalink
✏️ (icons) re-add correctly cased icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Tahul committed Jun 21, 2021
1 parent 2e72971 commit 43a1b72
Show file tree
Hide file tree
Showing 6 changed files with 71 additions and 0 deletions.
9 changes: 9 additions & 0 deletions nuxtjs.org/components/IconAlertDanger.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<template>
<svg fill="currentColor" viewBox="0 0 20 20">
<path
fill-rule="evenodd"
d="M8.257 3.099c.765-1.36 2.722-1.36 3.486 0l5.58 9.92c.75 1.334-.213 2.98-1.742 2.98H4.42c-1.53 0-2.493-1.646-1.743-2.98l5.58-9.92zM11 13a1 1 0 11-2 0 1 1 0 012 0zm-1-8a1 1 0 00-1 1v3a1 1 0 002 0V6a1 1 0 00-1-1z"
clip-rule="evenodd"
></path>
</svg>
</template>
12 changes: 12 additions & 0 deletions nuxtjs.org/components/IconAlertInfo.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<template>
<svg
fill="none"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
viewBox="0 0 24 24"
stroke="currentColor"
>
<path d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
</svg>
</template>
12 changes: 12 additions & 0 deletions nuxtjs.org/components/IconAlertNext.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<template>
<svg
fill="none"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
viewBox="0 0 24 24"
stroke="currentColor"
>
<path d="M13 9l3 3m0 0l-3 3m3-3H8m13 0a9 9 0 11-18 0 9 9 0 0118 0z"></path>
</svg>
</template>
14 changes: 14 additions & 0 deletions nuxtjs.org/components/IconAlertStar.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<template>
<svg
viewBox="0 0 20 20"
fill="none"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
stroke="currentColor"
>
<path
d="M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z"
></path>
</svg>
</template>
12 changes: 12 additions & 0 deletions nuxtjs.org/components/IconAlertSuccess.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<template>
<svg
fill="none"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
viewBox="0 0 24 24"
stroke="currentColor"
>
<path d="M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z"></path>
</svg>
</template>
12 changes: 12 additions & 0 deletions nuxtjs.org/components/IconAlertWarning.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<template>
<svg
fill="none"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
viewBox="0 0 24 24"
stroke="currentColor"
>
<path d="M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
</svg>
</template>

1 comment on commit 43a1b72

@vercel
Copy link

@vercel vercel bot commented on 43a1b72 Jun 21, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.