@loomhq/lens 10.66.3 → 10.68.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.
- package/dist/components/icon/available-icons/index.d.ts +2 -0
- package/dist/components/icon/available-icons/index.js +2 -0
- package/dist/components/icon/available-icons/linkedin.d.ts +2 -0
- package/dist/components/icon/available-icons/linkedin.js +4 -0
- package/dist/components/icon/available-icons/transcript.d.ts +2 -0
- package/dist/components/icon/available-icons/transcript.js +4 -0
- package/package.json +1 -1
|
@@ -97,6 +97,7 @@ export { default as SvgKeyboardArrowUp } from "./keyboard-arrow-up.js";
|
|
|
97
97
|
export { default as SvgLaunch } from "./launch.js";
|
|
98
98
|
export { default as SvgLightbulbOutline } from "./lightbulb-outline.js";
|
|
99
99
|
export { default as SvgLink } from "./link.js";
|
|
100
|
+
export { default as SvgLinkedIn } from "./linkedin.js";
|
|
100
101
|
export { default as SvgLinkOff } from "./link-off.js";
|
|
101
102
|
export { default as SvgList } from "./list.js";
|
|
102
103
|
export { default as SvgLocation } from "./location.js";
|
|
@@ -236,3 +237,4 @@ export { default as SvgPictureInPicture } from "./picture-in-picture.js";
|
|
|
236
237
|
export { default as SvgFolderPlus } from "./folder-plus.js";
|
|
237
238
|
export { default as SvgPower } from "./power.js";
|
|
238
239
|
export { default as SvgReplay } from "./replay.js";
|
|
240
|
+
export { default as SvgTranscript } from "./transcript";
|
|
@@ -97,6 +97,7 @@ export { default as SvgKeyboardArrowUp } from './keyboard-arrow-up.js';
|
|
|
97
97
|
export { default as SvgLaunch } from './launch.js';
|
|
98
98
|
export { default as SvgLightbulbOutline } from './lightbulb-outline.js';
|
|
99
99
|
export { default as SvgLink } from './link.js';
|
|
100
|
+
export { default as SvgLinkedIn } from './linkedin.js';
|
|
100
101
|
export { default as SvgLinkOff } from './link-off.js';
|
|
101
102
|
export { default as SvgList } from './list.js';
|
|
102
103
|
export { default as SvgLocation } from './location.js';
|
|
@@ -236,3 +237,4 @@ export { default as SvgPictureInPicture } from './picture-in-picture.js';
|
|
|
236
237
|
export { default as SvgFolderPlus } from './folder-plus.js';
|
|
237
238
|
export { default as SvgPower } from './power.js';
|
|
238
239
|
export { default as SvgReplay } from './replay.js';
|
|
240
|
+
export { default as SvgTranscript } from './transcript';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const SvgLinkedIn = props => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none" }, props),
|
|
3
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M20.5514 2H3.50762C2.69238 2 2 2.64476 2 3.43905V20.56C2 21.3552 2.45429 22 3.26952 22H20.3133C21.1295 22 22 21.3552 22 20.56V3.43905C22 2.64476 21.3676 2 20.5514 2ZM9.61905 9.61905H12.3114V10.9914H12.341C12.7514 10.2514 13.9638 9.5 15.4629 9.5C18.34 9.5 19.1429 11.0276 19.1429 13.8571V19.1429H16.2857V14.3781C16.2857 13.1114 15.78 12 14.5971 12C13.1609 12 12.4762 12.9724 12.4762 14.5686V19.1429H9.61905V9.61905ZM4.85714 19.1429H7.71429V9.61905H4.85714V19.1429ZM8.07143 6.28571C8.07143 7.27238 7.27238 8.07143 6.28571 8.07143C5.29905 8.07143 4.5 7.27238 4.5 6.28571C4.5 5.29905 5.29905 4.5 6.28571 4.5C7.27238 4.5 8.07143 5.29905 8.07143 6.28571Z", fill: "#2867B2" })));
|
|
4
|
+
export default SvgLinkedIn;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
const SvgTranscript = props => (React.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none" }, props),
|
|
3
|
+
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M3.87868 1.87868C4.44129 1.31607 5.20435 1 6 1H14.5C14.7652 1 15.0196 1.10536 15.2071 1.29289L20.7071 6.79289C20.8946 6.98043 21 7.23478 21 7.5V20C21 20.7957 20.6839 21.5587 20.1213 22.1213C19.5587 22.6839 18.7957 23 18 23H12C11.4477 23 11 22.5523 11 22C11 21.4477 11.4477 21 12 21H18C18.2652 21 18.5196 20.8946 18.7071 20.7071C18.8946 20.5196 19 20.2652 19 20V7.91421L14.0858 3H6C5.73478 3 5.48043 3.10536 5.29289 3.29289C5.10536 3.48043 5 3.73478 5 4V5.5C5 6.05228 4.55228 6.5 4 6.5C3.44772 6.5 3 6.05228 3 5.5V4C3 3.20435 3.31607 2.44129 3.87868 1.87868ZM3.92321 9.7692C4.49258 9.26553 5.24124 9 6 9C6.75876 9 7.50742 9.26553 8.07679 9.7692C8.65012 10.2764 9 10.9925 9 11.7692V15.8974C9 16.6742 8.65012 17.3903 8.07679 17.8975C7.73375 18.2009 7.32564 18.4179 6.88945 18.5425C6.9601 18.6796 7 18.8351 7 19V21H8C8.55228 21 9 21.4477 9 22C9 22.5523 8.55228 23 8 23H6H4C3.44772 23 3 22.5523 3 22C3 21.4477 3.44772 21 4 21H5V19C5 18.8351 5.0399 18.6796 5.11055 18.5425C4.67436 18.4179 4.26625 18.2009 3.92321 17.8975C3.34988 17.3903 3 16.6742 3 15.8974V11.7692C3 10.9925 3.34988 10.2764 3.92321 9.7692ZM6 11C5.6979 11 5.42914 11.1073 5.24836 11.2672C5.07155 11.4236 5 11.6075 5 11.7692V15.8974C5 16.0591 5.07155 16.2431 5.24836 16.3995C5.42914 16.5594 5.6979 16.6667 6 16.6667C6.3021 16.6667 6.57086 16.5594 6.75164 16.3995C6.92845 16.2431 7 16.0591 7 15.8974V11.7692C7 11.6075 6.92845 11.4236 6.75164 11.2672C6.57086 11.1073 6.3021 11 6 11ZM12 12C11.4477 12 11 12.4477 11 13C11 13.5523 11.4477 14 12 14H15C15.5523 14 16 13.5523 16 13C16 12.4477 15.5523 12 15 12H12ZM11 9C11 8.44772 11.4477 8 12 8H15C15.5523 8 16 8.44772 16 9C16 9.55228 15.5523 10 15 10H12C11.4477 10 11 9.55228 11 9ZM12 16C11.4477 16 11 16.4477 11 17C11 17.5523 11.4477 18 12 18H15C15.5523 18 16 17.5523 16 17C16 16.4477 15.5523 16 15 16H12Z", fill: "currentColor" })));
|
|
4
|
+
export default SvgTranscript;
|