{"id":18280037,"url":"https://github.com/lepips/sficons","last_synced_at":"2025-09-03T17:35:07.337Z","repository":{"id":182222303,"uuid":"668021051","full_name":"LePips/SFIcons","owner":"LePips","description":"Create customizable icons using SFSymbols or text","archived":false,"fork":false,"pushed_at":"2023-07-19T06:07:34.000Z","size":39,"stargazers_count":4,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T03:59:02.063Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Swift","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/LePips.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}},"created_at":"2023-07-18T20:46:17.000Z","updated_at":"2023-08-14T04:00:19.000Z","dependencies_parsed_at":"2023-07-19T07:48:01.615Z","dependency_job_id":null,"html_url":"https://github.com/LePips/SFIcons","commit_stats":null,"previous_names":["lepips/sficons"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LePips%2FSFIcons","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LePips%2FSFIcons/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LePips%2FSFIcons/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LePips%2FSFIcons/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LePips","download_url":"https://codeload.github.com/LePips/SFIcons/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238922329,"owners_count":19552913,"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":[],"created_at":"2024-11-05T12:32:23.501Z","updated_at":"2025-02-14T23:23:20.548Z","avatar_url":"https://github.com/LePips.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"![banner](https://github.com/LePips/SFIcons/assets/20747774/0416bc57-292f-4c35-9438-7fdcfb098e7a)\n\n# SFIcons\n\nGenerate simple icons using SFSymbols, emojis, or text. Just like Contacts and Reminders!\n\n## Usage\n\nSimply create an `SFIcon` and use within an `SFIconview`. Modifiers still apply to the underlying SFSymbol `Image` and `Text` for further native customization.\n\n```swift\nlet sfIcon: SFIcon = SFIcon(\n    icon: .sfSymbol(systemName: \"list.bullet\"),\n    iconStyle: .color(.white),\n    shape: .circle,\n    shapeStyle: .color(.red)\n)\n\n// ... in `View`\n\nvar body: some View {\n    SFIconView(sfIcon: sfIcon)\n        .fontWeight(.heavy) // The SFSymbol font will be heavy\n}\n```\n\n### Customization\n\nAn icon can be a defined SFSymbol `systemName` or `String`, about 2 uppercased characters can fit comfortably.\n\n| `.sfSymbol(\"figure.run\")`  | `.string(\"😂\")` | `.string(\"SJ\")` |\n| ------------- | ------------- | ------------- |\n| \u003cimg width=\"200\" alt=\"29DE0B2C-2FBE-494A-8ECD-E78F8A1E16D8\" src=\"https://github.com/LePips/SFIcons/assets/20747774/cf4198bd-62e4-4716-84c0-2c68e80e8875\"\u003e | \u003cimg width=\"200\" alt=\"0AC4AB47-0865-4DA6-A9A7-FCB9D2289476\" src=\"https://github.com/LePips/SFIcons/assets/20747774/84cce308-d0e8-49dc-8e5a-14310899b6bd\"\u003e  | \u003cimg width=\"200\" alt=\"88512527-A41A-4F0F-83C5-F7FD902647D0\" src=\"https://github.com/LePips/SFIcons/assets/20747774/efc25e58-692a-4509-995f-d9ec4c7c7245\"\u003e |\n\n## Example\n\nA sample project is provided for iOS, tvOS, and macOS. tvOS and macOS will generate a random icon and iOS has a customizable view that replicates the list creation from Reminders with emoji and text icon input.\n\n\u003cimg width=\"30%\" alt=\"iOS example\" src=\"https://github.com/LePips/SFIcons/assets/20747774/894b7bd8-0176-4e41-992e-79182564926c\"\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flepips%2Fsficons","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flepips%2Fsficons","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flepips%2Fsficons/lists"}