File tree Expand file tree Collapse file tree 3 files changed +115
-148
lines changed
square.split.horizontal.plus.symbolset
square.split.vertical.plus.symbolset Expand file tree Collapse file tree 3 files changed +115
-148
lines changed Original file line number Diff line number Diff line change @@ -58,13 +58,13 @@ public extension NSImage {
5858 static let breakpointFill : NSImage = . symbol( named: " breakpoint.fill " )
5959 static let chevronUpChevronDown : NSImage = . symbol( named: " chevron.up.chevron.down " )
6060 static let github : NSImage = . symbol( named: " github " )
61- static let docJava : Image = . symbol( named: " doc.java " )
62- static let docJavascript : Image = . symbol( named: " doc.javascript " )
63- static let docJson : Image = . symbol( named: " doc.json " )
64- static let docPython : Image = . symbol( named: " doc.python " )
65- static let docRuby : Image = . symbol( named: " doc.ruby " )
66- static let squareSplitHorizontalPlus : Image = . symbol( named: " square.split.horizontal.plus " )
67- static let squareSplitVerticalPlus : Image = . symbol( named: " square.split.vertical.plus " )
61+ static let docJava : NSImage = . symbol( named: " doc.java " )
62+ static let docJavascript : NSImage = . symbol( named: " doc.javascript " )
63+ static let docJson : NSImage = . symbol( named: " doc.json " )
64+ static let docPython : NSImage = . symbol( named: " doc.python " )
65+ static let docRuby : NSImage = . symbol( named: " doc.ruby " )
66+ static let squareSplitHorizontalPlus : NSImage = . symbol( named: " square.split.horizontal.plus " )
67+ static let squareSplitVerticalPlus : NSImage = . symbol( named: " square.split.vertical.plus " )
6868
6969 // add static properties for your symbols above this line
7070
You can’t perform that action at this time.
0 commit comments