@livechat/design-system-icons 1.0.0-beta.2 → 1.0.0-beta.3

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,34 @@
1
+ import * as React from 'react';
2
+ import { SVGProps } from 'react';
3
+ const SvgBriefcase = (props: SVGProps<SVGSVGElement>) => (
4
+ <svg
5
+ viewBox="0 0 24 24"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ {...props}
9
+ >
10
+ <mask
11
+ id="briefcase_svg__a"
12
+ style={{
13
+ maskType: 'alpha',
14
+ }}
15
+ maskUnits="userSpaceOnUse"
16
+ x={1}
17
+ y={3}
18
+ width={22}
19
+ height={19}
20
+ >
21
+ <path
22
+ d="M8 8V6a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2M3 14a20 20 0 0 0 18 0M5 8h14a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-9a2 2 0 0 1 2-2Z"
23
+ stroke="#1B1B20"
24
+ strokeWidth={2}
25
+ strokeLinecap="round"
26
+ strokeLinejoin="round"
27
+ />
28
+ </mask>
29
+ <g mask="url(#briefcase_svg__a)">
30
+ <path d="M0 0h24v24H0V0Z" fill="currentcolor" />
31
+ </g>
32
+ </svg>
33
+ );
34
+ export default SvgBriefcase;
@@ -0,0 +1,33 @@
1
+ import * as React from 'react';
2
+ import { SVGProps } from 'react';
3
+ const SvgBriefcaseFilled = (props: SVGProps<SVGSVGElement>) => (
4
+ <svg
5
+ viewBox="0 0 24 24"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ {...props}
9
+ >
10
+ <mask
11
+ id="briefcase-filled_svg__a"
12
+ style={{
13
+ maskType: 'alpha',
14
+ }}
15
+ maskUnits="userSpaceOnUse"
16
+ x={2}
17
+ y={3}
18
+ width={21}
19
+ height={19}
20
+ >
21
+ <path
22
+ fillRule="evenodd"
23
+ clipRule="evenodd"
24
+ d="M10 5a1 1 0 0 0-1 1v1h6V6a1 1 0 0 0-1-1h-4Zm7 2V6a3 3 0 0 0-3-3h-4a3 3 0 0 0-3 3v1H5a3 3 0 0 0-3 3v2.336l.453.24 1.007.536a19 19 0 0 0 17.09-.005h.001l1.002-.504.447-.225V10a3 3 0 0 0-3-3h-2Zm5 7.617-.55.276a21 21 0 0 1-18.9 0l-.02-.01L2 14.6V19a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3v-4.383Z"
25
+ fill="#1B1B20"
26
+ />
27
+ </mask>
28
+ <g mask="url(#briefcase-filled_svg__a)">
29
+ <path d="M0 0h24v24H0V0Z" fill="currentcolor" />
30
+ </g>
31
+ </svg>
32
+ );
33
+ export default SvgBriefcaseFilled;
@@ -0,0 +1,34 @@
1
+ import * as React from 'react';
2
+ import { SVGProps } from 'react';
3
+ const SvgTargetArrow = (props: SVGProps<SVGSVGElement>) => (
4
+ <svg
5
+ viewBox="0 0 24 24"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ {...props}
9
+ >
10
+ <mask
11
+ id="target_arrow_svg__a"
12
+ style={{
13
+ maskType: 'alpha',
14
+ }}
15
+ maskUnits="userSpaceOnUse"
16
+ x={1}
17
+ y={2}
18
+ width={21}
19
+ height={21}
20
+ >
21
+ <path
22
+ d="m14.75 10-3 3m3-3V7l3-3v3h3l-3 3h-3Zm-3-2a5 5 0 1 0 5 5m-4-8.945A9 9 0 1 0 20.691 12m-9.941 1a1 1 0 1 0 2 0 1 1 0 0 0-2 0Z"
23
+ stroke="#000"
24
+ strokeWidth={2}
25
+ strokeLinecap="round"
26
+ strokeLinejoin="round"
27
+ />
28
+ </mask>
29
+ <g mask="url(#target_arrow_svg__a)">
30
+ <path d="M0 0h24v24H0V0Z" fill="currentcolor" />
31
+ </g>
32
+ </svg>
33
+ );
34
+ export default SvgTargetArrow;
@@ -0,0 +1,34 @@
1
+ import * as React from 'react';
2
+ import { SVGProps } from 'react';
3
+ const SvgTargetArrowFilled = (props: SVGProps<SVGSVGElement>) => (
4
+ <svg
5
+ viewBox="0 0 24 24"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ {...props}
9
+ >
10
+ <mask
11
+ id="target_arrow-filled_svg__a"
12
+ style={{
13
+ maskType: 'alpha',
14
+ }}
15
+ maskUnits="userSpaceOnUse"
16
+ x={1}
17
+ y={2}
18
+ width={21}
19
+ height={21}
20
+ >
21
+ <path
22
+ d="m14.75 10-3 3m3-3V7l3-3v3h3l-3 3h-3Zm-3-2a5 5 0 1 0 5 5m-4-8.945A9 9 0 1 0 20.691 12m-9.941 1a1 1 0 1 0 2 0 1 1 0 0 0-2 0Z"
23
+ stroke="#000"
24
+ strokeWidth={2}
25
+ strokeLinecap="round"
26
+ strokeLinejoin="round"
27
+ />
28
+ </mask>
29
+ <g mask="url(#target_arrow-filled_svg__a)">
30
+ <path d="M0 0h24v24H0V0Z" fill="currentcolor" />
31
+ </g>
32
+ </svg>
33
+ );
34
+ export default SvgTargetArrowFilled;
@@ -0,0 +1,33 @@
1
+ import * as React from 'react';
2
+ import { SVGProps } from 'react';
3
+ const SvgTextLogo = (props: SVGProps<SVGSVGElement>) => (
4
+ <svg
5
+ viewBox="0 0 24 24"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ {...props}
9
+ >
10
+ <mask
11
+ id="text_logo_svg__a"
12
+ style={{
13
+ maskType: 'alpha',
14
+ }}
15
+ maskUnits="userSpaceOnUse"
16
+ x={2}
17
+ y={2}
18
+ width={20}
19
+ height={20}
20
+ >
21
+ <path
22
+ fillRule="evenodd"
23
+ clipRule="evenodd"
24
+ d="M5 2a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3H5Zm10.269 16.137h-1.515V5.734h1.515v12.403Zm-3.41-1.958h-1.227c-1.305 0-1.919-.731-1.919-1.933v-3.42h-.966V9.39h.966V7.536h1.789V9.39h1.449v1.436H10.5v3.29c0 .444.17.627.64.627h.719v1.436Z"
25
+ fill="#000"
26
+ />
27
+ </mask>
28
+ <g mask="url(#text_logo_svg__a)">
29
+ <path fill="currentcolor" d="M-.381 0h24v24h-24z" />
30
+ </g>
31
+ </svg>
32
+ );
33
+ export default SvgTextLogo;
@@ -54,6 +54,8 @@ export { default as BoldFilled } from './BoldFilled';
54
54
  export { default as Bold } from './Bold';
55
55
  export { default as BotFilled } from './BotFilled';
56
56
  export { default as Bot } from './Bot';
57
+ export { default as BriefcaseFilled } from './BriefcaseFilled';
58
+ export { default as Briefcase } from './Briefcase';
57
59
  export { default as BugReportFilled } from './BugReportFilled';
58
60
  export { default as BugReport } from './BugReport';
59
61
  export { default as CalendarFilled } from './CalendarFilled';
@@ -283,12 +285,15 @@ export { default as TableFilled } from './TableFilled';
283
285
  export { default as Table } from './Table';
284
286
  export { default as TagFilled } from './TagFilled';
285
287
  export { default as Tag } from './Tag';
288
+ export { default as TargetArrowFilled } from './TargetArrowFilled';
289
+ export { default as TargetArrow } from './TargetArrow';
286
290
  export { default as TextFormattingFilled } from './TextFormattingFilled';
287
291
  export { default as TextFormatting } from './TextFormatting';
288
292
  export { default as TextBlockFilled } from './TextBlockFilled';
289
293
  export { default as TextBlock } from './TextBlock';
290
294
  export { default as TextFieldsFilled } from './TextFieldsFilled';
291
295
  export { default as TextFields } from './TextFields';
296
+ export { default as TextLogo } from './TextLogo';
292
297
  export { default as ThumbDownFilled } from './ThumbDownFilled';
293
298
  export { default as ThumbDown } from './ThumbDown';
294
299
  export { default as ThumbUpFilled } from './ThumbUpFilled';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livechat/design-system-icons",
3
- "version": "1.0.0-beta.2",
3
+ "version": "1.0.0-beta.3",
4
4
  "description": "",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -36,5 +36,5 @@
36
36
  "peerDependencies": {
37
37
  "react": ">= 16"
38
38
  },
39
- "gitHead": "f615ddd3ea0ad7d394b7373906caecd0203af284"
39
+ "gitHead": "cf1a4e583a2b5a74c72e370109835db567ee7e71"
40
40
  }
@@ -0,0 +1,38 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var React = _interopRequireWildcard(require("react"));
8
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
9
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
10
+ const SvgBriefcase = props => /*#__PURE__*/React.createElement("svg", {
11
+ viewBox: "0 0 24 24",
12
+ fill: "none",
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ ...props
15
+ }, /*#__PURE__*/React.createElement("mask", {
16
+ id: "briefcase_svg__a",
17
+ style: {
18
+ maskType: 'alpha'
19
+ },
20
+ maskUnits: "userSpaceOnUse",
21
+ x: 1,
22
+ y: 3,
23
+ width: 22,
24
+ height: 19
25
+ }, /*#__PURE__*/React.createElement("path", {
26
+ d: "M8 8V6a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2M3 14a20 20 0 0 0 18 0M5 8h14a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-9a2 2 0 0 1 2-2Z",
27
+ stroke: "#1B1B20",
28
+ strokeWidth: 2,
29
+ strokeLinecap: "round",
30
+ strokeLinejoin: "round"
31
+ })), /*#__PURE__*/React.createElement("g", {
32
+ mask: "url(#briefcase_svg__a)"
33
+ }, /*#__PURE__*/React.createElement("path", {
34
+ d: "M0 0h24v24H0V0Z",
35
+ fill: "currentcolor"
36
+ })));
37
+ var _default = SvgBriefcase;
38
+ exports.default = _default;
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var React = _interopRequireWildcard(require("react"));
8
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
9
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
10
+ const SvgBriefcaseFilled = props => /*#__PURE__*/React.createElement("svg", {
11
+ viewBox: "0 0 24 24",
12
+ fill: "none",
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ ...props
15
+ }, /*#__PURE__*/React.createElement("mask", {
16
+ id: "briefcase-filled_svg__a",
17
+ style: {
18
+ maskType: 'alpha'
19
+ },
20
+ maskUnits: "userSpaceOnUse",
21
+ x: 2,
22
+ y: 3,
23
+ width: 21,
24
+ height: 19
25
+ }, /*#__PURE__*/React.createElement("path", {
26
+ fillRule: "evenodd",
27
+ clipRule: "evenodd",
28
+ d: "M10 5a1 1 0 0 0-1 1v1h6V6a1 1 0 0 0-1-1h-4Zm7 2V6a3 3 0 0 0-3-3h-4a3 3 0 0 0-3 3v1H5a3 3 0 0 0-3 3v2.336l.453.24 1.007.536a19 19 0 0 0 17.09-.005h.001l1.002-.504.447-.225V10a3 3 0 0 0-3-3h-2Zm5 7.617-.55.276a21 21 0 0 1-18.9 0l-.02-.01L2 14.6V19a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3v-4.383Z",
29
+ fill: "#1B1B20"
30
+ })), /*#__PURE__*/React.createElement("g", {
31
+ mask: "url(#briefcase-filled_svg__a)"
32
+ }, /*#__PURE__*/React.createElement("path", {
33
+ d: "M0 0h24v24H0V0Z",
34
+ fill: "currentcolor"
35
+ })));
36
+ var _default = SvgBriefcaseFilled;
37
+ exports.default = _default;
@@ -0,0 +1,38 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var React = _interopRequireWildcard(require("react"));
8
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
9
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
10
+ const SvgTargetArrow = props => /*#__PURE__*/React.createElement("svg", {
11
+ viewBox: "0 0 24 24",
12
+ fill: "none",
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ ...props
15
+ }, /*#__PURE__*/React.createElement("mask", {
16
+ id: "target_arrow_svg__a",
17
+ style: {
18
+ maskType: 'alpha'
19
+ },
20
+ maskUnits: "userSpaceOnUse",
21
+ x: 1,
22
+ y: 2,
23
+ width: 21,
24
+ height: 21
25
+ }, /*#__PURE__*/React.createElement("path", {
26
+ d: "m14.75 10-3 3m3-3V7l3-3v3h3l-3 3h-3Zm-3-2a5 5 0 1 0 5 5m-4-8.945A9 9 0 1 0 20.691 12m-9.941 1a1 1 0 1 0 2 0 1 1 0 0 0-2 0Z",
27
+ stroke: "#000",
28
+ strokeWidth: 2,
29
+ strokeLinecap: "round",
30
+ strokeLinejoin: "round"
31
+ })), /*#__PURE__*/React.createElement("g", {
32
+ mask: "url(#target_arrow_svg__a)"
33
+ }, /*#__PURE__*/React.createElement("path", {
34
+ d: "M0 0h24v24H0V0Z",
35
+ fill: "currentcolor"
36
+ })));
37
+ var _default = SvgTargetArrow;
38
+ exports.default = _default;
@@ -0,0 +1,38 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var React = _interopRequireWildcard(require("react"));
8
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
9
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
10
+ const SvgTargetArrowFilled = props => /*#__PURE__*/React.createElement("svg", {
11
+ viewBox: "0 0 24 24",
12
+ fill: "none",
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ ...props
15
+ }, /*#__PURE__*/React.createElement("mask", {
16
+ id: "target_arrow-filled_svg__a",
17
+ style: {
18
+ maskType: 'alpha'
19
+ },
20
+ maskUnits: "userSpaceOnUse",
21
+ x: 1,
22
+ y: 2,
23
+ width: 21,
24
+ height: 21
25
+ }, /*#__PURE__*/React.createElement("path", {
26
+ d: "m14.75 10-3 3m3-3V7l3-3v3h3l-3 3h-3Zm-3-2a5 5 0 1 0 5 5m-4-8.945A9 9 0 1 0 20.691 12m-9.941 1a1 1 0 1 0 2 0 1 1 0 0 0-2 0Z",
27
+ stroke: "#000",
28
+ strokeWidth: 2,
29
+ strokeLinecap: "round",
30
+ strokeLinejoin: "round"
31
+ })), /*#__PURE__*/React.createElement("g", {
32
+ mask: "url(#target_arrow-filled_svg__a)"
33
+ }, /*#__PURE__*/React.createElement("path", {
34
+ d: "M0 0h24v24H0V0Z",
35
+ fill: "currentcolor"
36
+ })));
37
+ var _default = SvgTargetArrowFilled;
38
+ exports.default = _default;
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.default = void 0;
7
+ var React = _interopRequireWildcard(require("react"));
8
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
9
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
10
+ const SvgTextLogo = props => /*#__PURE__*/React.createElement("svg", {
11
+ viewBox: "0 0 24 24",
12
+ fill: "none",
13
+ xmlns: "http://www.w3.org/2000/svg",
14
+ ...props
15
+ }, /*#__PURE__*/React.createElement("mask", {
16
+ id: "text_logo_svg__a",
17
+ style: {
18
+ maskType: 'alpha'
19
+ },
20
+ maskUnits: "userSpaceOnUse",
21
+ x: 2,
22
+ y: 2,
23
+ width: 20,
24
+ height: 20
25
+ }, /*#__PURE__*/React.createElement("path", {
26
+ fillRule: "evenodd",
27
+ clipRule: "evenodd",
28
+ d: "M5 2a3 3 0 0 0-3 3v14a3 3 0 0 0 3 3h14a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3H5Zm10.269 16.137h-1.515V5.734h1.515v12.403Zm-3.41-1.958h-1.227c-1.305 0-1.919-.731-1.919-1.933v-3.42h-.966V9.39h.966V7.536h1.789V9.39h1.449v1.436H10.5v3.29c0 .444.17.627.64.627h.719v1.436Z",
29
+ fill: "#000"
30
+ })), /*#__PURE__*/React.createElement("g", {
31
+ mask: "url(#text_logo_svg__a)"
32
+ }, /*#__PURE__*/React.createElement("path", {
33
+ fill: "currentcolor",
34
+ d: "M-.381 0h24v24h-24z"
35
+ })));
36
+ var _default = SvgTextLogo;
37
+ exports.default = _default;
@@ -303,6 +303,18 @@ Object.defineProperty(exports, "BotFilled", {
303
303
  return _BotFilled.default;
304
304
  }
305
305
  });
306
+ Object.defineProperty(exports, "Briefcase", {
307
+ enumerable: true,
308
+ get: function () {
309
+ return _Briefcase.default;
310
+ }
311
+ });
312
+ Object.defineProperty(exports, "BriefcaseFilled", {
313
+ enumerable: true,
314
+ get: function () {
315
+ return _BriefcaseFilled.default;
316
+ }
317
+ });
306
318
  Object.defineProperty(exports, "BugReport", {
307
319
  enumerable: true,
308
320
  get: function () {
@@ -1713,6 +1725,18 @@ Object.defineProperty(exports, "TagFilled", {
1713
1725
  return _TagFilled.default;
1714
1726
  }
1715
1727
  });
1728
+ Object.defineProperty(exports, "TargetArrow", {
1729
+ enumerable: true,
1730
+ get: function () {
1731
+ return _TargetArrow.default;
1732
+ }
1733
+ });
1734
+ Object.defineProperty(exports, "TargetArrowFilled", {
1735
+ enumerable: true,
1736
+ get: function () {
1737
+ return _TargetArrowFilled.default;
1738
+ }
1739
+ });
1716
1740
  Object.defineProperty(exports, "TextBlock", {
1717
1741
  enumerable: true,
1718
1742
  get: function () {
@@ -1749,6 +1773,12 @@ Object.defineProperty(exports, "TextFormattingFilled", {
1749
1773
  return _TextFormattingFilled.default;
1750
1774
  }
1751
1775
  });
1776
+ Object.defineProperty(exports, "TextLogo", {
1777
+ enumerable: true,
1778
+ get: function () {
1779
+ return _TextLogo.default;
1780
+ }
1781
+ });
1752
1782
  Object.defineProperty(exports, "ThumbDown", {
1753
1783
  enumerable: true,
1754
1784
  get: function () {
@@ -2081,6 +2111,8 @@ var _BoldFilled = _interopRequireDefault(require("./BoldFilled"));
2081
2111
  var _Bold = _interopRequireDefault(require("./Bold"));
2082
2112
  var _BotFilled = _interopRequireDefault(require("./BotFilled"));
2083
2113
  var _Bot = _interopRequireDefault(require("./Bot"));
2114
+ var _BriefcaseFilled = _interopRequireDefault(require("./BriefcaseFilled"));
2115
+ var _Briefcase = _interopRequireDefault(require("./Briefcase"));
2084
2116
  var _BugReportFilled = _interopRequireDefault(require("./BugReportFilled"));
2085
2117
  var _BugReport = _interopRequireDefault(require("./BugReport"));
2086
2118
  var _CalendarFilled = _interopRequireDefault(require("./CalendarFilled"));
@@ -2310,12 +2342,15 @@ var _TableFilled = _interopRequireDefault(require("./TableFilled"));
2310
2342
  var _Table = _interopRequireDefault(require("./Table"));
2311
2343
  var _TagFilled = _interopRequireDefault(require("./TagFilled"));
2312
2344
  var _Tag = _interopRequireDefault(require("./Tag"));
2345
+ var _TargetArrowFilled = _interopRequireDefault(require("./TargetArrowFilled"));
2346
+ var _TargetArrow = _interopRequireDefault(require("./TargetArrow"));
2313
2347
  var _TextFormattingFilled = _interopRequireDefault(require("./TextFormattingFilled"));
2314
2348
  var _TextFormatting = _interopRequireDefault(require("./TextFormatting"));
2315
2349
  var _TextBlockFilled = _interopRequireDefault(require("./TextBlockFilled"));
2316
2350
  var _TextBlock = _interopRequireDefault(require("./TextBlock"));
2317
2351
  var _TextFieldsFilled = _interopRequireDefault(require("./TextFieldsFilled"));
2318
2352
  var _TextFields = _interopRequireDefault(require("./TextFields"));
2353
+ var _TextLogo = _interopRequireDefault(require("./TextLogo"));
2319
2354
  var _ThumbDownFilled = _interopRequireDefault(require("./ThumbDownFilled"));
2320
2355
  var _ThumbDown = _interopRequireDefault(require("./ThumbDown"));
2321
2356
  var _ThumbUpFilled = _interopRequireDefault(require("./ThumbUpFilled"));
@@ -0,0 +1,8 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="mask0_17027_54203" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="2" y="3" width="21" height="19">
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10.0002 5C9.73503 5 9.48067 5.10536 9.29314 5.29289C9.1056 5.48043 9.00024 5.73478 9.00024 6V7H15.0002V6C15.0002 5.73478 14.8949 5.48043 14.7074 5.29289C14.5198 5.10536 14.2655 5 14.0002 5H10.0002ZM17.0002 7V6C17.0002 5.20435 16.6842 4.44129 16.1216 3.87868C15.559 3.31607 14.7959 3 14.0002 3H10.0002C9.20459 3 8.44153 3.31607 7.87892 3.87868C7.31632 4.44129 7.00024 5.20435 7.00024 6V7H5.00024C3.34339 7 2.00024 8.34315 2.00024 10V12.3359L2.45328 12.5767L3.45981 13.1117C6.10928 14.4449 9.03412 15.1394 12.0002 15.1394C14.9699 15.1394 17.8982 14.4433 20.5502 13.1069L20.5512 13.1064L21.5527 12.6031L22.0002 12.3782V10C22.0002 8.34315 20.6571 7 19.0002 7H17.0002ZM22.0002 14.6165L21.4502 14.893C18.519 16.37 15.2825 17.1394 12.0002 17.1394C8.71793 17.1394 5.48136 16.37 2.5502 14.893L2.53084 14.8829L2.00024 14.6009V19C2.00024 20.6569 3.34339 22 5.00024 22H19.0002C20.6571 22 22.0002 20.6569 22.0002 19V14.6165Z" fill="#1B1B20"/>
4
+ </mask>
5
+ <g mask="url(#mask0_17027_54203)">
6
+ <path d="M0 0H24V24H0V0Z" fill="currentcolor"/>
7
+ </g>
8
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="mask0_17027_54197" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="3" width="22" height="19">
3
+ <path d="M8 8V6C8 5.46957 8.21071 4.96086 8.58579 4.58579C8.96086 4.21071 9.46957 4 10 4H14C14.5304 4 15.0391 4.21071 15.4142 4.58579C15.7893 4.96086 16 5.46957 16 6V8M3 14C5.79158 15.4067 8.87403 16.1394 12 16.1394C15.126 16.1394 18.2084 15.4067 21 14M5 8H19C20.1046 8 21 8.89543 21 10V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V10C3 8.89543 3.89543 8 5 8Z" stroke="#1B1B20" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </mask>
5
+ <g mask="url(#mask0_17027_54197)">
6
+ <path d="M0 0H24V24H0V0Z" fill="currentcolor"/>
7
+ </g>
8
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="mask0_17027_54204" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="2" width="21" height="21">
3
+ <path d="M14.75 10L11.75 13M14.75 10V7L17.75 4V7H20.75L17.75 10H14.75ZM11.75 8C10.7611 8 9.7944 8.29324 8.97215 8.84265C8.14991 9.39206 7.50904 10.173 7.1306 11.0866C6.75217 12.0002 6.65315 13.0055 6.84608 13.9755C7.039 14.9454 7.51521 15.8363 8.21447 16.5355C8.91373 17.2348 9.80465 17.711 10.7746 17.9039C11.7445 18.0969 12.7498 17.9978 13.6634 17.6194C14.577 17.241 15.3579 16.6001 15.9074 15.7779C16.4568 14.9556 16.75 13.9889 16.75 13M12.75 4.0549C10.8961 3.84691 9.0233 4.22018 7.39079 5.12307C5.75827 6.02596 4.44667 7.41385 3.63743 9.09476C2.82818 10.7757 2.56128 12.6665 2.87365 14.5057C3.18601 16.345 4.06221 18.0417 5.38103 19.3611C6.69985 20.6806 8.39611 21.5577 10.2352 21.871C12.0742 22.1843 13.9652 21.9183 15.6465 21.1099C17.3279 20.3015 18.7164 18.9906 19.6201 17.3586C20.5238 15.7265 20.898 13.8539 20.691 11.9999M10.75 13C10.75 13.2652 10.8554 13.5196 11.0429 13.7071C11.2304 13.8946 11.4848 14 11.75 14C12.0152 14 12.2696 13.8946 12.4571 13.7071C12.6446 13.5196 12.75 13.2652 12.75 13C12.75 12.7348 12.6446 12.4804 12.4571 12.2929C12.2696 12.1054 12.0152 12 11.75 12C11.4848 12 11.2304 12.1054 11.0429 12.2929C10.8554 12.4804 10.75 12.7348 10.75 13Z" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </mask>
5
+ <g mask="url(#mask0_17027_54204)">
6
+ <path d="M0 0H24V24H0V0Z" fill="currentcolor"/>
7
+ </g>
8
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="mask0_17027_54198" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="1" y="2" width="21" height="21">
3
+ <path d="M14.75 10L11.75 13M14.75 10V7L17.75 4V7H20.75L17.75 10H14.75ZM11.75 8C10.7611 8 9.7944 8.29324 8.97215 8.84265C8.14991 9.39206 7.50904 10.173 7.1306 11.0866C6.75217 12.0002 6.65315 13.0055 6.84608 13.9755C7.039 14.9454 7.51521 15.8363 8.21447 16.5355C8.91373 17.2348 9.80465 17.711 10.7746 17.9039C11.7445 18.0969 12.7498 17.9978 13.6634 17.6194C14.577 17.241 15.3579 16.6001 15.9074 15.7779C16.4568 14.9556 16.75 13.9889 16.75 13M12.75 4.0549C10.8961 3.84691 9.0233 4.22018 7.39079 5.12307C5.75827 6.02596 4.44667 7.41385 3.63743 9.09476C2.82818 10.7757 2.56128 12.6665 2.87365 14.5057C3.18601 16.345 4.06221 18.0417 5.38103 19.3611C6.69985 20.6806 8.39611 21.5577 10.2352 21.871C12.0742 22.1843 13.9652 21.9183 15.6465 21.1099C17.3279 20.3015 18.7164 18.9906 19.6201 17.3586C20.5238 15.7265 20.898 13.8539 20.691 11.9999M10.75 13C10.75 13.2652 10.8554 13.5196 11.0429 13.7071C11.2304 13.8946 11.4848 14 11.75 14C12.0152 14 12.2696 13.8946 12.4571 13.7071C12.6446 13.5196 12.75 13.2652 12.75 13C12.75 12.7348 12.6446 12.4804 12.4571 12.2929C12.2696 12.1054 12.0152 12 11.75 12C11.4848 12 11.2304 12.1054 11.0429 12.2929C10.8554 12.4804 10.75 12.7348 10.75 13Z" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
4
+ </mask>
5
+ <g mask="url(#mask0_17027_54198)">
6
+ <path d="M0 0H24V24H0V0Z" fill="currentcolor"/>
7
+ </g>
8
+ </svg>
@@ -0,0 +1,8 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <mask id="mask0_17057_55969" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="2" y="2" width="20" height="20">
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M5 2C3.34315 2 2 3.34315 2 5V19C2 20.6569 3.34315 22 5 22H19C20.6569 22 22 20.6569 22 19V5C22 3.34315 20.6569 2 19 2H5ZM15.2686 18.1371H13.7541V5.73386H15.2686V18.1371ZM11.8595 16.1787H10.6322C9.3266 16.1787 8.71297 15.4475 8.71297 14.2464V10.8257H7.74683V9.38954H8.71297V7.53558H10.5016V9.38954H11.9509V10.8257H10.5016V14.1158C10.5016 14.5597 10.6714 14.7425 11.1414 14.7425H11.8595V16.1787Z" fill="black"/>
4
+ </mask>
5
+ <g mask="url(#mask0_17057_55969)">
6
+ <rect x="-0.381348" width="24" height="24" fill="currentcolor"/>
7
+ </g>
8
+ </svg>