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:51:16 +0300
committerMark Otto <markdotto@gmail.com>2022-07-09 02:51:16 +0300
commit96155bb4bdf7edbe862d10ee8609dfc8874eb448 (patch)
tree60b66a26323f10e9ca53f63b9446c9dc4a65ebc4
parent3f57d382b186f42a9e52a08f8416cdb44a975c21 (diff)
Add new pass icons
-rw-r--r--icons/pass-fill.svg3
-rw-r--r--icons/pass.svg4
2 files changed, 7 insertions, 0 deletions
diff --git a/icons/pass-fill.svg b/icons/pass-fill.svg
new file mode 100644
index 000000000..cd55e3d01
--- /dev/null
+++ b/icons/pass-fill.svg
@@ -0,0 +1,3 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-pass-fill" viewBox="0 0 16 16">
+ <path fill-rule="evenodd" d="M10 0a2 2 0 1 1-4 0H3.5A1.5 1.5 0 0 0 2 1.5v13A1.5 1.5 0 0 0 3.5 16h9a1.5 1.5 0 0 0 1.5-1.5v-13A1.5 1.5 0 0 0 12.5 0H10ZM4.5 5a.5.5 0 0 0 0 1h7a.5.5 0 0 0 0-1h-7Zm0 2a.5.5 0 0 0 0 1h4a.5.5 0 0 0 0-1h-4Z"/>
+</svg> \ No newline at end of file
diff --git a/icons/pass.svg b/icons/pass.svg
new file mode 100644
index 000000000..76e099de7
--- /dev/null
+++ b/icons/pass.svg
@@ -0,0 +1,4 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-pass" viewBox="0 0 16 16">
+ <path d="M5.5 5a.5.5 0 0 0 0 1h5a.5.5 0 0 0 0-1h-5Zm0 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3Z"/>
+ <path fill-rule="evenodd" d="M8 2a2 2 0 0 0 2-2h2.5A1.5 1.5 0 0 1 14 1.5v13a1.5 1.5 0 0 1-1.5 1.5h-9A1.5 1.5 0 0 1 2 14.5v-13A1.5 1.5 0 0 1 3.5 0H6a2 2 0 0 0 2 2Zm0 1a3.001 3.001 0 0 0 2.83-2h1.67a.5.5 0 0 1 .5.5v13a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 .5-.5h1.67A3.001 3.001 0 0 0 8 3Z"/>
+</svg> \ No newline at end of file