feat(icons): add lemon squeezy - #79
Merged
Merged
Conversation
the <g transform> was computed from viewBox (0 0 21 28) instead of the real path bbox. paths extend beyond the viewBox (y_max=28.431 > 28, x_min=-0.595). replace translate(3 0) scale(0.8571) with translate(3.7230 0.3851) scale(0.8306) in both color.svg and mono.svg. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the Lemon Squeezy brand icon, sourced from official assets.
Millésimes
#FFC233— source: https://cdn.prod.website-files.com/6347244ba8d63489ba51c08e/6347244ba8d63469e851c0d6_footer%20small%20logo.svgFiles
icons/lemon-squeezy/meta.jsonicons/lemon-squeezy/2022/color.svg+mono.svgNotes
Source SVG is 21×28 (non-square). Applied
translate(3 0) scale(0.8571)wrapping transform to fit the mark intoviewBox="0 0 24 24"per svg.md §1.1. Geometry verbatim, no coordinate rewriting. Visual diff ratio is elevated (~19%) due to canvas aspect-ratio mismatch between the square 24×24 produced PNG and the portrait 256×341 reference PNG — this is confirmed noise per icon-fidelity.md §1.3b. Mark shape, color, and silhouette are visually identical to the reference.Generated by the
add-iconsskill.