@wistia/ui 0.20.3 → 0.20.5

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/dist/index.d.ts CHANGED
@@ -1327,6 +1327,7 @@ declare const iconMap: {
1327
1327
  'open-new': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1328
1328
  overview: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1329
1329
  page: (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1330
+ 'paper-clip': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1330
1331
  'panel-left': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1331
1332
  'panel-right': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;
1332
1333
  'panel-up': (props: react.SVGProps<SVGSVGElement>) => react_jsx_runtime.JSX.Element;