Skip to content

Commit

Permalink
adds health icons
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi1693 committed Dec 14, 2023
1 parent 62961b7 commit 7fcd35d
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions packages/react-icons-ng/src/icons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,57 @@ export const icons: IconDefinition[] = [
hash: "ed83b95850872ef5dc6052b2d9838314ee05d168",
},
},
{
id: "he",
name: "Health Icons",
contents: [
{
files: path.resolve(
__dirname,
"../../icons/healthicons/public/icons/svg/filled/*/*.svg",
),
formatter: (name) =>
`HeFilled${camelcase(name, { pascalCase: true })}`.replace(
"!",
"ExclamationMark",
),
},
{
files: path.resolve(
__dirname,
"../../icons/healthicons/public/icons/svg/negative/*/*.svg",
),
formatter: (name) =>
`HeNegative${camelcase(name, { pascalCase: true })}`.replace(
"!",
"ExclamationMark",
),
},
{
files: path.resolve(
__dirname,
"../../icons/healthicons/public/icons/svg/outline/*/*.svg",
),
formatter: (name) =>
`HeOutline${camelcase(name, { pascalCase: true })}`.replace(
"!",
"ExclamationMark",
),
},
],
projectUrl: "https://healthicons.org/",
license: "MIT",
licenseUrl:
"https://github.com/resolvetosavelives/healthicons/blob/main/LICENSE",
source: {
type: "git",
localName: "healthicons",
remoteDir: "public/icons/svg/",
url: "https://github.com/resolvetosavelives/healthicons.git",
branch: "main",
hash: "57df21dda664a633479e4fc2fe50227dba963734",
},
},
{
id: "hi",
name: "Heroicons",
Expand Down

0 comments on commit 7fcd35d

Please sign in to comment.