Skip to content

Commit

Permalink
build: log icon names
Browse files Browse the repository at this point in the history
  • Loading branch information
tymmesyde committed Jun 26, 2023
1 parent beb577a commit 029d902
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ const stremioIcons = findSVGElement(parsedSVG, { id: 'stremio-icons' });
const ICON_SIZE = 512;

const icons = stremioIcons.elements.filter(({ name }) => name === 'g').map((icon) => {
console.log(icon.attributes.id);

const iconOuter = icon.elements.find(({ name }) => name === 'path');
const iconInner = icon.elements.find(({ name }) => name === 'g');

Expand Down

0 comments on commit 029d902

Please sign in to comment.