@loomhq/lens 11.14.0 → 11.15.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.
@@ -153,6 +153,7 @@ export { SvgPlayArrow } from './play-arrow';
153
153
  export { SvgPlayCircle } from './play-circle';
154
154
  export { SvgPlayCircleFilled } from './play-circle-filled';
155
155
  export { SvgPlusCircle } from './plus-circle';
156
+ export { SvgPronunciation } from './pronunciation';
156
157
  export { SvgPublicOff } from './public-off';
157
158
  export { SvgPublicoff } from './publicoff';
158
159
  export { SvgPublicOn } from './public-on';
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const SvgPronunciation: () => React.JSX.Element;
@@ -153,6 +153,7 @@ export { SvgPlayArrow } from './play-arrow';
153
153
  export { SvgPlayCircle } from './play-circle';
154
154
  export { SvgPlayCircleFilled } from './play-circle-filled';
155
155
  export { SvgPlusCircle } from './plus-circle';
156
+ export { SvgPronunciation } from './pronunciation';
156
157
  export { SvgPublicOff } from './public-off';
157
158
  export { SvgPublicoff } from './publicoff';
158
159
  export { SvgPublicOn } from './public-on';