Skip to content

Instantly share code, notes, and snippets.

@giovani-pereira-ifood
Created September 25, 2020 12:54
Show Gist options
  • Save giovani-pereira-ifood/9686d7e1ea9683d75c572b2d5973bb19 to your computer and use it in GitHub Desktop.
Save giovani-pereira-ifood/9686d7e1ea9683d75c572b2d5973bb19 to your computer and use it in GitHub Desktop.
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