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-10-29 22:42:54 +0300
committerMark Otto <otto@github.com>2022-10-29 23:52:52 +0300
commitdc8249972016a8c4ade0ece3f8f20179935ce9d3 (patch)
treeb43c26c9aaf8fc31241ae6fb6ae148c4a17f5ba6
parent82d445330e7a21a81114a6cf22496f31e87f9eb0 (diff)
Add new icons for v1.10.0
- Fixes #386: Add superscript and subscript - Fixes #869: Add rocket icons - Fixes #1328: Adds number shape icons for 0 - Fixes #1398: Add Stripe icon - Fixes #1402: Add Trello icon
-rw-r--r--docs/content/icons/0-circle-fill.md8
-rw-r--r--docs/content/icons/0-circle.md8
-rw-r--r--docs/content/icons/0-square-fill.md8
-rw-r--r--docs/content/icons/0-square.md8
-rw-r--r--docs/content/icons/rocket-fill.md9
-rw-r--r--docs/content/icons/rocket-takeoff-fill.md10
-rw-r--r--docs/content/icons/rocket-takeoff.md10
-rw-r--r--docs/content/icons/rocket.md9
-rw-r--r--docs/content/icons/stripe.md8
-rw-r--r--docs/content/icons/subscript.md8
-rw-r--r--docs/content/icons/superscript.md8
-rw-r--r--docs/content/icons/trello.md8
-rw-r--r--icons/0-circle-fill.svg4
-rw-r--r--icons/0-circle.svg4
-rw-r--r--icons/0-square-fill.svg4
-rw-r--r--icons/0-square.svg4
-rw-r--r--icons/rocket-fill.svg4
-rw-r--r--icons/rocket-takeoff-fill.svg4
-rw-r--r--icons/rocket-takeoff.svg5
-rw-r--r--icons/rocket.svg5
-rw-r--r--icons/stripe.svg3
-rw-r--r--icons/subscript.svg3
-rw-r--r--icons/superscript.svg3
-rw-r--r--icons/trello.svg3
24 files changed, 148 insertions, 0 deletions
diff --git a/docs/content/icons/0-circle-fill.md b/docs/content/icons/0-circle-fill.md
new file mode 100644
index 000000000..8e3728e02
--- /dev/null
+++ b/docs/content/icons/0-circle-fill.md
@@ -0,0 +1,8 @@
+---
+title: 0 circle fill
+categories:
+ - Shapes
+tags:
+ - number
+ - numeral
+---
diff --git a/docs/content/icons/0-circle.md b/docs/content/icons/0-circle.md
new file mode 100644
index 000000000..89efbbc88
--- /dev/null
+++ b/docs/content/icons/0-circle.md
@@ -0,0 +1,8 @@
+---
+title: 0 circle
+categories:
+ - Shapes
+tags:
+ - number
+ - numeral
+---
diff --git a/docs/content/icons/0-square-fill.md b/docs/content/icons/0-square-fill.md
new file mode 100644
index 000000000..bc8dbedc0
--- /dev/null
+++ b/docs/content/icons/0-square-fill.md
@@ -0,0 +1,8 @@
+---
+title: 0 square fill
+categories:
+ - Shapes
+tags:
+ - number
+ - numeral
+---
diff --git a/docs/content/icons/0-square.md b/docs/content/icons/0-square.md
new file mode 100644
index 000000000..d6c779f94
--- /dev/null
+++ b/docs/content/icons/0-square.md
@@ -0,0 +1,8 @@
+---
+title: 0 square
+categories:
+ - Shapes
+tags:
+ - number
+ - numeral
+---
diff --git a/docs/content/icons/rocket-fill.md b/docs/content/icons/rocket-fill.md
new file mode 100644
index 000000000..563510ae2
--- /dev/null
+++ b/docs/content/icons/rocket-fill.md
@@ -0,0 +1,9 @@
+---
+title: Rocket fill
+categories:
+ - Real world
+tags:
+ - ship
+ - rocketship
+ - spaceship
+---
diff --git a/docs/content/icons/rocket-takeoff-fill.md b/docs/content/icons/rocket-takeoff-fill.md
new file mode 100644
index 000000000..a60bac9b6
--- /dev/null
+++ b/docs/content/icons/rocket-takeoff-fill.md
@@ -0,0 +1,10 @@
+---
+title: Rocket takeoff fill
+categories:
+ - Real world
+tags:
+ - ship
+ - rocketship
+ - spaceship
+ - launch
+---
diff --git a/docs/content/icons/rocket-takeoff.md b/docs/content/icons/rocket-takeoff.md
new file mode 100644
index 000000000..c9dd93b17
--- /dev/null
+++ b/docs/content/icons/rocket-takeoff.md
@@ -0,0 +1,10 @@
+---
+title: Rocket takeoff
+categories:
+ - Real world
+tags:
+ - ship
+ - rocketship
+ - spaceship
+ - launch
+---
diff --git a/docs/content/icons/rocket.md b/docs/content/icons/rocket.md
new file mode 100644
index 000000000..9fb787e95
--- /dev/null
+++ b/docs/content/icons/rocket.md
@@ -0,0 +1,9 @@
+---
+title: Rocket
+categories:
+ - Real world
+tags:
+ - ship
+ - rocketship
+ - spaceship
+---
diff --git a/docs/content/icons/stripe.md b/docs/content/icons/stripe.md
new file mode 100644
index 000000000..613911225
--- /dev/null
+++ b/docs/content/icons/stripe.md
@@ -0,0 +1,8 @@
+---
+title: Stripe
+categories:
+ - Brand
+tags:
+ - payments
+ - commerce
+---
diff --git a/docs/content/icons/subscript.md b/docs/content/icons/subscript.md
new file mode 100644
index 000000000..b68d5bb2e
--- /dev/null
+++ b/docs/content/icons/subscript.md
@@ -0,0 +1,8 @@
+---
+title: Subscript
+categories:
+ - Typography
+tags:
+ - text
+ - type
+---
diff --git a/docs/content/icons/superscript.md b/docs/content/icons/superscript.md
new file mode 100644
index 000000000..2d5a131c2
--- /dev/null
+++ b/docs/content/icons/superscript.md
@@ -0,0 +1,8 @@
+---
+title: Superscript
+categories:
+ - Typography
+tags:
+ - text
+ - type
+---
diff --git a/docs/content/icons/trello.md b/docs/content/icons/trello.md
new file mode 100644
index 000000000..5569b8ed3
--- /dev/null
+++ b/docs/content/icons/trello.md
@@ -0,0 +1,8 @@
+---
+title: Trello
+categories:
+ - Brand
+tags:
+ - kanban
+ - board
+---
diff --git a/icons/0-circle-fill.svg b/icons/0-circle-fill.svg
new file mode 100644
index 000000000..08afbb152
--- /dev/null
+++ b/icons/0-circle-fill.svg
@@ -0,0 +1,4 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-0-circle-fill" viewBox="0 0 16 16">
+ <path d="M8 4.951c-1.008 0-1.629 1.09-1.629 2.895v.31c0 1.81.627 2.895 1.629 2.895s1.623-1.09 1.623-2.895v-.31c0-1.8-.621-2.895-1.623-2.895Z"/>
+ <path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0Zm-8.012 4.158c1.858 0 2.96-1.582 2.96-3.99V7.84c0-2.426-1.079-3.996-2.936-3.996-1.864 0-2.965 1.588-2.965 3.996v.328c0 2.42 1.09 3.99 2.941 3.99Z"/>
+</svg> \ No newline at end of file
diff --git a/icons/0-circle.svg b/icons/0-circle.svg
new file mode 100644
index 000000000..8c518f7d7
--- /dev/null
+++ b/icons/0-circle.svg
@@ -0,0 +1,4 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-0-circle" viewBox="0 0 16 16">
+ <path d="M7.988 12.158c-1.851 0-2.941-1.57-2.941-3.99V7.84c0-2.408 1.101-3.996 2.965-3.996 1.857 0 2.935 1.57 2.935 3.996v.328c0 2.408-1.101 3.99-2.959 3.99ZM8 4.951c-1.008 0-1.629 1.09-1.629 2.895v.31c0 1.81.627 2.895 1.629 2.895s1.623-1.09 1.623-2.895v-.31c0-1.8-.621-2.895-1.623-2.895Z"/>
+ <path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0ZM1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8Z"/>
+</svg> \ No newline at end of file
diff --git a/icons/0-square-fill.svg b/icons/0-square-fill.svg
new file mode 100644
index 000000000..d5375d465
--- /dev/null
+++ b/icons/0-square-fill.svg
@@ -0,0 +1,4 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-0-square-fill" viewBox="0 0 16 16">
+ <path d="M8 4.951c-1.008 0-1.629 1.09-1.629 2.895v.31c0 1.81.627 2.895 1.629 2.895s1.623-1.09 1.623-2.895v-.31c0-1.8-.621-2.895-1.623-2.895Z"/>
+ <path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Zm5.988 12.158c-1.851 0-2.941-1.57-2.941-3.99V7.84c0-2.408 1.101-3.996 2.965-3.996 1.857 0 2.935 1.57 2.935 3.996v.328c0 2.408-1.101 3.99-2.959 3.99Z"/>
+</svg> \ No newline at end of file
diff --git a/icons/0-square.svg b/icons/0-square.svg
new file mode 100644
index 000000000..aa6670926
--- /dev/null
+++ b/icons/0-square.svg
@@ -0,0 +1,4 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-0-square" viewBox="0 0 16 16">
+ <path d="M7.988 12.158c-1.851 0-2.941-1.57-2.941-3.99V7.84c0-2.408 1.101-3.996 2.965-3.996 1.857 0 2.935 1.57 2.935 3.996v.328c0 2.408-1.101 3.99-2.959 3.99ZM8 4.951c-1.008 0-1.629 1.09-1.629 2.895v.31c0 1.81.627 2.895 1.629 2.895s1.623-1.09 1.623-2.895v-.31c0-1.8-.621-2.895-1.623-2.895Z"/>
+ <path d="M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2Zm15 0a1 1 0 0 0-1-1H2a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V2Z"/>
+</svg> \ No newline at end of file
diff --git a/icons/rocket-fill.svg b/icons/rocket-fill.svg
new file mode 100644
index 000000000..dcb5cb845
--- /dev/null
+++ b/icons/rocket-fill.svg
@@ -0,0 +1,4 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rocket-fill" viewBox="0 0 16 16">
+ <path d="M10.175 1.991c.81 1.312 1.583 3.43 1.778 6.819l1.5 1.83A2.5 2.5 0 0 1 14 12.202V15.5a.5.5 0 0 1-.9.3l-1.125-1.5c-.166-.222-.42-.4-.752-.57-.214-.108-.414-.192-.627-.282l-.196-.083C9.7 13.793 8.85 14 8 14c-.85 0-1.7-.207-2.4-.635-.068.03-.133.057-.198.084-.211.089-.411.173-.625.281-.332.17-.586.348-.752.57L2.9 15.8a.5.5 0 0 1-.9-.3v-3.298a2.5 2.5 0 0 1 .548-1.562l.004-.005L4.049 8.81c.197-3.323.969-5.434 1.774-6.756.466-.767.94-1.262 1.31-1.57a3.67 3.67 0 0 1 .601-.41A.549.549 0 0 1 8 0c.101 0 .17.027.25.064.037.017.086.041.145.075.118.066.277.167.463.315.373.297.85.779 1.317 1.537ZM9.5 6c0-1.105-.672-2-1.5-2s-1.5.895-1.5 2S7.172 8 8 8s1.5-.895 1.5-2Z"/>
+ <path d="M8 14.5c.5 0 .999-.046 1.479-.139L8.4 15.8a.5.5 0 0 1-.8 0l-1.079-1.439c.48.093.98.139 1.479.139Z"/>
+</svg> \ No newline at end of file
diff --git a/icons/rocket-takeoff-fill.svg b/icons/rocket-takeoff-fill.svg
new file mode 100644
index 000000000..a748d6d82
--- /dev/null
+++ b/icons/rocket-takeoff-fill.svg
@@ -0,0 +1,4 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rocket-takeoff-fill" viewBox="0 0 16 16">
+ <path d="M12.17 9.53c2.307-2.592 3.278-4.684 3.641-6.218.21-.887.214-1.58.16-2.065a3.578 3.578 0 0 0-.108-.563 2.22 2.22 0 0 0-.078-.23V.453c-.073-.164-.168-.234-.352-.295a2.35 2.35 0 0 0-.16-.045 3.797 3.797 0 0 0-.57-.093c-.49-.044-1.19-.03-2.08.188-1.536.374-3.618 1.343-6.161 3.604l-2.4.238h-.006a2.552 2.552 0 0 0-1.524.734L.15 7.17a.512.512 0 0 0 .433.868l1.896-.271c.28-.04.592.013.955.132.232.076.437.16.655.248l.203.083c.196.816.66 1.58 1.275 2.195.613.614 1.376 1.08 2.191 1.277l.082.202c.089.218.173.424.249.657.118.363.172.676.132.956l-.271 1.9a.512.512 0 0 0 .867.433l2.382-2.386c.41-.41.668-.949.732-1.526l.24-2.408Zm.11-3.699c-.797.8-1.93.961-2.528.362-.598-.6-.436-1.733.361-2.532.798-.799 1.93-.96 2.528-.361.599.599.437 1.732-.36 2.531Z"/>
+ <path d="M5.205 10.787a7.632 7.632 0 0 0 1.804 1.352c-1.118 1.007-4.929 2.028-5.054 1.903-.126-.127.737-4.189 1.839-5.18.346.69.837 1.35 1.411 1.925Z"/>
+</svg> \ No newline at end of file
diff --git a/icons/rocket-takeoff.svg b/icons/rocket-takeoff.svg
new file mode 100644
index 000000000..0f748d69e
--- /dev/null
+++ b/icons/rocket-takeoff.svg
@@ -0,0 +1,5 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rocket-takeoff" viewBox="0 0 16 16">
+ <path d="M9.752 6.193c.599.6 1.73.437 2.528-.362.798-.799.96-1.932.362-2.531-.599-.6-1.73-.438-2.528.361-.798.8-.96 1.933-.362 2.532Z"/>
+ <path fill-rule="evenodd" d="M15.811 3.312c-.363 1.534-1.334 3.626-3.64 6.218l-.24 2.408a2.56 2.56 0 0 1-.732 1.526L8.817 15.85a.51.51 0 0 1-.867-.434l.27-1.899c.04-.28-.013-.593-.131-.956a9.42 9.42 0 0 0-.249-.657l-.082-.202c-.815-.197-1.578-.662-2.191-1.277-.614-.615-1.079-1.379-1.275-2.195l-.203-.083a9.556 9.556 0 0 0-.655-.248c-.363-.119-.675-.172-.955-.132l-1.896.27A.51.51 0 0 1 .15 7.17l2.382-2.386c.41-.41.947-.67 1.524-.734h.006l2.4-.238C9.005 1.55 11.087.582 12.623.208c.89-.217 1.59-.232 2.08-.188.244.023.435.06.57.093.067.017.12.033.16.045.184.06.279.13.351.295l.029.073a3.475 3.475 0 0 1 .157.721c.055.485.051 1.178-.159 2.065Zm-4.828 7.475.04-.04-.107 1.081a1.536 1.536 0 0 1-.44.913l-1.298 1.3.054-.38c.072-.506-.034-.993-.172-1.418a8.548 8.548 0 0 0-.164-.45c.738-.065 1.462-.38 2.087-1.006ZM5.205 5c-.625.626-.94 1.351-1.004 2.09a8.497 8.497 0 0 0-.45-.164c-.424-.138-.91-.244-1.416-.172l-.38.054 1.3-1.3c.245-.246.566-.401.91-.44l1.08-.107-.04.039Zm9.406-3.961c.12.011.22.026.299.041.016.075.033.17.045.283.042.368.045.942-.138 1.713-.364 1.543-1.477 3.904-4.556 6.987-.62.621-1.339.8-2.048.688-.674-.108-1.36-.484-1.924-1.05-.565-.565-.94-1.251-1.048-1.927-.112-.71.067-1.43.687-2.05 3.02-3.026 5.379-4.143 6.937-4.522.78-.19 1.366-.197 1.746-.163Z"/>
+ <path d="M7.009 12.139a7.632 7.632 0 0 1-1.804-1.352A7.568 7.568 0 0 1 3.794 8.86c-1.102.992-1.965 5.054-1.839 5.18.125.126 3.936-.896 5.054-1.902Z"/>
+</svg> \ No newline at end of file
diff --git a/icons/rocket.svg b/icons/rocket.svg
new file mode 100644
index 000000000..6e7248de7
--- /dev/null
+++ b/icons/rocket.svg
@@ -0,0 +1,5 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-rocket" viewBox="0 0 16 16">
+ <path d="M8 8c.828 0 1.5-.895 1.5-2S8.828 4 8 4s-1.5.895-1.5 2S7.172 8 8 8Z"/>
+ <path fill-rule="evenodd" d="M11.953 8.81c-.195-3.388-.968-5.507-1.777-6.819C9.707 1.233 9.23.751 8.857.454a3.495 3.495 0 0 0-.463-.315A2.19 2.19 0 0 0 8.25.064.546.546 0 0 0 8 0a.549.549 0 0 0-.266.073 2.312 2.312 0 0 0-.142.08 3.67 3.67 0 0 0-.459.33c-.37.308-.844.803-1.31 1.57-.805 1.322-1.577 3.433-1.774 6.756l-1.497 1.826-.004.005A2.5 2.5 0 0 0 2 12.202V15.5a.5.5 0 0 0 .9.3l1.125-1.5c.166-.222.42-.4.752-.57.214-.108.414-.192.625-.281l.198-.084c.7.428 1.55.635 2.4.635.85 0 1.7-.207 2.4-.635.067.03.132.056.196.083.213.09.413.174.627.282.332.17.586.348.752.57l1.125 1.5a.5.5 0 0 0 .9-.3v-3.298a2.5 2.5 0 0 0-.548-1.562l-1.499-1.83ZM12 10.445v.055c0 .866-.284 1.585-.75 2.14.146.064.292.13.425.199.39.197.8.46 1.1.86L13 14v-1.798a1.5 1.5 0 0 0-.327-.935L12 10.445ZM4.75 12.64C4.284 12.085 4 11.366 4 10.5v-.054l-.673.82a1.5 1.5 0 0 0-.327.936V14l.225-.3c.3-.4.71-.664 1.1-.861.133-.068.279-.135.425-.199ZM8.009 1.073a3.02 3.02 0 0 0-.236.178c-.286.24-.687.65-1.096 1.321C5.861 3.914 5 6.318 5 10.5c0 .858.374 1.48.943 1.893.54.393 1.276.607 2.057.607.781 0 1.516-.214 2.057-.607.569-.413.943-1.035.943-1.893 0-4.263-.862-6.665-1.676-7.984-.406-.659-.805-1.054-1.089-1.28a2.782 2.782 0 0 0-.226-.163Z"/>
+ <path d="M9.479 14.361c-.48.093-.98.139-1.479.139-.5 0-.999-.046-1.479-.139L7.6 15.8a.5.5 0 0 0 .8 0l1.079-1.439Z"/>
+</svg> \ No newline at end of file
diff --git a/icons/stripe.svg b/icons/stripe.svg
new file mode 100644
index 000000000..f24fdf383
--- /dev/null
+++ b/icons/stripe.svg
@@ -0,0 +1,3 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-stripe" viewBox="0 0 16 16">
+ <path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2Zm6.226 5.385c-.584 0-.937.164-.937.593 0 .468.607.674 1.36.93 1.228.415 2.844.963 2.851 2.993C11.5 11.868 9.924 13 7.63 13a7.662 7.662 0 0 1-3.009-.626V9.758c.926.506 2.095.88 3.01.88.617 0 1.058-.165 1.058-.671 0-.518-.658-.755-1.453-1.041C6.026 8.49 4.5 7.94 4.5 6.11 4.5 4.165 5.988 3 8.226 3a7.29 7.29 0 0 1 2.734.505v2.583c-.838-.45-1.896-.703-2.734-.703Z"/>
+</svg> \ No newline at end of file
diff --git a/icons/subscript.svg b/icons/subscript.svg
new file mode 100644
index 000000000..6976c0d29
--- /dev/null
+++ b/icons/subscript.svg
@@ -0,0 +1,3 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-subscript" viewBox="0 0 16 16">
+ <path d="m3.266 12.496.96-2.853H7.76l.96 2.853H10L6.62 3H5.38L2 12.496h1.266Zm2.748-8.063 1.419 4.23h-2.88l1.426-4.23h.035Zm6.132 7.203v-.075c0-.332.234-.618.619-.618.354 0 .618.256.618.58 0 .362-.271.649-.52.898l-1.788 1.832V15h3.59v-.958h-1.923v-.045l.973-1.04c.415-.438.867-.845.867-1.547 0-.8-.701-1.41-1.787-1.41-1.23 0-1.795.8-1.795 1.576v.06h1.146Z"/>
+</svg> \ No newline at end of file
diff --git a/icons/superscript.svg b/icons/superscript.svg
new file mode 100644
index 000000000..06a1a784b
--- /dev/null
+++ b/icons/superscript.svg
@@ -0,0 +1,3 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-superscript" viewBox="0 0 16 16">
+ <path d="m4.266 12.496.96-2.853H8.76l.96 2.853H11L7.62 3H6.38L3 12.496h1.266Zm2.748-8.063 1.419 4.23h-2.88l1.426-4.23h.035Zm5.132-1.797v-.075c0-.332.234-.618.619-.618.354 0 .618.256.618.58 0 .362-.271.649-.52.898l-1.788 1.832V6h3.59v-.958h-1.923v-.045l.973-1.04c.415-.438.867-.845.867-1.547 0-.8-.701-1.41-1.787-1.41C11.565 1 11 1.8 11 2.576v.06h1.146Z"/>
+</svg> \ No newline at end of file
diff --git a/icons/trello.svg b/icons/trello.svg
new file mode 100644
index 000000000..088605810
--- /dev/null
+++ b/icons/trello.svg
@@ -0,0 +1,3 @@
+<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-trello" viewBox="0 0 16 16">
+ <path d="M14.1 0H1.903C.852 0 .002.85 0 1.9v12.19A1.902 1.902 0 0 0 1.902 16h12.199A1.902 1.902 0 0 0 16 14.09V1.9A1.902 1.902 0 0 0 14.1 0ZM7 11.367a.636.636 0 0 1-.64.633H3.593a.633.633 0 0 1-.63-.633V3.583c0-.348.281-.631.63-.633h2.765c.35.002.632.284.633.633L7 11.367Zm6.052-3.5a.633.633 0 0 1-.64.633h-2.78A.636.636 0 0 1 9 7.867V3.583a.636.636 0 0 1 .633-.633h2.778c.35.002.631.285.631.633l.01 4.284Z"/>
+</svg> \ No newline at end of file