Skip to content

Commit

Permalink
chore: format icons/*.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
RobBrazier committed Mar 5, 2023
1 parent 1256232 commit f5f14b7
Show file tree
Hide file tree
Showing 787 changed files with 788 additions and 787 deletions.
3 changes: 2 additions & 1 deletion .semaphore/generate-icons.js
Expand Up @@ -15,7 +15,8 @@ const svgfont2js = patch('./node_modules/svgfont2js/index.js', [

const iconTemplate = `import type { IconData } from '$lib/components/Icon.svelte';
const <%= name %>: Record<string, IconData> = <%= data %>;
export default <%= name %>;`;
export default <%= name %>;
`;
const icons = svgfont2js(
fs.readFileSync(
'./node_modules/font-awesome/fonts/fontawesome-webfont.svg',
Expand Down
2 changes: 1 addition & 1 deletion src/lib/icons/addressBook.ts
Expand Up @@ -10,4 +10,4 @@ const addressBook: Record<string, IconData> = {
]
}
};
export default addressBook;
export default addressBook;
2 changes: 1 addition & 1 deletion src/lib/icons/addressBookO.ts
Expand Up @@ -10,4 +10,4 @@ const addressBookO: Record<string, IconData> = {
]
}
};
export default addressBookO;
export default addressBookO;
2 changes: 1 addition & 1 deletion src/lib/icons/addressCard.ts
Expand Up @@ -10,4 +10,4 @@ const addressCard: Record<string, IconData> = {
]
}
};
export default addressCard;
export default addressCard;
2 changes: 1 addition & 1 deletion src/lib/icons/addressCardO.ts
Expand Up @@ -10,4 +10,4 @@ const addressCardO: Record<string, IconData> = {
]
}
};
export default addressCardO;
export default addressCardO;
2 changes: 1 addition & 1 deletion src/lib/icons/adjust.ts
Expand Up @@ -10,4 +10,4 @@ const adjust: Record<string, IconData> = {
]
}
};
export default adjust;
export default adjust;
2 changes: 1 addition & 1 deletion src/lib/icons/adn.ts
Expand Up @@ -10,4 +10,4 @@ const adn: Record<string, IconData> = {
]
}
};
export default adn;
export default adn;
2 changes: 1 addition & 1 deletion src/lib/icons/alignCenter.ts
Expand Up @@ -10,4 +10,4 @@ const alignCenter: Record<string, IconData> = {
]
}
};
export default alignCenter;
export default alignCenter;
2 changes: 1 addition & 1 deletion src/lib/icons/alignJustify.ts
Expand Up @@ -10,4 +10,4 @@ const alignJustify: Record<string, IconData> = {
]
}
};
export default alignJustify;
export default alignJustify;
2 changes: 1 addition & 1 deletion src/lib/icons/alignLeft.ts
Expand Up @@ -10,4 +10,4 @@ const alignLeft: Record<string, IconData> = {
]
}
};
export default alignLeft;
export default alignLeft;
2 changes: 1 addition & 1 deletion src/lib/icons/alignRight.ts
Expand Up @@ -10,4 +10,4 @@ const alignRight: Record<string, IconData> = {
]
}
};
export default alignRight;
export default alignRight;
2 changes: 1 addition & 1 deletion src/lib/icons/amazon.ts
Expand Up @@ -10,4 +10,4 @@ const amazon: Record<string, IconData> = {
]
}
};
export default amazon;
export default amazon;
2 changes: 1 addition & 1 deletion src/lib/icons/ambulance.ts
Expand Up @@ -10,4 +10,4 @@ const ambulance: Record<string, IconData> = {
]
}
};
export default ambulance;
export default ambulance;
2 changes: 1 addition & 1 deletion src/lib/icons/americanSignLanguageInterpreting.ts
Expand Up @@ -10,4 +10,4 @@ const americanSignLanguageInterpreting: Record<string, IconData> = {
]
}
};
export default americanSignLanguageInterpreting;
export default americanSignLanguageInterpreting;
2 changes: 1 addition & 1 deletion src/lib/icons/anchor.ts
Expand Up @@ -10,4 +10,4 @@ const anchor: Record<string, IconData> = {
]
}
};
export default anchor;
export default anchor;
2 changes: 1 addition & 1 deletion src/lib/icons/android.ts
Expand Up @@ -10,4 +10,4 @@ const android: Record<string, IconData> = {
]
}
};
export default android;
export default android;
2 changes: 1 addition & 1 deletion src/lib/icons/angellist.ts
Expand Up @@ -10,4 +10,4 @@ const angellist: Record<string, IconData> = {
]
}
};
export default angellist;
export default angellist;
2 changes: 1 addition & 1 deletion src/lib/icons/angleDoubleDown.ts
Expand Up @@ -10,4 +10,4 @@ const angleDoubleDown: Record<string, IconData> = {
]
}
};
export default angleDoubleDown;
export default angleDoubleDown;
2 changes: 1 addition & 1 deletion src/lib/icons/angleDoubleLeft.ts
Expand Up @@ -10,4 +10,4 @@ const angleDoubleLeft: Record<string, IconData> = {
]
}
};
export default angleDoubleLeft;
export default angleDoubleLeft;
2 changes: 1 addition & 1 deletion src/lib/icons/angleDoubleRight.ts
Expand Up @@ -10,4 +10,4 @@ const angleDoubleRight: Record<string, IconData> = {
]
}
};
export default angleDoubleRight;
export default angleDoubleRight;
2 changes: 1 addition & 1 deletion src/lib/icons/angleDoubleUp.ts
Expand Up @@ -10,4 +10,4 @@ const angleDoubleUp: Record<string, IconData> = {
]
}
};
export default angleDoubleUp;
export default angleDoubleUp;
2 changes: 1 addition & 1 deletion src/lib/icons/angleDown.ts
Expand Up @@ -10,4 +10,4 @@ const angleDown: Record<string, IconData> = {
]
}
};
export default angleDown;
export default angleDown;
2 changes: 1 addition & 1 deletion src/lib/icons/angleLeft.ts
Expand Up @@ -10,4 +10,4 @@ const angleLeft: Record<string, IconData> = {
]
}
};
export default angleLeft;
export default angleLeft;
2 changes: 1 addition & 1 deletion src/lib/icons/angleRight.ts
Expand Up @@ -10,4 +10,4 @@ const angleRight: Record<string, IconData> = {
]
}
};
export default angleRight;
export default angleRight;
2 changes: 1 addition & 1 deletion src/lib/icons/angleUp.ts
Expand Up @@ -10,4 +10,4 @@ const angleUp: Record<string, IconData> = {
]
}
};
export default angleUp;
export default angleUp;
2 changes: 1 addition & 1 deletion src/lib/icons/apple.ts
Expand Up @@ -10,4 +10,4 @@ const apple: Record<string, IconData> = {
]
}
};
export default apple;
export default apple;
2 changes: 1 addition & 1 deletion src/lib/icons/archive.ts
Expand Up @@ -10,4 +10,4 @@ const archive: Record<string, IconData> = {
]
}
};
export default archive;
export default archive;
2 changes: 1 addition & 1 deletion src/lib/icons/areaChart.ts
Expand Up @@ -10,4 +10,4 @@ const areaChart: Record<string, IconData> = {
]
}
};
export default areaChart;
export default areaChart;
2 changes: 1 addition & 1 deletion src/lib/icons/arrowCircleDown.ts
Expand Up @@ -10,4 +10,4 @@ const arrowCircleDown: Record<string, IconData> = {
]
}
};
export default arrowCircleDown;
export default arrowCircleDown;
2 changes: 1 addition & 1 deletion src/lib/icons/arrowCircleLeft.ts
Expand Up @@ -10,4 +10,4 @@ const arrowCircleLeft: Record<string, IconData> = {
]
}
};
export default arrowCircleLeft;
export default arrowCircleLeft;
2 changes: 1 addition & 1 deletion src/lib/icons/arrowCircleODown.ts
Expand Up @@ -10,4 +10,4 @@ const arrowCircleODown: Record<string, IconData> = {
]
}
};
export default arrowCircleODown;
export default arrowCircleODown;
2 changes: 1 addition & 1 deletion src/lib/icons/arrowCircleOLeft.ts
Expand Up @@ -10,4 +10,4 @@ const arrowCircleOLeft: Record<string, IconData> = {
]
}
};
export default arrowCircleOLeft;
export default arrowCircleOLeft;
2 changes: 1 addition & 1 deletion src/lib/icons/arrowCircleORight.ts
Expand Up @@ -10,4 +10,4 @@ const arrowCircleORight: Record<string, IconData> = {
]
}
};
export default arrowCircleORight;
export default arrowCircleORight;
2 changes: 1 addition & 1 deletion src/lib/icons/arrowCircleOUp.ts
Expand Up @@ -10,4 +10,4 @@ const arrowCircleOUp: Record<string, IconData> = {
]
}
};
export default arrowCircleOUp;
export default arrowCircleOUp;
2 changes: 1 addition & 1 deletion src/lib/icons/arrowCircleRight.ts
Expand Up @@ -10,4 +10,4 @@ const arrowCircleRight: Record<string, IconData> = {
]
}
};
export default arrowCircleRight;
export default arrowCircleRight;
2 changes: 1 addition & 1 deletion src/lib/icons/arrowCircleUp.ts
Expand Up @@ -10,4 +10,4 @@ const arrowCircleUp: Record<string, IconData> = {
]
}
};
export default arrowCircleUp;
export default arrowCircleUp;
2 changes: 1 addition & 1 deletion src/lib/icons/arrowDown.ts
Expand Up @@ -10,4 +10,4 @@ const arrowDown: Record<string, IconData> = {
]
}
};
export default arrowDown;
export default arrowDown;
2 changes: 1 addition & 1 deletion src/lib/icons/arrowLeft.ts
Expand Up @@ -10,4 +10,4 @@ const arrowLeft: Record<string, IconData> = {
]
}
};
export default arrowLeft;
export default arrowLeft;
2 changes: 1 addition & 1 deletion src/lib/icons/arrowRight.ts
Expand Up @@ -10,4 +10,4 @@ const arrowRight: Record<string, IconData> = {
]
}
};
export default arrowRight;
export default arrowRight;
2 changes: 1 addition & 1 deletion src/lib/icons/arrowUp.ts
Expand Up @@ -10,4 +10,4 @@ const arrowUp: Record<string, IconData> = {
]
}
};
export default arrowUp;
export default arrowUp;
2 changes: 1 addition & 1 deletion src/lib/icons/arrows.ts
Expand Up @@ -10,4 +10,4 @@ const arrows: Record<string, IconData> = {
]
}
};
export default arrows;
export default arrows;
2 changes: 1 addition & 1 deletion src/lib/icons/arrowsAlt.ts
Expand Up @@ -10,4 +10,4 @@ const arrowsAlt: Record<string, IconData> = {
]
}
};
export default arrowsAlt;
export default arrowsAlt;
2 changes: 1 addition & 1 deletion src/lib/icons/arrowsH.ts
Expand Up @@ -10,4 +10,4 @@ const arrowsH: Record<string, IconData> = {
]
}
};
export default arrowsH;
export default arrowsH;
2 changes: 1 addition & 1 deletion src/lib/icons/arrowsV.ts
Expand Up @@ -10,4 +10,4 @@ const arrowsV: Record<string, IconData> = {
]
}
};
export default arrowsV;
export default arrowsV;
2 changes: 1 addition & 1 deletion src/lib/icons/aslInterpreting.ts
Expand Up @@ -10,4 +10,4 @@ const aslInterpreting: Record<string, IconData> = {
]
}
};
export default aslInterpreting;
export default aslInterpreting;
2 changes: 1 addition & 1 deletion src/lib/icons/assistiveListeningSystems.ts
Expand Up @@ -10,4 +10,4 @@ const assistiveListeningSystems: Record<string, IconData> = {
]
}
};
export default assistiveListeningSystems;
export default assistiveListeningSystems;
2 changes: 1 addition & 1 deletion src/lib/icons/asterisk.ts
Expand Up @@ -10,4 +10,4 @@ const asterisk: Record<string, IconData> = {
]
}
};
export default asterisk;
export default asterisk;
2 changes: 1 addition & 1 deletion src/lib/icons/at.ts
Expand Up @@ -10,4 +10,4 @@ const at: Record<string, IconData> = {
]
}
};
export default at;
export default at;
2 changes: 1 addition & 1 deletion src/lib/icons/audioDescription.ts
Expand Up @@ -10,4 +10,4 @@ const audioDescription: Record<string, IconData> = {
]
}
};
export default audioDescription;
export default audioDescription;
2 changes: 1 addition & 1 deletion src/lib/icons/automobile.ts
Expand Up @@ -10,4 +10,4 @@ const automobile: Record<string, IconData> = {
]
}
};
export default automobile;
export default automobile;
2 changes: 1 addition & 1 deletion src/lib/icons/backward.ts
Expand Up @@ -10,4 +10,4 @@ const backward: Record<string, IconData> = {
]
}
};
export default backward;
export default backward;
2 changes: 1 addition & 1 deletion src/lib/icons/balanceScale.ts
Expand Up @@ -10,4 +10,4 @@ const balanceScale: Record<string, IconData> = {
]
}
};
export default balanceScale;
export default balanceScale;
2 changes: 1 addition & 1 deletion src/lib/icons/ban.ts
Expand Up @@ -10,4 +10,4 @@ const ban: Record<string, IconData> = {
]
}
};
export default ban;
export default ban;
2 changes: 1 addition & 1 deletion src/lib/icons/bandcamp.ts
Expand Up @@ -10,4 +10,4 @@ const bandcamp: Record<string, IconData> = {
]
}
};
export default bandcamp;
export default bandcamp;
2 changes: 1 addition & 1 deletion src/lib/icons/bank.ts
Expand Up @@ -10,4 +10,4 @@ const bank: Record<string, IconData> = {
]
}
};
export default bank;
export default bank;
2 changes: 1 addition & 1 deletion src/lib/icons/barChart.ts
Expand Up @@ -10,4 +10,4 @@ const barChart: Record<string, IconData> = {
]
}
};
export default barChart;
export default barChart;

0 comments on commit f5f14b7

Please sign in to comment.