add more bootstrap icons

pyrox.dev a2cb2327 35aa2056

verified
Changed files
+62 -4
scripts
bootstrap-icons
src
static
+1 -1
scripts/bootstrap-icons/add-class.py
···
import json
import os
-
BASE_PATH = f"{os.environ['ROOT']}/scripts"
+
BASE_PATH = f"{os.environ['ROOT']}/scripts/bootstrap-icons"
CLASSES_PATH = f"{BASE_PATH}/src/classes.json"
CLASSES = []
+17 -1
scripts/bootstrap-icons/src/classes.json
···
-
["bi-exclamation-triangle"]
+
[
+
"bi-bug",
+
"bi-check-circle",
+
"bi-check2",
+
"bi-chevron-down",
+
"bi-chevron-right",
+
"bi-clipboard2-data",
+
"bi-exclamation-triangle",
+
"bi-fire",
+
"bi-info-circle",
+
"bi-lightning",
+
"bi-list-ul",
+
"bi-pencil",
+
"bi-question-circle",
+
"bi-quote",
+
"bi-x-lg"
+
]
+44 -2
src/static/icons/bsi.min.css
···
@font-face {
font-display: block;
font-family: bootstrap-icons;
-
src: url("/static/icons/bsi.min.woff2?v=1739124270") format("woff2");
+
src: url("/static/icons/bsi.min.woff2?v=1740025433") format("woff2");
}
.bi::before,
[class*=" bi-"]::before,
···
vertical-align: -0.125em;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-
}.bi-exclamation-triangle::before {
+
}.bi-bug::before {
+
content: "\f1dc";
+
}
+
.bi-check-circle::before {
+
content: "\f26b";
+
}
+
.bi-check2::before {
+
content: "\f272";
+
}
+
.bi-chevron-down::before {
+
content: "\f282";
+
}
+
.bi-chevron-right::before {
+
content: "\f285";
+
}
+
.bi-exclamation-triangle::before {
content: "\f33b";
}
+
.bi-info-circle::before {
+
content: "\f431";
+
}
+
.bi-lightning::before {
+
content: "\f46f";
+
}
+
.bi-list-ul::before {
+
content: "\f478";
+
}
+
.bi-pencil::before {
+
content: "\f4cb";
+
}
+
.bi-question-circle::before {
+
content: "\f505";
+
}
+
.bi-x-lg::before {
+
content: "\f659";
+
}
+
.bi-quote::before {
+
content: "\f6b0";
+
}
+
.bi-clipboard2-data::before {
+
content: "\f727";
+
}
+
.bi-fire::before {
+
content: "\f7f6";
+
}
src/static/icons/bsi.min.woff2

This is a binary file and will not be displayed.