Skip to content

Commit

Permalink
Merge pull request #7 from zuziakaxel/feature/custom-chevron-up-down
Browse files Browse the repository at this point in the history
Added new symbol: CustomChevronUpChevronDown
  • Loading branch information
lukepistrol authored Apr 24, 2022
2 parents 9a33d8e + 1f5a408 commit 9a94c84
Show file tree
Hide file tree
Showing 3 changed files with 234 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Sources/CodeEditSymbols/CodeEditSymbols.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public extension Image {
static let checkout: Image = .init(symbol: "checkout")
static let breakpoint: Image = .init(symbol: "breakpoint")
static let breakpoint_fill: Image = .init(symbol: "breakpoint.fill")
static let customChevronUpChevronDown: Image = .init(symbol: "custom.chevron.up.chevron.down")

// add static properties for your symbols above this line

Expand All @@ -45,7 +46,8 @@ public extension NSImage {
static let checkout: NSImage = .symbol(named: "checkout")
static let breakpoint: NSImage = .symbol(named: "breakpoint")
static let breakpoint_fill: NSImage = .symbol(named: "breakpoint.fill")

static let customChevronUpChevronDown: NSImage = .symbol(named: "custom.chevron.up.chevron.down")

// add static properties for your symbols above this line

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"info" : {
"author" : "xcode",
"version" : 1
},
"symbols" : [
{
"filename" : "custom.chevron.up.chevron.down.svg",
"idiom" : "universal"
}
]
}
Loading

0 comments on commit 9a94c84

Please sign in to comment.