{"id":23096212,"url":"https://github.com/avmaisak/ngx-simple-icons","last_synced_at":"2025-05-05T14:42:47.826Z","repository":{"id":44998035,"uuid":"435373383","full_name":"avmaisak/ngx-simple-icons","owner":"avmaisak","description":"Angular module for SimpleIcons.org - Over 2000 Free SVG icons for popular brands.","archived":false,"fork":false,"pushed_at":"2022-04-10T07:13:44.000Z","size":2860,"stargazers_count":6,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-04-15T03:19:03.001Z","etag":null,"topics":["angular","angular-icons","brand-assets","brand-colors","brand-icons","branding","branding-assets","brands","company-brands","design","design-assets","icon-pack","icon-packs","iconset","logo","logos","svg","svg-files","svg-icons"],"latest_commit_sha":null,"homepage":"https://simpleicons.org","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/avmaisak.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-12-06T05:38:26.000Z","updated_at":"2025-01-07T00:50:15.000Z","dependencies_parsed_at":"2022-08-23T14:10:41.851Z","dependency_job_id":null,"html_url":"https://github.com/avmaisak/ngx-simple-icons","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avmaisak%2Fngx-simple-icons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avmaisak%2Fngx-simple-icons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avmaisak%2Fngx-simple-icons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avmaisak%2Fngx-simple-icons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/avmaisak","download_url":"https://codeload.github.com/avmaisak/ngx-simple-icons/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252516263,"owners_count":21760749,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","angular-icons","brand-assets","brand-colors","brand-icons","branding","branding-assets","brands","company-brands","design","design-assets","icon-pack","icon-packs","iconset","logo","logos","svg","svg-files","svg-icons"],"created_at":"2024-12-16T22:33:22.238Z","updated_at":"2025-05-05T14:42:47.796Z","avatar_url":"https://github.com/avmaisak.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n\u003ca href=\"https://simpleicons.org/\"\u003e\n\u003cimg src=\"https://simpleicons.org/icons/simpleicons.svg\" alt=\"Simple Icons\" width=64 height=64\u003e\n\u003c/a\u003e\n\u003ch3 align=\"center\"\u003eAngular Module for SimpleIcons\u003c/h3\u003e\n\u003cp align=\"center\"\u003e\nOver 2100 Free SVG icons for popular brands. See them all on one page at \u003ca href=\"https://simpleicons.org\"\u003eSimpleIcons.org\u003c/a\u003e. Contributions, corrections \u0026 requests can be made on GitHub.\u003c/p\u003e\n\u003c/p\u003e\n\n\n## Installation\n\n```\nnpm i ngx-simple-icons --save\n```\n\n## Usage\n\n### Import module\n\n```typescript\nimport { NgxSimpleIconsModule } from 'ngx-simple-icons';\n```\n\n### Import needed icons\n\n```typescript\nimport { activision, adobexd } from 'ngx-simple-icons';\n```\n\n### Use method pick for using selected icons\n\n```typescript\nimport { \n  NgxSimpleIconsModule, \n  activision,\n  adobexd,\n} from 'ngx-simple-icons';\n\n@NgModule ({\n  imports: [\n    NgxSimpleIconsModule.pick({ activision, adobexd })\n  ],\n})\nMyModule\n```\n\n### Usage in component\n\n```html\n\u003csi icon=\"adobexd\"\u003e\u003c/si\u003e\n\u003c!-- use tag --\u003e\n\u003cspan si icon=\"adobexd\"\u003e\u003c/span\u003e\n\n```\n\nIn component, you can use Enum or Type\n\n```typescript\nimport { IconNameEnum } from 'ngx-simple-icons';\n\npublic iconNames = IconNameEnum;\n```\n\n```html\n\u003csi [icon]=\"iconNames.adobexd\"\u003e\u003c/si\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favmaisak%2Fngx-simple-icons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favmaisak%2Fngx-simple-icons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favmaisak%2Fngx-simple-icons/lists"}