Skip to content

Commit 6bdd035

Browse files
Update icons
1 parent 763def1 commit 6bdd035

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Sources/MCMap/Library/CartographyIcon.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ public enum CartographyIcon: String, SendableCoded {
3535
// Nature
3636
case sunrise, sunset, moon, wind, snowflake, rainbow, bolt, mountains, allergens, laurel
3737

38+
// Animals
39+
case hare, tortoise, dog, cat, lizard, bird, ant, ladybug
40+
3841
// Shapes
3942
case circle, square, rectangle, capsule, oval, triangle, diamond, octagon, hexagon, pentagon, seal
4043

Sources/MCMap/SwiftUI/IconResolution.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ extension CartographyIcon {
5656
case .theaterMasks: "theatermasks"
5757
case .coffee: "cup.and.heat.waves"
5858
case .mountains: "mountain.2"
59+
case .laurel: "laurel.leading.laurel.trailing"
5960
default: rawValue.dotCase
6061
}
6162
}

0 commit comments

Comments
 (0)