Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2022-07-09 02:36:36 +0300
committerMark Otto <markdotto@gmail.com>2022-07-09 02:36:36 +0300
commit53e2c41f1a177ce3483a99c89f087db3d8a3caba (patch)
treeb39e30989dfd928dfced4474c81406e27d24f262
parent822e4254d08b74dd4493d68f45eca16e704f5a26 (diff)
Fixes #498: Add Universal Access icons
-rw-r--r--icons/universal-access-circle.svg4
-rw-r--r--icons/universal-access.svg3
2 files changed, 7 insertions, 0 deletions
diff --git a/icons/universal-access-circle.svg b/icons/universal-access-circle.svg
new file mode 100644
index 000000000..158465b46
--- /dev/null
+++ b/icons/universal-access-circle.svg
@@ -0,0 +1,4 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-universal-access-circle" viewBox="0 0 16 16">
+ <path d="M8 4.143A1.071 1.071 0 1 0 8 2a1.071 1.071 0 0 0 0 2.143Zm-4.668 1.47 3.24.316v2.5l-.323 4.585A.383.383 0 0 0 7 13.14l.826-4.017c.045-.18.301-.18.346 0L9 13.139a.383.383 0 0 0 .752-.125L9.43 8.43v-2.5l3.239-.316a.38.38 0 0 0-.047-.756H3.379a.38.38 0 0 0-.047.756Z"/>
+ <path d="M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0ZM1 8a7 7 0 1 1 14 0A7 7 0 0 1 1 8Z"/>
+</svg> \ No newline at end of file
diff --git a/icons/universal-access.svg b/icons/universal-access.svg
new file mode 100644
index 000000000..3b7fc37e0
--- /dev/null
+++ b/icons/universal-access.svg
@@ -0,0 +1,3 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-universal-access" viewBox="0 0 16 16">
+ <path d="M9.5 1.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM6 5.5l-4.535-.442A.531.531 0 0 1 1.531 4H14.47a.531.531 0 0 1 .066 1.058L10 5.5V9l.452 6.42a.535.535 0 0 1-1.053.174L8.243 9.97c-.064-.252-.422-.252-.486 0l-1.156 5.624a.535.535 0 0 1-1.053-.174L6 9V5.5Z"/>
+</svg> \ No newline at end of file