Skip to content

Commit

Permalink
fix(sketch): match symbol names to existing format (#7648)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrea N. Cardona <[email protected]>
  • Loading branch information
emyarod and andreancardona authored Jan 26, 2021
1 parent 670477d commit eb3e70d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/sketch/src/commands/icons/shared.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ function createSVGArtboards(
symbolName = `${icon.category} / ${icon.subcategory} / ${symbolName}`;
}

symbolName = `icon / ${symbolName}`;

const artboard = new Artboard({
name: symbolName,
frame: new Rectangle(X_OFFSET, Y_OFFSET, size, size),
Expand Down

0 comments on commit eb3e70d

Please sign in to comment.