Skip to content

Commit 1c53087

Browse files
lcandy2claude
andcommitted
Remove extra insets to make icons larger in SF Symbol grid
Change SwiftDraw --insets from auto to 0,0,0,0 so the icon viewBox fills the capline-baseline area directly, eliminating double padding. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b1a0237 commit 1c53087

2,347 files changed

Lines changed: 21415 additions & 21415 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Scripts/convert.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ function escapeIfKeyword(name) {
156156
let swiftdrawBin = "swiftdraw";
157157

158158
function convertSVG(inputSvg, outputSvg) {
159-
const args = [inputSvg, "--format", "sfsymbol", "--insets", "auto", "--size", "medium", "--output", outputSvg];
159+
const args = [inputSvg, "--format", "sfsymbol", "--insets", "0,0,0,0", "--size", "medium", "--output", outputSvg];
160160
try {
161161
execFileSync(swiftdrawBin, args, { stdio: "pipe" });
162162
return true;

Sources/UntitledUIIcons/Resources/UntitledUIIcons.xcassets/activity-heart.symbolset/activity-heart.svg

Lines changed: 9 additions & 9 deletions
Loading

Sources/UntitledUIIcons/Resources/UntitledUIIcons.xcassets/activity.symbolset/activity.svg

Lines changed: 9 additions & 9 deletions
Loading

0 commit comments

Comments
 (0)