/** * Icons adapted from https://phosphoricons.com/ * * Want to add more? * 1. Find the icon you want on Phosphor Icons. * 2. Click “Copy SVG”. * 3. Paste the SVG code in your editor. * 4. Remove the `` wrapper so you only have elements like ``, ``, `` etc. * 5. Remove any `stroke="#000000"` attributes * 6. Replace any `fill="#000000"` attributes with `stroke="none"` * (or add `stroke="none"` on shapes with no `fill` or `stroke` specified). */ export const iconPaths = { 'terminal-window': ``, trophy: ``, strategy: ``, 'paper-plane-tilt': ``, 'arrow-right': ``, 'arrow-left': ``, code: ``, 'microphone-stage': ``, 'pencil-line': ``, 'rocket-launch': ``, list: ``, heart: ``, 'moon-stars': ``, sun: ``, 'twitter-logo': ``, 'codepen-logo': ``, 'github-logo': ``, 'twitch-logo': ``, 'youtube-logo': ``, 'dribbble-logo': ``, 'discord-logo': ``, 'linkedin-logo': ``, 'instagram-logo': ``, 'tiktok-logo': ``, };