Skip to content
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
1,202 changes: 1,202 additions & 0 deletions Sources/EasySymbol/Extensions/Symbol+A0.swift

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions Sources/EasySymbol/Extensions/Symbol+A1.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
public extension Symbol {
/// 􁢩
static let automaticHeadlightLowBeam = Symbol(rawValue: "automatic.headlight.low.beam")
/// 􁢪
static let automaticHeadlightLowBeamFill = Symbol(rawValue: "automatic.headlight.low.beam.fill")
/// 􁉢
static let autostartstop = Symbol(rawValue: "autostartstop")
/// 􁉣
static let autostartstopSlash = Symbol(rawValue: "autostartstop.slash")
/// 􁊀
static let autostartstopTrianglebadgeExclamationmark = Symbol(rawValue: "autostartstop.trianglebadge.exclamationmark")
/// 􁓺
static let avRemote = Symbol(rawValue: "av.remote")
/// 􁓻
static let avRemoteFill = Symbol(rawValue: "av.remote.fill")
/// 􁢚
static let axle2 = Symbol(rawValue: "axle.2")
/// 􁠤
static let axle2DriveshaftDisengaged = Symbol(rawValue: "axle.2.driveshaft.disengaged")
/// 􁠡
static let axle2FrontAndRearEngaged = Symbol(rawValue: "axle.2.front.and.rear.engaged")
/// 􁠢
static let axle2FrontDisengaged = Symbol(rawValue: "axle.2.front.disengaged")
/// 􁠟
static let axle2FrontEngaged = Symbol(rawValue: "axle.2.front.engaged")
/// 􁠣
static let axle2RearDisengaged = Symbol(rawValue: "axle.2.rear.disengaged")
/// 􁠠
static let axle2RearEngaged = Symbol(rawValue: "axle.2.rear.engaged")
/// 􁠨
static let axle2RearLock = Symbol(rawValue: "axle.2.rear.lock")
}
Loading
Loading