Skip to content

Commit

Permalink
minor update to tests (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlundien committed Apr 27, 2023
1 parent 57f01a0 commit 843c617
Show file tree
Hide file tree
Showing 2 changed files with 394 additions and 365 deletions.
58 changes: 17 additions & 41 deletions src/components/__fixtures__/icons.js
Original file line number Diff line number Diff line change
@@ -1,47 +1,23 @@
export const faCoffee = {
prefix: 'fas',
iconName: 'coffee',
icon: [
640,
512,
[],
"f001",
"..."
]
}
prefix: "fas",
iconName: "coffee",
icon: [640, 512, [], "f001", "..."],
};

export const faCircle = {
prefix: 'fas',
iconName: 'circle',
icon: [
640,
512,
[],
"f002",
"..."
]
}
prefix: "fas",
iconName: "circle",
icon: [640, 512, [], "f002", "..."],
};

export const faSpartan = {
prefix: 'fat',
iconName: 'spartan',
icon: [
640,
512,
[],
"f100",
"..."
]
}
export const faCat = {
prefix: "fat",
iconName: "cat",
icon: [640, 512, [], "f100", "..."],
};

export const faGlasses = {
prefix: 'fass',
iconName: 'glasses',
icon: [
640,
512,
[],
"f200",
"..."
]
}
prefix: "fass",
iconName: "glasses",
icon: [640, 512, [], "f200", "..."],
};

0 comments on commit 843c617

Please sign in to comment.