Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Design Tokens Icons Update on 2023-06-19 #598

Merged
merged 1 commit into from
Jun 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,10 @@ public extension Icon.Content {
static let grid: Self = .symbol(.grid)
/// Orbit `gym` icon symbol with unspecified color.
static let gym: Self = .symbol(.gym)
/// Orbit `heart` icon symbol with unspecified color.
static let heart: Self = .symbol(.heart)
/// Orbit `heartOutline` icon symbol with unspecified color.
static let heartOutline: Self = .symbol(.heartOutline)
/// Orbit `history` icon symbol with unspecified color.
static let history: Self = .symbol(.history)
/// Orbit `inbox` icon symbol with unspecified color.
Expand Down Expand Up @@ -416,6 +420,8 @@ public extension Icon.Content {
static let phone: Self = .symbol(.phone)
/// Orbit `pin` icon symbol with unspecified color.
static let pin: Self = .symbol(.pin)
/// Orbit `pinOutline` icon symbol with unspecified color.
static let pinOutline: Self = .symbol(.pinOutline)
/// Orbit `placeholder` icon symbol with unspecified color.
static let placeholder: Self = .symbol(.placeholder)
/// Orbit `play` icon symbol with unspecified color.
Expand Down
9 changes: 9 additions & 0 deletions Sources/Orbit/Foundation/Icons/Icons.swift
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,10 @@ public extension Icon {
case grid
/// Orbit `gym` icon symbol.
case gym
/// Orbit `heart` icon symbol.
case heart
/// Orbit `heartOutline` icon symbol.
case heartOutline
/// Orbit `history` icon symbol.
case history
/// Orbit `inbox` icon symbol.
Expand Down Expand Up @@ -417,6 +421,8 @@ public extension Icon {
case phone
/// Orbit `pin` icon symbol.
case pin
/// Orbit `pinOutline` icon symbol.
case pinOutline
/// Orbit `placeholder` icon symbol.
case placeholder
/// Orbit `play` icon symbol.
Expand Down Expand Up @@ -721,6 +727,8 @@ public extension Icon {
case .gpsOff: return "\u{7022}"
case .grid: return "\u{7408}"
case .gym: return "\u{5801}"
case .heart: return "\u{5934}"
case .heartOutline: return "\u{4911}"
case .history: return "\u{4847}"
case .inbox: return "\u{2187}"
case .infant: return "\u{1304}"
Expand Down Expand Up @@ -795,6 +803,7 @@ public extension Icon {
case .pharmacy: return "\u{6797}"
case .phone: return "\u{3895}"
case .pin: return "\u{3914}"
case .pinOutline: return "\u{9270}"
case .placeholder: return "\u{1255}"
case .play: return "\u{4956}"
case .playground: return "\u{6111}"
Expand Down
Binary file modified Sources/Orbit/Foundation/Icons/Icons.ttf
Binary file not shown.