Skip to content

Commit 7707bbc

Browse files
authored
Merge pull request #101 from BitcoinDesign/feature/milestone-0-1-10
Icons for milestone 0.1.10
2 parents 0a1862a + d772319 commit 7707bbc

Some content is hidden

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

77 files changed

+249
-12
lines changed

figma-plugins/icon-export-helper/code.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ figma.currentPage = page;
335335
const textNode = figma.createText();
336336
textNode.x = 1000;
337337
textNode.resize(1000, 1000);
338-
figma.loadFontAsync({ family: "Roboto", style: "Regular" }).then(() => {
338+
figma.loadFontAsync({ family: "Inter", style: "Regular" }).then(() => {
339339
textNode.characters = JSON.stringify(iconData);
340340
figma.closePlugin();
341341
});

figma-plugins/icon-export-helper/code.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ const textNode = figma.createText()
409409
textNode.x = 1000
410410
textNode.resize(1000, 1000)
411411

412-
figma.loadFontAsync({ family: "Roboto", style: "Regular" }).then(() => {
412+
figma.loadFontAsync({ family: "Inter", style: "Regular" }).then(() => {
413413
textNode.characters = JSON.stringify(iconData)
414414

415415
figma.closePlugin()

figma-plugins/icon-export-helper/package-lock.json

Lines changed: 26 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

figma-plugins/icon-export-helper/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"compilerOptions": {
33
"target": "es6",
4+
"lib": ["es6"],
45
"typeRoots": [
56
"./node_modules/@types",
67
"./node_modules/@figma"

optimized/filled/alert-circle.svg

Lines changed: 3 additions & 0 deletions
Lines changed: 2 additions & 2 deletions

optimized/filled/buoy.svg

Lines changed: 3 additions & 0 deletions

optimized/filled/info-circle.svg

Lines changed: 3 additions & 0 deletions
Lines changed: 3 additions & 0 deletions
Lines changed: 4 additions & 0 deletions

0 commit comments

Comments
 (0)