@team-monolith/cds 0.4.0 → 0.4.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.
Files changed (88) hide show
  1. package/dist/index.d.ts +2 -0
  2. package/dist/index.js +2 -0
  3. package/package.json +5 -1
  4. package/public/favicon.ico +0 -0
  5. package/public/index.html +0 -43
  6. package/public/logo192.png +0 -0
  7. package/public/logo512.png +0 -0
  8. package/public/manifest.json +0 -25
  9. package/public/robots.txt +0 -3
  10. package/src/App.tsx +0 -7
  11. package/src/cds/CodleDesignSystemProvider.tsx +0 -93
  12. package/src/cds/README.md +0 -23
  13. package/src/cds/components/AlertDialog/AlertDialog.tsx +0 -101
  14. package/src/cds/components/AlertDialog/AlertDialogActions.tsx +0 -34
  15. package/src/cds/components/AlertDialog/AlertDialogContent.tsx +0 -36
  16. package/src/cds/components/AlertDialog/AlertDialogTitle.tsx +0 -63
  17. package/src/cds/components/AlertDialog/index.tsx +0 -4
  18. package/src/cds/components/Banner.tsx +0 -176
  19. package/src/cds/components/Button.tsx +0 -256
  20. package/src/cds/components/CheckboxInput.tsx +0 -270
  21. package/src/cds/components/Input.tsx +0 -171
  22. package/src/cds/components/InputBase.tsx +0 -226
  23. package/src/cds/components/Pagination.tsx +0 -99
  24. package/src/cds/components/PinInput.tsx +0 -322
  25. package/src/cds/components/RadioInput.tsx +0 -226
  26. package/src/cds/components/SquareButton.tsx +0 -229
  27. package/src/cds/components/Switch.tsx +0 -129
  28. package/src/cds/components/Tag.tsx +0 -155
  29. package/src/cds/components/Tooltip.tsx +0 -104
  30. package/src/cds/foundation/color.ts +0 -83
  31. package/src/cds/foundation/shadows.ts +0 -17
  32. package/src/cds/icons/Arrows/index.ts +0 -2
  33. package/src/cds/icons/Media/index.ts +0 -2
  34. package/src/cds/icons/System/index.ts +0 -2
  35. package/src/cds/icons/arrows.tsx +0 -116
  36. package/src/cds/icons/brand.tsx +0 -13
  37. package/src/cds/icons/design.tsx +0 -15
  38. package/src/cds/icons/map.tsx +0 -14
  39. package/src/cds/icons/system.tsx +0 -143
  40. package/src/cds/index.ts +0 -64
  41. package/src/cds/patterns/Card/Card.tsx +0 -294
  42. package/src/cds/patterns/Card/class-icon.svg +0 -28
  43. package/src/cds/patterns/Card/index.tsx +0 -2
  44. package/src/cds/patterns/Card/material-icon.svg +0 -25
  45. package/src/cds/patterns/Card/problem-icon.svg +0 -25
  46. package/src/cds/patterns/Card/thumbnail/sample.png +0 -0
  47. package/src/cds/patterns/Dialog/Dialog.tsx +0 -57
  48. package/src/cds/patterns/Dialog/DialogContent.tsx +0 -28
  49. package/src/cds/patterns/Dialog/DialogNavigation.tsx +0 -29
  50. package/src/cds/patterns/Dialog/DialogNavigationContext.tsx +0 -9
  51. package/src/cds/patterns/Dialog/DialogNavigationItem.tsx +0 -42
  52. package/src/cds/patterns/Dialog/DialogPanel.tsx +0 -40
  53. package/src/cds/patterns/Dialog/DialogPanels.tsx +0 -24
  54. package/src/cds/patterns/Dialog/DialogPanelsContext.tsx +0 -9
  55. package/src/cds/patterns/Dialog/DialogTitle.tsx +0 -55
  56. package/src/cds/patterns/Dialog/index.tsx +0 -7
  57. package/src/cds/patterns/Dropdown/Dropdown.tsx +0 -111
  58. package/src/cds/patterns/Dropdown/DropdownItem.tsx +0 -203
  59. package/src/cds/patterns/Dropdown/DropdownMenu.tsx +0 -176
  60. package/src/cds/patterns/Dropdown/index.tsx +0 -2
  61. package/src/cds/patterns/EmptyState/EmptyState.tsx +0 -91
  62. package/src/cds/patterns/EmptyState/empty-state-icon.svg +0 -36
  63. package/src/cds/patterns/EmptyState/index.tsx +0 -2
  64. package/src/cds/patterns/Navigation/NavigationContext.tsx +0 -9
  65. package/src/cds/patterns/Navigation/NavigationHorizontal.tsx +0 -32
  66. package/src/cds/patterns/Navigation/NavigationItem.tsx +0 -36
  67. package/src/cds/patterns/Navigation/NavigationVertical.tsx +0 -39
  68. package/src/cds/patterns/Navigation/index.tsx +0 -3
  69. package/src/cds/patterns/SegmentedControl/SegmentedControlButton.tsx +0 -55
  70. package/src/cds/patterns/SegmentedControl/SegmentedControlGroup.tsx +0 -81
  71. package/src/cds/patterns/SegmentedControl/SegmentedControlGroupPropsContext.tsx +0 -9
  72. package/src/cds/patterns/SegmentedControl/SegmentedControlSquareButton.tsx +0 -51
  73. package/src/cds/patterns/SegmentedControl/index.ts +0 -3
  74. package/src/cds/patterns/Table/Table.tsx +0 -62
  75. package/src/cds/patterns/Table/TableBody.tsx +0 -30
  76. package/src/cds/patterns/Table/TableCell.tsx +0 -253
  77. package/src/cds/patterns/Table/TableHead.tsx +0 -30
  78. package/src/cds/patterns/Table/TablePropsContext.tsx +0 -9
  79. package/src/cds/patterns/Table/TableRow.tsx +0 -70
  80. package/src/cds/patterns/Table/TableVariantContext.tsx +0 -9
  81. package/src/cds/patterns/Table/index.tsx +0 -15
  82. package/src/cds/utils/hover.tsx +0 -24
  83. package/src/cds/utils/reset.tsx +0 -19
  84. package/src/cds/utils/zIndex.tsx +0 -3
  85. package/src/index.tsx +0 -10
  86. package/tsconfig.json +0 -22
  87. /package/{src/cds → @types}/emotion.d.ts +0 -0
  88. /package/{src/cds → @types}/svg.d.ts +0 -0
@@ -1,155 +0,0 @@
1
- /** @jsxImportSource @emotion/react */
2
- import { css, SerializedStyles } from "@emotion/react";
3
- import styled from "@emotion/styled";
4
- import React from "react";
5
- import { CloseFillIcon } from "../icons/system";
6
- import { Theme, useTheme } from "@emotion/react";
7
-
8
- export type TagColor =
9
- | "default"
10
- | "red"
11
- | "teal"
12
- | "orange"
13
- | "blue"
14
- | "green"
15
- | "yellow"
16
- | "black";
17
-
18
- export interface TagProps {
19
- className?: string;
20
- component?: React.ElementType;
21
-
22
- /** 컴포넌트 내 표기될 문자열 */
23
- label: string;
24
-
25
- /** 컴포넌트 좌측에 표기될 아이콘 */
26
- icon?: React.ReactNode;
27
-
28
- /** 컴포넌트의 색상 */
29
- color?: TagColor;
30
-
31
- /** 컴포넌트 우측에 표기될 닫기 버튼 유무 */
32
- close: boolean;
33
-
34
- /** 닫기 버튼 클릭 시 호출될 콜백 함수 */
35
- onClick?: () => void;
36
- }
37
-
38
- const COLOR_TO_STYLE = (theme: Theme, color: TagColor): SerializedStyles =>
39
- ({
40
- default: css`
41
- box-sizing: border-box;
42
- background: ${theme.color.container.marbleContainer};
43
- border: 1px solid ${theme.color.container.marbleOnContainer};
44
- color: ${theme.color.container.marbleOnContainer};
45
- `,
46
- red: css`
47
- box-sizing: border-box;
48
- background: ${theme.color.container.dangerContainer};
49
- border: 1px solid ${theme.color.container.dangerOnContainer};
50
- color: ${theme.color.container.dangerOnContainer};
51
- `,
52
- teal: css`
53
- box-sizing: border-box;
54
- background: ${theme.color.container.infoContainer};
55
- border: 1px solid ${theme.color.container.infoOnContainer};
56
- color: ${theme.color.container.infoOnContainer};
57
- `,
58
- orange: css`
59
- box-sizing: border-box;
60
- background: ${theme.color.container.secondaryContainer};
61
- border: 1px solid ${theme.color.container.secondaryOnContainer};
62
- color: ${theme.color.container.secondaryOnContainer};
63
- `,
64
- blue: css`
65
- box-sizing: border-box;
66
- background: ${theme.color.container.primaryContainer};
67
- border: 1px solid ${theme.color.container.primaryOnContainer};
68
- color: ${theme.color.container.primaryOnContainer};
69
- `,
70
- green: css`
71
- box-sizing: border-box;
72
- background: ${theme.color.container.successContainer};
73
- border: 1px solid ${theme.color.container.successOnContainer};
74
- color: ${theme.color.container.successOnContainer};
75
- `,
76
- yellow: css`
77
- box-sizing: border-box;
78
- background: ${theme.color.container.warningContainer};
79
- border: 1px solid ${theme.color.container.warningOnContainer};
80
- color: ${theme.color.container.warningOnContainer};
81
- `,
82
- black: css`
83
- background: ${theme.color.container.obsidianContainer};
84
- color: ${theme.color.container.obsidianOnContainer};
85
- `,
86
- }[color]);
87
-
88
- /**
89
- * [피그마](https://www.figma.com/file/yhrRFizzmhPoHdw9FbYow2/Codle-PD-Kit---Components?type=design&node-id=42-869&t=HZXCHP0r0tbvMA6v-0)
90
- */
91
- const Tag = React.forwardRef<any, TagProps>(
92
- (props, ref): React.ReactElement => {
93
- const {
94
- className,
95
- component: Component = "span",
96
- label,
97
- icon,
98
- color = "default",
99
- close,
100
- onClick,
101
- ...other
102
- } = props;
103
- const theme = useTheme();
104
- return (
105
- <Component
106
- {...other}
107
- ref={ref}
108
- className={className}
109
- css={[
110
- css`
111
- box-sizing: border-box;
112
- display: flex;
113
- // flex가 화면 전체로 확장되지 않고 내부의 아이콘과 텍스트만 포함한다.
114
- padding: 1px 8px;
115
- align-items: center;
116
- gap: 3px;
117
- width: fit-content;
118
- border-radius: 8px;
119
-
120
- svg {
121
- width: 14px;
122
- height: 14px;
123
- }
124
- `,
125
- COLOR_TO_STYLE(theme, color),
126
- close
127
- ? css`
128
- cursor: pointer;
129
- `
130
- : undefined,
131
- ]}
132
- onClick={onClick}
133
- >
134
- {icon}
135
- <span
136
- css={css`
137
- font-weight: 400;
138
- font-size: 12px;
139
- line-height: 20px;
140
- `}
141
- >
142
- {label}
143
- </span>
144
- {close && <StyledCloseFillIcon />}
145
- </Component>
146
- );
147
- }
148
- );
149
-
150
- const StyledCloseFillIcon = styled(CloseFillIcon)`
151
- width: 10px;
152
- height: 10px;
153
- `;
154
-
155
- export default Tag;
@@ -1,104 +0,0 @@
1
- /** @jsxImportSource @emotion/react */
2
- import { css } from "@emotion/react";
3
- import styled from "@emotion/styled";
4
- import React from "react";
5
- import {
6
- Tooltip as MuiTooltip,
7
- TooltipProps as MuiTooltipProps,
8
- } from "@mui/material";
9
-
10
- export interface TooltipProps {
11
- className?: string;
12
- // MUI Tooltip의 component 속성이 CDS에서 기대하는 속성과 다르게 구현되어있고,
13
- // Tooltip 컴포넌트에서 component 속성을 사용하는 경우가 많지 않을 것으로 판단,
14
- // CDS에서 Tooltip의 component 속성을 구현하지 않습니다.
15
- // component?: React.ElementType;
16
-
17
- /** 툴팁에 표시될 제목 텍스트 */
18
- title?: string;
19
-
20
- /** 툴팁에 표시될 text 영역 값 */
21
- text: React.ReactNode;
22
-
23
- /** `true` 값일때 Tooltip을 오픈합니다. */
24
- open?: boolean;
25
-
26
- /** Tooltip이 오픈될 때 호출되는 함수. */
27
- onOpen?: (event: React.SyntheticEvent) => void;
28
-
29
- /** Tooltip이 닫힐 때 호출되는 함수. */
30
- onClose?: (event: React.SyntheticEvent | Event) => void;
31
-
32
- /**
33
- * Tooltip placement.
34
- * @default bottom
35
- */
36
- placement?:
37
- | "bottom-end"
38
- | "bottom-start"
39
- | "bottom"
40
- | "left-end"
41
- | "left-start"
42
- | "left"
43
- | "right-end"
44
- | "right-start"
45
- | "right"
46
- | "top-end"
47
- | "top-start"
48
- | "top";
49
-
50
- /** 툴팁을 표시할 객체입니다. ref를 props로 받을 수 있어야합니다. */
51
- children: React.ReactElement<any, any>;
52
- }
53
-
54
- /**
55
- * [피그마](https://www.figma.com/file/yhrRFizzmhPoHdw9FbYow2/Codle-PD-Kit---Components?type=design&node-id=172-626&t=aFkKTFgWq2xFFGC5-0)
56
- */
57
- const Tooltip = React.forwardRef<any, TooltipProps>(
58
- (props, ref): React.ReactElement => {
59
- const { title, text, children, ...restProps } = props;
60
- return (
61
- <StyledTooltip
62
- ref={ref}
63
- title={
64
- <>
65
- {title && <TitleDiv>{title}</TitleDiv>}
66
- {text}
67
- </>
68
- }
69
- {...restProps}
70
- >
71
- {children}
72
- </StyledTooltip>
73
- );
74
- }
75
- );
76
-
77
- // https://mui.com/material-ui/react-tooltip/#customization
78
- const StyledTooltip = styled(({ className, ...props }: MuiTooltipProps) => (
79
- <MuiTooltip {...props} classes={{ popper: className }} />
80
- ))(
81
- ({ theme }) => css`
82
- .MuiTooltip-tooltip {
83
- background: ${theme.color.foreground.neutralBase};
84
- border-radius: 8px;
85
- padding: 6px 10px;
86
-
87
- display: flex;
88
- flex-direction: column;
89
- gap: 2px;
90
-
91
- color: ${theme.color.background.neutralBase};
92
- font-style: normal;
93
- font-weight: 400;
94
- font-size: 14px;
95
- line-height: 22px;
96
- }
97
- `
98
- );
99
-
100
- const TitleDiv = styled.div`
101
- font-weight: 700;
102
- `;
103
-
104
- export default Tooltip;
@@ -1,83 +0,0 @@
1
- // eslint-disable-next-line import/no-anonymous-default-export
2
- export default {
3
- blue10: "#1C3D73",
4
- priamry09: "#234E91",
5
- blue08: "#2C61B5",
6
- blue07: "#3574D9",
7
- blue06: "#3E88FF",
8
- blue05: "#619DFF",
9
- blue04: "#85B4FF",
10
- blue03: "#ACCCFF",
11
- blue02: "#D1E2FF",
12
- blue01: "#ECF3FF",
13
-
14
- orange10: "#6B421A",
15
- orange09: "#8C5622",
16
- orange08: "#B56F2C",
17
- orange07: "#E88F38",
18
- orange06: "#FF9D3E",
19
- orange05: "#FFB165",
20
- orange04: "#FFBD7E",
21
- orange03: "#FFD2A6",
22
- orange02: "#FFE1C3",
23
- orange01: "#FFF5EC",
24
-
25
- teal10: "#1C6069",
26
- teal09: "#257D89",
27
- teal08: "#30A2B1",
28
- teal07: "#3DCFE3",
29
- teal06: "#43E4F9",
30
- teal05: "#69E9FA",
31
- teal04: "#81EDFB",
32
- teal03: "#A9F3FC",
33
- teal02: "#C5F7FD",
34
- teal01: "#ECFCFE",
35
-
36
- yellow10: "#6B5402",
37
- yellow09: "#8C6F03",
38
- yellow08: "#B58F04",
39
- yellow07: "#E8B705",
40
- yellow06: "#FFC905",
41
- yellow05: "#FFD437",
42
- yellow04: "#FFDB58",
43
- yellow03: "#FFE68C",
44
- yellow02: "#FFEEB2",
45
- yellow01: "#FFFAE6",
46
-
47
- green10: "#3F580C",
48
- green09: "#527310",
49
- green08: "#6A9415",
50
- green07: "#88BE1A",
51
- green06: "#95D11D",
52
- green05: "#AADA4A",
53
- green04: "#B8E068",
54
- green03: "#CEEA97",
55
- green02: "#DEF1B9",
56
- green01: "#F4FAE8",
57
-
58
- red10: "#6B2013",
59
- red09: "#8C2A19",
60
- red08: "#B53720",
61
- red07: "#E84629",
62
- red06: "#FF4D2D",
63
- red05: "#FF7157",
64
- red04: "#FF8872",
65
- red03: "#FFAD9E",
66
- red02: "#FFC8BE",
67
- red01: "#FFEDEA",
68
-
69
- black: "#363636",
70
-
71
- grey10: "#3E3E3E",
72
- grey09: "#454545",
73
- grey08: "#5F5F5F",
74
- grey07: "#717171",
75
- grey06: "#9C9C9C",
76
- grey05: "#C8C8C8",
77
- grey04: "#DEDEDE",
78
- grey03: "#F2F2F2",
79
- grey02: "#F6F6F6",
80
- grey01: "#FDFDFD",
81
-
82
- white: "#FFFFFF",
83
- };
@@ -1,17 +0,0 @@
1
- // https://www.figma.com/file/wefLB6cN0oM2VZjwYmBA6B/Codle-PD-Kit---Foundation?type=design&node-id=1-14238&t=Jg9tQ0vSRG6mw1RZ-0
2
- const shadows = {
3
- shadow02:
4
- "0px 0.15px 0.45px rgba(0, 0, 0, 0.11), 0px 0.8px 1.8px rgba(0, 0, 0, 0.13)",
5
- shadow04:
6
- "0px 0.3px 0.9px rgba(0, 0, 0, 0.07), 0px 1.6px 3.6px rgba(0, 0, 0, 0.11)",
7
- shadow08:
8
- "0px 0.6px 1.8px rgba(0, 0, 0, 0.11), 0px 3.2px 7.2px rgba(0, 0, 0, 0.13)",
9
- shadow16:
10
- "0px 1.2px 3.6px rgba(0, 0, 0, 0.11), 0px 6.4px 14.4px rgba(0, 0, 0, 0.13)",
11
- shadow32:
12
- "0px 2.4px 7.4px rgba(0, 0, 0, 0.18), 0px 12.8px 28.8px rgba(0, 0, 0, 0.22)",
13
- shadow64:
14
- "0px 4.8px 14.4px rgba(0, 0, 0, 0.18), 0px 25.6px 57.6px rgba(0, 0, 0, 0.22)",
15
- };
16
-
17
- export default shadows;
@@ -1,2 +0,0 @@
1
- export { default as arrowDropDownFillSvg } from "remixicon/icons/Arrows/arrow-drop-down-fill.svg";
2
- export { ReactComponent as ArrowDropDownFillIcon } from "remixicon/icons/Arrows/arrow-drop-down-fill.svg";
@@ -1,2 +0,0 @@
1
- export { default as playList2FillSvg } from "remixicon/icons/Media/play-list-2-fill.svg";
2
- export { ReactComponent as PlayList2FillIcon } from "remixicon/icons/Media/play-list-2-fill.svg";
@@ -1,2 +0,0 @@
1
- export { default as refreshLineSvg } from "remixicon/icons/System/refresh-line.svg";
2
- export { ReactComponent as RefreshLineIcon } from "remixicon/icons/System/refresh-line.svg";
@@ -1,116 +0,0 @@
1
- export const ArrowDropDownFillIcon = (props: { className?: string }) => (
2
- <svg
3
- {...props}
4
- xmlns="http://www.w3.org/2000/svg"
5
- width="24"
6
- height="24"
7
- viewBox="0 0 24 24"
8
- >
9
- <path fill="currentColor" d="m12 14l-4-4h8l-4 4Z" />
10
- </svg>
11
- );
12
- export const ExpandUpDownIcon = (props: { className?: string }) => (
13
- <svg
14
- {...props}
15
- width="24"
16
- height="24"
17
- viewBox="0 0 24 24"
18
- fill="none"
19
- xmlns="http://www.w3.org/2000/svg"
20
- >
21
- <path d="M18 9L12 3L6 9H18ZM18 15L12 21L6 15H18Z" fill="currentColor" />
22
- </svg>
23
- );
24
- export const ArrowDownFillIcon = (props: { className?: string }) => (
25
- <svg
26
- {...props}
27
- width="24"
28
- height="24"
29
- viewBox="0 0 24 24"
30
- fill="none"
31
- xmlns="http://www.w3.org/2000/svg"
32
- >
33
- <path d="M13 12H20L12 20L4 12H11V4H13V12Z" fill="currentColor" />
34
- </svg>
35
- );
36
- export const ArrowUpFillIcon = (props: { className?: string }) => (
37
- <svg
38
- {...props}
39
- width="24"
40
- height="24"
41
- viewBox="0 0 24 24"
42
- fill="none"
43
- xmlns="http://www.w3.org/2000/svg"
44
- >
45
- <path d="M13 12V20H11V12H4L12 4L20 12H13Z" fill="currentColor" />
46
- </svg>
47
- );
48
- export const ArrowRightFillIcon = (props: { className?: string }) => (
49
- <svg
50
- {...props}
51
- width="24"
52
- height="24"
53
- viewBox="0 0 24 24"
54
- fill="none"
55
- xmlns="http://www.w3.org/2000/svg"
56
- >
57
- <path d="M12 13H4V11H12V4L20 12L12 20V13Z" fill="currentColor" />
58
- </svg>
59
- );
60
- export const ArrowLeftFillIcon = (props: { className?: string }) => (
61
- <svg
62
- {...props}
63
- width="24"
64
- height="24"
65
- viewBox="0 0 24 24"
66
- fill="none"
67
- xmlns="http://www.w3.org/2000/svg"
68
- >
69
- <path d="M12 13V20L4 12L12 4V11H20V13H12Z" fill="currentColor" />
70
- </svg>
71
- );
72
-
73
- export const ArrowRightSLineIcon = (props: { className?: string }) => (
74
- <svg
75
- {...props}
76
- xmlns="http://www.w3.org/2000/svg"
77
- width="24"
78
- height="24"
79
- viewBox="0 0 24 24"
80
- >
81
- <path
82
- d="M13.1714 12.0007L8.22168 7.05093L9.63589 5.63672L15.9999 12.0007L9.63589 18.3646L8.22168 16.9504L13.1714 12.0007Z"
83
- fill="currentColor"
84
- />
85
- </svg>
86
- );
87
-
88
- export const ArrowLeftLineIcon = (props: { className?: string }) => (
89
- <svg
90
- {...props}
91
- xmlns="http://www.w3.org/2000/svg"
92
- width="24"
93
- height="24"
94
- viewBox="0 0 24 24"
95
- >
96
- <path
97
- fill="currentColor"
98
- d="M7.828 11H20v2H7.828l5.364 5.364l-1.414 1.414L4 12l7.778-7.778l1.414 1.414L7.828 11Z"
99
- />
100
- </svg>
101
- );
102
-
103
- export const ArrowRightLineIcon = (props: { className?: string }) => (
104
- <svg
105
- {...props}
106
- xmlns="http://www.w3.org/2000/svg"
107
- width="24"
108
- height="24"
109
- viewBox="0 0 24 24"
110
- >
111
- <path
112
- fill="currentColor"
113
- d="m16.172 11l-5.364-5.364l1.414-1.414L20 12l-7.778 7.778l-1.414-1.414L16.172 13H4v-2h12.172Z"
114
- />
115
- </svg>
116
- );
@@ -1,13 +0,0 @@
1
- export const SymbolIcon = (props: { className?: string }) => (
2
- <svg
3
- {...props}
4
- viewBox="-3 -2 24 24"
5
- fill="none"
6
- xmlns="http://www.w3.org/2000/svg"
7
- >
8
- <path
9
- d="M8.89269 0C3.98164 0 0 3.80096 0 8.49034C0 12.0308 2.26988 15.0622 5.4957 16.336C6.05262 16.5557 6.36122 17.1512 6.19366 17.7238L5.83323 18.9592C5.66206 19.5427 6.17196 20.1009 6.76987 19.9845C8.47801 19.6495 11.564 18.7587 14.0701 16.4644C16.9898 13.7908 17.7854 10.9527 17.7854 8.49154C17.7854 3.80337 13.8037 0.00120173 8.89269 0.00120173V0Z"
10
- fill="currentColor"
11
- />
12
- </svg>
13
- );
@@ -1,15 +0,0 @@
1
- export const PencilFillIcon = (props: { className?: string }) => (
2
- <svg
3
- {...props}
4
- width="24"
5
- height="24"
6
- viewBox="0 0 24 24"
7
- fill="none"
8
- xmlns="http://www.w3.org/2000/svg"
9
- >
10
- <path
11
- d="M12.8995 6.85431L17.1421 11.0969L7.24264 20.9964H3V16.7538L12.8995 6.85431ZM14.3137 5.44009L16.435 3.31877C16.8256 2.92825 17.4587 2.92825 17.8492 3.31877L20.6777 6.1472C21.0682 6.53772 21.0682 7.17089 20.6777 7.56141L18.5563 9.68273L14.3137 5.44009Z"
12
- fill="currentColor"
13
- />
14
- </svg>
15
- );
@@ -1,14 +0,0 @@
1
- export const EarthFillIcon = (props: { className?: string }) => (
2
- <svg
3
- {...props}
4
- xmlns="http://www.w3.org/2000/svg"
5
- width="24"
6
- height="24"
7
- viewBox="0 0 24 24"
8
- >
9
- <path
10
- d="M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM16.0043 12.8777C15.6589 12.3533 15.4097 11.9746 14.4622 12.1248C12.6717 12.409 12.4732 12.7224 12.3877 13.2375L12.3636 13.3943L12.3393 13.5597C12.2416 14.2428 12.2453 14.5012 12.5589 14.8308C13.8241 16.1582 14.582 17.115 14.8116 17.6746C14.9237 17.9484 15.2119 18.7751 15.0136 19.5927C16.2372 19.1066 17.3156 18.3332 18.1653 17.3559C18.2755 16.9821 18.3551 16.5166 18.3551 15.9518V15.8472C18.3551 14.9247 18.3551 14.504 17.7031 14.1314C17.428 13.9751 17.2227 13.881 17.0582 13.8064C16.691 13.6394 16.4479 13.5297 16.1198 13.0499C16.0807 12.9928 16.0425 12.9358 16.0043 12.8777ZM12 3.83333C9.68259 3.83333 7.59062 4.79858 6.1042 6.34896C6.28116 6.47186 6.43537 6.64453 6.54129 6.88256C6.74529 7.34029 6.74529 7.8112 6.74529 8.22764C6.74488 8.55621 6.74442 8.8672 6.84992 9.09302C6.99443 9.40134 7.6164 9.53227 8.16548 9.64736C8.36166 9.68867 8.56395 9.73083 8.74797 9.78176C9.25405 9.92233 9.64554 10.3765 9.95938 10.7412C10.0896 10.8931 10.2819 11.1163 10.3783 11.1717C10.4286 11.1356 10.59 10.9608 10.6699 10.6735C10.7307 10.4547 10.7134 10.2597 10.6239 10.1543C10.0648 9.49445 10.0952 8.2232 10.268 7.75495C10.5402 7.01606 11.3905 7.07058 12.012 7.11097C12.2438 7.12589 12.4626 7.14023 12.6257 7.11976C13.2482 7.04166 13.4396 6.09538 13.575 5.91C13.8671 5.50981 14.7607 4.9071 15.3158 4.53454C14.3025 4.08382 13.1805 3.83333 12 3.83333Z"
11
- fill="currentColor"
12
- />
13
- </svg>
14
- );
@@ -1,143 +0,0 @@
1
- export const CloseFillIcon = (props: { className?: string }) => (
2
- <svg
3
- {...props}
4
- xmlns="http://www.w3.org/2000/svg"
5
- width="24"
6
- height="24"
7
- viewBox="0 0 24 24"
8
- >
9
- <path
10
- fill="currentColor"
11
- d="m12 10.586l4.95-4.95l1.415 1.415l-4.95 4.95l4.95 4.95l-1.415 1.414l-4.95-4.95l-4.95 4.95l-1.413-1.415l4.95-4.95l-4.95-4.95L7.05 5.638l4.95 4.95Z"
12
- />
13
- </svg>
14
- );
15
- export const CloseCircleFillIcon = (props: { className?: string }) => (
16
- <svg
17
- {...props}
18
- width="24"
19
- height="24"
20
- viewBox="0 0 24 24"
21
- fill="none"
22
- xmlns="http://www.w3.org/2000/svg"
23
- >
24
- <path
25
- d="M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM12 10.5858L9.17157 7.75736L7.75736 9.17157L10.5858 12L7.75736 14.8284L9.17157 16.2426L12 13.4142L14.8284 16.2426L16.2426 14.8284L13.4142 12L16.2426 9.17157L14.8284 7.75736L12 10.5858Z"
26
- fill="currentColor"
27
- />
28
- </svg>
29
- );
30
- export const ErrorWarningFillIcon = (props: { className?: string }) => (
31
- <svg
32
- {...props}
33
- xmlns="http://www.w3.org/2000/svg"
34
- width="24"
35
- height="24"
36
- viewBox="0 0 24 24"
37
- >
38
- <path
39
- fill="currentColor"
40
- d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10Zm-1-7v2h2v-2h-2Zm0-8v6h2V7h-2Z"
41
- />
42
- </svg>
43
- );
44
- export const AlertFillIcon = (props: { className?: string }) => (
45
- <svg
46
- {...props}
47
- xmlns="http://www.w3.org/2000/svg"
48
- width="24"
49
- height="24"
50
- viewBox="0 0 24 24"
51
- >
52
- <path
53
- fill="currentColor"
54
- d="m12.865 3l9.526 16.5a1 1 0 0 1-.866 1.5H2.473a1 1 0 0 1-.866-1.5L11.133 3a1 1 0 0 1 1.732 0Zm-1.866 13v2h2v-2h-2Zm0-7v5h2V9h-2Z"
55
- />
56
- </svg>
57
- );
58
- export const CheckboxCircleFillIcon = (props: { className?: string }) => (
59
- <svg
60
- {...props}
61
- xmlns="http://www.w3.org/2000/svg"
62
- width="24"
63
- height="24"
64
- viewBox="0 0 24 24"
65
- >
66
- <path
67
- fill="currentColor"
68
- d="M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10Zm-.997-6l7.07-7.071l-1.413-1.414l-5.657 5.657l-2.829-2.829l-1.414 1.414L11.003 16Z"
69
- />
70
- </svg>
71
- );
72
- export const EyeFillIcon = (props: { className?: string }) => (
73
- <svg
74
- {...props}
75
- width="24"
76
- height="24"
77
- viewBox="0 0 24 24"
78
- fill="none"
79
- xmlns="http://www.w3.org/2000/svg"
80
- >
81
- <path
82
- d="M1.18164 12C2.12215 6.87976 6.60812 3 12.0003 3C17.3924 3 21.8784 6.87976 22.8189 12C21.8784 17.1202 17.3924 21 12.0003 21C6.60812 21 2.12215 17.1202 1.18164 12ZM12.0003 17C14.7617 17 17.0003 14.7614 17.0003 12C17.0003 9.23858 14.7617 7 12.0003 7C9.23884 7 7.00026 9.23858 7.00026 12C7.00026 14.7614 9.23884 17 12.0003 17ZM12.0003 15C10.3434 15 9.00026 13.6569 9.00026 12C9.00026 10.3431 10.3434 9 12.0003 9C13.6571 9 15.0003 10.3431 15.0003 12C15.0003 13.6569 13.6571 15 12.0003 15Z"
83
- fill="currentColor"
84
- />
85
- </svg>
86
- );
87
- export const InformationFillIcon = (props: { className?: string }) => (
88
- <svg
89
- {...props}
90
- width="24"
91
- height="24"
92
- viewBox="0 0 24 24"
93
- fill="none"
94
- xmlns="http://www.w3.org/2000/svg"
95
- >
96
- <path
97
- d="M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM11 11V17H13V11H11ZM11 7V9H13V7H11Z"
98
- fill="currentColor"
99
- />
100
- </svg>
101
- );
102
- export const FilterFillIcon = (props: { className?: string }) => (
103
- <svg
104
- {...props}
105
- width="24"
106
- height="24"
107
- viewBox="0 0 24 24"
108
- fill="none"
109
- xmlns="http://www.w3.org/2000/svg"
110
- >
111
- <path d="M21 4V6H20L14 15V22H10V15L4 6H3V4H21Z" fill="currentColor" />
112
- </svg>
113
- );
114
-
115
- export const CheckboxMultipleBlankLine = (props: { className?: string }) => (
116
- <svg
117
- {...props}
118
- xmlns="http://www.w3.org/2000/svg"
119
- width="24"
120
- height="24"
121
- viewBox="0 0 24 24"
122
- >
123
- <path
124
- fill="currentColor"
125
- d="M7 7V3a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-4v3.992C17 21.55 16.551 22 15.992 22H3.008A1.006 1.006 0 0 1 2 20.992l.003-12.985C2.003 7.451 2.452 7 3.01 7H7Zm2 0h6.993C16.549 7 17 7.449 17 8.007V15h3V4H9v3ZM4.003 9L4 20h11V9H4.003Z"
126
- />
127
- </svg>
128
- );
129
- export const ForbidFillIcon = (props: { className?: string }) => (
130
- <svg
131
- {...props}
132
- width="24"
133
- height="24"
134
- viewBox="0 0 24 24"
135
- fill="none"
136
- xmlns="http://www.w3.org/2000/svg"
137
- >
138
- <path
139
- d="M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM8.52313 7.10891C8.25459 7.30029 7.99828 7.51644 7.75736 7.75736C7.51644 7.99828 7.30029 8.25459 7.10891 8.52313L15.4769 16.8911C15.7454 16.6997 16.0017 16.4836 16.2426 16.2426C16.4836 16.0017 16.6997 15.7454 16.8911 15.4769L8.52313 7.10891Z"
140
- fill="currentColor"
141
- />
142
- </svg>
143
- );