@revolugo/common 6.15.5-alpha.0 → 6.15.5-alpha.1
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/package.json
CHANGED
package/src/icons/index.ts
CHANGED
|
@@ -39,6 +39,7 @@ export const ICONS_NAME = Object.freeze({
|
|
|
39
39
|
circle: 'ph:circle',
|
|
40
40
|
circleNotch: 'ph:circle-notch',
|
|
41
41
|
clock: 'ph:clock',
|
|
42
|
+
clockClockwise: 'ph:clock-clockwise',
|
|
42
43
|
close: 'ph:x',
|
|
43
44
|
closeCircle: 'ph:x-circle',
|
|
44
45
|
cloud: 'ph:cloud',
|
|
@@ -180,6 +181,7 @@ export const ICONS_NAME = Object.freeze({
|
|
|
180
181
|
van: 'ph:van',
|
|
181
182
|
vault: 'ph:vault',
|
|
182
183
|
walking: 'ph:person-simple-walk',
|
|
184
|
+
wallet: 'ph:wallet',
|
|
183
185
|
warning: 'ph:warning',
|
|
184
186
|
warningCircle: 'ph:warning-circle',
|
|
185
187
|
wheelchair: 'ph:wheelchair',
|