diff --git a/Example/Example/ViewController.swift b/Example/Example/ViewController.swift index 2ce5b38..802631b 100644 --- a/Example/Example/ViewController.swift +++ b/Example/Example/ViewController.swift @@ -70,6 +70,11 @@ class ViewController: UIViewController { "title": "Elegant Icon", "fonts": elegantIconArr, "prefix": "el" + ], + [ + "title": "Captain", + "fonts": captainIconArr, + "prefix": "cp" ] ] diff --git a/SwiftIconFont/Classes/Fonts/Captain.swift b/SwiftIconFont/Classes/Fonts/Captain.swift new file mode 100644 index 0000000..d5dc62e --- /dev/null +++ b/SwiftIconFont/Classes/Fonts/Captain.swift @@ -0,0 +1,9 @@ +// +// Captain.swift +// SwiftIconFont +// +// Created by Sedat G. ÇİFTÇİ on 4.06.2020. +// Copyright © 2020 Sedat Gökbek ÇİFTÇİ. All rights reserved. +// + +import Foundation diff --git a/SwiftIconFont/Resources/captainicon.ttf b/SwiftIconFont/Resources/captainicon.ttf new file mode 100755 index 0000000..ee94774 Binary files /dev/null and b/SwiftIconFont/Resources/captainicon.ttf differ