@loomhq/lens 11.13.0 → 11.14.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.
@@ -188,6 +188,8 @@ export { SvgStarOutline } from './star-outline';
188
188
  export { SvgStop } from './stop';
189
189
  export { SvgTagFaces } from './tag-faces';
190
190
  export { SvgTask } from './task';
191
+ export { SvgThumbsDown } from './thumbs-down';
192
+ export { SvgThumbsUp } from './thumbs-up';
191
193
  export { SvgTimer } from './timer';
192
194
  export { SvgTouchApp } from './touch-app';
193
195
  export { SvgTrash } from './trash';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const SvgThumbsDown: () => React.JSX.Element;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const SvgThumbsUp: () => React.JSX.Element;
@@ -188,6 +188,8 @@ export { SvgStarOutline } from './star-outline';
188
188
  export { SvgStop } from './stop';
189
189
  export { SvgTagFaces } from './tag-faces';
190
190
  export { SvgTask } from './task';
191
+ export { SvgThumbsDown } from './thumbs-down';
192
+ export { SvgThumbsUp } from './thumbs-up';
191
193
  export { SvgTimer } from './timer';
192
194
  export { SvgTouchApp } from './touch-app';
193
195
  export { SvgTrash } from './trash';