Created
September 25, 2020 12:54
-
-
Save giovani-pereira-ifood/9686d7e1ea9683d75c572b2d5973bb19 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
enum Icon: String, CaseIterable { | |
case bag = "\u{e807}" | |
case bank = "\u{e808}" | |
case batteryout = "\u{e809}" | |
case battery = "\u{e80a}" | |
case bike = "\u{e80b}" | |
case bulb = "\u{e80c}" | |
case calendar = "\u{e80d}" | |
... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment