Skip to content
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

feat(icons): added Turkish lira icons #2873

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

jamiemlaw
Copy link
Contributor

Closes #1720

What is the purpose of this pull request?

  • New Icon
  • Bug fix
  • New Feature
  • Documentation update
  • Other:

Description

Adds icons for Turkish lira

Icon use case

The same use cases as for the other currency symbols, except for Turkish lira:

  • Currency lists
  • Pricing tables
  • Discounts
  • Receipts/Statements section of a banking app

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: receipt, badge-dollar-sign
  • 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 Mar 6, 2025
@jamiemlaw jamiemlaw changed the title Add Turkish lira icons feat(icons): added Turkish lira icons Mar 6, 2025
Copy link

Added or changed icons

icons/badge-turkish-lira.svgicons/receipt-turkish-lira.svgicons/turkish-lira.svg

Preview cohesion icons/square-equal.svgicons/square-library.svgicons/square-dashed-bottom.svg
icons/badge-turkish-lira.svgicons/receipt-turkish-lira.svgicons/turkish-lira.svg
icons/square-chevron-right.svgicons/trello.svgicons/expand.svg
Preview stroke widths icons/badge-turkish-lira.svgicons/receipt-turkish-lira.svgicons/turkish-lira.svg
icons/badge-turkish-lira.svgicons/receipt-turkish-lira.svgicons/turkish-lira.svg
icons/badge-turkish-lira.svgicons/receipt-turkish-lira.svgicons/turkish-lira.svg
DPI Preview (24px) icons/badge-turkish-lira.svg icons/receipt-turkish-lira.svg icons/turkish-lira.svg
Icon X-rays icons/badge-turkish-lira.svg icons/receipt-turkish-lira.svg icons/turkish-lira.svg
Icon Diffs icons/badge-turkish-lira.svg icons/receipt-turkish-lira.svg icons/turkish-lira.svg
Icons as code

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

const BadgeTurkishLiraIcon = createLucideIcon('BadgeTurkishLira', [
  ["path",{"d":"M11 7v10a5 5 0 0 0 5-5"}],
  ["path",{"d":"m15 8-6 3"}],
  ["path",{"d":"M3.85 8.62a4 4 0 0 1 4.78-4.77 4 4 0 0 1 6.74 0 4 4 0 0 1 4.78 4.78 4 4 0 0 1 0 6.74 4 4 0 0 1-4.77 4.78 4 4 0 0 1-6.75 0 4 4 0 0 1-4.78-4.77 4 4 0 0 1 0-6.76"}]
])

const ReceiptTurkishLiraIcon = createLucideIcon('ReceiptTurkishLira', [
  ["path",{"d":"M10 6.5v11a5.5 5.5 0 0 0 5.5-5.5"}],
  ["path",{"d":"m14 8-6 3"}],
  ["path",{"d":"M4 2v20l2-1 2 1 2-1 2 1 2-1 2 1 2-1 2 1V2l-2 1-2-1-2 1-2-1-2 1-2-1-2 1z"}]
])

const TurkishLiraIcon = createLucideIcon('TurkishLira', [
  ["path",{"d":"M15 4 5 9"}],
  ["path",{"d":"m15 8.5-10 5"}],
  ["path",{"d":"M18 12a9 9 0 0 1-9 9V3"}]
])

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.

Turkish Lira currency icon
1 participant