Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 462 Bytes

File metadata and controls

25 lines (16 loc) · 462 Bytes

SettingsIconGenerator

Generate icons matching Apple Settings style — colored squircle with a white SF Symbol.

Installation

In Xcode: File → Add Package Dependencies → paste URL:

https://github.com/sparrowcode/SettingsIconGenerator

Usage

SwiftUI

SettingsIcon(systemName: "bell.fill", backgroundColor: .blue)

UIKit

let image = UIImage.generateSettingsIcon("bell.fill", backgroundColor: .systemBlue)