pebble-shared 2.15.0 → 2.16.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Readme.md CHANGED
@@ -63,3 +63,10 @@ We use [Chromaticqa](https://www.chromaticqa.com/) for visual regression testing
63
63
  ## License
64
64
 
65
65
  MIT
66
+
67
+ ## Add Icons from Figma
68
+
69
+ - Add Material Design plugin to your Figma file.
70
+ - Create a 1000 x 1000 frame with the fill turned off.
71
+ - Insert desired icon from the plugin into the frame and set its longest dimension to 1000 with constraint proportions on.
72
+ - Center align the vector with the frame and export the frame as svg.
package/dist/Icon.d.ts CHANGED
@@ -37,6 +37,7 @@ declare enum PebbleIcon {
37
37
  Calendar = "calendar",
38
38
  CallCenter = "call-center",
39
39
  Call = "call",
40
+ Camera2 = "camera-2",
40
41
  Camera = "camera",
41
42
  CarFront = "car-front",
42
43
  Car = "car",
@@ -102,6 +103,8 @@ declare enum PebbleIcon {
102
103
  Filter = "filter",
103
104
  Fire = "fire",
104
105
  Firm = "firm",
106
+ FlashOff = "flash-off",
107
+ FlashOn = "flash-on",
105
108
  Folder = "folder",
106
109
  FollowUp2Filled = "follow-up-2-filled",
107
110
  FollowUp2 = "follow-up-2",
@@ -208,6 +211,7 @@ declare enum PebbleIcon {
208
211
  ScheduleMail = "schedule-mail",
209
212
  Search = "search",
210
213
  SelfAdded = "self-added",
214
+ SendMessage = "send-message",
211
215
  SettingsLine = "settings-line",
212
216
  Settings = "settings",
213
217
  ShareWithPeople = "share-with-people",
Binary file