T
TBD9mo ago
ALR

Frontend OSS Icons

Any of y'all front-endey folks have an account for getting free / OSS icons? Looking for a shopping cart one to point to tbd.shop in the footer of developer.tbd.website, alongside the Twitter/Discord/etc ones. @kirah (tbd) @dayhaysoos-tbd @leordev @blackgirlbytes @AceKYD
14 Replies
Unknown User
Unknown User9mo ago
Message Not Public
Sign In & Join Server To View
ALR
ALR9mo ago
Thanks! The code as-is now is looking for an SVG and we've been able to use those to get the colors right:
{
src: '/img/github-icon.svg',
url: 'https://github.com/TBD54566975/',
altText: 'GitHub button',
title: 'Go to GitHub',
}
{
src: '/img/github-icon.svg',
url: 'https://github.com/TBD54566975/',
altText: 'GitHub button',
title: 'Go to GitHub',
}
My level of expertise here is "trace what's there and do the same", prob not a great idea for me to crack open the code that reads from this JSON and enhance it to take in react-icon (or I've used like fa-social before too) sets. WDYT?
Unknown User
Unknown User9mo ago
Message Not Public
Sign In & Join Server To View
ALR
ALR9mo ago
Wow Hero just lets you search and then "copy SVG" in one click WDYT?
ALR
ALR9mo ago
No description
ALR
ALR9mo ago
The 4th one, the Shopping Cart
Unknown User
Unknown User9mo ago
Message Not Public
Sign In & Join Server To View
ALR
ALR9mo ago
Which is better?
No description
ALR
ALR9mo ago
I can fill the shopping bag one with yellow toobut it looks less obvious what it is IMO
Unknown User
Unknown User9mo ago
Message Not Public
Sign In & Join Server To View
ALR
ALR9mo ago
@techgirl1908 Design eyes and opinions plsssss 😛
Unknown User
Unknown User9mo ago
Message Not Public
Sign In & Join Server To View
ALR
ALR9mo ago
Option 3
No description
Unknown User
Unknown User9mo ago
Message Not Public
Sign In & Join Server To View