{"id":22508719,"url":"https://github.com/mcred/simple-icons-go","last_synced_at":"2025-08-03T13:31:05.238Z","repository":{"id":36969116,"uuid":"471813256","full_name":"mcred/simple-icons-go","owner":"mcred","description":"go wrapper for simple-icons","archived":false,"fork":false,"pushed_at":"2024-11-17T06:11:34.000Z","size":3099,"stargazers_count":0,"open_issues_count":3,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-17T07:23:07.528Z","etag":null,"topics":["go","icons","simple-icons","svg","svg-icons","svgs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mcred.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-03-19T21:10:19.000Z","updated_at":"2022-03-20T15:57:59.000Z","dependencies_parsed_at":"2023-10-01T07:23:31.011Z","dependency_job_id":"d0adfa8d-aa43-4893-a733-2bb4c4131341","html_url":"https://github.com/mcred/simple-icons-go","commit_stats":null,"previous_names":[],"tags_count":51,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcred%2Fsimple-icons-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcred%2Fsimple-icons-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcred%2Fsimple-icons-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcred%2Fsimple-icons-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mcred","download_url":"https://codeload.github.com/mcred/simple-icons-go/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228546965,"owners_count":17935031,"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":["go","icons","simple-icons","svg","svg-icons","svgs"],"created_at":"2024-12-07T01:24:47.676Z","updated_at":"2024-12-07T01:24:48.155Z","avatar_url":"https://github.com/mcred.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Icons Go\n[![Maintainability](https://api.codeclimate.com/v1/badges/0f949ef474978655b7bf/maintainability)](https://codeclimate.com/github/mcred/simple-icons-go/maintainability)\n[![Test Coverage](https://api.codeclimate.com/v1/badges/0f949ef474978655b7bf/test_coverage)](https://codeclimate.com/github/mcred/simple-icons-go/test_coverage)\n![Unique Clones](https://img.shields.io/endpoint?url=https://6nxmsr2v39.execute-api.us-east-1.amazonaws.com/simple-icons-go)\n\nGo wrapper for the [simple-icons](https://github.com/simple-icons/simple-icons) repo. Browse icons on their [website](https://simpleicons.org/)\n\n# Installation\n```shell\ngo get github.com/mcred/simple-icons-go\n```\n\n# Example\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"github.com/mcred/simple-icons-go\"\n)\n\nfunc main() {\n\ticons,err := simple_icons_go.Load()\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\ticon, err := icons.Get(\"liquibase\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(fmt.Printf(\"%#v\", icon))\n}\n```\n```\nsimple_icons_go.Icon{\n    Title:\"Liquibase\", \n    Slug:\"liquibase\", \n    Hex:\"2962FF\", \n    Source:\"https://www.liquibase.com/brand\", \n    Svg:\"\u003csvg role=\\\"img\\\" viewBox=\\\"0 0 24 24\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"\u003e\u003ctitle\u003eLiquibase\u003c/title\u003e\u003cpath d=\\\"M12.01884 0C6.64997 0 2.96561 1.92248 2.96477 3.64555c0 1.72307 3.7271 3.64555 9.05571 3.64555 5.32776 0 9.05407-1.92248 9.05407-3.64555S17.34745 0 12.01885 0Zm9.0557 6.45057c-1.60226 1.28266-3.48576 1.72252-7.33205 2.64446-5.3286 1.24155-10.81704 2.5238-10.81704 7.53195v.56035c2.00297-1.72282 5.60817-2.5234 9.13435-3.32441h.0016c4.40704-1.00153 9.01311-2.04399 9.01311-4.60732zm0 5.84927c-1.92272 1.56284-5.328 2.32433-8.6936 3.0852-4.64743 1.0419-9.45549 2.123-9.45549 5.0071 0 .64174.52143 1.3229 1.4828 1.92353 1.92356-1.28181 4.92803-2.0026 7.81212-2.68377 4.36724-1.04106 8.85418-2.12278 8.85418-4.80721zm0 5.64937c-1.88329 1.60227-5.2489 2.40461-8.49371 3.16548-2.36398.56206-4.76777 1.1223-6.45057 1.96286C7.65283 23.63961 9.69593 24 12.02048 24c5.28834 0 9.05407-1.88469 9.05407-3.64719z\\\"/\u003e\u003c/svg\u003e\", \n    Guidelines:\"https://www.liquibase.com/brand\", \n    License:simple_icons_go.License{\n        Type:\"\", \n        Url:\"\"\n    }\n}1136 \u003cnil\u003e\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcred%2Fsimple-icons-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcred%2Fsimple-icons-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcred%2Fsimple-icons-go/lists"}