From d12552af24de8585e7e9bd5aa1fc27136759440c Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 22 Jun 2020 22:16:05 -0700 Subject: [PATCH] Add 25 new icons --- bootstrap-icons.svg | 2 +- docs/content/icons/align-bottom.md | 9 +++++++++ docs/content/icons/align-center.md | 9 +++++++++ docs/content/icons/align-end.md | 9 +++++++++ docs/content/icons/align-middle.md | 9 +++++++++ docs/content/icons/align-start.md | 9 +++++++++ docs/content/icons/align-top.md | 9 +++++++++ docs/content/icons/bug-fill.md | 8 ++++++++ docs/content/icons/bug.md | 8 ++++++++ docs/content/icons/cpu-fill.md | 9 +++++++++ docs/content/icons/cpu.md | 9 +++++++++ docs/content/icons/distribute-horizontal.md | 5 +++++ docs/content/icons/distribute-vertical.md | 8 ++++++++ docs/content/icons/earbuds.md | 5 +++++ docs/content/icons/emoji-expressionless.md | 10 ++++++++++ docs/content/icons/key-fill.md | 8 ++++++++ docs/content/icons/key.md | 8 ++++++++ docs/content/icons/mailbox.md | 8 ++++++++ docs/content/icons/mailbox2.md | 8 ++++++++ docs/content/icons/mouse.md | 8 ++++++++ docs/content/icons/mouse2.md | 8 ++++++++ docs/content/icons/mouse3.md | 8 ++++++++ docs/content/icons/sim-fill.md | 8 ++++++++ docs/content/icons/sim.md | 8 ++++++++ docs/content/icons/zoom-in.md | 8 ++++++++ docs/content/icons/zoom-out.md | 8 ++++++++ icons/align-bottom.svg | 4 ++++ icons/align-center.svg | 3 +++ icons/align-end.svg | 4 ++++ icons/align-middle.svg | 3 +++ icons/align-start.svg | 4 ++++ icons/align-top.svg | 4 ++++ icons/bug-fill.svg | 3 +++ icons/bug.svg | 3 +++ icons/cpu-fill.svg | 3 +++ icons/cpu.svg | 3 +++ icons/distribute-horizontal.svg | 4 ++++ icons/distribute-vertical.svg | 4 ++++ icons/earbuds.svg | 3 +++ icons/emoji-expressionless.svg | 4 ++++ icons/key-fill.svg | 3 +++ icons/key.svg | 4 ++++ icons/mailbox.svg | 5 +++++ icons/mailbox2.svg | 3 +++ icons/mouse.svg | 3 +++ icons/mouse2.svg | 3 +++ icons/mouse3.svg | 4 ++++ icons/sim-fill.svg | 3 +++ icons/sim.svg | 4 ++++ icons/zoom-in.svg | 5 +++++ icons/zoom-out.svg | 5 +++++ 51 files changed, 296 insertions(+), 1 deletion(-) create mode 100644 docs/content/icons/align-bottom.md create mode 100644 docs/content/icons/align-center.md create mode 100644 docs/content/icons/align-end.md create mode 100644 docs/content/icons/align-middle.md create mode 100644 docs/content/icons/align-start.md create mode 100644 docs/content/icons/align-top.md create mode 100644 docs/content/icons/bug-fill.md create mode 100644 docs/content/icons/bug.md create mode 100644 docs/content/icons/cpu-fill.md create mode 100644 docs/content/icons/cpu.md create mode 100644 docs/content/icons/distribute-horizontal.md create mode 100644 docs/content/icons/distribute-vertical.md create mode 100644 docs/content/icons/earbuds.md create mode 100644 docs/content/icons/emoji-expressionless.md create mode 100644 docs/content/icons/key-fill.md create mode 100644 docs/content/icons/key.md create mode 100644 docs/content/icons/mailbox.md create mode 100644 docs/content/icons/mailbox2.md create mode 100644 docs/content/icons/mouse.md create mode 100644 docs/content/icons/mouse2.md create mode 100644 docs/content/icons/mouse3.md create mode 100644 docs/content/icons/sim-fill.md create mode 100644 docs/content/icons/sim.md create mode 100644 docs/content/icons/zoom-in.md create mode 100644 docs/content/icons/zoom-out.md create mode 100644 icons/align-bottom.svg create mode 100644 icons/align-center.svg create mode 100644 icons/align-end.svg create mode 100644 icons/align-middle.svg create mode 100644 icons/align-start.svg create mode 100644 icons/align-top.svg create mode 100644 icons/bug-fill.svg create mode 100644 icons/bug.svg create mode 100644 icons/cpu-fill.svg create mode 100644 icons/cpu.svg create mode 100644 icons/distribute-horizontal.svg create mode 100644 icons/distribute-vertical.svg create mode 100644 icons/earbuds.svg create mode 100644 icons/emoji-expressionless.svg create mode 100644 icons/key-fill.svg create mode 100644 icons/key.svg create mode 100644 icons/mailbox.svg create mode 100644 icons/mailbox2.svg create mode 100644 icons/mouse.svg create mode 100644 icons/mouse2.svg create mode 100644 icons/mouse3.svg create mode 100644 icons/sim-fill.svg create mode 100644 icons/sim.svg create mode 100644 icons/zoom-in.svg create mode 100644 icons/zoom-out.svg diff --git a/bootstrap-icons.svg b/bootstrap-icons.svg index 231a31623a..2cc3cf1548 100644 --- a/bootstrap-icons.svg +++ b/bootstrap-icons.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/docs/content/icons/align-bottom.md b/docs/content/icons/align-bottom.md new file mode 100644 index 0000000000..651916807f --- /dev/null +++ b/docs/content/icons/align-bottom.md @@ -0,0 +1,9 @@ +--- +title: Align bottom +categories: + - Graphics +tags: + - space + - align + - distribute +--- diff --git a/docs/content/icons/align-center.md b/docs/content/icons/align-center.md new file mode 100644 index 0000000000..3c3ff52b51 --- /dev/null +++ b/docs/content/icons/align-center.md @@ -0,0 +1,9 @@ +--- +title: Align center +categories: + - Graphics +tags: + - space + - align + - distribute +--- diff --git a/docs/content/icons/align-end.md b/docs/content/icons/align-end.md new file mode 100644 index 0000000000..a3b11689c7 --- /dev/null +++ b/docs/content/icons/align-end.md @@ -0,0 +1,9 @@ +--- +title: Align end +categories: + - Graphics +tags: + - space + - align + - distribute +--- diff --git a/docs/content/icons/align-middle.md b/docs/content/icons/align-middle.md new file mode 100644 index 0000000000..4bf9d7c51d --- /dev/null +++ b/docs/content/icons/align-middle.md @@ -0,0 +1,9 @@ +--- +title: Align middle +categories: + - Graphics +tags: + - space + - align + - distribute +--- diff --git a/docs/content/icons/align-start.md b/docs/content/icons/align-start.md new file mode 100644 index 0000000000..7a62215ace --- /dev/null +++ b/docs/content/icons/align-start.md @@ -0,0 +1,9 @@ +--- +title: Align start +categories: + - Graphics +tags: + - space + - align + - distribute +--- diff --git a/docs/content/icons/align-top.md b/docs/content/icons/align-top.md new file mode 100644 index 0000000000..33d130feb7 --- /dev/null +++ b/docs/content/icons/align-top.md @@ -0,0 +1,9 @@ +--- +title: Align top +categories: + - Graphics +tags: + - space + - align + - distribute +--- diff --git a/docs/content/icons/bug-fill.md b/docs/content/icons/bug-fill.md new file mode 100644 index 0000000000..a53b7b9305 --- /dev/null +++ b/docs/content/icons/bug-fill.md @@ -0,0 +1,8 @@ +--- +title: Bug fill +categories: + - Real world +tags: + - insect + - error +--- diff --git a/docs/content/icons/bug.md b/docs/content/icons/bug.md new file mode 100644 index 0000000000..84e75ff1d3 --- /dev/null +++ b/docs/content/icons/bug.md @@ -0,0 +1,8 @@ +--- +title: Bug +categories: + - Real world +tags: + - insect + - error +--- diff --git a/docs/content/icons/cpu-fill.md b/docs/content/icons/cpu-fill.md new file mode 100644 index 0000000000..9f6e7b9050 --- /dev/null +++ b/docs/content/icons/cpu-fill.md @@ -0,0 +1,9 @@ +--- +title: Cpu fill +categories: + - Deviecs +tags: + - processor + - chip + - computer +--- diff --git a/docs/content/icons/cpu.md b/docs/content/icons/cpu.md new file mode 100644 index 0000000000..6b4e8698fa --- /dev/null +++ b/docs/content/icons/cpu.md @@ -0,0 +1,9 @@ +--- +title: CPU +categories: + - Deviecs +tags: + - processor + - chip + - computer +--- diff --git a/docs/content/icons/distribute-horizontal.md b/docs/content/icons/distribute-horizontal.md new file mode 100644 index 0000000000..a7516b73f3 --- /dev/null +++ b/docs/content/icons/distribute-horizontal.md @@ -0,0 +1,5 @@ +--- +title: Distribute horizontal +categories: +tags: +--- diff --git a/docs/content/icons/distribute-vertical.md b/docs/content/icons/distribute-vertical.md new file mode 100644 index 0000000000..a8e0f31d98 --- /dev/null +++ b/docs/content/icons/distribute-vertical.md @@ -0,0 +1,8 @@ +--- +title: Distribute vertical +categories: + - Graphics +tags: + - space + - align +--- diff --git a/docs/content/icons/earbuds.md b/docs/content/icons/earbuds.md new file mode 100644 index 0000000000..aee9d571af --- /dev/null +++ b/docs/content/icons/earbuds.md @@ -0,0 +1,5 @@ +--- +title: Earbuds +categories: +tags: +--- diff --git a/docs/content/icons/emoji-expressionless.md b/docs/content/icons/emoji-expressionless.md new file mode 100644 index 0000000000..e32daf27a7 --- /dev/null +++ b/docs/content/icons/emoji-expressionless.md @@ -0,0 +1,10 @@ +--- +title: Emoji expressionless +layout: icon +categories: + - Emoji +tags: + - emoticon + - neutral + - unphased +--- diff --git a/docs/content/icons/key-fill.md b/docs/content/icons/key-fill.md new file mode 100644 index 0000000000..6acbd2239b --- /dev/null +++ b/docs/content/icons/key-fill.md @@ -0,0 +1,8 @@ +--- +title: Key fill +categories: + - Real world +tags: + - lock + - secure +--- diff --git a/docs/content/icons/key.md b/docs/content/icons/key.md new file mode 100644 index 0000000000..f0c3a8a73a --- /dev/null +++ b/docs/content/icons/key.md @@ -0,0 +1,8 @@ +--- +title: Key +categories: + - Real world +tags: + - lock + - secure +--- diff --git a/docs/content/icons/mailbox.md b/docs/content/icons/mailbox.md new file mode 100644 index 0000000000..7f1b87064b --- /dev/null +++ b/docs/content/icons/mailbox.md @@ -0,0 +1,8 @@ +--- +title: Mailbox +categories: + - Real world +tags: + - post + - postal +--- diff --git a/docs/content/icons/mailbox2.md b/docs/content/icons/mailbox2.md new file mode 100644 index 0000000000..c705d9a25b --- /dev/null +++ b/docs/content/icons/mailbox2.md @@ -0,0 +1,8 @@ +--- +title: Mailbox2 +categories: + - Real world +tags: + - post + - postal +--- diff --git a/docs/content/icons/mouse.md b/docs/content/icons/mouse.md new file mode 100644 index 0000000000..6dd9995543 --- /dev/null +++ b/docs/content/icons/mouse.md @@ -0,0 +1,8 @@ +--- +title: Mouse +categories: + - Devices +tags: + - mice + - input +--- diff --git a/docs/content/icons/mouse2.md b/docs/content/icons/mouse2.md new file mode 100644 index 0000000000..1d48b6e643 --- /dev/null +++ b/docs/content/icons/mouse2.md @@ -0,0 +1,8 @@ +--- +title: Mouse2 +categories: + - Devices +tags: + - mice + - input +--- diff --git a/docs/content/icons/mouse3.md b/docs/content/icons/mouse3.md new file mode 100644 index 0000000000..d70f8a766f --- /dev/null +++ b/docs/content/icons/mouse3.md @@ -0,0 +1,8 @@ +--- +title: Mouse3 +categories: + - Devices +tags: + - mice + - input +--- diff --git a/docs/content/icons/sim-fill.md b/docs/content/icons/sim-fill.md new file mode 100644 index 0000000000..4c448abd81 --- /dev/null +++ b/docs/content/icons/sim-fill.md @@ -0,0 +1,8 @@ +--- +title: Sim fill +categories: + - Devices +tags: + - mobile + - carrier +--- diff --git a/docs/content/icons/sim.md b/docs/content/icons/sim.md new file mode 100644 index 0000000000..53ea49b816 --- /dev/null +++ b/docs/content/icons/sim.md @@ -0,0 +1,8 @@ +--- +title: Sim +categories: + - Devices +tags: + - mobile + - carrier +--- diff --git a/docs/content/icons/zoom-in.md b/docs/content/icons/zoom-in.md new file mode 100644 index 0000000000..a8d46ef69a --- /dev/null +++ b/docs/content/icons/zoom-in.md @@ -0,0 +1,8 @@ +--- +title: Zoom in +categories: + - Graphics +tags: + - magnify + - scale +--- diff --git a/docs/content/icons/zoom-out.md b/docs/content/icons/zoom-out.md new file mode 100644 index 0000000000..4d7b77b22e --- /dev/null +++ b/docs/content/icons/zoom-out.md @@ -0,0 +1,8 @@ +--- +title: Zoom out +categories: + - Graphics +tags: + - minify + - scale +--- diff --git a/icons/align-bottom.svg b/icons/align-bottom.svg new file mode 100644 index 0000000000..3229cbe4ad --- /dev/null +++ b/icons/align-bottom.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/icons/align-center.svg b/icons/align-center.svg new file mode 100644 index 0000000000..4812df8e60 --- /dev/null +++ b/icons/align-center.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/icons/align-end.svg b/icons/align-end.svg new file mode 100644 index 0000000000..114b281819 --- /dev/null +++ b/icons/align-end.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/icons/align-middle.svg b/icons/align-middle.svg new file mode 100644 index 0000000000..0b7b7d74bb --- /dev/null +++ b/icons/align-middle.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/icons/align-start.svg b/icons/align-start.svg new file mode 100644 index 0000000000..e4a0bcdcc7 --- /dev/null +++ b/icons/align-start.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/icons/align-top.svg b/icons/align-top.svg new file mode 100644 index 0000000000..1d61288327 --- /dev/null +++ b/icons/align-top.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/icons/bug-fill.svg b/icons/bug-fill.svg new file mode 100644 index 0000000000..14cd4d4d9a --- /dev/null +++ b/icons/bug-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/icons/bug.svg b/icons/bug.svg new file mode 100644 index 0000000000..e3bc228eb5 --- /dev/null +++ b/icons/bug.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/icons/cpu-fill.svg b/icons/cpu-fill.svg new file mode 100644 index 0000000000..7852fd07a9 --- /dev/null +++ b/icons/cpu-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/icons/cpu.svg b/icons/cpu.svg new file mode 100644 index 0000000000..2846b55fea --- /dev/null +++ b/icons/cpu.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/icons/distribute-horizontal.svg b/icons/distribute-horizontal.svg new file mode 100644 index 0000000000..5c3da182d8 --- /dev/null +++ b/icons/distribute-horizontal.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/icons/distribute-vertical.svg b/icons/distribute-vertical.svg new file mode 100644 index 0000000000..6940c8fb38 --- /dev/null +++ b/icons/distribute-vertical.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/icons/earbuds.svg b/icons/earbuds.svg new file mode 100644 index 0000000000..1111c9089c --- /dev/null +++ b/icons/earbuds.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/icons/emoji-expressionless.svg b/icons/emoji-expressionless.svg new file mode 100644 index 0000000000..aaaf517044 --- /dev/null +++ b/icons/emoji-expressionless.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/icons/key-fill.svg b/icons/key-fill.svg new file mode 100644 index 0000000000..de53d02427 --- /dev/null +++ b/icons/key-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/icons/key.svg b/icons/key.svg new file mode 100644 index 0000000000..c4f01a4fef --- /dev/null +++ b/icons/key.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/icons/mailbox.svg b/icons/mailbox.svg new file mode 100644 index 0000000000..08a812a4b7 --- /dev/null +++ b/icons/mailbox.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/icons/mailbox2.svg b/icons/mailbox2.svg new file mode 100644 index 0000000000..935febbe69 --- /dev/null +++ b/icons/mailbox2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/icons/mouse.svg b/icons/mouse.svg new file mode 100644 index 0000000000..30f13676ac --- /dev/null +++ b/icons/mouse.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/icons/mouse2.svg b/icons/mouse2.svg new file mode 100644 index 0000000000..16f1fea400 --- /dev/null +++ b/icons/mouse2.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/icons/mouse3.svg b/icons/mouse3.svg new file mode 100644 index 0000000000..8da8ed6365 --- /dev/null +++ b/icons/mouse3.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/icons/sim-fill.svg b/icons/sim-fill.svg new file mode 100644 index 0000000000..fcdca0b8a2 --- /dev/null +++ b/icons/sim-fill.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/icons/sim.svg b/icons/sim.svg new file mode 100644 index 0000000000..a00ed35b6e --- /dev/null +++ b/icons/sim.svg @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/icons/zoom-in.svg b/icons/zoom-in.svg new file mode 100644 index 0000000000..4174950471 --- /dev/null +++ b/icons/zoom-in.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file diff --git a/icons/zoom-out.svg b/icons/zoom-out.svg new file mode 100644 index 0000000000..be591a8331 --- /dev/null +++ b/icons/zoom-out.svg @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file