Add inline fizzy icon

This commit is contained in:
Sean Mitchell
2025-11-11 16:46:25 -08:00
parent 5e8f35b6c0
commit 730c2eb8e4
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
<svg height="30" viewBox="0 0 30 30" width="30" xmlns="http://www.w3.org/2000/svg"><path d="m3 1c1.10457 0 2 .89543 2 2v17c0 .9763-.69986 1.7872-1.625 1.9629v6.6621c0 .2071-.16789.375-.375.375s-.375-.1679-.375-.375v-6.6621c-.92514-.1757-1.625-.9866-1.625-1.9629v-17c0-1.10457.89543-2 2-2zm6 0c1.1046 0 2 .89543 2 2v24c0 1.1046-.8954 2-2 2-1.10457 0-2-.8954-2-2v-24c0-1.10457.89543-2 2-2zm6 0c1.1046 0 2 .89543 2 2v20.5c0 .9763-.6999 1.7872-1.625 1.9629v3.1621c0 .2071-.1679.375-.375.375s-.375-.1679-.375-.375v-3.1621c-.9251-.1757-1.625-.9866-1.625-1.9629v-20.5c0-1.10457.8954-2 2-2zm6 0c1.1046 0 2 .89543 2 2v13.5c0 .9763-.6999 1.7872-1.625 1.9629v10.1621c0 .2071-.1679.375-.375.375s-.375-.1679-.375-.375v-10.1621c-.9251-.1757-1.625-.9866-1.625-1.9629v-13.5c0-1.10457.8954-2 2-2zm6 0c1.1046 0 2 .89543 2 2v17c0 .9763-.6999 1.7872-1.625 1.9629v6.6621c0 .2071-.1679.375-.375.375s-.375-.1679-.375-.375v-6.6621c-.9251-.1757-1.625-.9866-1.625-1.9629v-17c0-1.10457.8954-2 2-2z" fill="currentColor"/></svg>

After

Width:  |  Height:  |  Size: 1000 B

+1
View File
@@ -56,6 +56,7 @@
.icon--gear { --svg: url("gear.svg "); }
.icon--grid { --svg: url("grid.svg "); }
.icon--filter { --svg: url("filter.svg "); }
.icon--fizzy { --svg: url("fizzy.svg"); }
.icon--globe { --svg: url("globe.svg "); }
.icon--golden-ticket { --svg: url("golden-ticket.svg "); }
.icon--home { --svg: url("home.svg "); }
+1 -1
View File
@@ -65,6 +65,6 @@
<% end %>
<footer class="nav__footer">
<strong><%= link_to "Fizzy", "https://www.fizzy.do", class: "txt-ink", target: "_blank" %></strong> is designed, built, and backed by <strong class="txt-nowrap"><%= icon_tag "37signals", class: "v-align-middle", target: "_blank" %> <a href="https://37signals.com" target="_blank" class="txt-ink">37signals™</a></strong>
<strong class="txt-nowrap"><%= icon_tag "fizzy", class: "v-align-middle" %> <a href="https://www.fizzy.do" target="_blank" class="txt-ink">Fizzy™</a></strong> is designed, built, and backed by <strong class="txt-nowrap"><%= icon_tag "37signals", class: "v-align-middle" %> <a href="https://37signals.com" target="_blank" class="txt-ink">37signals™</a></strong>
</footer>
<% end %>