@universal-tennis/ui-shared 0.2.2 → 0.2.3

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@universal-tennis/ui-shared",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "main": "dist/items.js",
5
5
  "license": "MIT",
6
6
  "homepage": "https://universaltennis.com",
@@ -15,6 +15,7 @@ export { default as BallInMotionIcon } from './stories/atoms/Icons/BallInMotionI
15
15
  export { default as CalendarIcon } from './stories/atoms/Icons/CalendarIcon';
16
16
  export { default as ClockIcon } from './stories/atoms/Icons/ClockIcon';
17
17
  export { default as CloseIcon } from './stories/atoms/Icons/CloseIcon';
18
+ export { default as CollegeCornerIcon } from './stories/atoms/Icons/CollegeCornerIcon';
18
19
  export { default as DeleteIcon } from './stories/atoms/Icons/DeleteIcon';
19
20
  export { default as DoublePersonIcon } from './stories/atoms/Icons/DoublePersonIcon';
20
21
  export { default as EditIcon } from './stories/atoms/Icons/EditIcon';