Skip to content

feat(icons): added runner icon #3484

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from

Conversation

CauaYves
Copy link

What is the purpose of this pull request?

  • New Icon

Description

Added new runner icon.

Icon use case

activities

Alternative icon designs

Icon Design Checklist

Concept

  • I have provided valid use cases for each icon.
  • I have not added any a brand or logo icon.
  • I have not used any hate symbols.
  • I have not included any religious or political imagery.

Author, credits & license

  • The icons are solely my own creation.
  • The icons were originally created in # by @
  • I've based them on the following Lucide icons:
  • I've based them on the following design:

Naming

  • I've read and followed the naming conventions
  • I've named icons by what they are rather than their use case.
  • I've provided meta JSON files in icons/[iconName].json.

Design

  • I've read and followed the icon design guidelines
  • I've made sure that the icons look sharp on low DPI displays.
  • I've made sure that the icons look consistent with the icon set in size, optical volume and density.
  • I've made sure that the icons are visually centered.
  • I've correctly optimized all icons to three points of precision.

Before Submitting

@github-actions github-actions bot added 🎨 icon About new icons 🫧 metadata Improved metadata labels Jul 31, 2025
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 ChatGPT Tags suggestions ✨

I've asked ChatGPT for some suggestions for tags.

"contributors": [
"CauaYves"
],
"tags": [
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggestions for the runner icon.
Try asking it your self if you want more suggestions. Open ChatGPT
Here are the suggestions:

Suggested change
"tags": [
"tags": [
"athlete",
"speed",
"motion",
"fitness",
"jogging",
"marathon",
"training",
"outdoors",
"performance",
"exercise",

Copy link
Contributor

Added or changed icons

icons/runner.svg

Preview cohesion icons/square-mouse-pointer.svg
icons/runner.svg
icons/arrow-big-right.svg
Preview stroke widths icons/runner.svg
icons/runner.svg
icons/runner.svg
DPI Preview

16px (shadcn/ui)

icons/runner.svg

24px (default)

icons/runner.svg

32px (shadcn/ui + retina)

icons/runner.svg

48px (default + retina)

icons/runner.svg
Icon X-rays icons/runner.svg
Icon Diffs icons/runner.svg
Icons as code

Works for: lucide-react, lucide-react-native, lucide-preact, lucide-vue-next

const RunnerIcon = createLucideIcon('Runner', [
  ["path",{"d":"M13 8.5H9.5l.5 3"}],
  ["path",{"d":"M14.5 19.5V16l-3-3L13 8.5l2 3h2"}],
  ["path",{"d":"m6.5 16 2 1 3-4"}],
  ["circle",{"cx":"14.5","cy":"5","r":"1","fill":"currentColor"}]
])

@jguddas
Copy link
Member

jguddas commented Jul 31, 2025

This doesn't follow any of the design guidelines.
The current person standing icon doesn't either but we are trying to fix that #2496.

@jguddas jguddas closed this Jul 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎨 icon About new icons 🫧 metadata Improved metadata
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants