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

Figma icon has useless whitespace #1304

Open
8 of 30 tasks
sovetski opened this issue Jan 12, 2025 · 0 comments
Open
8 of 30 tasks

Figma icon has useless whitespace #1304

sovetski opened this issue Jan 12, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@sovetski
Copy link

Description

Figma icon is not consistent like other ones, if you check it, you will see that there is some whitespaces, but we don't have this with other icons. Which means when we show an icon and a text, we have to adjust the spacing specially for Figma and other ones

image

Package

  • @tabler/icons
  • @tabler/icons-eps
  • @tabler/icons-pdf
  • @tabler/icons-png
  • @tabler/icons-webfont
  • @tabler/icons-sprite
  • @tabler/icons-preact
  • @tabler/icons-react
  • @tabler/icons-react-native
  • @tabler/icons-solid
  • @tabler/icons-svelte
  • @tabler/icons-vue
  • Figma plugin
  • source/main
  • other/not relevant

Version

3.26.0

Browser

  • Chrome/Chromium
  • Firefox
  • Safari
  • Edge
  • iOS Safari
  • Opera
  • Other/not relevant

Operating system

  • Windows
  • Linux
  • macOS
  • ChromeOS
  • iOS
  • Android
  • Other/not relevant

Steps to reproduce

  1. Import IconBrandFigma and IconBrandPhp
  2. Test it with tailwind or any css:
<div>
<div class="flex gap-1">
<IconBrandPhp /> <span>PHP</span>
</div>
<div class="flex gap-1">
<IconBrandFigma /> <span>Figma</span>
</div>
</div>

You will see that the spacing between PHP and its icon is not the same as Figma and its icon because Figma's icon has a whitespace

Checklist

  • I have searched if someone has submitted a similar issue before and there weren't any. (Please make sure to also search closed issues, as this issue might already have been resolved.)
@sovetski sovetski added the bug Something isn't working label Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant