@loomhq/lens 10.75.1 → 10.76.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.
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
function SvgAtMention(props) {
|
|
3
|
+
return (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none" }, props),
|
|
4
|
+
React.createElement("path", { d: "M16.3759 16.69C18.8719 16.666 21.1039 14.098 21.1039 10.474C21.1039 5.98598 17.4079 2.62598 12.5119 2.62598C7.37593 2.62598 3.12793 6.44198 3.12793 12.034C3.12793 17.482 7.13593 21.13 12.7519 21.13C14.6409 21.13 16.9279 20.4224 18.2971 19.2619C18.3941 19.1797 18.4069 19.0366 18.3314 18.9343L17.5343 17.8539C17.4516 17.7417 17.2933 17.7193 17.1795 17.7998C15.8335 18.7515 14.2818 19.186 12.7519 19.186C8.09593 19.186 5.33593 16.114 5.33593 12.034C5.33593 7.56998 8.40793 4.59398 12.5359 4.59398C16.3999 4.59398 19.0159 7.06598 19.0159 10.498C19.0159 12.874 17.8159 14.794 16.5439 14.794C15.9439 14.794 15.7279 14.362 15.7279 13.882C15.7279 13.738 15.7759 13.498 15.7999 13.378L17.0073 7.72822C17.0406 7.57263 16.922 7.42598 16.7629 7.42598H15.1674C15.0471 7.42598 14.9439 7.51166 14.9217 7.6299L14.9142 7.66962C14.8672 7.9204 14.4255 7.9886 14.2395 7.81392C13.7311 7.33639 12.9904 7.11398 12.3199 7.11398C9.75193 7.11398 7.56793 9.44198 7.56793 12.61C7.56793 15.058 9.10393 16.738 11.2159 16.738C12.1018 16.738 13.0214 16.3664 13.6772 15.6517C13.8243 15.4914 14.1336 15.5376 14.2517 15.7203C14.6437 16.3267 15.4038 16.69 16.3759 16.69ZM14.2159 11.17C14.1679 13.258 13.1119 14.746 11.6479 14.746C10.3519 14.746 9.79993 13.738 9.79993 12.442C9.79993 10.882 10.7599 9.12998 12.4159 9.12998C13.5919 9.12998 14.2159 9.89798 14.2159 11.17Z", fill: "currentColor" })));
|
|
5
|
+
}
|
|
6
|
+
export default SvgAtMention;
|
|
@@ -17,6 +17,7 @@ export { default as SvgArrowLeft } from "./arrow-left.js";
|
|
|
17
17
|
export { default as SvgArrowRight } from "./arrow-right.js";
|
|
18
18
|
export { default as SvgArrowLeftAlt } from "./arrow-left-alt.js";
|
|
19
19
|
export { default as SvgArrowRightAlt } from "./arrow-right-alt.js";
|
|
20
|
+
export { default as SvgAtMention } from "./at-mention.js";
|
|
20
21
|
export { default as SvgReplay5 } from "./replay-5.js";
|
|
21
22
|
export { default as SvgBack5 } from "./back5.js";
|
|
22
23
|
export { default as SvgForward5 } from "./forward-5.js";
|
|
@@ -17,6 +17,7 @@ export { default as SvgArrowLeft } from './arrow-left.js';
|
|
|
17
17
|
export { default as SvgArrowRight } from './arrow-right.js';
|
|
18
18
|
export { default as SvgArrowLeftAlt } from './arrow-left-alt.js';
|
|
19
19
|
export { default as SvgArrowRightAlt } from './arrow-right-alt.js';
|
|
20
|
+
export { default as SvgAtMention } from './at-mention.js';
|
|
20
21
|
export { default as SvgReplay5 } from './replay-5.js';
|
|
21
22
|
export { default as SvgBack5 } from './back5.js';
|
|
22
23
|
export { default as SvgForward5 } from './forward-5.js';
|