@@ -26,7 +26,7 @@ import SwiftUI
2626extension Image {
2727
2828 /**
29- SFSymbols : Create `SFSymbols ` image by symbol.
29+ SPSafeSymbols : Create `SPSafeSymbol ` image by symbol.
3030
3131 - parameter symbol: Symbol.
3232 */
@@ -45,7 +45,7 @@ extension NSImage {
4545
4646 #else
4747 /**
48- SFSymbols : Create `SFSymbols ` image by symbol.
48+ SPSafeSymbols : Create `SPSafeSymbol ` image by symbol.
4949
5050 - parameter symbol: Symbol.
5151 */
@@ -62,7 +62,7 @@ import UIKit
6262extension UIImage {
6363
6464 /**
65- SFSymbols : Create `SFSymbols ` image by symbol.
65+ SPSafeSymbols : Create `SPSafeSymbol ` image by symbol.
6666
6767 - parameter symbol: Symbol.
6868 */
@@ -72,7 +72,7 @@ extension UIImage {
7272 }
7373
7474 /**
75- SFSymbols : Create `SFSymbols ` image by symbol with specific configuration.
75+ SPSafeSymbols : Create `SPSafeSymbol ` image by symbol with specific configuration.
7676
7777 - parameter symbol: Symbol.
7878 - parameter pointSize: Font size of image.
@@ -85,7 +85,7 @@ extension UIImage {
8585 }
8686
8787 /**
88- SFSymbols : Create `SFSymbols ` image by symbol with specific configuration.
88+ SPSafeSymbols : Create `SPSafeSymbol ` image by symbol with specific configuration.
8989
9090 - parameter symbol: Symbol.
9191 - parameter font: Font of image.
0 commit comments