@lunit/oui 1.0.1-alpha.1 → 1.0.1-alpha.10
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/Alert/Alert.js +1 -1
- package/dist/components/Alert/Alert.utils.js +1 -1
- package/dist/components/Chip/Chip.js +1 -1
- package/dist/components/Chip/Chip.utils.js +1 -1
- package/dist/components/DatePicker/DatePicker.js +1 -1
- package/dist/components/Dialog/Dialog.js +1 -1
- package/dist/components/Dropdown/Dropdown.js +1 -1
- package/dist/components/Dropdown/DropdownItem.js +1 -1
- package/dist/components/Dropdown/IconDropdown.js +1 -1
- package/dist/components/List/List.js +1 -1
- package/dist/components/List/ListItem.styled.js +1 -1
- package/dist/components/Pagination/Pagination.js +1 -1
- package/dist/components/ProductLabel/ProductLabel.js +1 -1
- package/dist/components/TextField/components/Buttons.js +1 -1
- package/dist/components/UploadManager/UploadManager.js +1 -1
- package/package.json +7 -11
- package/.git-ftp-include +0 -1
- package/dist/icons/BellNoti/index.js +0 -14
- package/dist/icons/CloseLarge/index.js +0 -14
- package/dist/icons/CloseSmall/index.js +0 -14
- package/dist/icons/DownloadPdf/index.js +0 -14
- package/dist/icons/Ellipse/index.js +0 -14
- package/dist/icons/FilterNoti/index.js +0 -14
- package/dist/icons/HideLarge/index.js +0 -14
- package/dist/icons/HideSmall/index.js +0 -14
- package/dist/icons/InformationLarge/index.js +0 -14
- package/dist/icons/InformationSmall/index.js +0 -14
- package/dist/icons/Manufacturer/index.js +0 -14
- package/dist/icons/Rectangle/index.js +0 -14
- package/dist/icons/RefreshLeft/index.js +0 -14
- package/dist/icons/RefreshRight/index.js +0 -14
- package/dist/icons/ShowLarge/index.js +0 -14
- package/dist/icons/ShowSmall/index.js +0 -14
- package/dist/icons/index.js +0 -180
- package/dist/types/icons/BellNoti/index.d.ts +0 -12
- package/dist/types/icons/CloseLarge/index.d.ts +0 -12
- package/dist/types/icons/CloseSmall/index.d.ts +0 -12
- package/dist/types/icons/DownloadPdf/index.d.ts +0 -12
- package/dist/types/icons/Ellipse/index.d.ts +0 -12
- package/dist/types/icons/FilterNoti/index.d.ts +0 -12
- package/dist/types/icons/HideLarge/index.d.ts +0 -12
- package/dist/types/icons/HideSmall/index.d.ts +0 -12
- package/dist/types/icons/InformationLarge/index.d.ts +0 -12
- package/dist/types/icons/InformationSmall/index.d.ts +0 -12
- package/dist/types/icons/Manufacturer/index.d.ts +0 -12
- package/dist/types/icons/Rectangle/index.d.ts +0 -12
- package/dist/types/icons/RefreshLeft/index.d.ts +0 -12
- package/dist/types/icons/RefreshRight/index.d.ts +0 -12
- package/dist/types/icons/ShowLarge/index.d.ts +0 -12
- package/dist/types/icons/ShowSmall/index.d.ts +0 -12
- package/dist/types/icons/index.d.ts +0 -179
- package/src/assets/ic-bell-noti-outlined-20px.tsx +0 -21
- package/src/assets/ic-close-large-outlined-20px.tsx +0 -17
- package/src/assets/ic-close-small-outlined-20px.tsx +0 -17
- package/src/assets/ic-download-pdf-outlined-20px.tsx +0 -18
- package/src/assets/ic-ellipse-outlined-20px.tsx +0 -17
- package/src/assets/ic-filter-noti-outlined-20px.tsx +0 -21
- package/src/assets/ic-hide-large-outlined-20px.tsx +0 -13
- package/src/assets/ic-hide-small-outlined-20px.tsx +0 -17
- package/src/assets/ic-information-large-outlined-20px.tsx +0 -17
- package/src/assets/ic-information-small-outlined-20px.tsx +0 -17
- package/src/assets/ic-manufacturer-outlined-20px.tsx +0 -19
- package/src/assets/ic-rectangle-outlined-20px.tsx +0 -17
- package/src/assets/ic-refresh-left-outlined-20px.tsx +0 -17
- package/src/assets/ic-refresh-right-outlined-20px.tsx +0 -13
- package/src/assets/ic-show-large-outlined-20px.tsx +0 -17
- package/src/assets/ic-show-small-outlined-20px.tsx +0 -17
- package/src/assets/ic_bell_noti=outlined_20px.svg +0 -5
- package/src/assets/ic_close_large=outlined_20px.svg +0 -4
- package/src/assets/ic_close_small=outlined_20px.svg +0 -4
- package/src/assets/ic_download_pdf=outlined_20px.svg +0 -7
- package/src/assets/ic_ellipse=outlined_20px.svg +0 -4
- package/src/assets/ic_filter_noti=outlined_20px.svg +0 -5
- package/src/assets/ic_hide_large=outlined_20px.svg +0 -4
- package/src/assets/ic_hide_small=outlined_20px.svg +0 -4
- package/src/assets/ic_information_large=outlined_20px.svg +0 -4
- package/src/assets/ic_information_small=outlined_20px.svg +0 -4
- package/src/assets/ic_manufacturer=outlined_20px.svg +0 -3
- package/src/assets/ic_rectangle=outlined_20px.svg +0 -4
- package/src/assets/ic_refresh_left=outlined_20px.svg +0 -4
- package/src/assets/ic_refresh_right=outlined_20px.svg +0 -4
- package/src/assets/ic_show_large=outlined_20px.svg +0 -4
- package/src/assets/ic_show_small=outlined_20px.svg +0 -4
- package/src/assets/index.ts +0 -16
- package/src/components/Alert/Alert.styled.ts +0 -44
- package/src/components/Alert/Alert.tsx +0 -39
- package/src/components/Alert/Alert.types.ts +0 -5
- package/src/components/Alert/Alert.utils.tsx +0 -43
- package/src/components/Alert/index.ts +0 -5
- package/src/components/BaseTextField/BaseTextField.styled.ts +0 -110
- package/src/components/BaseTextField/BaseTextField.types.ts +0 -25
- package/src/components/BaseTextField/BaseTextField.utils.ts +0 -10
- package/src/components/Button/BaseButton.tsx +0 -19
- package/src/components/Button/Button.tsx +0 -117
- package/src/components/Button/Button.types.ts +0 -36
- package/src/components/Button/Button.utils.ts +0 -13
- package/src/components/Button/index.ts +0 -6
- package/src/components/Button/styleds/BaseButton.styled.ts +0 -57
- package/src/components/Button/styleds/ContainedButton.styled.ts +0 -123
- package/src/components/Button/styleds/GhostButton.styled.ts +0 -139
- package/src/components/Button/styleds/IconButton.styled.ts +0 -25
- package/src/components/Button/styleds/OutlinedButton.styled.ts +0 -144
- package/src/components/Card/Card.styled.tsx +0 -18
- package/src/components/Card/Card.tsx +0 -18
- package/src/components/Card/Card.types.ts +0 -10
- package/src/components/Card/index.ts +0 -5
- package/src/components/Checkbox/Checkbox.styled.tsx +0 -27
- package/src/components/Checkbox/Checkbox.tsx +0 -64
- package/src/components/Checkbox/Checkbox.types.ts +0 -16
- package/src/components/Checkbox/Checkbox.utils.tsx +0 -42
- package/src/components/Checkbox/index.ts +0 -5
- package/src/components/Chip/Chip.styled.ts +0 -120
- package/src/components/Chip/Chip.tsx +0 -33
- package/src/components/Chip/Chip.types.ts +0 -18
- package/src/components/Chip/Chip.utils.tsx +0 -50
- package/src/components/Chip/index.ts +0 -4
- package/src/components/DataTable/DataTable.styled.ts +0 -66
- package/src/components/DataTable/DataTable.tsx +0 -29
- package/src/components/DataTable/index.ts +0 -1
- package/src/components/DatePicker/DatePicker.styled.ts +0 -19
- package/src/components/DatePicker/DatePicker.tsx +0 -194
- package/src/components/DatePicker/DatePicker.types.ts +0 -8
- package/src/components/DatePicker/index.ts +0 -4
- package/src/components/Dialog/Dialog.styled.ts +0 -87
- package/src/components/Dialog/Dialog.tsx +0 -111
- package/src/components/Dialog/Dialog.types.ts +0 -19
- package/src/components/Dialog/index.ts +0 -5
- package/src/components/Divider/Divider.styled.ts +0 -24
- package/src/components/Divider/Divider.tsx +0 -13
- package/src/components/Divider/Divider.types.ts +0 -7
- package/src/components/Divider/index.ts +0 -5
- package/src/components/Dropdown/Dropdown.styled.tsx +0 -127
- package/src/components/Dropdown/Dropdown.tsx +0 -116
- package/src/components/Dropdown/Dropdown.types.ts +0 -31
- package/src/components/Dropdown/Dropdown.utils.ts +0 -13
- package/src/components/Dropdown/DropdownItem.styled.tsx +0 -66
- package/src/components/Dropdown/DropdownItem.tsx +0 -45
- package/src/components/Dropdown/DropdownItem.types.ts +0 -14
- package/src/components/Dropdown/DropdownItem.utils.ts +0 -14
- package/src/components/Dropdown/DropdownSubtitle.styled.ts +0 -13
- package/src/components/Dropdown/DropdownSubtitle.tsx +0 -9
- package/src/components/Dropdown/DropdownSubtitle.types.ts +0 -6
- package/src/components/Dropdown/IconDropdown.styled.tsx +0 -82
- package/src/components/Dropdown/IconDropdown.tsx +0 -56
- package/src/components/Dropdown/IconDropdown.types.ts +0 -22
- package/src/components/Dropdown/index.ts +0 -22
- package/src/components/FileDnDZone/FileDnDZone.styled.ts +0 -43
- package/src/components/FileDnDZone/FileDnDZone.tsx +0 -81
- package/src/components/FileDnDZone/FileDnDZone.types.ts +0 -14
- package/src/components/FileDnDZone/FileDnDZone.utils.ts +0 -3
- package/src/components/FileDnDZone/index.ts +0 -5
- package/src/components/List/List.styled.ts +0 -31
- package/src/components/List/List.tsx +0 -71
- package/src/components/List/List.types.ts +0 -24
- package/src/components/List/List.utils.ts +0 -14
- package/src/components/List/ListItem.styled.tsx +0 -61
- package/src/components/List/ListItem.tsx +0 -66
- package/src/components/List/ListItem.types.ts +0 -40
- package/src/components/List/ListItemCaption.styled.tsx +0 -7
- package/src/components/List/ListItemCaption.tsx +0 -18
- package/src/components/List/ListItemCaption.types.ts +0 -2
- package/src/components/List/index.ts +0 -8
- package/src/components/LoadingIndicator/LoadingIndicator.styled.tsx +0 -40
- package/src/components/LoadingIndicator/LoadingIndicator.tsx +0 -44
- package/src/components/LoadingIndicator/LoadingIndicator.types.ts +0 -7
- package/src/components/LoadingIndicator/assets/DnaLoadingAnimation.json +0 -769
- package/src/components/LoadingIndicator/assets/DotLoadingAnimation.json +0 -426
- package/src/components/LoadingIndicator/index.ts +0 -5
- package/src/components/Menu/Menu.styled.tsx +0 -42
- package/src/components/Menu/Menu.tsx +0 -28
- package/src/components/Menu/Menu.types.ts +0 -18
- package/src/components/Menu/MenuItem.styled.ts +0 -62
- package/src/components/Menu/MenuItem.tsx +0 -45
- package/src/components/Menu/MenuItem.types.ts +0 -14
- package/src/components/Menu/index.ts +0 -5
- package/src/components/MuiCssBaseline.ts +0 -78
- package/src/components/MuiInputBase.ts +0 -25
- package/src/components/MuiOutlinedInput.ts +0 -57
- package/src/components/MuiTextField.ts +0 -17
- package/src/components/Pagination/Pagination.styled.tsx +0 -71
- package/src/components/Pagination/Pagination.tsx +0 -182
- package/src/components/Pagination/Pagination.types.ts +0 -39
- package/src/components/Pagination/index.ts +0 -2
- package/src/components/ProductLabel/ProductLabel.styled.ts +0 -61
- package/src/components/ProductLabel/ProductLabel.tsx +0 -57
- package/src/components/ProductLabel/ProductLabel.types.ts +0 -10
- package/src/components/ProductLabel/index.ts +0 -5
- package/src/components/Progress/CircularProgress.styled.ts +0 -10
- package/src/components/Progress/CircularProgress.tsx +0 -15
- package/src/components/Progress/CircularProgress.types.ts +0 -6
- package/src/components/Progress/LinearProgress.styled.ts +0 -15
- package/src/components/Progress/LinearProgress.tsx +0 -16
- package/src/components/Progress/LinearProgress.types.ts +0 -7
- package/src/components/Progress/index.ts +0 -4
- package/src/components/Radio/Radio.styled.ts +0 -35
- package/src/components/Radio/Radio.tsx +0 -60
- package/src/components/Radio/Radio.types.ts +0 -15
- package/src/components/Radio/RadioGroup.styled.ts +0 -6
- package/src/components/Radio/RadioGroup.tsx +0 -23
- package/src/components/Radio/RadioGroup.types.ts +0 -10
- package/src/components/Radio/index.ts +0 -7
- package/src/components/Stepper/Stepper.styled.ts +0 -38
- package/src/components/Stepper/Stepper.tsx +0 -24
- package/src/components/Stepper/Stepper.types.ts +0 -13
- package/src/components/Stepper/index.ts +0 -5
- package/src/components/TabbedPanel/TabbedPanel.styled.ts +0 -129
- package/src/components/TabbedPanel/TabbedPanel.tsx +0 -70
- package/src/components/TabbedPanel/TabbedPanel.types.ts +0 -36
- package/src/components/TabbedPanel/TabbedPanel.utils.ts +0 -21
- package/src/components/TabbedPanel/index.ts +0 -5
- package/src/components/TextField/TextArea.styled.tsx +0 -36
- package/src/components/TextField/TextArea.tsx +0 -35
- package/src/components/TextField/TextArea.types.ts +0 -28
- package/src/components/TextField/TextInput.styled.tsx +0 -115
- package/src/components/TextField/TextInput.tsx +0 -27
- package/src/components/TextField/TextInput.types.ts +0 -46
- package/src/components/TextField/TextInput.utils.ts +0 -7
- package/src/components/TextField/components/Buttons.tsx +0 -26
- package/src/components/TextField/components/NormalTextInput.tsx +0 -95
- package/src/components/TextField/components/PasswordInput.tsx +0 -92
- package/src/components/TextField/index.ts +0 -7
- package/src/components/Tooltip/Tooltip.styled.tsx +0 -36
- package/src/components/Tooltip/Tooltip.tsx +0 -58
- package/src/components/Tooltip/Tooltip.types.ts +0 -24
- package/src/components/Tooltip/Tooltip.utils.ts +0 -46
- package/src/components/Tooltip/index.ts +0 -5
- package/src/components/UploadManager/UploadManager.styled.ts +0 -49
- package/src/components/UploadManager/UploadManager.tsx +0 -271
- package/src/components/UploadManager/UploadManager.types.ts +0 -16
- package/src/components/UploadManager/index.ts +0 -5
- package/src/components/index.ts +0 -23
- package/src/foundations/index.ts +0 -4
- package/src/foundations/palette.ts +0 -418
- package/src/foundations/spacing.ts +0 -5
- package/src/foundations/styles.ts +0 -9
- package/src/foundations/typography.ts +0 -492
- package/src/icons/BellNoti/index.tsx +0 -28
- package/src/icons/CloseLarge/index.tsx +0 -28
- package/src/icons/CloseSmall/index.tsx +0 -28
- package/src/icons/DownloadPdf/index.tsx +0 -28
- package/src/icons/Ellipse/index.tsx +0 -28
- package/src/icons/FilterNoti/index.tsx +0 -28
- package/src/icons/HideLarge/index.tsx +0 -28
- package/src/icons/HideSmall/index.tsx +0 -28
- package/src/icons/InformationLarge/index.tsx +0 -28
- package/src/icons/InformationSmall/index.tsx +0 -28
- package/src/icons/Manufacturer/index.tsx +0 -28
- package/src/icons/Rectangle/index.tsx +0 -28
- package/src/icons/RefreshLeft/index.tsx +0 -28
- package/src/icons/RefreshRight/index.tsx +0 -28
- package/src/icons/ShowLarge/index.tsx +0 -28
- package/src/icons/ShowSmall/index.tsx +0 -28
- package/src/icons/index.ts +0 -180
- package/src/index.ts +0 -4
- package/src/react-app-env.d.ts +0 -71
- package/src/reportWebVitals.ts +0 -15
- package/src/setupTests.ts +0 -5
- package/src/systems/drawer.ts +0 -27
- package/src/systems/index.ts +0 -7
- package/src/theme.ts +0 -22
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { SvgIconProps } from '@mui/material/SvgIcon';
|
|
2
|
-
declare const variants: readonly ["outlined"];
|
|
3
|
-
type Variant = (typeof variants)[number];
|
|
4
|
-
type IconProps = SvgIconProps & {
|
|
5
|
-
variant?: Variant;
|
|
6
|
-
};
|
|
7
|
-
declare const CloseSmall: {
|
|
8
|
-
({ variant, ...rest }: IconProps): import("react/jsx-runtime").JSX.Element | null;
|
|
9
|
-
displayName: string;
|
|
10
|
-
variants: readonly ["outlined"];
|
|
11
|
-
};
|
|
12
|
-
export default CloseSmall;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { SvgIconProps } from '@mui/material/SvgIcon';
|
|
2
|
-
declare const variants: readonly ["outlined"];
|
|
3
|
-
type Variant = (typeof variants)[number];
|
|
4
|
-
type IconProps = SvgIconProps & {
|
|
5
|
-
variant?: Variant;
|
|
6
|
-
};
|
|
7
|
-
declare const DownloadPdf: {
|
|
8
|
-
({ variant, ...rest }: IconProps): import("react/jsx-runtime").JSX.Element | null;
|
|
9
|
-
displayName: string;
|
|
10
|
-
variants: readonly ["outlined"];
|
|
11
|
-
};
|
|
12
|
-
export default DownloadPdf;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { SvgIconProps } from '@mui/material/SvgIcon';
|
|
2
|
-
declare const variants: readonly ["outlined"];
|
|
3
|
-
type Variant = (typeof variants)[number];
|
|
4
|
-
type IconProps = SvgIconProps & {
|
|
5
|
-
variant?: Variant;
|
|
6
|
-
};
|
|
7
|
-
declare const Ellipse: {
|
|
8
|
-
({ variant, ...rest }: IconProps): import("react/jsx-runtime").JSX.Element | null;
|
|
9
|
-
displayName: string;
|
|
10
|
-
variants: readonly ["outlined"];
|
|
11
|
-
};
|
|
12
|
-
export default Ellipse;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { SvgIconProps } from '@mui/material/SvgIcon';
|
|
2
|
-
declare const variants: readonly ["outlined"];
|
|
3
|
-
type Variant = (typeof variants)[number];
|
|
4
|
-
type IconProps = SvgIconProps & {
|
|
5
|
-
variant?: Variant;
|
|
6
|
-
};
|
|
7
|
-
declare const FilterNoti: {
|
|
8
|
-
({ variant, ...rest }: IconProps): import("react/jsx-runtime").JSX.Element | null;
|
|
9
|
-
displayName: string;
|
|
10
|
-
variants: readonly ["outlined"];
|
|
11
|
-
};
|
|
12
|
-
export default FilterNoti;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { SvgIconProps } from '@mui/material/SvgIcon';
|
|
2
|
-
declare const variants: readonly ["outlined"];
|
|
3
|
-
type Variant = (typeof variants)[number];
|
|
4
|
-
type IconProps = SvgIconProps & {
|
|
5
|
-
variant?: Variant;
|
|
6
|
-
};
|
|
7
|
-
declare const HideLarge: {
|
|
8
|
-
({ variant, ...rest }: IconProps): import("react/jsx-runtime").JSX.Element | null;
|
|
9
|
-
displayName: string;
|
|
10
|
-
variants: readonly ["outlined"];
|
|
11
|
-
};
|
|
12
|
-
export default HideLarge;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { SvgIconProps } from '@mui/material/SvgIcon';
|
|
2
|
-
declare const variants: readonly ["outlined"];
|
|
3
|
-
type Variant = (typeof variants)[number];
|
|
4
|
-
type IconProps = SvgIconProps & {
|
|
5
|
-
variant?: Variant;
|
|
6
|
-
};
|
|
7
|
-
declare const HideSmall: {
|
|
8
|
-
({ variant, ...rest }: IconProps): import("react/jsx-runtime").JSX.Element | null;
|
|
9
|
-
displayName: string;
|
|
10
|
-
variants: readonly ["outlined"];
|
|
11
|
-
};
|
|
12
|
-
export default HideSmall;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { SvgIconProps } from '@mui/material/SvgIcon';
|
|
2
|
-
declare const variants: readonly ["outlined"];
|
|
3
|
-
type Variant = (typeof variants)[number];
|
|
4
|
-
type IconProps = SvgIconProps & {
|
|
5
|
-
variant?: Variant;
|
|
6
|
-
};
|
|
7
|
-
declare const InformationLarge: {
|
|
8
|
-
({ variant, ...rest }: IconProps): import("react/jsx-runtime").JSX.Element | null;
|
|
9
|
-
displayName: string;
|
|
10
|
-
variants: readonly ["outlined"];
|
|
11
|
-
};
|
|
12
|
-
export default InformationLarge;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { SvgIconProps } from '@mui/material/SvgIcon';
|
|
2
|
-
declare const variants: readonly ["outlined"];
|
|
3
|
-
type Variant = (typeof variants)[number];
|
|
4
|
-
type IconProps = SvgIconProps & {
|
|
5
|
-
variant?: Variant;
|
|
6
|
-
};
|
|
7
|
-
declare const InformationSmall: {
|
|
8
|
-
({ variant, ...rest }: IconProps): import("react/jsx-runtime").JSX.Element | null;
|
|
9
|
-
displayName: string;
|
|
10
|
-
variants: readonly ["outlined"];
|
|
11
|
-
};
|
|
12
|
-
export default InformationSmall;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { SvgIconProps } from '@mui/material/SvgIcon';
|
|
2
|
-
declare const variants: readonly ["outlined"];
|
|
3
|
-
type Variant = (typeof variants)[number];
|
|
4
|
-
type IconProps = SvgIconProps & {
|
|
5
|
-
variant?: Variant;
|
|
6
|
-
};
|
|
7
|
-
declare const Manufacturer: {
|
|
8
|
-
({ variant, ...rest }: IconProps): import("react/jsx-runtime").JSX.Element | null;
|
|
9
|
-
displayName: string;
|
|
10
|
-
variants: readonly ["outlined"];
|
|
11
|
-
};
|
|
12
|
-
export default Manufacturer;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { SvgIconProps } from '@mui/material/SvgIcon';
|
|
2
|
-
declare const variants: readonly ["outlined"];
|
|
3
|
-
type Variant = (typeof variants)[number];
|
|
4
|
-
type IconProps = SvgIconProps & {
|
|
5
|
-
variant?: Variant;
|
|
6
|
-
};
|
|
7
|
-
declare const Rectangle: {
|
|
8
|
-
({ variant, ...rest }: IconProps): import("react/jsx-runtime").JSX.Element | null;
|
|
9
|
-
displayName: string;
|
|
10
|
-
variants: readonly ["outlined"];
|
|
11
|
-
};
|
|
12
|
-
export default Rectangle;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { SvgIconProps } from '@mui/material/SvgIcon';
|
|
2
|
-
declare const variants: readonly ["outlined"];
|
|
3
|
-
type Variant = (typeof variants)[number];
|
|
4
|
-
type IconProps = SvgIconProps & {
|
|
5
|
-
variant?: Variant;
|
|
6
|
-
};
|
|
7
|
-
declare const RefreshLeft: {
|
|
8
|
-
({ variant, ...rest }: IconProps): import("react/jsx-runtime").JSX.Element | null;
|
|
9
|
-
displayName: string;
|
|
10
|
-
variants: readonly ["outlined"];
|
|
11
|
-
};
|
|
12
|
-
export default RefreshLeft;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { SvgIconProps } from '@mui/material/SvgIcon';
|
|
2
|
-
declare const variants: readonly ["outlined"];
|
|
3
|
-
type Variant = (typeof variants)[number];
|
|
4
|
-
type IconProps = SvgIconProps & {
|
|
5
|
-
variant?: Variant;
|
|
6
|
-
};
|
|
7
|
-
declare const RefreshRight: {
|
|
8
|
-
({ variant, ...rest }: IconProps): import("react/jsx-runtime").JSX.Element | null;
|
|
9
|
-
displayName: string;
|
|
10
|
-
variants: readonly ["outlined"];
|
|
11
|
-
};
|
|
12
|
-
export default RefreshRight;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { SvgIconProps } from '@mui/material/SvgIcon';
|
|
2
|
-
declare const variants: readonly ["outlined"];
|
|
3
|
-
type Variant = (typeof variants)[number];
|
|
4
|
-
type IconProps = SvgIconProps & {
|
|
5
|
-
variant?: Variant;
|
|
6
|
-
};
|
|
7
|
-
declare const ShowLarge: {
|
|
8
|
-
({ variant, ...rest }: IconProps): import("react/jsx-runtime").JSX.Element | null;
|
|
9
|
-
displayName: string;
|
|
10
|
-
variants: readonly ["outlined"];
|
|
11
|
-
};
|
|
12
|
-
export default ShowLarge;
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { SvgIconProps } from '@mui/material/SvgIcon';
|
|
2
|
-
declare const variants: readonly ["outlined"];
|
|
3
|
-
type Variant = (typeof variants)[number];
|
|
4
|
-
type IconProps = SvgIconProps & {
|
|
5
|
-
variant?: Variant;
|
|
6
|
-
};
|
|
7
|
-
declare const ShowSmall: {
|
|
8
|
-
({ variant, ...rest }: IconProps): import("react/jsx-runtime").JSX.Element | null;
|
|
9
|
-
displayName: string;
|
|
10
|
-
variants: readonly ["outlined"];
|
|
11
|
-
};
|
|
12
|
-
export default ShowSmall;
|
|
@@ -1,179 +0,0 @@
|
|
|
1
|
-
export { default as BellNoti } from './BellNoti';
|
|
2
|
-
export { default as CloseLarge } from './CloseLarge';
|
|
3
|
-
export { default as CloseSmall } from './CloseSmall';
|
|
4
|
-
export { default as DownloadPdf } from './DownloadPdf';
|
|
5
|
-
export { default as Ellipse } from './Ellipse';
|
|
6
|
-
export { default as FilterNoti } from './FilterNoti';
|
|
7
|
-
export { default as HideLarge } from './HideLarge';
|
|
8
|
-
export { default as HideSmall } from './HideSmall';
|
|
9
|
-
export { default as InformationLarge } from './InformationLarge';
|
|
10
|
-
export { default as InformationSmall } from './InformationSmall';
|
|
11
|
-
export { default as Manufacturer } from './Manufacturer';
|
|
12
|
-
export { default as Rectangle } from './Rectangle';
|
|
13
|
-
export { default as RefreshLeft } from './RefreshLeft';
|
|
14
|
-
export { default as RefreshRight } from './RefreshRight';
|
|
15
|
-
export { default as ShowLarge } from './ShowLarge';
|
|
16
|
-
export { default as ShowSmall } from './ShowSmall';
|
|
17
|
-
export { Analyze } from '@lunit/design-system-icons';
|
|
18
|
-
export { Annotation } from '@lunit/design-system-icons';
|
|
19
|
-
export { Apps } from '@lunit/design-system-icons';
|
|
20
|
-
export { ArrowDoubleDown } from '@lunit/design-system-icons';
|
|
21
|
-
export { ArrowDoubleLeft } from '@lunit/design-system-icons';
|
|
22
|
-
export { ArrowDoubleRight } from '@lunit/design-system-icons';
|
|
23
|
-
export { ArrowDoubleUp } from '@lunit/design-system-icons';
|
|
24
|
-
export { ArrowDown } from '@lunit/design-system-icons';
|
|
25
|
-
export { ArrowDownSm } from '@lunit/design-system-icons';
|
|
26
|
-
export { ArrowDownXs } from '@lunit/design-system-icons';
|
|
27
|
-
export { ArrowDownward } from '@lunit/design-system-icons';
|
|
28
|
-
export { ArrowExpand } from '@lunit/design-system-icons';
|
|
29
|
-
export { ArrowLeft } from '@lunit/design-system-icons';
|
|
30
|
-
export { ArrowMore } from '@lunit/design-system-icons';
|
|
31
|
-
export { ArrowRight } from '@lunit/design-system-icons';
|
|
32
|
-
export { ArrowUp } from '@lunit/design-system-icons';
|
|
33
|
-
export { ArrowUpSm } from '@lunit/design-system-icons';
|
|
34
|
-
export { ArrowUpXs } from '@lunit/design-system-icons';
|
|
35
|
-
export { ArrowUpward } from '@lunit/design-system-icons';
|
|
36
|
-
export { Avatar16 } from '@lunit/design-system-icons';
|
|
37
|
-
export { Avatar } from '@lunit/design-system-icons';
|
|
38
|
-
export { Avatar28 } from '@lunit/design-system-icons';
|
|
39
|
-
export { Bell } from '@lunit/design-system-icons';
|
|
40
|
-
export { Brightness } from '@lunit/design-system-icons';
|
|
41
|
-
export { BrightnessPreset } from '@lunit/design-system-icons';
|
|
42
|
-
export { Brush } from '@lunit/design-system-icons';
|
|
43
|
-
export { Calendar } from '@lunit/design-system-icons';
|
|
44
|
-
export { Check } from '@lunit/design-system-icons';
|
|
45
|
-
export { Close16 } from '@lunit/design-system-icons';
|
|
46
|
-
export { Close } from '@lunit/design-system-icons';
|
|
47
|
-
export { CloudDownload } from '@lunit/design-system-icons';
|
|
48
|
-
export { CloudUpload } from '@lunit/design-system-icons';
|
|
49
|
-
export { Convert } from '@lunit/design-system-icons';
|
|
50
|
-
export { Crop } from '@lunit/design-system-icons';
|
|
51
|
-
export { Cursor } from '@lunit/design-system-icons';
|
|
52
|
-
export { Dashboard } from '@lunit/design-system-icons';
|
|
53
|
-
export { Delete } from '@lunit/design-system-icons';
|
|
54
|
-
export { Demo } from '@lunit/design-system-icons';
|
|
55
|
-
export { DownloadFolder } from '@lunit/design-system-icons';
|
|
56
|
-
export { DownloadT1 } from '@lunit/design-system-icons';
|
|
57
|
-
export { DownloadT2 } from '@lunit/design-system-icons';
|
|
58
|
-
export { DownloadT3 } from '@lunit/design-system-icons';
|
|
59
|
-
export { DownloadT4 } from '@lunit/design-system-icons';
|
|
60
|
-
export { DrawArrow } from '@lunit/design-system-icons';
|
|
61
|
-
export { DrawLine } from '@lunit/design-system-icons';
|
|
62
|
-
export { Dummy16 } from '@lunit/design-system-icons';
|
|
63
|
-
export { Dummy } from '@lunit/design-system-icons';
|
|
64
|
-
export { Duplicate } from '@lunit/design-system-icons';
|
|
65
|
-
export { Edit } from '@lunit/design-system-icons';
|
|
66
|
-
export { EditTtr } from '@lunit/design-system-icons';
|
|
67
|
-
export { EditType } from '@lunit/design-system-icons';
|
|
68
|
-
export { Eraser } from '@lunit/design-system-icons';
|
|
69
|
-
export { Error16 } from '@lunit/design-system-icons';
|
|
70
|
-
export { Error } from '@lunit/design-system-icons';
|
|
71
|
-
export { Exclude16 } from '@lunit/design-system-icons';
|
|
72
|
-
export { Exclude } from '@lunit/design-system-icons';
|
|
73
|
-
export { Feedback } from '@lunit/design-system-icons';
|
|
74
|
-
export { File } from '@lunit/design-system-icons';
|
|
75
|
-
export { Filter } from '@lunit/design-system-icons';
|
|
76
|
-
export { FlipHorizontal } from '@lunit/design-system-icons';
|
|
77
|
-
export { FlipVertical } from '@lunit/design-system-icons';
|
|
78
|
-
export { FloodFill } from '@lunit/design-system-icons';
|
|
79
|
-
export { Forward } from '@lunit/design-system-icons';
|
|
80
|
-
export { Fullscreen } from '@lunit/design-system-icons';
|
|
81
|
-
export { Hand } from '@lunit/design-system-icons';
|
|
82
|
-
export { Help } from '@lunit/design-system-icons';
|
|
83
|
-
export { Hide16 } from '@lunit/design-system-icons';
|
|
84
|
-
export { Hide } from '@lunit/design-system-icons';
|
|
85
|
-
export { History } from '@lunit/design-system-icons';
|
|
86
|
-
export { Home } from '@lunit/design-system-icons';
|
|
87
|
-
export { Include16 } from '@lunit/design-system-icons';
|
|
88
|
-
export { Include } from '@lunit/design-system-icons';
|
|
89
|
-
export { Information16 } from '@lunit/design-system-icons';
|
|
90
|
-
export { Information } from '@lunit/design-system-icons';
|
|
91
|
-
export { Invert } from '@lunit/design-system-icons';
|
|
92
|
-
export { Label } from '@lunit/design-system-icons';
|
|
93
|
-
export { Language } from '@lunit/design-system-icons';
|
|
94
|
-
export { Layout1x1 } from '@lunit/design-system-icons';
|
|
95
|
-
export { Layout1x2 } from '@lunit/design-system-icons';
|
|
96
|
-
export { Layout1x4 } from '@lunit/design-system-icons';
|
|
97
|
-
export { Layout2x1 } from '@lunit/design-system-icons';
|
|
98
|
-
export { Layout2x2 } from '@lunit/design-system-icons';
|
|
99
|
-
export { Lock } from '@lunit/design-system-icons';
|
|
100
|
-
export { Logo16 } from '@lunit/design-system-icons';
|
|
101
|
-
export { Logo } from '@lunit/design-system-icons';
|
|
102
|
-
export { Logo32 } from '@lunit/design-system-icons';
|
|
103
|
-
export { Logout } from '@lunit/design-system-icons';
|
|
104
|
-
export { LunitLogo } from '@lunit/design-system-icons';
|
|
105
|
-
export { Magnify } from '@lunit/design-system-icons';
|
|
106
|
-
export { Menu as MenuIcon } from '@lunit/design-system-icons';
|
|
107
|
-
export { MenuOpen } from '@lunit/design-system-icons';
|
|
108
|
-
export { Minus } from '@lunit/design-system-icons';
|
|
109
|
-
export { MoreHorizontal } from '@lunit/design-system-icons';
|
|
110
|
-
export { MoreVertical } from '@lunit/design-system-icons';
|
|
111
|
-
export { MoveDown } from '@lunit/design-system-icons';
|
|
112
|
-
export { MoveLeft } from '@lunit/design-system-icons';
|
|
113
|
-
export { MoveRight } from '@lunit/design-system-icons';
|
|
114
|
-
export { MoveUp } from '@lunit/design-system-icons';
|
|
115
|
-
export { Pan } from '@lunit/design-system-icons';
|
|
116
|
-
export { Password } from '@lunit/design-system-icons';
|
|
117
|
-
export { PathologySlides } from '@lunit/design-system-icons';
|
|
118
|
-
export { PauseT1 } from '@lunit/design-system-icons';
|
|
119
|
-
export { PauseT2 } from '@lunit/design-system-icons';
|
|
120
|
-
export { PdfDownload } from '@lunit/design-system-icons';
|
|
121
|
-
export { PdfUpload } from '@lunit/design-system-icons';
|
|
122
|
-
export { Pen } from '@lunit/design-system-icons';
|
|
123
|
-
export { Play } from '@lunit/design-system-icons';
|
|
124
|
-
export { Plus } from '@lunit/design-system-icons';
|
|
125
|
-
export { PolygonSelection } from '@lunit/design-system-icons';
|
|
126
|
-
export { Project } from '@lunit/design-system-icons';
|
|
127
|
-
export { Redo } from '@lunit/design-system-icons';
|
|
128
|
-
export { Refresh } from '@lunit/design-system-icons';
|
|
129
|
-
export { Removable16 } from '@lunit/design-system-icons';
|
|
130
|
-
export { Removable } from '@lunit/design-system-icons';
|
|
131
|
-
export { Reorder } from '@lunit/design-system-icons';
|
|
132
|
-
export { Report } from '@lunit/design-system-icons';
|
|
133
|
-
export { Reset } from '@lunit/design-system-icons';
|
|
134
|
-
export { ResetText } from '@lunit/design-system-icons';
|
|
135
|
-
export { ResetView } from '@lunit/design-system-icons';
|
|
136
|
-
export { Review } from '@lunit/design-system-icons';
|
|
137
|
-
export { Rewind } from '@lunit/design-system-icons';
|
|
138
|
-
export { RotationLeft } from '@lunit/design-system-icons';
|
|
139
|
-
export { RotationRight } from '@lunit/design-system-icons';
|
|
140
|
-
export { RulerT1 } from '@lunit/design-system-icons';
|
|
141
|
-
export { RulerT2 } from '@lunit/design-system-icons';
|
|
142
|
-
export { RulerviewCircle } from '@lunit/design-system-icons';
|
|
143
|
-
export { RulerviewLine } from '@lunit/design-system-icons';
|
|
144
|
-
export { Save } from '@lunit/design-system-icons';
|
|
145
|
-
export { SearchT1 } from '@lunit/design-system-icons';
|
|
146
|
-
export { SearchT2 } from '@lunit/design-system-icons';
|
|
147
|
-
export { SendEmail } from '@lunit/design-system-icons';
|
|
148
|
-
export { Setting } from '@lunit/design-system-icons';
|
|
149
|
-
export { Shortcut } from '@lunit/design-system-icons';
|
|
150
|
-
export { Show16 } from '@lunit/design-system-icons';
|
|
151
|
-
export { Show } from '@lunit/design-system-icons';
|
|
152
|
-
export { Skip } from '@lunit/design-system-icons';
|
|
153
|
-
export { StartT1 } from '@lunit/design-system-icons';
|
|
154
|
-
export { StartT2 } from '@lunit/design-system-icons';
|
|
155
|
-
export { Storage } from '@lunit/design-system-icons';
|
|
156
|
-
export { Success16 } from '@lunit/design-system-icons';
|
|
157
|
-
export { Success } from '@lunit/design-system-icons';
|
|
158
|
-
export { TagT1 } from '@lunit/design-system-icons';
|
|
159
|
-
export { TagT2 } from '@lunit/design-system-icons';
|
|
160
|
-
export { TagT3 } from '@lunit/design-system-icons';
|
|
161
|
-
export { Text } from '@lunit/design-system-icons';
|
|
162
|
-
export { Toggle } from '@lunit/design-system-icons';
|
|
163
|
-
export { Undo } from '@lunit/design-system-icons';
|
|
164
|
-
export { Unlock } from '@lunit/design-system-icons';
|
|
165
|
-
export { UploadFolder } from '@lunit/design-system-icons';
|
|
166
|
-
export { UploadT1 } from '@lunit/design-system-icons';
|
|
167
|
-
export { UploadT2 } from '@lunit/design-system-icons';
|
|
168
|
-
export { UploadT3 } from '@lunit/design-system-icons';
|
|
169
|
-
export { UploadT4 } from '@lunit/design-system-icons';
|
|
170
|
-
export { User } from '@lunit/design-system-icons';
|
|
171
|
-
export { ViewList } from '@lunit/design-system-icons';
|
|
172
|
-
export { ViewModule } from '@lunit/design-system-icons';
|
|
173
|
-
export { ViewfinderT1 } from '@lunit/design-system-icons';
|
|
174
|
-
export { ViewfinderT2 } from '@lunit/design-system-icons';
|
|
175
|
-
export { ViewfinderT3 } from '@lunit/design-system-icons';
|
|
176
|
-
export { Warning16 } from '@lunit/design-system-icons';
|
|
177
|
-
export { Warning } from '@lunit/design-system-icons';
|
|
178
|
-
export { ZoomIn } from '@lunit/design-system-icons';
|
|
179
|
-
export { ZoomOut } from '@lunit/design-system-icons';
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import type { SVGProps } from 'react';
|
|
3
|
-
const SvgIcBellNotioutlined20Px = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
fill="currentColor"
|
|
7
|
-
viewBox="0 0 20 20"
|
|
8
|
-
{...props}
|
|
9
|
-
>
|
|
10
|
-
<path
|
|
11
|
-
fillRule="evenodd"
|
|
12
|
-
d="M10 1.5c.557 0 1.072.049 1.547.142a5.021 5.021 0 0 0-1.128.869A8.062 8.062 0 0 0 10 2.5c-1.258 0-2.214.278-2.944.717-.731.439-1.265 1.056-1.653 1.778-.785 1.461-.955 3.326-.914 4.872.044 1.62-.343 3.313-1.36 4.633h13.742c-.831-1.078-1.241-2.406-1.34-3.739.344-.11.672-.257.98-.436.039 1.495.502 2.935 1.493 3.96a.717.717 0 0 1-.515 1.215H12.5a2.5 2.5 0 0 1-5 0H2.511a.717.717 0 0 1-.515-1.215c1.086-1.123 1.538-2.745 1.494-4.39-.044-1.606.124-3.682 1.032-5.373.458-.854 1.11-1.616 2.019-2.162.91-.547 2.05-.86 3.459-.86Zm-1.5 14a1.5 1.5 0 0 0 3 0h-3Z"
|
|
13
|
-
clipRule="evenodd"
|
|
14
|
-
/>
|
|
15
|
-
<path
|
|
16
|
-
fill="#E63B28"
|
|
17
|
-
d="M18 6a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z"
|
|
18
|
-
/>
|
|
19
|
-
</svg>
|
|
20
|
-
);
|
|
21
|
-
export default SvgIcBellNotioutlined20Px;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import type { SVGProps } from 'react';
|
|
3
|
-
const SvgIcCloseLargeoutlined20Px = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
fill="currentColor"
|
|
7
|
-
viewBox="0 0 20 20"
|
|
8
|
-
{...props}
|
|
9
|
-
>
|
|
10
|
-
<path
|
|
11
|
-
fillRule="evenodd"
|
|
12
|
-
d="M4.854 15.854a.5.5 0 0 1-.708-.708L9.293 10 4.146 4.854a.5.5 0 1 1 .708-.708L10 9.293l5.146-5.147a.5.5 0 0 1 .708.708L10.707 10l5.147 5.146a.5.5 0 0 1-.708.708L10 10.707l-5.146 5.147Z"
|
|
13
|
-
clipRule="evenodd"
|
|
14
|
-
/>
|
|
15
|
-
</svg>
|
|
16
|
-
);
|
|
17
|
-
export default SvgIcCloseLargeoutlined20Px;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import type { SVGProps } from 'react';
|
|
3
|
-
const SvgIcCloseSmalloutlined20Px = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
fill="currentColor"
|
|
7
|
-
viewBox="0 0 20 20"
|
|
8
|
-
{...props}
|
|
9
|
-
>
|
|
10
|
-
<path
|
|
11
|
-
fillRule="evenodd"
|
|
12
|
-
d="M10 9.293 5.854 5.146a.5.5 0 1 0-.708.708L9.293 10l-4.147 4.146a.5.5 0 1 0 .708.708L10 10.707l4.146 4.147a.5.5 0 0 0 .708-.708L10.707 10l4.147-4.146a.5.5 0 0 0-.708-.708L10 9.293Z"
|
|
13
|
-
clipRule="evenodd"
|
|
14
|
-
/>
|
|
15
|
-
</svg>
|
|
16
|
-
);
|
|
17
|
-
export default SvgIcCloseSmalloutlined20Px;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import type { SVGProps } from 'react';
|
|
3
|
-
const SvgIcDownloadPdfoutlined20Px = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
fill="currentColor"
|
|
7
|
-
viewBox="0 0 20 20"
|
|
8
|
-
{...props}
|
|
9
|
-
>
|
|
10
|
-
<path
|
|
11
|
-
fillRule="evenodd"
|
|
12
|
-
d="M3.051 2.343V8h1.014V6.086h1.088c1.307 0 2.009-.785 2.009-1.87 0-1.08-.694-1.873-1.995-1.873H3.051Zm1.014 2.906V3.193h.947c.768 0 1.11.42 1.11 1.022 0 .603-.342 1.034-1.104 1.034h-.953ZM9.939 2.343h-1.95V8h1.914c1.724 0 2.74-1.066 2.74-2.834 0-1.763-1.016-2.823-2.704-2.823Zm-.937 4.776V3.224h.882c1.152 0 1.751.643 1.751 1.942 0 1.3-.6 1.953-1.782 1.953h-.85Z"
|
|
13
|
-
clipRule="evenodd"
|
|
14
|
-
/>
|
|
15
|
-
<path d="M14.565 5.594V8H13.55V2.343h3.619v.856h-2.605V4.74h2.356v.854h-2.356ZM13.124 13.67l-2.624 3V11a.5.5 0 1 0-1 0v5.67l-2.624-3a.5.5 0 1 0-.752.66l3.5 4a.5.5 0 0 0 .752 0l3.5-4a.5.5 0 0 0-.752-.66Z" />
|
|
16
|
-
</svg>
|
|
17
|
-
);
|
|
18
|
-
export default SvgIcDownloadPdfoutlined20Px;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import type { SVGProps } from 'react';
|
|
3
|
-
const SvgIcEllipseoutlined20Px = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
fill="currentColor"
|
|
7
|
-
viewBox="0 0 20 20"
|
|
8
|
-
{...props}
|
|
9
|
-
>
|
|
10
|
-
<path
|
|
11
|
-
fillRule="evenodd"
|
|
12
|
-
d="M10 18a8 8 0 1 0 0-16 8 8 0 0 0 0 16Zm0 1a9 9 0 1 0 0-18 9 9 0 0 0 0 18Z"
|
|
13
|
-
clipRule="evenodd"
|
|
14
|
-
/>
|
|
15
|
-
</svg>
|
|
16
|
-
);
|
|
17
|
-
export default SvgIcEllipseoutlined20Px;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import type { SVGProps } from 'react';
|
|
3
|
-
const SvgIcFilterNotioutlined20Px = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
fill="currentColor"
|
|
7
|
-
viewBox="0 0 20 20"
|
|
8
|
-
{...props}
|
|
9
|
-
>
|
|
10
|
-
<path
|
|
11
|
-
fillRule="evenodd"
|
|
12
|
-
d="M10.1 5H6.937a2 2 0 0 0-3.874 0H2a.5.5 0 0 0 0 1h1.063a2 2 0 0 0 3.874 0H10c0-.342.034-.677.1-1Zm2.55 4.238a2 2 0 0 1 3.787.262h.501a3.973 3.973 0 0 1-1.438.47 1 1 0 0 0-1.962-.245 3.993 3.993 0 0 1-.888-.487Zm-1.22.262H2a.5.5 0 0 0 0 1h10.563a2 2 0 0 0 3.76.323 5.005 5.005 0 0 1-1.669.165 1.002 1.002 0 0 1-.544-.067A4.989 4.989 0 0 1 11.43 9.5Zm5.752 1H18a.5.5 0 0 0 .384-.82 5.01 5.01 0 0 1-1.202.82ZM11 6c0-.345.044-.68.126-1H18a.5.5 0 0 1 0 1h-7Zm-7-.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Zm6.437 9.5a2 2 0 0 1-3.874 0H2a.5.5 0 0 1 0-1h4.563a2 2 0 0 1 3.874 0H18a.5.5 0 0 1 0 1h-7.563ZM7.5 14.5a1 1 0 1 1 2 0 1 1 0 0 1-2 0Z"
|
|
13
|
-
clipRule="evenodd"
|
|
14
|
-
/>
|
|
15
|
-
<path
|
|
16
|
-
fill="#E63B28"
|
|
17
|
-
d="M19 6a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z"
|
|
18
|
-
/>
|
|
19
|
-
</svg>
|
|
20
|
-
);
|
|
21
|
-
export default SvgIcFilterNotioutlined20Px;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import type { SVGProps } from 'react';
|
|
3
|
-
const SvgIcHideLargeoutlined20Px = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
fill="currentColor"
|
|
7
|
-
viewBox="0 0 20 20"
|
|
8
|
-
{...props}
|
|
9
|
-
>
|
|
10
|
-
<path d="M3.975 6.344a.5.5 0 0 0-.95.31L3.5 6.5l-.475.155v.003l.002.005.006.016.019.052c.016.043.04.103.071.178.065.149.163.356.303.599.222.385.55.864 1.017 1.342l-1.296 1.297a.5.5 0 1 0 .707.707l1.34-1.34c.458.348 1.003.669 1.646.923l-.8 1.866a.5.5 0 1 0 .92.394l.837-1.954a8.805 8.805 0 0 0 1.703.245V13.5a.5.5 0 1 0 1 0v-2.512a8.804 8.804 0 0 0 1.703-.245l.838 1.954a.5.5 0 1 0 .919-.394l-.8-1.866a6.913 6.913 0 0 0 1.646-.923l1.39 1.39a.42.42 0 0 0 .632-.026.5.5 0 0 0 .026-.731L15.557 8.85a6.77 6.77 0 0 0 1.018-1.342 5.823 5.823 0 0 0 .374-.777l.018-.052.006-.016.002-.005v-.003L16.5 6.5l.476.155a.5.5 0 0 0-.951-.31l-.002.005a4.82 4.82 0 0 1-.315.659c-.236.41-.619.95-1.197 1.456a5.943 5.943 0 0 1-2.17 1.201 7.826 7.826 0 0 1-2.34.334 7.825 7.825 0 0 1-2.342-.334 5.943 5.943 0 0 1-2.17-1.201 5.783 5.783 0 0 1-1.197-1.456 4.814 4.814 0 0 1-.304-.628 1.486 1.486 0 0 1-.01-.031l-.003-.006Z" />
|
|
11
|
-
</svg>
|
|
12
|
-
);
|
|
13
|
-
export default SvgIcHideLargeoutlined20Px;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import type { SVGProps } from 'react';
|
|
3
|
-
const SvgIcHideSmalloutlined20Px = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
fill="currentColor"
|
|
7
|
-
viewBox="0 0 20 20"
|
|
8
|
-
{...props}
|
|
9
|
-
>
|
|
10
|
-
<path
|
|
11
|
-
fillRule="evenodd"
|
|
12
|
-
d="M14.926 7.644a.494.494 0 1 0-.948-.288v.002a3.655 3.655 0 0 1-.208.477c-.159.3-.412.692-.795 1.06-.354.34-.82.659-1.428.867a4.752 4.752 0 0 1-1.547.24 4.752 4.752 0 0 1-1.547-.24 3.831 3.831 0 0 1-1.428-.867 4.161 4.161 0 0 1-.96-1.42 2.268 2.268 0 0 1-.036-.096l-.007-.021v-.003a.494.494 0 0 0-.616-.334.506.506 0 0 0-.331.625v.001l.002.005.003.012a2.073 2.073 0 0 0 .065.18 5.216 5.216 0 0 0 .577 1.054l-1.057.993a.548.548 0 0 0-.048.73c.172.216.474.24.673.052l1.087-1.021c.273.257.597.503.98.714l-.663 1.257a.542.542 0 0 0 .177.706c.23.142.52.055.652-.193l.731-1.387c.378.119.794.201 1.251.236V12.5c0 .277.222.501.495.501a.498.498 0 0 0 .495-.5v-1.515a5.579 5.579 0 0 0 1.212-.224l.725 1.375c.13.248.422.335.651.193a.541.541 0 0 0 .178-.706l-.653-1.238a4.811 4.811 0 0 0 1.015-.733l1.087 1.02c.2.188.5.165.673-.051a.548.548 0 0 0-.048-.73l-1.057-.993a5.198 5.198 0 0 0 .577-1.054 3.23 3.23 0 0 0 .064-.18l.005-.012v-.005l.001-.001v-.002Z"
|
|
13
|
-
clipRule="evenodd"
|
|
14
|
-
/>
|
|
15
|
-
</svg>
|
|
16
|
-
);
|
|
17
|
-
export default SvgIcHideSmalloutlined20Px;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import type { SVGProps } from 'react';
|
|
3
|
-
const SvgIcInformationLargeoutlined20Px = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
fill="currentColor"
|
|
7
|
-
viewBox="0 0 20 20"
|
|
8
|
-
{...props}
|
|
9
|
-
>
|
|
10
|
-
<path
|
|
11
|
-
fillRule="evenodd"
|
|
12
|
-
d="M10 2a8 8 0 1 0 0 16 8 8 0 0 0 0-16Zm-9 8a9 9 0 1 1 18 0 9 9 0 0 1-18 0Zm8.25 4.247c0 .38.283.694.65.743a.503.503 0 0 0 .2 0 .75.75 0 0 0 .65-.743v-5.5a.75.75 0 0 0-1.5 0v5.5ZM10 5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z"
|
|
13
|
-
clipRule="evenodd"
|
|
14
|
-
/>
|
|
15
|
-
</svg>
|
|
16
|
-
);
|
|
17
|
-
export default SvgIcInformationLargeoutlined20Px;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import type { SVGProps } from 'react';
|
|
3
|
-
const SvgIcInformationSmalloutlined20Px = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
fill="currentColor"
|
|
7
|
-
viewBox="0 0 20 20"
|
|
8
|
-
{...props}
|
|
9
|
-
>
|
|
10
|
-
<path
|
|
11
|
-
fillRule="evenodd"
|
|
12
|
-
d="M4 10a6 6 0 1 1 12 0 6 6 0 0 1-12 0Zm6-7a7 7 0 1 0 0 14 7 7 0 0 0 0-14Zm.09 6.008a.501.501 0 0 0-.18 0 .75.75 0 0 0-.66.745v3.5a.75.75 0 0 0 1.5 0v-3.5a.75.75 0 0 0-.66-.745ZM10 8a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z"
|
|
13
|
-
clipRule="evenodd"
|
|
14
|
-
/>
|
|
15
|
-
</svg>
|
|
16
|
-
);
|
|
17
|
-
export default SvgIcInformationSmalloutlined20Px;
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import type { SVGProps } from 'react';
|
|
3
|
-
const SvgIcManufactureroutlined20Px = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
width={20}
|
|
7
|
-
height={24}
|
|
8
|
-
fill="none"
|
|
9
|
-
{...props}
|
|
10
|
-
>
|
|
11
|
-
<path
|
|
12
|
-
fill="#000"
|
|
13
|
-
fillRule="evenodd"
|
|
14
|
-
d="M19.48.004v23H0v-8.543l2.977-6.178 2.253 4.682 2.254-4.682 2.256 4.682 2.254-4.682 2.256 4.682V.005h5.23Z"
|
|
15
|
-
clipRule="evenodd"
|
|
16
|
-
/>
|
|
17
|
-
</svg>
|
|
18
|
-
);
|
|
19
|
-
export default SvgIcManufactureroutlined20Px;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import type { SVGProps } from 'react';
|
|
3
|
-
const SvgIcRectangleoutlined20Px = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
fill="currentColor"
|
|
7
|
-
viewBox="0 0 20 20"
|
|
8
|
-
{...props}
|
|
9
|
-
>
|
|
10
|
-
<path
|
|
11
|
-
fillRule="evenodd"
|
|
12
|
-
d="M1 2a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V2Zm1 0v16h16V2H2Z"
|
|
13
|
-
clipRule="evenodd"
|
|
14
|
-
/>
|
|
15
|
-
</svg>
|
|
16
|
-
);
|
|
17
|
-
export default SvgIcRectangleoutlined20Px;
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import type { SVGProps } from 'react';
|
|
3
|
-
const SvgIcRefreshLeftoutlined20Px = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
fill="currentColor"
|
|
7
|
-
viewBox="0 0 20 20"
|
|
8
|
-
{...props}
|
|
9
|
-
>
|
|
10
|
-
<path
|
|
11
|
-
fillRule="evenodd"
|
|
12
|
-
d="M3.673 7a7 7 0 1 1-.275 5.333.5.5 0 0 0-.943.334A8 8 0 1 0 3 6.125V3.5a.5.5 0 0 0-1 0v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 0-1H3.673Z"
|
|
13
|
-
clipRule="evenodd"
|
|
14
|
-
/>
|
|
15
|
-
</svg>
|
|
16
|
-
);
|
|
17
|
-
export default SvgIcRefreshLeftoutlined20Px;
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import type { SVGProps } from 'react';
|
|
3
|
-
const SvgIcRefreshRightoutlined20Px = (props: SVGProps<SVGSVGElement>) => (
|
|
4
|
-
<svg
|
|
5
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
6
|
-
fill="currentColor"
|
|
7
|
-
viewBox="0 0 20 20"
|
|
8
|
-
{...props}
|
|
9
|
-
>
|
|
10
|
-
<path d="M14.436 3.343a8 8 0 1 0 3.294 8.718.5.5 0 0 0-.966-.258 7 7 0 1 1-.273-4.424h-2.957a.5.5 0 0 0 0 1h4.243a.5.5 0 0 0 .5-.5V3.636a.5.5 0 0 0-1 0v3.04a8 8 0 0 0-2.84-3.333Z" />
|
|
11
|
-
</svg>
|
|
12
|
-
);
|
|
13
|
-
export default SvgIcRefreshRightoutlined20Px;
|