{"id":15801596,"url":"https://github.com/garrettmac/vyga-icon-pack","last_synced_at":"2026-02-06T00:01:49.844Z","repository":{"id":84888803,"uuid":"74485155","full_name":"garrettmac/vyga-icon-pack","owner":"garrettmac","description":"Font Awesome, Ionic, Kameleon, Minicons, Nasty \u0026 Nova Icons all bundled into one!","archived":false,"fork":false,"pushed_at":"2016-11-22T17:02:08.000Z","size":53425,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-13T01:35:09.501Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/garrettmac.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-22T15:18:00.000Z","updated_at":"2016-11-22T16:45:15.000Z","dependencies_parsed_at":"2023-06-29T02:09:41.838Z","dependency_job_id":null,"html_url":"https://github.com/garrettmac/vyga-icon-pack","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/garrettmac/vyga-icon-pack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garrettmac%2Fvyga-icon-pack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garrettmac%2Fvyga-icon-pack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garrettmac%2Fvyga-icon-pack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garrettmac%2Fvyga-icon-pack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/garrettmac","download_url":"https://codeload.github.com/garrettmac/vyga-icon-pack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/garrettmac%2Fvyga-icon-pack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29140049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T23:14:48.546Z","status":"ssl_error","status_checked_at":"2026-02-05T23:14:35.724Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2024-10-05T01:23:15.688Z","updated_at":"2026-02-06T00:01:49.826Z","avatar_url":"https://github.com/garrettmac.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vyga-icon-pack  \n\n### How to add to project (TODO)\n\n\n\n\n## Animate.css\n\nbasic example\n```bash\n\u003ch1 class=\"animated infinite bounce\"\u003eExample\u003c/h1\u003e\n```\nView [Demo Page](https://daneden.github.io/animate.css/)\nView [Official Repo](https://github.com/daneden/animate.css/)\nGreat Blog Post by [gonehybrid](http://gonehybrid.com/how-to-animate-your-ionic-app-with-animate-css-and-nganimate/)\n\n\n\n\n## Font Awesome \u0026 Font Awesome Animation\n\n### Font Awesome\n\n**How to use?**\n\n```bash\n\u003ci class =\"fa fa-wrench\"\u003e\u003c/i\u003e\n```\n\n[Icon List](http://fontawesome.io/icons/)\nView [Official Repo](https://github.com/l-lin/font-awesome-animation/)\n\n### Font Awesome Animation\n\nAdd the desired CSS class to the icon (or any element of your DOM).\nFor parent hover, add the CSS class faa-parent and animated-hover on the parent.\nYou can regulate the speed of the animation by adding the CSS class faa-fast or faa-slow.\n\n**How to use?**\n\n```bash\n\u003ci class =\"faa-wrench animated\"\u003e\u003c/i\u003e\n\u003ci class =\"faa-wrench animated-hover\"\u003e\u003c/i\u003e\n\u003ci class =\"faa-wrench\"\u003e\u003c/i\u003e\n```\n\nView [Demo Page](https://github.com/l-lin/font-awesome-animation/)\nView [Unofficial Official Repo](https://github.com/daneden/animate.css/)\n\n\n**Wanna Change the Icon size?**\n\n```bash\n\u003ci class id=\"superIcon\" =\"icon ion-happy-outline\"\u003e\u003c/i\u003e\n```\n\n\n```bash\n#superIcon .icon {\n   font-size: 50px;\n}\n```\n\n[Example Page](http://l-lin.github.io/font-awesome-animation/) for full list.\nView [Official Ionicons Repo](https://github.com/driftyco/ionicons)\n\n\n## Ionic Icons\n\n\nUsing version 2.0.1\n\n**How to use Icons?**\n\n```bash\n\u003ci class = \"icon ion-happy-outline\"\u003e\u003c/i\u003e\n```\n\n**Wanna Change the Icon size?**\n\n```bash\n\u003ci class id=\"superIcon\" =\"icon ion-happy-outline\"\u003e\u003c/i\u003e\n```\n\n\n```bash\n#superIcon .icon {\n   font-size: 50px;\n}\n```\n### Material Design Icons\n\n**NOT INCLUDED**\nYou should use from the source\n\n`\u003clink href=\"https://fonts.googleapis.com/icon?family=Material+Icons\"\n      rel=\"stylesheet\"\u003e`\n\n**How to use?**\n\n```bash\n\u003ci class=\"material-icons\"\u003eattach_money\u003c/i\u003e\n\u003ci class=\"material-icons mdl-list__item-icon\"\u003eattach_money\u003c/i\u003e\n\n\u003ci class=\"material-icons md-light md-inactive\"\u003eface\u003c/i\u003e\n```\n***Adding Color***\n\n```bash\n\u003ci class=\"material-icons orange600\"\u003eface\u003c/i\u003e\n```\n**Css**\n```bash\n.material-icons.orange600 { color: #FB8C00; }\n```\nCheckout [material.io](https://material.io/icons/) for full list.\n\nor [google.github.io/material-design-icons](https://google.github.io/material-design-icons/) on how tou use.\n\n\n\n\n### Kameleon Icons (120 Pack)\n[Kameleon Official Website](http://www.kameleon.pics/)\n\n**KAMELEON SVG ICONS** with transparent backgrounds\n```bash\n\u003cdiv class=\"kameleon-icon\"\u003e\u003cimg src=\"assets/img/theme/icon/kameleon/Boss-3.svg\"\u003e\u003cspan\u003eBoss\u003c/span\u003e\u003c/div\u003e\n```\n\n**KAMELEON SVG ICONS** with round backgrounds\n```bash\n\u003cdiv class=\"kameleon-row\"\u003e\n  \u003cdiv class=\"kameleon-icon with-round-bg success\"\u003e\u003cimg src=\"assets/img/theme/icon/kameleon/Apartment.svg\"\u003e\u003cspan\u003eApartment\u003c/span\u003e\u003c/div\u003e\n\u003c/div\u003e\n```\n### Nova Icons (4,000 Pack)\n\nThe only icons pack that include all icons in solid + line style, for designing applications and websites.\n\nThe Nova icons follow the Google Material Design Guidelines,\nto ensure consistency, readability and clarity even at small sizes.\n\n\n[Nova Icon Website](http://www.webalys.com/nova/)\n\n### MiniIcons (15000 Pack)\n\n[More Info](http://www.webalys.com/minicons/).\n\n### Nasty Icons (45 Pack)\n\n[Full List](https://icons8.com/web-app/for/all/nasty).\n[Official Website](http://nastyicons.com/) for full list.\n\n\n\n\n### Streamline Free Pack (100 Pack)\nThis Provides a variations that you will get with the Full Pack: .AI, .SKETCH, .EPS, .PDF, .PNG, .SVG, Iconjar archive.\n\nCheck out\n[Streamline Icons Website](http://www.streamlineicons.com/free-icons.html) for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgarrettmac%2Fvyga-icon-pack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgarrettmac%2Fvyga-icon-pack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgarrettmac%2Fvyga-icon-pack/lists"}