Skip to content

Commit af1ef20

Browse files
committed
Dropped remaining fluent icons
1 parent 0c7ae96 commit af1ef20

9 files changed

+7
-12
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ Below is a list of all available error pages with demo links:
6767

6868
## 📝 License & Attribution
6969
- [Twemoji](https://github.com/twitter/twemoji) — by Twitter — [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/)
70-
- [Fluent System Icons](https://github.com/microsoft/fluentui-system-icons) — by Microsoft — [MIT](https://opensource.org/licenses/MIT)
7170
- [Tailwind CSS](https://github.com/tailwindlabs/tailwindcss) — by Tailwind Labs — [MIT](https://opensource.org/licenses/MIT)
7271

7372
## 🤖 AI Disclaimer
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
mixin HTTP400Icon()
2-
img(src="data-url:../icons/raw/fluent-color--document-16.svg", class="absolute top-0 left-0 h-full w-full", draggable="false")
3-
img(src="data-url:../icons/raw/fluent-color--dismiss-circle-16.svg", class="absolute bottom-0 right-0 h-3/6 w-3/6", draggable="false")
2+
img(src="data-url:../icons/raw/twemoji--page-facing-up.svg", class="absolute top-0 left-0 h-full w-full", draggable="false")
3+
img(src="data-url:../icons/raw/twemoji--cross-mark.svg", class="absolute top-[23%] bottom-0 left-0 right-0 m-auto h-[40%] w-[40%]", draggable="false")
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
mixin HTTP401Icon()
2-
img(src="data-url:../icons/raw/fluent-color--contact-card-16.svg", class="absolute top-0 left-0 h-[100%] w-[95%]", draggable="false")
3-
img(src="data-url:../icons/raw/fluent-color--dismiss-circle-16.svg", class="absolute bottom-[2.5%] right-0 h-[50%] w-[50%]", draggable="false")
2+
img(src="data-url:../icons/raw/twemoji--identification-card.svg", class="absolute top-0 left-0 h-[100%] w-[89%]", draggable="false")
3+
img(src="data-url:../icons/raw/twemoji--red-question-mark.svg", class="absolute top-[33%] left-[4%] h-[35%] w-[35%] rotate-20", draggable="false")
4+
img(src="data-url:../icons/raw/twemoji--cross-mark.svg", class="absolute bottom-[12%] right-[0%] h-[30%] w-[30%]", draggable="false")
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
mixin HTTP4XXIcon()
2-
img(src="data-url:../icons/raw/fluent-color--document-16.svg", class="absolute top-0 left-0 h-full w-full", draggable="false")
3-
img(src="data-url:../icons/raw/fluent-color--dismiss-circle-16.svg", class="absolute bottom-0 right-0 h-3/6 w-3/6", draggable="false")
2+
img(src="data-url:../icons/raw/twemoji--page-facing-up.svg", class="absolute top-0 left-0 h-full w-full", draggable="false")
3+
img(src="data-url:../icons/raw/twemoji--cross-mark.svg", class="absolute top-[23%] bottom-0 left-0 right-0 m-auto h-[40%] w-[40%]", draggable="false")

src/icons/raw/fluent-color--contact-card-16.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/icons/raw/fluent-color--dismiss-circle-16.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/icons/raw/fluent-color--document-16.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/icons/raw/fluent-color--person-16.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/icons/raw/fluent-color--savings-16.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)