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
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2022-10-29 23:36:38 +0300
committerMark Otto <otto@github.com>2022-10-29 23:52:52 +0300
commit4e1651f93321d8ad734be261a08fcfde938dcbb7 (patch)
treea97305e3260212d33eae7db1b64a1dc12407bf5d /docs
parentdc8249972016a8c4ade0ece3f8f20179935ce9d3 (diff)
Add more new icons, update some tags
- Fixes #1361: Add text wrap - Fixes #1351: Add regex - Fixes #1330: Add envelope with at sign Updates other code and braces icons to include code and software tags
Diffstat (limited to 'docs')
-rw-r--r--docs/content/icons/braces-asterisk.md6
-rw-r--r--docs/content/icons/braces.md4
-rw-r--r--docs/content/icons/code-slash.md4
-rw-r--r--docs/content/icons/code-square.md4
-rw-r--r--docs/content/icons/code.md4
-rw-r--r--docs/content/icons/envelope-at-fill.md10
-rw-r--r--docs/content/icons/envelope-at.md10
-rw-r--r--docs/content/icons/regex.md13
-rw-r--r--docs/content/icons/text-wrap.md9
9 files changed, 63 insertions, 1 deletions
diff --git a/docs/content/icons/braces-asterisk.md b/docs/content/icons/braces-asterisk.md
index 5c8abc78e..342fad7ab 100644
--- a/docs/content/icons/braces-asterisk.md
+++ b/docs/content/icons/braces-asterisk.md
@@ -3,6 +3,10 @@ title: Braces asterisk
categories:
- Typography
tags:
+ - text
+ - type
- code
- - css
+ - developer
+ - development
+ - software
---
diff --git a/docs/content/icons/braces.md b/docs/content/icons/braces.md
index bd347aaac..34720d22e 100644
--- a/docs/content/icons/braces.md
+++ b/docs/content/icons/braces.md
@@ -5,4 +5,8 @@ categories:
tags:
- text
- type
+ - code
+ - developer
+ - development
+ - software
---
diff --git a/docs/content/icons/code-slash.md b/docs/content/icons/code-slash.md
index 1a1564827..a695a3f38 100644
--- a/docs/content/icons/code-slash.md
+++ b/docs/content/icons/code-slash.md
@@ -5,4 +5,8 @@ categories:
tags:
- text
- type
+ - code
+ - developer
+ - development
+ - software
---
diff --git a/docs/content/icons/code-square.md b/docs/content/icons/code-square.md
index abbe03d48..590b62b22 100644
--- a/docs/content/icons/code-square.md
+++ b/docs/content/icons/code-square.md
@@ -5,5 +5,9 @@ categories:
tags:
- text
- type
+ - code
+ - developer
+ - development
+ - software
- preformatted
---
diff --git a/docs/content/icons/code.md b/docs/content/icons/code.md
index 13b410025..a863c70af 100644
--- a/docs/content/icons/code.md
+++ b/docs/content/icons/code.md
@@ -5,4 +5,8 @@ categories:
tags:
- text
- type
+ - code
+ - developer
+ - development
+ - software
---
diff --git a/docs/content/icons/envelope-at-fill.md b/docs/content/icons/envelope-at-fill.md
new file mode 100644
index 000000000..9c21af957
--- /dev/null
+++ b/docs/content/icons/envelope-at-fill.md
@@ -0,0 +1,10 @@
+---
+title: Envelope at fill
+categories:
+ - Communications
+tags:
+ - email
+ - message
+ - mail
+ - letter
+---
diff --git a/docs/content/icons/envelope-at.md b/docs/content/icons/envelope-at.md
new file mode 100644
index 000000000..457c695ab
--- /dev/null
+++ b/docs/content/icons/envelope-at.md
@@ -0,0 +1,10 @@
+---
+title: Envelope at
+categories:
+ - Communications
+tags:
+ - email
+ - message
+ - mail
+ - letter
+---
diff --git a/docs/content/icons/regex.md b/docs/content/icons/regex.md
new file mode 100644
index 000000000..fe72cf2be
--- /dev/null
+++ b/docs/content/icons/regex.md
@@ -0,0 +1,13 @@
+---
+title: Regex
+categories:
+ - Typography
+tags:
+ - text
+ - type
+ - code
+ - developer
+ - development
+ - software
+ - "regular expression"
+---
diff --git a/docs/content/icons/text-wrap.md b/docs/content/icons/text-wrap.md
new file mode 100644
index 000000000..01d6fe46e
--- /dev/null
+++ b/docs/content/icons/text-wrap.md
@@ -0,0 +1,9 @@
+---
+title: Text wrap
+categories:
+ - Typography
+tags:
+ - text
+ - type
+ - "word wrap"
+---