diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/_icons/arrow-autofit-down.svg | 7 | ||||
-rw-r--r-- | src/_icons/arrow-autofit-height.svg | 9 | ||||
-rw-r--r-- | src/_icons/arrow-autofit-left.svg | 7 | ||||
-rw-r--r-- | src/_icons/arrow-autofit-right.svg | 7 | ||||
-rw-r--r-- | src/_icons/arrow-autofit-up.svg | 7 | ||||
-rw-r--r-- | src/_icons/arrow-autofit-width.svg | 9 | ||||
-rw-r--r-- | src/_icons/arrows-diagonal-minimize-2.svg | 8 | ||||
-rw-r--r-- | src/_icons/arrows-diagonal-minimize.svg | 8 | ||||
-rw-r--r-- | src/_icons/brand-bootstrap.svg | 8 | ||||
-rw-r--r-- | src/_icons/highlight.svg | 8 |
10 files changed, 78 insertions, 0 deletions
diff --git a/src/_icons/arrow-autofit-down.svg b/src/_icons/arrow-autofit-down.svg new file mode 100644 index 00000000..4c11a68c --- /dev/null +++ b/src/_icons/arrow-autofit-down.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M12 20H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h8"/> + <path d="M18 4v17"/> + <path d="M15 18l3 3 3-3"/> +</svg> diff --git a/src/_icons/arrow-autofit-height.svg b/src/_icons/arrow-autofit-height.svg new file mode 100644 index 00000000..b1c1663d --- /dev/null +++ b/src/_icons/arrow-autofit-height.svg @@ -0,0 +1,9 @@ +--- +--- +<svg> + <path d="M12 20H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h6"/> + <path d="M18 14v7"/> + <path d="M18 3v7"/> + <path d="M15 18l3 3 3-3"/> + <path d="M15 6l3-3 3 3"/> +</svg> diff --git a/src/_icons/arrow-autofit-left.svg b/src/_icons/arrow-autofit-left.svg new file mode 100644 index 00000000..076e7f17 --- /dev/null +++ b/src/_icons/arrow-autofit-left.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M4 12V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8"/> + <path d="M20 18H3"/> + <path d="M6 15l-3 3 3 3"/> +</svg> diff --git a/src/_icons/arrow-autofit-right.svg b/src/_icons/arrow-autofit-right.svg new file mode 100644 index 00000000..9aaebb43 --- /dev/null +++ b/src/_icons/arrow-autofit-right.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M20 12V6a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v8"/> + <path d="M4 18h17"/> + <path d="M18 15l3 3-3 3"/> +</svg> diff --git a/src/_icons/arrow-autofit-up.svg b/src/_icons/arrow-autofit-up.svg new file mode 100644 index 00000000..bb1872eb --- /dev/null +++ b/src/_icons/arrow-autofit-up.svg @@ -0,0 +1,7 @@ +--- +--- +<svg> + <path d="M12 4H6a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8"/> + <path d="M18 20V3"/> + <path d="M15 6l3-3 3 3"/> +</svg> diff --git a/src/_icons/arrow-autofit-width.svg b/src/_icons/arrow-autofit-width.svg new file mode 100644 index 00000000..3e7fb9e5 --- /dev/null +++ b/src/_icons/arrow-autofit-width.svg @@ -0,0 +1,9 @@ +--- +--- +<svg> + <path d="M4 12V6a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v6"/> + <path d="M10 18H3"/> + <path d="M21 18h-7"/> + <path d="M6 15l-3 3 3 3"/> + <path d="M18 15l3 3-3 3"/> +</svg> diff --git a/src/_icons/arrows-diagonal-minimize-2.svg b/src/_icons/arrows-diagonal-minimize-2.svg new file mode 100644 index 00000000..858218ae --- /dev/null +++ b/src/_icons/arrows-diagonal-minimize-2.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <path d="M18 10h-4V6"/> + <path d="M20 4l-6 6"/> + <path d="M6 14h4v4"/> + <path d="M10 14l-6 6"/> +</svg> diff --git a/src/_icons/arrows-diagonal-minimize.svg b/src/_icons/arrows-diagonal-minimize.svg new file mode 100644 index 00000000..410efdea --- /dev/null +++ b/src/_icons/arrows-diagonal-minimize.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <path d="M6 10h4V6"/> + <path d="M4 4l6 6"/> + <path d="M18 14h-4v4"/> + <path d="M14 14l6 6"/> +</svg> diff --git a/src/_icons/brand-bootstrap.svg b/src/_icons/brand-bootstrap.svg new file mode 100644 index 00000000..ad8fccfa --- /dev/null +++ b/src/_icons/brand-bootstrap.svg @@ -0,0 +1,8 @@ +--- +category: Brand +--- +<svg> + <path d="M2 12a2 2 0 0 0 2 -2v-4a2 2 0 0 1 2 -2h12a2 2 0 0 1 2 2v4a2 2 0 0 0 2 2" /> + <path d="M2 12a2 2 0 0 1 2 2v4a2 2 0 0 0 2 2h12a2 2 0 0 0 2 -2v-4a2 2 0 0 1 2 -2" /> + <path d="M9 16v-8h3.5a2 2 0 1 1 0 4h-3.5h4a2 2 0 1 1 0 4h-4z" /> +</svg> diff --git a/src/_icons/highlight.svg b/src/_icons/highlight.svg new file mode 100644 index 00000000..017e7981 --- /dev/null +++ b/src/_icons/highlight.svg @@ -0,0 +1,8 @@ +--- +--- +<svg> + <path d="M3 19h4L17.5 8.5a2.828 2.828 0 1 0-4-4L3 15v4"/> + <path d="M12.5 5.5l4 4"/> + <path d="M4.5 13.5l4 4"/> + <path d="M21 15v4h-8l4-4z"/> +</svg> |