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 binoculars icon #2207

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

Conversation

karsa-mistmere
Copy link
Member

@karsa-mistmere karsa-mistmere commented Jun 10, 2024

What is the purpose of this pull request?

  • New Icon

Description

Added binoculars icon.

Icon use case

  • Travel and Tourism:
    • To indicate sightseeing spots.
    • For nature tours or birdwatching locations.
    • Adventure activities or exploration tours.
  • Maps and Navigation:
    • To highlight viewpoints, lookouts, or scenic areas on maps.
    • As a marker for observation points in navigation apps.
  • Search and Discovery:
    • To signify a search or discovery feature on websites or apps.
    • For research tools or information discovery sections.
  • Surveillance and Security:
    • For security or monitoring systems.
    • Indicating surveillance features or monitoring capabilities in software.
  • Games and Entertainment:
    • As an icon for exploration modes in video games.
    • For scouting or reconnaissance missions in games.
  • Wildlife and Nature:
    • Indicating wildlife watching spots or nature reserves.
    • Birdwatching or safari tour websites.
  • Photography and Videography:
    • Highlighting zoom or focus features in cameras.
    • For apps or services related to photography.

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.

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 Jun 10, 2024
Copy link

github-actions bot commented Jun 10, 2024

Added or changed icons

icons/binoculars.svg

Preview cohesion icons/square.svg
icons/binoculars.svg
icons/square-arrow-out-down-left.svg
Preview stroke widths icons/binoculars.svg
icons/binoculars.svg
icons/binoculars.svg
DPI Preview (24px) icons/binoculars.svg
Icon X-rays icons/binoculars.svg
Icons as code

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

const BinocularsIcon = createLucideIcon('Binoculars', [
  ["path",{"d":"M10 10h4"}],
  ["path",{"d":"M19 7V4a1 1 0 0 0-1-1h-2a1 1 0 0 0-1 1v3"}],
  ["path",{"d":"M20 21a2 2 0 0 0 2-2v-3.851c0-1.39-2-2.962-2-4.829V8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v11a2 2 0 0 0 2 2z"}],
  ["path",{"d":"M 22 16 L 2 16"}],
  ["path",{"d":"M4 21a2 2 0 0 1-2-2v-3.851c0-1.39 2-2.962 2-4.829V8a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v11a2 2 0 0 1-2 2z"}],
  ["path",{"d":"M9 7V4a1 1 0 0 0-1-1H6a1 1 0 0 0-1 1v3"}]
])

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.

None yet

1 participant