Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 1.04 KB

README.md

File metadata and controls

42 lines (33 loc) · 1.04 KB

IDE Icons

Icons for use in integrated development environment apps.

Installation

.package(url: "https://github.com/freysie/ide-icons.git", branch: "main"),
.product(name: "IDEIcons", package: "ide-icons"),

Overview

IDEIcon(_:color:colorScheme:style:size:)
IDEIcon(image:bundle:color:colorScheme:style:size:)
IDEIcon(systemImage:color:colorScheme:style:size:)
IDEIcon("P", color: .purple).image
IDEIcon("P", style: .outline).templateImage
Label("Property", IDEIcon("P", style: .simple))