{"id":13993151,"url":"https://github.com/SwiftDocOrg/Swift-Semantic-Icons","last_synced_at":"2025-07-22T17:30:55.864Z","repository":{"id":89072755,"uuid":"252501925","full_name":"SwiftDocOrg/Swift-Semantic-Icons","owner":"SwiftDocOrg","description":"Icons used by swift-doc to represent Swift code symbols.","archived":true,"fork":false,"pushed_at":"2021-04-18T13:27:25.000Z","size":13,"stargazers_count":20,"open_issues_count":0,"forks_count":1,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-11-29T14:40:47.402Z","etag":null,"topics":["cc-by-nc","code-sense","iconography","swift","xcode"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SwiftDocOrg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2020-04-02T16:00:04.000Z","updated_at":"2024-04-15T14:55:35.000Z","dependencies_parsed_at":"2023-06-13T19:30:13.407Z","dependency_job_id":null,"html_url":"https://github.com/SwiftDocOrg/Swift-Semantic-Icons","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SwiftDocOrg/Swift-Semantic-Icons","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftDocOrg%2FSwift-Semantic-Icons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftDocOrg%2FSwift-Semantic-Icons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftDocOrg%2FSwift-Semantic-Icons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftDocOrg%2FSwift-Semantic-Icons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SwiftDocOrg","download_url":"https://codeload.github.com/SwiftDocOrg/Swift-Semantic-Icons/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SwiftDocOrg%2FSwift-Semantic-Icons/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266538557,"owners_count":23944842,"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","status":"online","status_checked_at":"2025-07-22T02:00:09.085Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":["cc-by-nc","code-sense","iconography","swift","xcode"],"created_at":"2024-08-09T14:02:15.027Z","updated_at":"2025-07-22T17:30:55.585Z","avatar_url":"https://github.com/SwiftDocOrg.png","language":null,"funding_links":[],"categories":["Others"],"sub_categories":[],"readme":"# Swift Semantic Icons\n\n\u003ctable style=\"float: right;\"\u003e\n\u003ctr\u003e\n\u003ctd rowspan=\"15\" width=\"66%\" valign=\"top\"\u003e\n\n\u003cp\u003e\nThese icons are used by \n\u003ca href=\"https://github.com/SwiftDocOrg/swift-doc\"\u003e\u003ccode\u003eswift-doc\u003c/code\u003e\u003c/a\u003e\nto distinguish between different kinds of symbols in documentation.\nThey draw inspiration from Xcode's Symbol Navigator and Minimap\n(also known as \u003ca href=\"https://stackoverflow.com/a/6789534/157142\"\u003e\"Code Sense\" icons\u003c/a\u003e),\nmaking changes to better fit their use in \u003ccode\u003eswift-doc\u003c/code\u003e.\n\u003c/p\u003e\n\n\u003cp\u003e\nFor example,\ntypes in Xcode are typically represented with the same color\n(\u003cspan style=\"color: #af52de\"\u003epurple\u003c/span\u003e),\ndistinguished only by their first letter\n(\u003ckbd\u003eC\u003c/kbd\u003e for classes, \u003ckbd\u003eS\u003c/kbd\u003e for structures, and so on).\nIn \u003ccode\u003eswift-doc\u003c/code\u003e,\nwe assign distinct colors for classes, enumerations, protocols, and structures,\nand apply them consistently throughout the site in icons\nas well as links and symbol graphs.\nNote, however, that \n\u003cspan style=\"color: #5bb74f\"\u003egreen\u003c/span\u003e is shared by top-level \nfunctions, variables, and typealiases,\nand that properties and cases are both \u003cspan style=\"color: #6bb7e1\"\u003eteal\u003c/span\u003e,\nas they're less likely to be displayed alongside one another.\n\u003c/p\u003e\n\n\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n    \u003cth\u003eIcon\u003c/th\u003e\n    \u003cth\u003eMeaning\u003c/th\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"Images/associatedtype.svg\" width=\"32\" height=\"32\"/\u003e\u003c/td\u003e\n    \u003ctd\u003eAssociated Type\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"Images/class.svg\" width=\"32\" height=\"32\"/\u003e\u003c/td\u003e\n    \u003ctd\u003eClass\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"Images/enumeration.svg\" width=\"32\" height=\"32\"/\u003e\u003c/td\u003e\n    \u003ctd\u003eEnumeration\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"Images/enumeration-case.svg\" width=\"32\" height=\"32\"/\u003e\u003c/td\u003e\n    \u003ctd\u003eEnumeration Case\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"Images/extension.svg\" width=\"32\" height=\"32\"/\u003e\u003c/td\u003e\n    \u003ctd\u003eExtension\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"Images/function.svg\" width=\"32\" height=\"32\"/\u003e\u003c/td\u003e\n    \u003ctd\u003eFunction\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"Images/method.svg\" width=\"32\" height=\"32\"/\u003e\u003c/td\u003e\n    \u003ctd\u003eMethod\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"Images/operator.svg\" width=\"32\" height=\"32\"/\u003e\u003c/td\u003e\n    \u003ctd\u003eOperator\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"Images/property.svg\" width=\"32\" height=\"32\"/\u003e\u003c/td\u003e\n    \u003ctd\u003eProperty\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"Images/protocol.svg\" width=\"32\" height=\"32\"/\u003e\u003c/td\u003e\n    \u003ctd\u003eProtocol\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"Images/structure.svg\" width=\"32\" height=\"32\"/\u003e\u003c/td\u003e\n    \u003ctd\u003eStructure\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"Images/typealias.svg\" width=\"32\" height=\"32\"/\u003e\u003c/td\u003e\n    \u003ctd\u003eTypealias\u003c/td\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n    \u003ctd\u003e\u003cimg src=\"Images/variable.svg\" width=\"32\" height=\"32\"/\u003e\u003c/td\u003e\n    \u003ctd\u003eVariable\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n\n## License\n\n[Creative Commons Attribution-NonCommercial 4.0 International][cc by-nc 4.0]\n(CC BY-NC 4.0)\n\nXcode® is a trademark of Apple Inc.\n\n## Contact\n\nMattt ([@mattt](https://twitter.com/mattt))\n\n[cc by-nc 4.0]: https://creativecommons.org/licenses/by-nc/4.0/legalcode\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSwiftDocOrg%2FSwift-Semantic-Icons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSwiftDocOrg%2FSwift-Semantic-Icons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSwiftDocOrg%2FSwift-Semantic-Icons/lists"}