From 1022da7fccb0cc5c666c61d521b6e530c649c0f0 Mon Sep 17 00:00:00 2001 From: codecalm Date: Thu, 5 Mar 2020 22:28:26 +0100 Subject: messages --- _icons/message-2.svg | 7 + _icons/message-circle.svg | 8 + _icons/message-dots.svg | 8 + _icons/message.svg | 7 + _includes/icon.html | 3 +- icons.svg | 956 +++++++++++++++++----------------------------- index.html | 5 +- list.html | 2 +- style.scss | 16 + 9 files changed, 402 insertions(+), 610 deletions(-) create mode 100644 _icons/message-2.svg create mode 100644 _icons/message-circle.svg create mode 100644 _icons/message-dots.svg create mode 100644 _icons/message.svg diff --git a/_icons/message-2.svg b/_icons/message-2.svg new file mode 100644 index 0000000..a3918e5 --- /dev/null +++ b/_icons/message-2.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/_icons/message-circle.svg b/_icons/message-circle.svg new file mode 100644 index 0000000..61b4c7a --- /dev/null +++ b/_icons/message-circle.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/_icons/message-dots.svg b/_icons/message-dots.svg new file mode 100644 index 0000000..4467fe0 --- /dev/null +++ b/_icons/message-dots.svg @@ -0,0 +1,8 @@ +--- +--- + + + + + + diff --git a/_icons/message.svg b/_icons/message.svg new file mode 100644 index 0000000..e1bee62 --- /dev/null +++ b/_icons/message.svg @@ -0,0 +1,7 @@ +--- +--- + + + + + diff --git a/_includes/icon.html b/_includes/icon.html index f653766..ff567c7 100644 --- a/_includes/icon.html +++ b/_includes/icon.html @@ -1,2 +1 @@ -{% assign width = include.width | default: 2 %} -{% assign name = include.name %}{% assign icon = site.icons | where: "slug", name | first %}{% assign replace-to = '{% endcapture %}{% assign content = icon.content | replace: '', replace-to %}{{ content }} diff --git a/icons.svg b/icons.svg index d321313..e94d357 100644 --- a/icons.svg +++ b/icons.svg @@ -1,797 +1,541 @@ - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + - - + + + + + + + + + + + @@ -985,79 +729,83 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index f95ce2e..a8c999d 100644 --- a/index.html +++ b/index.html @@ -68,6 +68,8 @@
{{ first-icon }}
{{ first-icon }}
+ + {{ first-icon }} Link
@@ -76,9 +78,6 @@ Tab 3
-
- {{ first-icon }} Link -
diff --git a/list.html b/list.html index 5811818..534dd84 100644 --- a/list.html +++ b/list.html @@ -37,7 +37,7 @@ {% for icon in site.icons %} {% assign name = icon.slug %}
- {% include icon.html name=name width=1.25 %} + {% include icon.html name=name stroke=1.25 %}
{% endfor %}
diff --git a/style.scss b/style.scss index f75bfdb..9244717 100644 --- a/style.scss +++ b/style.scss @@ -339,3 +339,19 @@ Components .input-range { width: 100%; } + + +.icon-size { + display: inline-block; + + svg { + width: 100%; + height: 100%; + } +} + +.icon-size-16 { width: 16px; } +.icon-size-24 { width: 24px; } +.icon-size-32 { width: 32px; } +.icon-size-48 { width: 48px; } +.icon-size-64 { width: 64px; } -- cgit v1.2.1