@codecademy/gamut-icons 9.42.2 → 9.43.0-alpha.0916fe.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.
Files changed (59) hide show
  1. package/dist/icons/mini/MiniReorderDotsVerticalIcon.d.ts +3 -0
  2. package/dist/icons/mini/MiniReorderDotsVerticalIcon.js +47 -0
  3. package/dist/icons/mini/index.d.ts +1 -0
  4. package/dist/icons/mini/index.js +1 -0
  5. package/dist/icons/regular/AiEditSparkIcon.d.ts +3 -0
  6. package/dist/icons/regular/AiEditSparkIcon.js +55 -0
  7. package/dist/icons/regular/ArchiveIcon.d.ts +3 -0
  8. package/dist/icons/regular/ArchiveIcon.js +53 -0
  9. package/dist/icons/regular/CommonFileSettingsIcon.d.ts +3 -0
  10. package/dist/icons/regular/CommonFileSettingsIcon.js +63 -0
  11. package/dist/icons/regular/CommonFileTextHeartIcon.d.ts +3 -0
  12. package/dist/icons/regular/CommonFileTextHeartIcon.js +56 -0
  13. package/dist/icons/regular/CommonFileTextQuestionIcon.d.ts +3 -0
  14. package/dist/icons/regular/CommonFileTextQuestionIcon.js +61 -0
  15. package/dist/icons/regular/DuplicateIcon.d.ts +3 -0
  16. package/dist/icons/regular/DuplicateIcon.js +55 -0
  17. package/dist/icons/regular/LayoutModule1Icon.d.ts +3 -0
  18. package/dist/icons/regular/LayoutModule1Icon.js +48 -0
  19. package/dist/icons/regular/Logout1Icon.d.ts +3 -0
  20. package/dist/icons/regular/Logout1Icon.js +49 -0
  21. package/dist/icons/regular/PaginateFilterTextIcon.d.ts +3 -0
  22. package/dist/icons/regular/PaginateFilterTextIcon.js +56 -0
  23. package/dist/icons/regular/ParagraphJustifiedAlignIcon.d.ts +3 -0
  24. package/dist/icons/regular/ParagraphJustifiedAlignIcon.js +49 -0
  25. package/dist/icons/regular/RedoIcon.d.ts +3 -0
  26. package/dist/icons/regular/RedoIcon.js +49 -0
  27. package/dist/icons/regular/Share2Icon.d.ts +3 -0
  28. package/dist/icons/regular/Share2Icon.js +56 -0
  29. package/dist/icons/regular/SymbolEqualIcon.d.ts +3 -0
  30. package/dist/icons/regular/SymbolEqualIcon.js +49 -0
  31. package/dist/icons/regular/SynchronizeRefreshArrow3Icon.d.ts +3 -0
  32. package/dist/icons/regular/SynchronizeRefreshArrow3Icon.js +54 -0
  33. package/dist/icons/regular/TaskListMultipleIcon.d.ts +3 -0
  34. package/dist/icons/regular/TaskListMultipleIcon.js +63 -0
  35. package/dist/icons/regular/TranslateIcon.d.ts +3 -0
  36. package/dist/icons/regular/TranslateIcon.js +53 -0
  37. package/dist/icons/regular/UndoIcon.d.ts +3 -0
  38. package/dist/icons/regular/UndoIcon.js +49 -0
  39. package/dist/icons/regular/index.d.ts +17 -0
  40. package/dist/icons/regular/index.js +17 -0
  41. package/dist/svg/mini/mini-reorder-dots-vertical-icon.svg +3 -0
  42. package/dist/svg/regular/ai-edit-spark-icon.svg +1 -0
  43. package/dist/svg/regular/archive-icon.svg +1 -0
  44. package/dist/svg/regular/common-file-settings-icon.svg +1 -0
  45. package/dist/svg/regular/common-file-text-heart-icon.svg +1 -0
  46. package/dist/svg/regular/common-file-text-question-icon.svg +10 -0
  47. package/dist/svg/regular/duplicate-icon.svg +1 -0
  48. package/dist/svg/regular/layout-module-1-icon.svg +1 -0
  49. package/dist/svg/regular/logout-1-icon.svg +1 -0
  50. package/dist/svg/regular/paginate-filter-text-icon.svg +12 -0
  51. package/dist/svg/regular/paragraph-justified-align-icon.svg +1 -0
  52. package/dist/svg/regular/redo-icon.svg +1 -0
  53. package/dist/svg/regular/share-2-icon.svg +1 -0
  54. package/dist/svg/regular/symbol-equal-icon.svg +1 -0
  55. package/dist/svg/regular/synchronize-refresh-arrow-3-icon.svg +1 -0
  56. package/dist/svg/regular/task-list-multiple-icon.svg +1 -0
  57. package/dist/svg/regular/translate-icon.svg +1 -0
  58. package/dist/svg/regular/undo-icon.svg +1 -0
  59. package/package.json +2 -2
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { GamutIconProps } from '../../props';
3
+ export declare const MiniReorderDotsVerticalIcon: React.ForwardRefExoticComponent<GamutIconProps & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,47 @@
1
+ import * as React from 'react';
2
+ import { Svg } from '../../props';
3
+ import { useIconId } from '../../useIconId';
4
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
5
+ export const MiniReorderDotsVerticalIcon = /*#__PURE__*/React.forwardRef((_ref, svgRef) => {
6
+ let {
7
+ title,
8
+ titleId,
9
+ size = 16,
10
+ height = size,
11
+ width = size,
12
+ ...props
13
+ } = _ref;
14
+ const maskId = useIconId('MiniReorderDotsVerticalIcon');
15
+ return /*#__PURE__*/_jsxs(Svg, {
16
+ viewBox: "0 0 16 16",
17
+ fill: "#fff",
18
+ xmlns: "http://www.w3.org/2000/svg",
19
+ role: "img",
20
+ "aria-hidden": "true",
21
+ "pointer-events": "none",
22
+ width: width,
23
+ height: height,
24
+ ref: svgRef,
25
+ "aria-labelledby": titleId,
26
+ ...props,
27
+ children: [title ? /*#__PURE__*/_jsx("title", {
28
+ id: titleId,
29
+ children: title
30
+ }) : null, /*#__PURE__*/_jsx("mask", {
31
+ id: `${maskId}`,
32
+ children: /*#__PURE__*/_jsx("path", {
33
+ fillRule: "evenodd",
34
+ clipRule: "evenodd",
35
+ d: "M5.143 4.571a2.286 2.286 0 100-4.571 2.286 2.286 0 000 4.571zm0 5.715a2.286 2.286 0 100-4.572 2.286 2.286 0 000 4.572zm2.286 3.428a2.286 2.286 0 11-4.572 0 2.286 2.286 0 014.572 0zm3.428-9.143a2.286 2.286 0 100-4.571 2.286 2.286 0 000 4.571zM13.143 8A2.286 2.286 0 118.57 8a2.286 2.286 0 014.572 0zm-2.286 8a2.286 2.286 0 100-4.571 2.286 2.286 0 000 4.571z",
36
+ fill: "#fff"
37
+ })
38
+ }), /*#__PURE__*/_jsx("g", {
39
+ mask: `url(#${maskId})`,
40
+ children: /*#__PURE__*/_jsx("rect", {
41
+ width: `100%`,
42
+ height: `100%`,
43
+ fill: `currentColor`
44
+ })
45
+ })]
46
+ });
47
+ });
@@ -23,6 +23,7 @@ export * from './MiniLiveVideoIcon';
23
23
  export * from './MiniOpenIcon';
24
24
  export * from './MiniPinIcon';
25
25
  export * from './MiniRemoveCircleIcon';
26
+ export * from './MiniReorderDotsVerticalIcon';
26
27
  export * from './MiniRibbonIcon';
27
28
  export * from './MiniStarIcon';
28
29
  export * from './MiniThumbsDownIcon';
@@ -23,6 +23,7 @@ export * from './MiniLiveVideoIcon';
23
23
  export * from './MiniOpenIcon';
24
24
  export * from './MiniPinIcon';
25
25
  export * from './MiniRemoveCircleIcon';
26
+ export * from './MiniReorderDotsVerticalIcon';
26
27
  export * from './MiniRibbonIcon';
27
28
  export * from './MiniStarIcon';
28
29
  export * from './MiniThumbsDownIcon';
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { GamutIconProps } from '../../props';
3
+ export declare const AiEditSparkIcon: React.ForwardRefExoticComponent<GamutIconProps & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,55 @@
1
+ import * as React from 'react';
2
+ import { Svg } from '../../props';
3
+ import { useIconId } from '../../useIconId';
4
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
5
+ export const AiEditSparkIcon = /*#__PURE__*/React.forwardRef((_ref, svgRef) => {
6
+ let {
7
+ title,
8
+ titleId,
9
+ size = 16,
10
+ height = size,
11
+ width = size,
12
+ ...props
13
+ } = _ref;
14
+ const maskId = useIconId('AiEditSparkIcon');
15
+ return /*#__PURE__*/_jsxs(Svg, {
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ fill: "#fff",
18
+ viewBox: "0 0 24 24",
19
+ role: "img",
20
+ "aria-hidden": "true",
21
+ "pointer-events": "none",
22
+ width: width,
23
+ height: height,
24
+ ref: svgRef,
25
+ "aria-labelledby": titleId,
26
+ ...props,
27
+ children: [title ? /*#__PURE__*/_jsx("title", {
28
+ id: titleId,
29
+ children: title
30
+ }) : null, /*#__PURE__*/_jsxs("mask", {
31
+ id: `${maskId}`,
32
+ children: [/*#__PURE__*/_jsx("path", {
33
+ stroke: "#fff",
34
+ strokeLinecap: "round",
35
+ strokeLinejoin: "round",
36
+ d: "M1.094 5.783c2.323-.467 4.193-2.36 4.661-4.744.468 2.383 2.338 4.277 4.661 4.744m0 .002c-2.323.467-4.194 2.36-4.661 4.744-.468-2.384-2.338-4.277-4.661-4.744",
37
+ strokeWidth: 1.5
38
+ }), /*#__PURE__*/_jsx("path", {
39
+ stroke: "#fff",
40
+ strokeLinecap: "round",
41
+ strokeLinejoin: "round",
42
+ strokeMiterlimit: 10,
43
+ d: "M15.863 7.617l4.669 4.669m-9.199 9.05l-6.187 1.62L6.76 16.75 17.303 6.173c1.255-1.258 3.317-1.348 4.662 0 1.255 1.26 1.255 3.327 0 4.676L11.333 21.337z",
44
+ strokeWidth: 1.5
45
+ })]
46
+ }), /*#__PURE__*/_jsx("g", {
47
+ mask: `url(#${maskId})`,
48
+ children: /*#__PURE__*/_jsx("rect", {
49
+ width: `100%`,
50
+ height: `100%`,
51
+ fill: `currentColor`
52
+ })
53
+ })]
54
+ });
55
+ });
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { GamutIconProps } from '../../props';
3
+ export declare const ArchiveIcon: React.ForwardRefExoticComponent<GamutIconProps & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,53 @@
1
+ import * as React from 'react';
2
+ import { Svg } from '../../props';
3
+ import { useIconId } from '../../useIconId';
4
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
5
+ export const ArchiveIcon = /*#__PURE__*/React.forwardRef((_ref, svgRef) => {
6
+ let {
7
+ title,
8
+ titleId,
9
+ size = 16,
10
+ height = size,
11
+ width = size,
12
+ ...props
13
+ } = _ref;
14
+ const maskId = useIconId('ArchiveIcon');
15
+ return /*#__PURE__*/_jsxs(Svg, {
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ viewBox: "0 0 24 24",
18
+ fill: "#fff",
19
+ role: "img",
20
+ "aria-hidden": "true",
21
+ "pointer-events": "none",
22
+ width: width,
23
+ height: height,
24
+ ref: svgRef,
25
+ "aria-labelledby": titleId,
26
+ ...props,
27
+ children: [title ? /*#__PURE__*/_jsx("title", {
28
+ id: titleId,
29
+ children: title
30
+ }) : null, /*#__PURE__*/_jsx("mask", {
31
+ id: `${maskId}`,
32
+ children: /*#__PURE__*/_jsxs("g", {
33
+ fill: "none",
34
+ stroke: "#fff",
35
+ strokeLinecap: "round",
36
+ strokeLinejoin: "round",
37
+ strokeWidth: 1.5,
38
+ children: [/*#__PURE__*/_jsx("path", {
39
+ d: "M21.75 9.75v9.5a3 3 0 01-3 3H5.25a3 3 0 01-3-3v-9.5m19.5-8H2.25a1.5 1.5 0 00-1.5 1.5v3h22.5v-3a1.5 1.5 0 00-1.5-1.5z"
40
+ }), /*#__PURE__*/_jsx("path", {
41
+ d: "M10 10.25h4s1.5 0 1.5 1.5v1s0 1.5-1.5 1.5h-4s-1.5 0-1.5-1.5v-1s0-1.5 1.5-1.5"
42
+ })]
43
+ })
44
+ }), /*#__PURE__*/_jsx("g", {
45
+ mask: `url(#${maskId})`,
46
+ children: /*#__PURE__*/_jsx("rect", {
47
+ width: `100%`,
48
+ height: `100%`,
49
+ fill: `currentColor`
50
+ })
51
+ })]
52
+ });
53
+ });
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { GamutIconProps } from '../../props';
3
+ export declare const CommonFileSettingsIcon: React.ForwardRefExoticComponent<GamutIconProps & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,63 @@
1
+ import * as React from 'react';
2
+ import { Svg } from '../../props';
3
+ import { useIconId } from '../../useIconId';
4
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
5
+ export const CommonFileSettingsIcon = /*#__PURE__*/React.forwardRef((_ref, svgRef) => {
6
+ let {
7
+ title,
8
+ titleId,
9
+ size = 16,
10
+ height = size,
11
+ width = size,
12
+ ...props
13
+ } = _ref;
14
+ const maskId = useIconId('CommonFileSettingsIcon');
15
+ return /*#__PURE__*/_jsxs(Svg, {
16
+ viewBox: "0 0 24 24",
17
+ xmlns: "http://www.w3.org/2000/svg",
18
+ fill: "#fff",
19
+ role: "img",
20
+ "aria-hidden": "true",
21
+ "pointer-events": "none",
22
+ width: width,
23
+ height: height,
24
+ ref: svgRef,
25
+ "aria-labelledby": titleId,
26
+ ...props,
27
+ children: [title ? /*#__PURE__*/_jsx("title", {
28
+ id: titleId,
29
+ children: title
30
+ }) : null, /*#__PURE__*/_jsxs("mask", {
31
+ id: `${maskId}`,
32
+ children: [/*#__PURE__*/_jsx("path", {
33
+ d: "M15.75 16.5a1.5 1.5 0 103 0 1.5 1.5 0 10-3 0z",
34
+ fill: "none",
35
+ stroke: "#fff",
36
+ strokeLinecap: "round",
37
+ strokeLinejoin: "round",
38
+ strokeWidth: 1.5
39
+ }), /*#__PURE__*/_jsx("path", {
40
+ d: "M18.524 10.7l.442 1.453a.994.994 0 001.174.681l1.472-.341a1.339 1.339 0 011.275 2.218l-1.031 1.111a1 1 0 000 1.362l1.031 1.111a1.339 1.339 0 01-1.275 2.218l-1.472-.341a.994.994 0 00-1.174.681l-.442 1.447a1.33 1.33 0 01-2.548 0l-.442-1.453a.994.994 0 00-1.174-.681l-1.472.341a1.339 1.339 0 01-1.275-2.218l1.031-1.111a1 1 0 000-1.362l-1.031-1.111a1.339 1.339 0 011.275-2.218l1.472.341a.994.994 0 001.174-.681l.442-1.453a1.33 1.33 0 012.548.006z",
41
+ fill: "none",
42
+ stroke: "#fff",
43
+ strokeLinecap: "round",
44
+ strokeLinejoin: "round",
45
+ strokeWidth: 1.5
46
+ }), /*#__PURE__*/_jsx("path", {
47
+ d: "M8.25 20.25h-6a1.5 1.5 0 01-1.5-1.5V2.25a1.5 1.5 0 011.5-1.5h10.629a1.5 1.5 0 011.06.439l2.872 2.872a1.5 1.5 0 01.439 1.06V6.75",
48
+ fill: "none",
49
+ stroke: "#fff",
50
+ strokeLinecap: "round",
51
+ strokeLinejoin: "round",
52
+ strokeWidth: 1.5
53
+ })]
54
+ }), /*#__PURE__*/_jsx("g", {
55
+ mask: `url(#${maskId})`,
56
+ children: /*#__PURE__*/_jsx("rect", {
57
+ width: `100%`,
58
+ height: `100%`,
59
+ fill: `currentColor`
60
+ })
61
+ })]
62
+ });
63
+ });
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { GamutIconProps } from '../../props';
3
+ export declare const CommonFileTextHeartIcon: React.ForwardRefExoticComponent<GamutIconProps & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,56 @@
1
+ import * as React from 'react';
2
+ import { Svg } from '../../props';
3
+ import { useIconId } from '../../useIconId';
4
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
5
+ export const CommonFileTextHeartIcon = /*#__PURE__*/React.forwardRef((_ref, svgRef) => {
6
+ let {
7
+ title,
8
+ titleId,
9
+ size = 16,
10
+ height = size,
11
+ width = size,
12
+ ...props
13
+ } = _ref;
14
+ const maskId = useIconId('CommonFileTextHeartIcon');
15
+ return /*#__PURE__*/_jsxs(Svg, {
16
+ viewBox: "0 0 24 24",
17
+ xmlns: "http://www.w3.org/2000/svg",
18
+ fill: "#fff",
19
+ role: "img",
20
+ "aria-hidden": "true",
21
+ "pointer-events": "none",
22
+ width: width,
23
+ height: height,
24
+ ref: svgRef,
25
+ "aria-labelledby": titleId,
26
+ ...props,
27
+ children: [title ? /*#__PURE__*/_jsx("title", {
28
+ id: titleId,
29
+ children: title
30
+ }) : null, /*#__PURE__*/_jsxs("mask", {
31
+ id: `${maskId}`,
32
+ children: [/*#__PURE__*/_jsx("path", {
33
+ d: "M17.25 23.25l-5.114-5.335a3.025 3.025 0 01-.567-3.492h0a3.026 3.026 0 014.846-.786l.835.835.835-.835a3.026 3.026 0 014.846.786h0a3.025 3.025 0 01-.567 3.492zM3.75 6.75h10.5m-10.5 4.5h6m-6 4.5H7.5",
34
+ fill: "none",
35
+ stroke: "#fff",
36
+ strokeLinecap: "round",
37
+ strokeLinejoin: "round",
38
+ strokeWidth: 1.5
39
+ }), /*#__PURE__*/_jsx("path", {
40
+ d: "M8.25 20.25h-6a1.5 1.5 0 01-1.5-1.5V2.25a1.5 1.5 0 011.5-1.5h10.629a1.5 1.5 0 011.06.439l2.872 2.872a1.5 1.5 0 01.439 1.06V9.75",
41
+ fill: "none",
42
+ stroke: "#fff",
43
+ strokeLinecap: "round",
44
+ strokeLinejoin: "round",
45
+ strokeWidth: 1.5
46
+ })]
47
+ }), /*#__PURE__*/_jsx("g", {
48
+ mask: `url(#${maskId})`,
49
+ children: /*#__PURE__*/_jsx("rect", {
50
+ width: `100%`,
51
+ height: `100%`,
52
+ fill: `currentColor`
53
+ })
54
+ })]
55
+ });
56
+ });
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { GamutIconProps } from '../../props';
3
+ export declare const CommonFileTextQuestionIcon: React.ForwardRefExoticComponent<GamutIconProps & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,61 @@
1
+ import * as React from 'react';
2
+ import { Svg } from '../../props';
3
+ import { useIconId } from '../../useIconId';
4
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
5
+ export const CommonFileTextQuestionIcon = /*#__PURE__*/React.forwardRef((_ref, svgRef) => {
6
+ let {
7
+ title,
8
+ titleId,
9
+ size = 16,
10
+ height = size,
11
+ width = size,
12
+ ...props
13
+ } = _ref;
14
+ const maskId = useIconId('CommonFileTextQuestionIcon');
15
+ return /*#__PURE__*/_jsxs(Svg, {
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ viewBox: "0 0 24 24",
18
+ fill: "#fff",
19
+ role: "img",
20
+ "aria-hidden": "true",
21
+ "pointer-events": "none",
22
+ width: width,
23
+ height: height,
24
+ ref: svgRef,
25
+ "aria-labelledby": titleId,
26
+ ...props,
27
+ children: [title ? /*#__PURE__*/_jsx("title", {
28
+ id: titleId,
29
+ children: title
30
+ }) : null, /*#__PURE__*/_jsxs("mask", {
31
+ id: `${maskId}`,
32
+ children: [/*#__PURE__*/_jsx("path", {
33
+ fill: "none",
34
+ stroke: "#fff",
35
+ strokeLinecap: "round",
36
+ strokeLinejoin: "round",
37
+ d: "M17.25 23.25a6 6 0 100-12 6 6 0 000 12m-1.875-7.125A1.875 1.875 0 1117.25 18",
38
+ strokeWidth: 1.5
39
+ }), /*#__PURE__*/_jsx("path", {
40
+ fill: "none",
41
+ stroke: "#fff",
42
+ d: "M17.25 21a.375.375 0 010-.75m0 .75a.375.375 0 000-.75",
43
+ strokeWidth: 1.5
44
+ }), /*#__PURE__*/_jsx("path", {
45
+ fill: "none",
46
+ stroke: "#fff",
47
+ strokeLinecap: "round",
48
+ strokeLinejoin: "round",
49
+ d: "M3.75 6.75h10.5m-10.5 4.5h6m-6 4.5H7.5m0 4.5H2.25a1.5 1.5 0 01-1.5-1.5V2.25a1.5 1.5 0 011.5-1.5h10.629a1.5 1.5 0 011.06.439l2.872 2.872a1.5 1.5 0 01.439 1.06V7.5",
50
+ strokeWidth: 1.5
51
+ })]
52
+ }), /*#__PURE__*/_jsx("g", {
53
+ mask: `url(#${maskId})`,
54
+ children: /*#__PURE__*/_jsx("rect", {
55
+ width: `100%`,
56
+ height: `100%`,
57
+ fill: `currentColor`
58
+ })
59
+ })]
60
+ });
61
+ });
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { GamutIconProps } from '../../props';
3
+ export declare const DuplicateIcon: React.ForwardRefExoticComponent<GamutIconProps & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,55 @@
1
+ import * as React from 'react';
2
+ import { Svg } from '../../props';
3
+ import { useIconId } from '../../useIconId';
4
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
5
+ export const DuplicateIcon = /*#__PURE__*/React.forwardRef((_ref, svgRef) => {
6
+ let {
7
+ title,
8
+ titleId,
9
+ size = 16,
10
+ height = size,
11
+ width = size,
12
+ ...props
13
+ } = _ref;
14
+ const maskId = useIconId('DuplicateIcon');
15
+ return /*#__PURE__*/_jsxs(Svg, {
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ viewBox: "0 0 24 24",
18
+ fill: "#fff",
19
+ role: "img",
20
+ "aria-hidden": "true",
21
+ "pointer-events": "none",
22
+ width: width,
23
+ height: height,
24
+ ref: svgRef,
25
+ "aria-labelledby": titleId,
26
+ ...props,
27
+ children: [title ? /*#__PURE__*/_jsx("title", {
28
+ id: titleId,
29
+ children: title
30
+ }) : null, /*#__PURE__*/_jsxs("mask", {
31
+ id: `${maskId}`,
32
+ children: [/*#__PURE__*/_jsx("path", {
33
+ fill: "none",
34
+ stroke: "#fff",
35
+ strokeLinecap: "round",
36
+ strokeLinejoin: "round",
37
+ d: "M16.75 4.5V1.75a1 1 0 00-1-1h-14a1 1 0 00-1 1v14a1 1 0 001 1H4.5",
38
+ strokeWidth: 1.5
39
+ }), /*#__PURE__*/_jsx("path", {
40
+ fill: "none",
41
+ stroke: "#fff",
42
+ strokeLinejoin: "round",
43
+ d: "M7.25 8.25a1 1 0 011-1h14a1 1 0 011 1v14a1 1 0 01-1 1h-14a1 1 0 01-1-1z",
44
+ strokeWidth: 1.5
45
+ })]
46
+ }), /*#__PURE__*/_jsx("g", {
47
+ mask: `url(#${maskId})`,
48
+ children: /*#__PURE__*/_jsx("rect", {
49
+ width: `100%`,
50
+ height: `100%`,
51
+ fill: `currentColor`
52
+ })
53
+ })]
54
+ });
55
+ });
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { GamutIconProps } from '../../props';
3
+ export declare const LayoutModule1Icon: React.ForwardRefExoticComponent<GamutIconProps & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,48 @@
1
+ import * as React from 'react';
2
+ import { Svg } from '../../props';
3
+ import { useIconId } from '../../useIconId';
4
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
5
+ export const LayoutModule1Icon = /*#__PURE__*/React.forwardRef((_ref, svgRef) => {
6
+ let {
7
+ title,
8
+ titleId,
9
+ size = 16,
10
+ height = size,
11
+ width = size,
12
+ ...props
13
+ } = _ref;
14
+ const maskId = useIconId('LayoutModule1Icon');
15
+ return /*#__PURE__*/_jsxs(Svg, {
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ fill: "#fff",
18
+ viewBox: "0 0 24 24",
19
+ role: "img",
20
+ "aria-hidden": "true",
21
+ "pointer-events": "none",
22
+ width: width,
23
+ height: height,
24
+ ref: svgRef,
25
+ "aria-labelledby": titleId,
26
+ ...props,
27
+ children: [title ? /*#__PURE__*/_jsx("title", {
28
+ id: titleId,
29
+ children: title
30
+ }) : null, /*#__PURE__*/_jsx("mask", {
31
+ id: `${maskId}`,
32
+ children: /*#__PURE__*/_jsx("path", {
33
+ stroke: "#fff",
34
+ strokeLinecap: "round",
35
+ strokeLinejoin: "round",
36
+ d: "M10.002 9.1a.9.9 0 01-.9.9h-7.2a.9.9 0 01-.9-.9V1.9a.9.9 0 01.9-.9h7.2a.9.9 0 01.9.9v7.2zm12.996 0a.9.9 0 01-.9.9h-7.2a.9.9 0 01-.9-.9V1.9a.9.9 0 01.9-.9h7.2a.9.9 0 01.9.9v7.2zm-12.996 13a.9.9 0 01-.9.9h-7.2a.9.9 0 01-.9-.9v-7.2a.9.9 0 01.9-.9h7.2a.9.9 0 01.9.9v7.2zm12.996 0a.9.9 0 01-.9.9h-7.2a.9.9 0 01-.9-.9v-7.2a.9.9 0 01.9-.9h7.2a.9.9 0 01.9.9v7.2z",
37
+ strokeWidth: 1.5
38
+ })
39
+ }), /*#__PURE__*/_jsx("g", {
40
+ mask: `url(#${maskId})`,
41
+ children: /*#__PURE__*/_jsx("rect", {
42
+ width: `100%`,
43
+ height: `100%`,
44
+ fill: `currentColor`
45
+ })
46
+ })]
47
+ });
48
+ });
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { GamutIconProps } from '../../props';
3
+ export declare const Logout1Icon: React.ForwardRefExoticComponent<GamutIconProps & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,49 @@
1
+ import * as React from 'react';
2
+ import { Svg } from '../../props';
3
+ import { useIconId } from '../../useIconId';
4
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
5
+ export const Logout1Icon = /*#__PURE__*/React.forwardRef((_ref, svgRef) => {
6
+ let {
7
+ title,
8
+ titleId,
9
+ size = 16,
10
+ height = size,
11
+ width = size,
12
+ ...props
13
+ } = _ref;
14
+ const maskId = useIconId('Logout1Icon');
15
+ return /*#__PURE__*/_jsxs(Svg, {
16
+ viewBox: "0 0 24 24",
17
+ xmlns: "http://www.w3.org/2000/svg",
18
+ fill: "#fff",
19
+ role: "img",
20
+ "aria-hidden": "true",
21
+ "pointer-events": "none",
22
+ width: width,
23
+ height: height,
24
+ ref: svgRef,
25
+ "aria-labelledby": titleId,
26
+ ...props,
27
+ children: [title ? /*#__PURE__*/_jsx("title", {
28
+ id: titleId,
29
+ children: title
30
+ }) : null, /*#__PURE__*/_jsx("mask", {
31
+ id: `${maskId}`,
32
+ children: /*#__PURE__*/_jsx("path", {
33
+ d: "M7.5 12.004h15.75m-3.75 3.75l3.75-3.75-3.75-3.75M15.75 16.5V21a1.437 1.437 0 01-1.364 1.5H2.113A1.437 1.437 0 01.75 21V3a1.436 1.436 0 011.363-1.5h12.273A1.437 1.437 0 0115.75 3v4.5",
34
+ fill: "none",
35
+ stroke: "#fff",
36
+ strokeLinecap: "round",
37
+ strokeLinejoin: "round",
38
+ strokeWidth: 1.5
39
+ })
40
+ }), /*#__PURE__*/_jsx("g", {
41
+ mask: `url(#${maskId})`,
42
+ children: /*#__PURE__*/_jsx("rect", {
43
+ width: `100%`,
44
+ height: `100%`,
45
+ fill: `currentColor`
46
+ })
47
+ })]
48
+ });
49
+ });
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { GamutIconProps } from '../../props';
3
+ export declare const PaginateFilterTextIcon: React.ForwardRefExoticComponent<GamutIconProps & React.RefAttributes<SVGSVGElement>>;
@@ -0,0 +1,56 @@
1
+ import * as React from 'react';
2
+ import { Svg } from '../../props';
3
+ import { useIconId } from '../../useIconId';
4
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
5
+ export const PaginateFilterTextIcon = /*#__PURE__*/React.forwardRef((_ref, svgRef) => {
6
+ let {
7
+ title,
8
+ titleId,
9
+ size = 16,
10
+ height = size,
11
+ width = size,
12
+ ...props
13
+ } = _ref;
14
+ const maskId = useIconId('PaginateFilterTextIcon');
15
+ return /*#__PURE__*/_jsxs(Svg, {
16
+ xmlns: "http://www.w3.org/2000/svg",
17
+ viewBox: "0 0 24 24",
18
+ fill: "#fff",
19
+ role: "img",
20
+ "aria-hidden": "true",
21
+ "pointer-events": "none",
22
+ width: width,
23
+ height: height,
24
+ ref: svgRef,
25
+ "aria-labelledby": titleId,
26
+ ...props,
27
+ children: [title ? /*#__PURE__*/_jsx("title", {
28
+ id: titleId,
29
+ children: title
30
+ }) : null, /*#__PURE__*/_jsxs("mask", {
31
+ id: `${maskId}`,
32
+ children: [/*#__PURE__*/_jsx("path", {
33
+ d: "M5.25.746h16.5s1.5 0 1.5 1.5v16.5s0 1.5-1.5 1.5H5.25s-1.5 0-1.5-1.5v-16.5s0-1.5 1.5-1.5",
34
+ fill: "none",
35
+ stroke: "#fff",
36
+ strokeLinecap: "round",
37
+ strokeLinejoin: "round",
38
+ strokeWidth: 1.5
39
+ }), /*#__PURE__*/_jsx("path", {
40
+ d: "M20.25 23.246h-18a1.5 1.5 0 01-1.5-1.5v-18m7.5 3h10.5m-10.5 3h10.5m-10.5 3h7.5",
41
+ fill: "none",
42
+ stroke: "#fff",
43
+ strokeLinecap: "round",
44
+ strokeLinejoin: "round",
45
+ strokeWidth: 1.5
46
+ })]
47
+ }), /*#__PURE__*/_jsx("g", {
48
+ mask: `url(#${maskId})`,
49
+ children: /*#__PURE__*/_jsx("rect", {
50
+ width: `100%`,
51
+ height: `100%`,
52
+ fill: `currentColor`
53
+ })
54
+ })]
55
+ });
56
+ });
@@ -0,0 +1,3 @@
1
+ import * as React from 'react';
2
+ import { GamutIconProps } from '../../props';
3
+ export declare const ParagraphJustifiedAlignIcon: React.ForwardRefExoticComponent<GamutIconProps & React.RefAttributes<SVGSVGElement>>;