@ssa-ui-kit/core 0.0.7-alpha → 0.0.8-alpha
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/custom-shots/components-popover--hint-opened__[w1920px].png +0 -0
- package/dist/components/Icon/Icon.d.ts +1 -1
- package/dist/components/Icon/icons/Archive.d.ts +1 -1
- package/dist/components/Icon/icons/ArrowDown.d.ts +1 -1
- package/dist/components/Icon/icons/ArrowUp.d.ts +1 -1
- package/dist/components/Icon/icons/Attention.d.ts +1 -1
- package/dist/components/Icon/icons/Bin.d.ts +1 -1
- package/dist/components/Icon/icons/Calendar.d.ts +1 -1
- package/dist/components/Icon/icons/CarrotDown.d.ts +1 -1
- package/dist/components/Icon/icons/CarrotLeft.d.ts +1 -1
- package/dist/components/Icon/icons/CarrotRight.d.ts +1 -1
- package/dist/components/Icon/icons/CarrotUp.d.ts +1 -1
- package/dist/components/Icon/icons/Change.d.ts +1 -1
- package/dist/components/Icon/icons/Chart.d.ts +1 -1
- package/dist/components/Icon/icons/Check.d.ts +1 -1
- package/dist/components/Icon/icons/CheckCircle.d.ts +1 -1
- package/dist/components/Icon/icons/Circle.d.ts +1 -1
- package/dist/components/Icon/icons/Clock.d.ts +1 -1
- package/dist/components/Icon/icons/Copy.d.ts +1 -1
- package/dist/components/Icon/icons/Cross.d.ts +1 -1
- package/dist/components/Icon/icons/Diet.d.ts +1 -1
- package/dist/components/Icon/icons/Email.d.ts +1 -1
- package/dist/components/Icon/icons/Filter.d.ts +1 -1
- package/dist/components/Icon/icons/Home.d.ts +1 -1
- package/dist/components/Icon/icons/Information.d.ts +1 -1
- package/dist/components/Icon/icons/Invisible.d.ts +1 -1
- package/dist/components/Icon/icons/Lock.d.ts +1 -1
- package/dist/components/Icon/icons/LogIn.d.ts +1 -1
- package/dist/components/Icon/icons/LogOut.d.ts +1 -1
- package/dist/components/Icon/icons/Measurements.d.ts +1 -1
- package/dist/components/Icon/icons/Minus.d.ts +1 -1
- package/dist/components/Icon/icons/More.d.ts +1 -1
- package/dist/components/Icon/icons/MoreVertical.d.ts +1 -1
- package/dist/components/Icon/icons/Notification.d.ts +1 -1
- package/dist/components/Icon/icons/Plus.d.ts +1 -1
- package/dist/components/Icon/icons/RadioOn.d.ts +1 -1
- package/dist/components/Icon/icons/Robot.d.ts +1 -1
- package/dist/components/Icon/icons/Search.d.ts +1 -1
- package/dist/components/Icon/icons/Settings.d.ts +1 -1
- package/dist/components/Icon/icons/Sleep.d.ts +1 -1
- package/dist/components/Icon/icons/Stats.d.ts +1 -1
- package/dist/components/Icon/icons/Trainings.d.ts +1 -1
- package/dist/components/Icon/icons/Union.d.ts +1 -1
- package/dist/components/Icon/icons/User.d.ts +1 -1
- package/dist/components/Icon/icons/Visible.d.ts +1 -1
- package/dist/components/Icon/icons/Warning.d.ts +1 -1
- package/dist/components/Icon/icons/index.d.ts +1 -1
- package/dist/components/Icon/types.d.ts +4 -8
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Icon/Icon.tsx +2 -2
- package/src/components/Icon/Icons.spec.tsx +45 -19
- package/src/components/Icon/Icons.stories.tsx +7 -1
- package/src/components/Icon/icons/Archive.tsx +3 -2
- package/src/components/Icon/icons/ArrowDown.tsx +3 -2
- package/src/components/Icon/icons/ArrowUp.tsx +3 -2
- package/src/components/Icon/icons/Attention.tsx +3 -2
- package/src/components/Icon/icons/Bin.tsx +3 -2
- package/src/components/Icon/icons/Calendar.tsx +3 -2
- package/src/components/Icon/icons/CarrotDown.tsx +7 -2
- package/src/components/Icon/icons/CarrotLeft.tsx +7 -2
- package/src/components/Icon/icons/CarrotRight.tsx +7 -2
- package/src/components/Icon/icons/CarrotUp.tsx +3 -2
- package/src/components/Icon/icons/Change.tsx +3 -2
- package/src/components/Icon/icons/Chart.tsx +3 -2
- package/src/components/Icon/icons/Check.tsx +3 -2
- package/src/components/Icon/icons/CheckCircle.tsx +7 -2
- package/src/components/Icon/icons/Circle.tsx +3 -2
- package/src/components/Icon/icons/Clock.tsx +3 -2
- package/src/components/Icon/icons/Copy.tsx +3 -2
- package/src/components/Icon/icons/Cross.tsx +3 -2
- package/src/components/Icon/icons/Diet.tsx +3 -2
- package/src/components/Icon/icons/Email.tsx +3 -2
- package/src/components/Icon/icons/Filter.tsx +3 -2
- package/src/components/Icon/icons/Home.tsx +3 -2
- package/src/components/Icon/icons/Information.tsx +7 -2
- package/src/components/Icon/icons/Invisible.tsx +3 -2
- package/src/components/Icon/icons/Lock.tsx +3 -2
- package/src/components/Icon/icons/LogIn.tsx +3 -2
- package/src/components/Icon/icons/LogOut.tsx +3 -2
- package/src/components/Icon/icons/Measurements.tsx +7 -2
- package/src/components/Icon/icons/Minus.tsx +3 -2
- package/src/components/Icon/icons/More.tsx +3 -2
- package/src/components/Icon/icons/MoreVertical.tsx +8 -3
- package/src/components/Icon/icons/Notification.tsx +7 -2
- package/src/components/Icon/icons/Plus.tsx +3 -2
- package/src/components/Icon/icons/RadioOn.tsx +3 -2
- package/src/components/Icon/icons/Robot.tsx +5 -4
- package/src/components/Icon/icons/Search.tsx +5 -4
- package/src/components/Icon/icons/Settings.tsx +3 -2
- package/src/components/Icon/icons/Sleep.tsx +3 -2
- package/src/components/Icon/icons/Stats.tsx +3 -2
- package/src/components/Icon/icons/Trainings.tsx +3 -2
- package/src/components/Icon/icons/Union.tsx +3 -2
- package/src/components/Icon/icons/User.tsx +3 -2
- package/src/components/Icon/icons/Visible.tsx +3 -2
- package/src/components/Icon/icons/Warning.tsx +3 -2
- package/src/components/Icon/icons/index.tsx +2 -2
- package/src/components/Icon/types.ts +5 -9
- package/storybook-static/106.778a645c.iframe.bundle.js +44 -0
- package/storybook-static/106.778a645c.iframe.bundle.js.map +1 -0
- package/storybook-static/138.8c2d65fc.iframe.bundle.js +402 -0
- package/storybook-static/138.8c2d65fc.iframe.bundle.js.LICENSE.txt +64 -0
- package/storybook-static/138.8c2d65fc.iframe.bundle.js.map +1 -0
- package/storybook-static/147.4bde027d.iframe.bundle.js +1 -0
- package/storybook-static/162.50651ae2.iframe.bundle.js +1 -0
- package/storybook-static/17.5d9bd250.iframe.bundle.js +1 -0
- package/storybook-static/291.09d4c667.iframe.bundle.js +1 -0
- package/storybook-static/306.af359eab.iframe.bundle.js +6 -0
- package/storybook-static/306.af359eab.iframe.bundle.js.LICENSE.txt +8 -0
- package/storybook-static/306.af359eab.iframe.bundle.js.map +1 -0
- package/storybook-static/362.4cbbd69f.iframe.bundle.js +1 -0
- package/storybook-static/420.42d7bc14.iframe.bundle.js +1 -0
- package/storybook-static/576.29e7ae1a.iframe.bundle.js +1 -0
- package/storybook-static/577.1d2cbd23.iframe.bundle.js +1 -0
- package/storybook-static/710.062ccd5f.iframe.bundle.js +1 -0
- package/storybook-static/768.33e53fd0.iframe.bundle.js +1 -0
- package/storybook-static/828.5ae0e882.iframe.bundle.js +1 -0
- package/storybook-static/829.683a9f42.iframe.bundle.js +133 -0
- package/storybook-static/829.683a9f42.iframe.bundle.js.map +1 -0
- package/storybook-static/866.50e11952.iframe.bundle.js +1 -0
- package/storybook-static/92.83dcbe4b.iframe.bundle.js +1 -0
- package/storybook-static/945.3489a74d.iframe.bundle.js +1 -0
- package/storybook-static/958.d966bb86.iframe.bundle.js +1 -0
- package/storybook-static/components-Badge-Badge-stories.f86fca97.iframe.bundle.js +1 -0
- package/storybook-static/components-Button-Button-stories.f9b820e6.iframe.bundle.js +1 -0
- package/storybook-static/components-Card-Card-stories.53c865e0.iframe.bundle.js +1 -0
- package/storybook-static/components-Checkbox-Checkbox-stories.831f01fd.iframe.bundle.js +1 -0
- package/storybook-static/components-ColorPicker-ColorPicker-stories.2ab41812.iframe.bundle.js +1 -0
- package/storybook-static/components-Dropdown-Dropdown-stories.7167f777.iframe.bundle.js +1 -0
- package/storybook-static/components-Form-Form-stories-mdx.9836b75e.iframe.bundle.js +2 -0
- package/storybook-static/components-Form-Form-stories-mdx.9836b75e.iframe.bundle.js.LICENSE.txt +9 -0
- package/storybook-static/components-Form-Form-stories.3de6bf7e.iframe.bundle.js +1 -0
- package/storybook-static/components-FormRadioGroup-FormRadioGroup-stories.0502eda0.iframe.bundle.js +1 -0
- package/storybook-static/components-Icon-Icons-stories.1acf0324.iframe.bundle.js +1 -0
- package/storybook-static/components-Input-Input-stories.6eb48766.iframe.bundle.js +1 -0
- package/storybook-static/components-Modal-Modal-stories.86f65df0.iframe.bundle.js +1 -0
- package/storybook-static/components-Progress-Progress-stories.77e171cd.iframe.bundle.js +1 -0
- package/storybook-static/components-ProgressCircle-ProgressCircle-stories.859f52ec.iframe.bundle.js +1 -0
- package/storybook-static/components-Radio-Radio-stories.71a0eb7a.iframe.bundle.js +1 -0
- package/storybook-static/components-RadioGroup-RadioGroup-stories.c5e954b8.iframe.bundle.js +1 -0
- package/storybook-static/components-ResponsiveImage-ResponsiveImage-stories.0865df1e.iframe.bundle.js +1 -0
- package/storybook-static/components-Stepper-Stepper-stories.7627cd7c.iframe.bundle.js +1 -0
- package/storybook-static/components-Switch-Switch-stories.a4a76d7f.iframe.bundle.js +1 -0
- package/storybook-static/components-TabBar-stories-TimePeriodTabBar-stories.70f1a14c.iframe.bundle.js +1 -0
- package/storybook-static/components-TabBar-stories-WeekTabBar-stories.9e080c9e.iframe.bundle.js +1 -0
- package/storybook-static/components-Table-Table-stories.f316f6a3.iframe.bundle.js +1 -0
- package/storybook-static/components-Tag-Tag-stories.4f4974ab.iframe.bundle.js +1 -0
- package/storybook-static/components-TextField-TextField-stories.af04f7d8.iframe.bundle.js +1 -0
- package/storybook-static/components-Textarea-Textarea-stories.90376002.iframe.bundle.js +1 -0
- package/storybook-static/components-Tooltip-Tooltip-stories.63785818.iframe.bundle.js +1 -0
- package/storybook-static/components-Typography-Typography-stories.3cdf669d.iframe.bundle.js +1 -0
- package/storybook-static/favicon.svg +7 -0
- package/storybook-static/iframe.html +355 -0
- package/storybook-static/index.html +126 -0
- package/storybook-static/index.json +1 -0
- package/storybook-static/main.4d06409e.iframe.bundle.js +1 -0
- package/storybook-static/project.json +1 -0
- package/storybook-static/runtime~main.dcd9f3c1.iframe.bundle.js +1 -0
- package/storybook-static/sb-addons/essentials-actions-2/manager-bundle.js +4 -0
- package/storybook-static/sb-addons/essentials-actions-2/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-actions-2/manager-bundle.js.map +7 -0
- package/storybook-static/sb-addons/essentials-backgrounds-3/manager-bundle.js +13 -0
- package/storybook-static/sb-addons/essentials-backgrounds-3/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-backgrounds-3/manager-bundle.js.map +7 -0
- package/storybook-static/sb-addons/essentials-controls-1/manager-bundle.js +117 -0
- package/storybook-static/sb-addons/essentials-controls-1/manager-bundle.js.LEGAL.txt +18 -0
- package/storybook-static/sb-addons/essentials-controls-1/manager-bundle.js.map +7 -0
- package/storybook-static/sb-addons/essentials-measure-6/manager-bundle.js +4 -0
- package/storybook-static/sb-addons/essentials-measure-6/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-measure-6/manager-bundle.js.map +7 -0
- package/storybook-static/sb-addons/essentials-outline-7/manager-bundle.js +4 -0
- package/storybook-static/sb-addons/essentials-outline-7/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-outline-7/manager-bundle.js.map +7 -0
- package/storybook-static/sb-addons/essentials-toolbars-5/manager-bundle.js +4 -0
- package/storybook-static/sb-addons/essentials-toolbars-5/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-toolbars-5/manager-bundle.js.map +7 -0
- package/storybook-static/sb-addons/essentials-viewport-4/manager-bundle.js +4 -0
- package/storybook-static/sb-addons/essentials-viewport-4/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-viewport-4/manager-bundle.js.map +7 -0
- package/storybook-static/sb-addons/interactions-8/manager-bundle.js +28 -0
- package/storybook-static/sb-addons/interactions-8/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/interactions-8/manager-bundle.js.map +7 -0
- package/storybook-static/sb-addons/links-0/manager-bundle.js +4 -0
- package/storybook-static/sb-addons/links-0/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/links-0/manager-bundle.js.map +7 -0
- package/storybook-static/sb-common-assets/fonts.css +31 -0
- package/storybook-static/sb-common-assets/nunito-sans-bold-italic.woff2 +0 -0
- package/storybook-static/sb-common-assets/nunito-sans-bold.woff2 +0 -0
- package/storybook-static/sb-common-assets/nunito-sans-italic.woff2 +0 -0
- package/storybook-static/sb-common-assets/nunito-sans-regular.woff2 +0 -0
- package/storybook-static/sb-manager/GlobalScrollAreaStyles-DZEYMYDM-UAEZM2KF.js +7 -0
- package/storybook-static/sb-manager/OverlayScrollbars-OGE3XJTA-T3S33YR7.js +1 -0
- package/storybook-static/sb-manager/WithTooltip-I4CCNYWD-ZW5IOTVO.js +1 -0
- package/storybook-static/sb-manager/chunk-3FAXWWKG.js +15 -0
- package/storybook-static/sb-manager/chunk-AA6TEL5N.js +207 -0
- package/storybook-static/sb-manager/chunk-AM2ZNZZH.js +136 -0
- package/storybook-static/sb-manager/chunk-AS2AMEUR.js +1 -0
- package/storybook-static/sb-manager/chunk-FPTBIX6P.js +403 -0
- package/storybook-static/sb-manager/chunk-IPZYHIL3.js +7 -0
- package/storybook-static/sb-manager/chunk-QPL63VNK.js +1 -0
- package/storybook-static/sb-manager/chunk-R5BIZIS3.js +1 -0
- package/storybook-static/sb-manager/formatter-OJ5LH2CX-IQX6U4TO.js +156 -0
- package/storybook-static/sb-manager/globals.js +1 -0
- package/storybook-static/sb-manager/index.js +1 -0
- package/storybook-static/sb-manager/runtime.js +1 -0
- package/storybook-static/sb-manager/syntaxhighlighter-SIPZPD4I-WOB5MYBW.js +1 -0
- package/storybook-static/sb-preview/globals.js +1 -0
- package/storybook-static/sb-preview/runtime.js +105 -0
- package/storybook-static/stories.json +1 -0
- package/tsbuildcache +1 -1
- package/tsconfig.tsbuildinfo +1 -0
- package/LICENSE +0 -21
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { IconProps } from './types';
|
|
2
2
|
import IconsMap from './icons';
|
|
3
3
|
|
|
4
|
-
const Icon = ({ name, color = '#000', size
|
|
5
|
-
return <IconsMap name={name} color={color} size={size} />;
|
|
4
|
+
const Icon = ({ name, color = '#000', size, ...props }: IconProps) => {
|
|
5
|
+
return <IconsMap name={name} color={color} size={size} {...props} />;
|
|
6
6
|
};
|
|
7
7
|
export default Icon;
|
|
@@ -1,10 +1,15 @@
|
|
|
1
|
+
import { css, SerializedStyles } from '@emotion/react';
|
|
1
2
|
import Icon from '@components/Icon';
|
|
2
3
|
import { iconsList } from '@components/Icon';
|
|
3
|
-
import { screen
|
|
4
|
+
import { screen } from '../../../customTest';
|
|
4
5
|
import { IMapIcons } from './types';
|
|
5
6
|
|
|
6
|
-
const renderIcon = async (
|
|
7
|
-
|
|
7
|
+
const renderIcon = async (
|
|
8
|
+
icon: keyof IMapIcons,
|
|
9
|
+
size?: number,
|
|
10
|
+
css?: SerializedStyles,
|
|
11
|
+
) => {
|
|
12
|
+
render(<Icon name={icon} size={size} color="#fff" css={css} />);
|
|
8
13
|
|
|
9
14
|
const iconTitle = new RegExp(icon.replace('-', ' '), 'i');
|
|
10
15
|
|
|
@@ -29,35 +34,56 @@ const checkFillOrStrokeAttrs = (
|
|
|
29
34
|
try {
|
|
30
35
|
expect(el).toHaveAttribute('stroke');
|
|
31
36
|
} catch (e) {
|
|
32
|
-
throw new Error(`the icon ${name} is missing attribute fill or stroke`);
|
|
37
|
+
throw new Error(`the icon "${name}" is missing attribute fill or stroke`);
|
|
33
38
|
}
|
|
34
39
|
}
|
|
35
40
|
};
|
|
36
41
|
|
|
37
42
|
describe('Icons', () => {
|
|
38
43
|
iconsList.forEach((iconName) => {
|
|
39
|
-
it(`
|
|
40
|
-
const [
|
|
44
|
+
it(`Renders "${iconName}" icon with attributes`, async () => {
|
|
45
|
+
const [, path] = await renderIcon(iconName as keyof IMapIcons);
|
|
46
|
+
|
|
47
|
+
checkFillOrStrokeAttrs(path, iconName);
|
|
48
|
+
});
|
|
41
49
|
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
50
|
+
it(`Renders "${iconName}" icon with custom styles`, async () => {
|
|
51
|
+
const [icon] = await renderIcon(
|
|
52
|
+
iconName as keyof IMapIcons,
|
|
53
|
+
undefined,
|
|
54
|
+
css`
|
|
55
|
+
background-color: magenta;
|
|
56
|
+
`,
|
|
57
|
+
);
|
|
45
58
|
|
|
46
|
-
|
|
47
|
-
|
|
59
|
+
expect(icon).toHaveStyle(`
|
|
60
|
+
background-color: magenta;
|
|
61
|
+
`);
|
|
48
62
|
});
|
|
49
|
-
});
|
|
50
63
|
|
|
51
|
-
|
|
52
|
-
|
|
64
|
+
it(`Renders "${iconName}" icon with the default size`, async () => {
|
|
65
|
+
const [icon] = await renderIcon(iconName as keyof IMapIcons);
|
|
53
66
|
|
|
54
|
-
|
|
55
|
-
const
|
|
56
|
-
|
|
57
|
-
|
|
67
|
+
expect(icon).toBeInTheDocument();
|
|
68
|
+
const width = (icon as unknown as SVGElement).getAttribute('width');
|
|
69
|
+
const height = (icon as unknown as SVGElement).getAttribute('height');
|
|
70
|
+
|
|
71
|
+
const sizeRegEx = /^\d+px$/;
|
|
72
|
+
expect(width).toMatch(sizeRegEx);
|
|
73
|
+
expect(height).toMatch(sizeRegEx);
|
|
74
|
+
});
|
|
75
|
+
|
|
76
|
+
it(`Renders "${iconName}" icon with a custom size`, async () => {
|
|
77
|
+
const [icon] = await renderIcon(iconName as keyof IMapIcons, 12);
|
|
58
78
|
|
|
59
79
|
expect(icon).toBeInTheDocument();
|
|
60
|
-
|
|
80
|
+
|
|
81
|
+
if (iconName === 'more-vertical') {
|
|
82
|
+
expect(icon).toHaveAttribute('width', '3px');
|
|
83
|
+
} else {
|
|
84
|
+
expect(icon).toHaveAttribute('width', '12px');
|
|
85
|
+
}
|
|
86
|
+
expect(icon).toHaveAttribute('height', '12px');
|
|
61
87
|
});
|
|
62
88
|
});
|
|
63
89
|
});
|
|
@@ -45,7 +45,13 @@ export const Default: StoryObj<typeof Icon> = (
|
|
|
45
45
|
`}>
|
|
46
46
|
{iconsList.map((iconName) => (
|
|
47
47
|
<div css={iconWrapper} key={iconName}>
|
|
48
|
-
<Icon
|
|
48
|
+
<Icon
|
|
49
|
+
name={iconName}
|
|
50
|
+
size={
|
|
51
|
+
args.size && (iconName === 'robot' ? args.size * 2 : args.size)
|
|
52
|
+
}
|
|
53
|
+
color={args.color}
|
|
54
|
+
/>
|
|
49
55
|
<Typography variant="body1">{iconName}</Typography>
|
|
50
56
|
</div>
|
|
51
57
|
))}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { SVGProps } from '@components/Icon/types';
|
|
2
2
|
|
|
3
|
-
export const Archive = ({ fill = '#000', size = 15 }: SVGProps) => (
|
|
3
|
+
export const Archive = ({ fill = '#000', size = 15, ...props }: SVGProps) => (
|
|
4
4
|
<svg
|
|
5
5
|
xmlns="http://www.w3.org/2000/svg"
|
|
6
6
|
width={`${size}px`}
|
|
7
7
|
height={`${size}px`}
|
|
8
8
|
viewBox="0 0 15 15"
|
|
9
|
-
fill="none"
|
|
9
|
+
fill="none"
|
|
10
|
+
{...props}>
|
|
10
11
|
<title>Archive</title>
|
|
11
12
|
<g clipPath="url(#clip0_532_12720)">
|
|
12
13
|
<path
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { SVGProps } from '@components/Icon/types';
|
|
2
2
|
|
|
3
|
-
export const ArrowDown = ({ fill = '#000', size = 24 }: SVGProps) => (
|
|
3
|
+
export const ArrowDown = ({ fill = '#000', size = 24, ...props }: SVGProps) => (
|
|
4
4
|
<svg
|
|
5
5
|
width={`${size}px`}
|
|
6
6
|
height={`${size}px`}
|
|
7
7
|
viewBox="0 0 7 8"
|
|
8
8
|
fill="none"
|
|
9
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
+
{...props}>
|
|
10
11
|
<title>Arrow Down</title>
|
|
11
12
|
<path
|
|
12
13
|
d="M3.1779 7.07707L3.1779 0.922729"
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { SVGProps } from '@components/Icon/types';
|
|
2
2
|
|
|
3
|
-
export const ArrowUp = ({ fill = '#000', size = 24 }: SVGProps) => (
|
|
3
|
+
export const ArrowUp = ({ fill = '#000', size = 24, ...props }: SVGProps) => (
|
|
4
4
|
<svg
|
|
5
5
|
width={`${size}px`}
|
|
6
6
|
height={`${size}px`}
|
|
7
7
|
viewBox="0 0 7 8"
|
|
8
8
|
fill="none"
|
|
9
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
9
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
+
{...props}>
|
|
10
11
|
<title>Arrow Up</title>
|
|
11
12
|
<path
|
|
12
13
|
d="M3.17757 0.92293L3.17757 7.07727"
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import { SVGProps } from '@components/Icon/types';
|
|
2
2
|
|
|
3
|
-
export const Attention = ({ fill = '#000', size = 24 }: SVGProps) => (
|
|
3
|
+
export const Attention = ({ fill = '#000', size = 24, ...props }: SVGProps) => (
|
|
4
4
|
<svg
|
|
5
5
|
width={`${size}px`}
|
|
6
6
|
height={`${size}px`}
|
|
7
7
|
fill="none"
|
|
8
8
|
viewBox="0 0 20 20"
|
|
9
9
|
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
-
xmlnsXlink="http://www.w3.org/1999/xlink"
|
|
10
|
+
xmlnsXlink="http://www.w3.org/1999/xlink"
|
|
11
|
+
{...props}>
|
|
11
12
|
<title>Attention</title>
|
|
12
13
|
<path
|
|
13
14
|
d="M10 1.90479L2.85718 6.1905V13.8095L10 18.5715L17.1429 13.8095V6.1905L10 1.90479Z"
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { SVGProps } from '@components/Icon/types';
|
|
2
2
|
|
|
3
|
-
export const Bin = ({ fill = '#000', size = 15 }: SVGProps) => (
|
|
3
|
+
export const Bin = ({ fill = '#000', size = 15, ...props }: SVGProps) => (
|
|
4
4
|
<svg
|
|
5
5
|
xmlns="http://www.w3.org/2000/svg"
|
|
6
6
|
width={`${size}px`}
|
|
7
7
|
height={`${size}px`}
|
|
8
8
|
viewBox="0 0 15 15"
|
|
9
|
-
fill="none"
|
|
9
|
+
fill="none"
|
|
10
|
+
{...props}>
|
|
10
11
|
<title>Bin</title>
|
|
11
12
|
<path
|
|
12
13
|
d="M9.14062 11.1328C9.39947 11.1328 9.60938 10.9229 9.60938 10.6641V5.97656C9.60938 5.71772 9.39947 5.50781 9.14062 5.50781C8.88178 5.50781 8.67188 5.71772 8.67188 5.97656V10.6641C8.67188 10.9229 8.88178 11.1328 9.14062 11.1328Z"
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { SVGProps } from '@components/Icon/types';
|
|
2
2
|
|
|
3
|
-
export const Calendar = ({ fill = '#000', size = 24 }: SVGProps) => (
|
|
3
|
+
export const Calendar = ({ fill = '#000', size = 24, ...props }: SVGProps) => (
|
|
4
4
|
<svg
|
|
5
5
|
width={`${size}px`}
|
|
6
6
|
height={`${size}px`}
|
|
7
7
|
viewBox="0 0 20 20"
|
|
8
8
|
xmlns="http://www.w3.org/2000/svg"
|
|
9
|
-
xmlnsXlink="http://www.w3.org/1999/xlink"
|
|
9
|
+
xmlnsXlink="http://www.w3.org/1999/xlink"
|
|
10
|
+
{...props}>
|
|
10
11
|
<title>Calendar</title>
|
|
11
12
|
<path
|
|
12
13
|
d="M3.61111 0C1.6267 0 0 1.6267 0 3.61111V16.3889C0 18.3733 1.6267 20 3.61111 20H16.3889C18.3733 20 20 18.3733 20 16.3889V3.61111C20 1.6267 18.3733 0 16.3889 0H3.61111ZM3.61111 1.66667H16.3889C17.4723 1.66667 18.3333 2.52774 18.3333 3.61111V4.44444H1.66667V3.61111C1.66667 2.52774 2.52774 1.66667 3.61111 1.66667ZM1.66667 6.11111H18.3333V16.3889C18.3333 17.4723 17.4723 18.3333 16.3889 18.3333H3.61111C2.52774 18.3333 1.66667 17.4723 1.66667 16.3889V6.11111ZM5.27778 8.33333C4.90942 8.33333 4.55615 8.47966 4.29569 8.74013C4.03522 9.0006 3.88889 9.35387 3.88889 9.72222C3.88889 10.0906 4.03522 10.4438 4.29569 10.7043C4.55615 10.9648 4.90942 11.1111 5.27778 11.1111C5.64613 11.1111 5.9994 10.9648 6.25987 10.7043C6.52034 10.4438 6.66667 10.0906 6.66667 9.72222C6.66667 9.35387 6.52034 9.0006 6.25987 8.74013C5.9994 8.47966 5.64613 8.33333 5.27778 8.33333ZM10 8.33333C9.63164 8.33333 9.27837 8.47966 9.01791 8.74013C8.75744 9.0006 8.61111 9.35387 8.61111 9.72222C8.61111 10.0906 8.75744 10.4438 9.01791 10.7043C9.27837 10.9648 9.63164 11.1111 10 11.1111C10.3684 11.1111 10.7216 10.9648 10.9821 10.7043C11.2426 10.4438 11.3889 10.0906 11.3889 9.72222C11.3889 9.35387 11.2426 9.0006 10.9821 8.74013C10.7216 8.47966 10.3684 8.33333 10 8.33333ZM14.7222 8.33333C14.3539 8.33333 14.0006 8.47966 13.7401 8.74013C13.4797 9.0006 13.3333 9.35387 13.3333 9.72222C13.3333 10.0906 13.4797 10.4438 13.7401 10.7043C14.0006 10.9648 14.3539 11.1111 14.7222 11.1111C15.0906 11.1111 15.4438 10.9648 15.7043 10.7043C15.9648 10.4438 16.1111 10.0906 16.1111 9.72222C16.1111 9.35387 15.9648 9.0006 15.7043 8.74013C15.4438 8.47966 15.0906 8.33333 14.7222 8.33333ZM5.27778 13.3333C4.90942 13.3333 4.55615 13.4797 4.29569 13.7401C4.03522 14.0006 3.88889 14.3539 3.88889 14.7222C3.88889 15.0906 4.03522 15.4438 4.29569 15.7043C4.55615 15.9648 4.90942 16.1111 5.27778 16.1111C5.64613 16.1111 5.9994 15.9648 6.25987 15.7043C6.52034 15.4438 6.66667 15.0906 6.66667 14.7222C6.66667 14.3539 6.52034 14.0006 6.25987 13.7401C5.9994 13.4797 5.64613 13.3333 5.27778 13.3333ZM10 13.3333C9.63164 13.3333 9.27837 13.4797 9.01791 13.7401C8.75744 14.0006 8.61111 14.3539 8.61111 14.7222C8.61111 15.0906 8.75744 15.4438 9.01791 15.7043C9.27837 15.9648 9.63164 16.1111 10 16.1111C10.3684 16.1111 10.7216 15.9648 10.9821 15.7043C11.2426 15.4438 11.3889 15.0906 11.3889 14.7222C11.3889 14.3539 11.2426 14.0006 10.9821 13.7401C10.7216 13.4797 10.3684 13.3333 10 13.3333Z"
|
|
@@ -1,12 +1,17 @@
|
|
|
1
1
|
import { SVGProps } from '@components/Icon/types';
|
|
2
2
|
|
|
3
|
-
export const CarrotDown = ({
|
|
3
|
+
export const CarrotDown = ({
|
|
4
|
+
fill = '#000',
|
|
5
|
+
size = 24,
|
|
6
|
+
...props
|
|
7
|
+
}: SVGProps) => (
|
|
4
8
|
<svg
|
|
5
9
|
width={`${size}px`}
|
|
6
10
|
height={`${size}px`}
|
|
7
11
|
viewBox="0 0 18 10"
|
|
8
12
|
xmlns="http://www.w3.org/2000/svg"
|
|
9
|
-
xmlnsXlink="http://www.w3.org/1999/xlink"
|
|
13
|
+
xmlnsXlink="http://www.w3.org/1999/xlink"
|
|
14
|
+
{...props}>
|
|
10
15
|
<title>Carrot down</title>
|
|
11
16
|
<path
|
|
12
17
|
d="M17 1L9 9L1 1"
|
|
@@ -1,12 +1,17 @@
|
|
|
1
1
|
import { SVGProps } from '@components/Icon/types';
|
|
2
2
|
|
|
3
|
-
export const CarrotLeft = ({
|
|
3
|
+
export const CarrotLeft = ({
|
|
4
|
+
fill = '#000',
|
|
5
|
+
size = 24,
|
|
6
|
+
...props
|
|
7
|
+
}: SVGProps) => (
|
|
4
8
|
<svg
|
|
5
9
|
width={`${size}px`}
|
|
6
10
|
height={`${size}px`}
|
|
7
11
|
viewBox="0 0 11 18"
|
|
8
12
|
xmlns="http://www.w3.org/2000/svg"
|
|
9
|
-
xmlnsXlink="http://www.w3.org/1999/xlink"
|
|
13
|
+
xmlnsXlink="http://www.w3.org/1999/xlink"
|
|
14
|
+
{...props}>
|
|
10
15
|
<title>Carrot left</title>
|
|
11
16
|
<path
|
|
12
17
|
d="M9.5 0.999999L1.5 9L9.5 17"
|
|
@@ -1,12 +1,17 @@
|
|
|
1
1
|
import { SVGProps } from '@components/Icon/types';
|
|
2
2
|
|
|
3
|
-
export const CarrotRight = ({
|
|
3
|
+
export const CarrotRight = ({
|
|
4
|
+
fill = '#000',
|
|
5
|
+
size = 24,
|
|
6
|
+
...props
|
|
7
|
+
}: SVGProps) => (
|
|
4
8
|
<svg
|
|
5
9
|
width={`${size}px`}
|
|
6
10
|
height={`${size}px`}
|
|
7
11
|
viewBox="0 0 11 18"
|
|
8
12
|
xmlns="http://www.w3.org/2000/svg"
|
|
9
|
-
xmlnsXlink="http://www.w3.org/1999/xlink"
|
|
13
|
+
xmlnsXlink="http://www.w3.org/1999/xlink"
|
|
14
|
+
{...props}>
|
|
10
15
|
<title>Carrot right</title>
|
|
11
16
|
<path
|
|
12
17
|
d="M1.5 0.999999L9.5 9L1.5 17"
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { SVGProps } from '@components/Icon/types';
|
|
2
2
|
|
|
3
|
-
export const CarrotUp = ({ fill = '#000', size = 24 }: SVGProps) => (
|
|
3
|
+
export const CarrotUp = ({ fill = '#000', size = 24, ...props }: SVGProps) => (
|
|
4
4
|
<svg
|
|
5
5
|
width={`${size}px`}
|
|
6
6
|
height={`${size}px`}
|
|
7
7
|
viewBox="0 0 18 10"
|
|
8
8
|
xmlns="http://www.w3.org/2000/svg"
|
|
9
|
-
xmlnsXlink="http://www.w3.org/1999/xlink"
|
|
9
|
+
xmlnsXlink="http://www.w3.org/1999/xlink"
|
|
10
|
+
{...props}>
|
|
10
11
|
<title>Carrot up</title>
|
|
11
12
|
<path
|
|
12
13
|
d="M17 9.5L9 1.5L1 9.5"
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { SVGProps } from '@components/Icon/types';
|
|
2
2
|
|
|
3
|
-
export const Change = ({ fill = '#000', size = 15 }: SVGProps) => (
|
|
3
|
+
export const Change = ({ fill = '#000', size = 15, ...props }: SVGProps) => (
|
|
4
4
|
<svg
|
|
5
5
|
xmlns="http://www.w3.org/2000/svg"
|
|
6
6
|
width={`${size}px`}
|
|
7
7
|
height={`${size}px`}
|
|
8
8
|
viewBox="0 0 15 15"
|
|
9
|
-
fill="none"
|
|
9
|
+
fill="none"
|
|
10
|
+
{...props}>
|
|
10
11
|
<title>Change</title>
|
|
11
12
|
<path
|
|
12
13
|
d="M4.3628 1.24246C4.20043 1.2473 4.04632 1.31518 3.93312 1.43169L1.43311 3.93289C1.37491 3.99095 1.32874 4.05988 1.29723 4.13582C1.26573 4.21175 1.24951 4.29316 1.24951 4.37537C1.24951 4.45758 1.26573 4.53898 1.29723 4.61492C1.32874 4.69085 1.37491 4.75979 1.43311 4.81785L3.93312 7.31911C3.99087 7.37893 4.05998 7.42662 4.1364 7.4594C4.21283 7.49217 4.29502 7.50939 4.37817 7.51C4.46132 7.51062 4.54376 7.49464 4.62066 7.463C4.69755 7.43136 4.76736 7.38463 4.826 7.32567C4.88463 7.26671 4.93092 7.19671 4.96213 7.11964C4.99335 7.04257 5.00888 6.95999 5.0078 6.87685C5.00673 6.7937 4.98907 6.71159 4.95588 6.63535C4.92268 6.55911 4.8746 6.49028 4.81446 6.43285L3.38258 4.99857H13.1238C13.2897 4.99857 13.4488 4.93265 13.5662 4.81532C13.6835 4.698 13.7494 4.53884 13.7494 4.37292C13.7494 4.20699 13.6835 4.04791 13.5662 3.93058C13.4488 3.81325 13.2897 3.74733 13.1238 3.74733H3.38868L4.81446 2.31788C4.90548 2.23039 4.96787 2.11734 4.99342 1.9937C5.01897 1.87006 5.00647 1.74158 4.95759 1.62518C4.9087 1.50878 4.82571 1.4099 4.71954 1.34158C4.61337 1.27326 4.489 1.23873 4.3628 1.24246ZM10.6189 7.49364C10.4953 7.49464 10.3747 7.53226 10.2725 7.60177C10.1703 7.67128 10.091 7.76955 10.0446 7.88414C9.99819 7.99873 9.98683 8.12455 10.0119 8.2456C10.037 8.36665 10.0974 8.47752 10.1856 8.56423L11.6199 9.99973H1.87623C1.71284 10.0033 1.55734 10.0708 1.44306 10.1876C1.32877 10.3044 1.26477 10.4613 1.26477 10.6247C1.26477 10.7882 1.32877 10.9451 1.44306 11.062C1.55734 11.1788 1.71284 11.2462 1.87623 11.2498H11.6162L10.1856 12.6841C10.1201 12.7401 10.067 12.8091 10.0295 12.8866C9.99196 12.9641 9.97088 13.0486 9.96756 13.1347C9.96424 13.2208 9.97874 13.3066 10.0102 13.3868C10.0416 13.467 10.0893 13.5399 10.1502 13.6009C10.2111 13.6618 10.2839 13.7094 10.3641 13.7409C10.4444 13.7723 10.5302 13.7868 10.6163 13.7835C10.7024 13.7801 10.7868 13.759 10.8644 13.7215C10.9419 13.684 11.0109 13.6309 11.0669 13.5655L13.5669 11.0654C13.6833 10.9483 13.7487 10.7899 13.7487 10.6247C13.7487 10.4596 13.6833 10.3012 13.5669 10.1841L11.0669 7.68287C11.0087 7.623 10.939 7.57537 10.8621 7.54287C10.7851 7.51038 10.7024 7.49364 10.6189 7.49364Z"
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { SVGProps } from '@components/Icon/types';
|
|
2
2
|
|
|
3
|
-
export const Chart = ({ fill = '#000', size = 15 }: SVGProps) => (
|
|
3
|
+
export const Chart = ({ fill = '#000', size = 15, ...props }: SVGProps) => (
|
|
4
4
|
<svg
|
|
5
5
|
xmlns="http://www.w3.org/2000/svg"
|
|
6
6
|
width={`${size}px`}
|
|
7
7
|
height={`${size}px`}
|
|
8
8
|
viewBox="0 0 22 22"
|
|
9
|
-
fill="none"
|
|
9
|
+
fill="none"
|
|
10
|
+
{...props}>
|
|
10
11
|
<title>Chart</title>
|
|
11
12
|
<g clipPath="url(#clip0_2353_10249)">
|
|
12
13
|
<path
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import { SVGProps } from '@components/Icon/types';
|
|
2
2
|
|
|
3
|
-
export const Check = ({ fill = '#000', size = 24 }: SVGProps) => (
|
|
3
|
+
export const Check = ({ fill = '#000', size = 24, ...props }: SVGProps) => (
|
|
4
4
|
<svg
|
|
5
5
|
width={`${size}px`}
|
|
6
6
|
height={`${size}px`}
|
|
7
7
|
fill="none"
|
|
8
8
|
viewBox="0 0 11 8"
|
|
9
9
|
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
-
xmlnsXlink="http://www.w3.org/1999/xlink"
|
|
10
|
+
xmlnsXlink="http://www.w3.org/1999/xlink"
|
|
11
|
+
{...props}>
|
|
11
12
|
<title>Check</title>
|
|
12
13
|
<path
|
|
13
14
|
d="M1 3.83L3.83 6.66L9.5 1"
|
|
@@ -1,12 +1,17 @@
|
|
|
1
1
|
import { SVGProps } from '@components/Icon/types';
|
|
2
2
|
|
|
3
|
-
export const CheckCircle = ({
|
|
3
|
+
export const CheckCircle = ({
|
|
4
|
+
fill = '#000',
|
|
5
|
+
size = 24,
|
|
6
|
+
...props
|
|
7
|
+
}: SVGProps) => (
|
|
4
8
|
<svg
|
|
5
9
|
width={`${size}px`}
|
|
6
10
|
height={`${size}px`}
|
|
7
11
|
viewBox="0 0 20 20"
|
|
8
12
|
fill="none"
|
|
9
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
14
|
+
{...props}>
|
|
10
15
|
<title>Check circle</title>
|
|
11
16
|
<path
|
|
12
17
|
d="M10.0003 18.3334C14.5837 18.3334 18.3337 14.5834 18.3337 10.0001C18.3337 5.41675 14.5837 1.66675 10.0003 1.66675C5.41699 1.66675 1.66699 5.41675 1.66699 10.0001C1.66699 14.5834 5.41699 18.3334 10.0003 18.3334Z"
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { SVGProps } from '@components/Icon/types';
|
|
2
2
|
|
|
3
|
-
export const Circle = ({ fill = '#000', size = 24 }: SVGProps) => (
|
|
3
|
+
export const Circle = ({ fill = '#000', size = 24, ...props }: SVGProps) => (
|
|
4
4
|
<svg
|
|
5
5
|
xmlns="http://www.w3.org/2000/svg"
|
|
6
6
|
width={`${size}px`}
|
|
7
7
|
height={`${size}px`}
|
|
8
8
|
viewBox="0 0 20 21"
|
|
9
|
-
fill="#fff"
|
|
9
|
+
fill="#fff"
|
|
10
|
+
{...props}>
|
|
10
11
|
<title>Circle</title>
|
|
11
12
|
<rect x="0.7" y="1.39995" width="18.6" height="18.6" rx="9.3" fill="none" />
|
|
12
13
|
<rect
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { SVGProps } from '@components/Icon/types';
|
|
2
2
|
|
|
3
|
-
export const Clock = ({ fill = '#000', size = 15 }: SVGProps) => (
|
|
3
|
+
export const Clock = ({ fill = '#000', size = 15, ...props }: SVGProps) => (
|
|
4
4
|
<svg
|
|
5
5
|
xmlns="http://www.w3.org/2000/svg"
|
|
6
6
|
width={`${size}px`}
|
|
7
7
|
height={`${size}px`}
|
|
8
8
|
viewBox="0 0 24 24"
|
|
9
|
-
fill="none"
|
|
9
|
+
fill="none"
|
|
10
|
+
{...props}>
|
|
10
11
|
<title>Clock</title>
|
|
11
12
|
<circle
|
|
12
13
|
cx="12.1001"
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { SVGProps } from '@components/Icon/types';
|
|
2
2
|
|
|
3
|
-
export const Copy = ({ fill = '#000', size = 15 }: SVGProps) => (
|
|
3
|
+
export const Copy = ({ fill = '#000', size = 15, ...props }: SVGProps) => (
|
|
4
4
|
<svg
|
|
5
5
|
xmlns="http://www.w3.org/2000/svg"
|
|
6
6
|
width={`${size}px`}
|
|
7
7
|
height={`${size}px`}
|
|
8
8
|
viewBox="0 0 15 15"
|
|
9
|
-
fill="none"
|
|
9
|
+
fill="none"
|
|
10
|
+
{...props}>
|
|
10
11
|
<title>Copy</title>
|
|
11
12
|
<g clipPath="url(#clip0_532_12716)">
|
|
12
13
|
<path
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import { SVGProps } from '@components/Icon/types';
|
|
2
2
|
|
|
3
|
-
export const Cross = ({ fill = '#000', size = 24 }: SVGProps) => (
|
|
3
|
+
export const Cross = ({ fill = '#000', size = 24, ...props }: SVGProps) => (
|
|
4
4
|
<svg
|
|
5
5
|
width={`${size}px`}
|
|
6
6
|
height={`${size}px`}
|
|
7
7
|
fill="none"
|
|
8
8
|
viewBox="0 0 8 8"
|
|
9
9
|
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
-
xmlnsXlink="http://www.w3.org/1999/xlink"
|
|
10
|
+
xmlnsXlink="http://www.w3.org/1999/xlink"
|
|
11
|
+
{...props}>
|
|
11
12
|
<title>Cross</title>
|
|
12
13
|
<path
|
|
13
14
|
d="M1 6.66L6.66 1"
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { SVGProps } from '@components/Icon/types';
|
|
2
2
|
|
|
3
|
-
export const Diet = ({ fill = '#000', size = 24 }: SVGProps) => (
|
|
3
|
+
export const Diet = ({ fill = '#000', size = 24, ...props }: SVGProps) => (
|
|
4
4
|
<svg
|
|
5
5
|
width={`${size}px`}
|
|
6
6
|
height={`${size}px`}
|
|
7
7
|
viewBox="0 0 24 24"
|
|
8
8
|
xmlns="http://www.w3.org/2000/svg"
|
|
9
|
-
xmlnsXlink="http://www.w3.org/1999/xlink"
|
|
9
|
+
xmlnsXlink="http://www.w3.org/1999/xlink"
|
|
10
|
+
{...props}>
|
|
10
11
|
<title>Diet</title>
|
|
11
12
|
<path
|
|
12
13
|
d="M15.3794 1.6875C15.3294 1.68734 15.2788 1.69189 15.2278 1.70215C14.1195 1.92375 13.0319 2.82406 12.4431 3.96241C8.37168 4.3361 5.25 9.29549 5.25 15.5625C5.25 19.2844 8.27812 22.3125 12 22.3125C15.7219 22.3125 18.75 19.2844 18.75 15.5625C18.75 13.7303 18.0635 12.4566 17.3994 11.2251C16.7443 10.009 16.125 8.86013 16.125 7.125C16.125 5.77573 15.2807 4.62307 14.094 4.1587C14.5181 3.61873 15.077 3.26196 15.5222 3.17286C15.9283 3.09186 16.1917 2.69641 16.1104 2.29029C16.0395 1.93493 15.7292 1.68864 15.3794 1.6875ZM12.9441 5.43824C13.8714 5.4419 14.625 6.19689 14.625 7.125C14.625 9.2385 15.3982 10.6714 16.0796 11.9363C16.7077 13.1018 17.25 14.1086 17.25 15.5625C17.25 18.4575 14.895 20.8125 12 20.8125C9.105 20.8125 6.75 18.4575 6.75 15.5625C6.75 10.0089 9.49693 5.4871 12.884 5.4397C12.9054 5.44185 12.9236 5.43802 12.9441 5.43824ZM12 11.4375C10.2319 11.4375 9 13.6247 9 15.5874C9 17.5599 10.2337 18.9375 12 18.9375C13.7662 18.9375 15 17.5599 15 15.5874C15 13.6247 13.7681 11.4375 12 11.4375ZM12 12.9375C12.6611 12.9375 13.5 14.1849 13.5 15.5874C13.5 16.7109 12.9113 17.4375 12 17.4375C11.0887 17.4375 10.5 16.7109 10.5 15.5874C10.5 14.1849 11.3389 12.9375 12 12.9375Z"
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import { SVGProps } from '@components/Icon/types';
|
|
2
2
|
|
|
3
|
-
export const Email = ({ fill = '#000', size = 24 }: SVGProps) => (
|
|
3
|
+
export const Email = ({ fill = '#000', size = 24, ...props }: SVGProps) => (
|
|
4
4
|
<svg
|
|
5
5
|
width={`${size}px`}
|
|
6
6
|
height={`${size}px`}
|
|
7
7
|
fill="none"
|
|
8
8
|
viewBox="0 0 18 14"
|
|
9
9
|
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
-
xmlnsXlink="http://www.w3.org/1999/xlink"
|
|
10
|
+
xmlnsXlink="http://www.w3.org/1999/xlink"
|
|
11
|
+
{...props}>
|
|
11
12
|
<title>Email</title>
|
|
12
13
|
<path
|
|
13
14
|
fillRule="evenodd"
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { SVGProps } from '@components/Icon/types';
|
|
2
2
|
|
|
3
|
-
export const Filter = ({ fill = '#000', size = 24 }: SVGProps) => (
|
|
3
|
+
export const Filter = ({ fill = '#000', size = 24, ...props }: SVGProps) => (
|
|
4
4
|
<svg
|
|
5
5
|
xmlns="http://www.w3.org/2000/svg"
|
|
6
6
|
width={`${size}px`}
|
|
7
7
|
height={`${size}px`}
|
|
8
8
|
viewBox="0 0 21 20"
|
|
9
|
-
fill="none"
|
|
9
|
+
fill="none"
|
|
10
|
+
{...props}>
|
|
10
11
|
<title>Filter</title>
|
|
11
12
|
<path
|
|
12
13
|
fillRule="evenodd"
|
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import { SVGProps } from '@components/Icon/types';
|
|
2
2
|
|
|
3
|
-
export const Home = ({ fill = '#000', size = 24 }: SVGProps) => (
|
|
3
|
+
export const Home = ({ fill = '#000', size = 24, ...props }: SVGProps) => (
|
|
4
4
|
<svg
|
|
5
5
|
width={`${size}px`}
|
|
6
6
|
height={`${size}px`}
|
|
7
7
|
viewBox="0 0 18 20"
|
|
8
8
|
xmlns="http://www.w3.org/2000/svg"
|
|
9
|
-
xmlnsXlink="http://www.w3.org/1999/xlink"
|
|
9
|
+
xmlnsXlink="http://www.w3.org/1999/xlink"
|
|
10
|
+
{...props}>
|
|
10
11
|
<title>Home</title>
|
|
11
12
|
<path
|
|
12
13
|
d="M8.97559 0.250119C8.81566 0.25558 8.66168 0.312041 8.53613 0.411252L1.42969 6.00988C0.527739 6.7207 0 7.80687 0 8.9552V18.5001C0 19.1819 0.568203 19.7501 1.25 19.7501H6.25C6.9318 19.7501 7.5 19.1819 7.5 18.5001V13.5001C7.5 13.3526 7.60248 13.2501 7.75 13.2501H10.25C10.3975 13.2501 10.5 13.3526 10.5 13.5001V18.5001C10.5 19.1819 11.0682 19.7501 11.75 19.7501H16.75C17.4318 19.7501 18 19.1819 18 18.5001V8.9552C18 7.80687 17.4723 6.7207 16.5703 6.00988L9.46387 0.411252C9.32518 0.301689 9.15225 0.244623 8.97559 0.250119ZM9 1.9552L15.6426 7.1886C16.1846 7.61578 16.5 8.26552 16.5 8.9552V18.2501H12V13.5001C12 12.5426 11.2075 11.7501 10.25 11.7501H7.75C6.79252 11.7501 6 12.5426 6 13.5001V18.2501H1.5V8.9552C1.5 8.26552 1.81537 7.61578 2.35742 7.1886L9 1.9552Z"
|
|
@@ -1,13 +1,18 @@
|
|
|
1
1
|
import { SVGProps } from '@components/Icon/types';
|
|
2
2
|
|
|
3
|
-
export const Information = ({
|
|
3
|
+
export const Information = ({
|
|
4
|
+
fill = '#000',
|
|
5
|
+
size = 24,
|
|
6
|
+
...props
|
|
7
|
+
}: SVGProps) => (
|
|
4
8
|
<svg
|
|
5
9
|
width={`${size}px`}
|
|
6
10
|
height={`${size}px`}
|
|
7
11
|
fill="none"
|
|
8
12
|
viewBox="0 0 20 20"
|
|
9
13
|
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
-
xmlnsXlink="http://www.w3.org/1999/xlink"
|
|
14
|
+
xmlnsXlink="http://www.w3.org/1999/xlink"
|
|
15
|
+
{...props}>
|
|
11
16
|
<title>Information</title>
|
|
12
17
|
<path
|
|
13
18
|
d="M9.99998 17.8889C14.3651 17.8889 17.9365 14.3175 17.9365 9.95238C17.9365 5.5873 14.3651 2.01587 9.99998 2.01587C5.6349 2.01587 2.06348 5.5873 2.06348 9.95238C2.06348 14.3175 5.6349 17.8889 9.99998 17.8889Z"
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import { SVGProps } from '@components/Icon/types';
|
|
2
2
|
|
|
3
|
-
export const Invisible = ({ fill = '#000', size = 24 }: SVGProps) => (
|
|
3
|
+
export const Invisible = ({ fill = '#000', size = 24, ...props }: SVGProps) => (
|
|
4
4
|
<svg
|
|
5
5
|
width={`${size}px`}
|
|
6
6
|
height={`${size}px`}
|
|
7
7
|
viewBox="0 0 24 24"
|
|
8
8
|
fill="none"
|
|
9
9
|
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
-
xmlnsXlink="http://www.w3.org/1999/xlink"
|
|
10
|
+
xmlnsXlink="http://www.w3.org/1999/xlink"
|
|
11
|
+
{...props}>
|
|
11
12
|
<title>Invisible</title>
|
|
12
13
|
<path
|
|
13
14
|
d="M14.5299 9.46992L9.46992 14.5299C8.81992 13.8799 8.41992 12.9899 8.41992 11.9999C8.41992 10.0199 10.0199 8.41992 11.9999 8.41992C12.9899 8.41992 13.8799 8.81992 14.5299 9.46992Z"
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import { SVGProps } from '@components/Icon/types';
|
|
2
2
|
|
|
3
|
-
export const Lock = ({ fill = '#000', size = 24 }: SVGProps) => (
|
|
3
|
+
export const Lock = ({ fill = '#000', size = 24, ...props }: SVGProps) => (
|
|
4
4
|
<svg
|
|
5
5
|
width={`${size}px`}
|
|
6
6
|
height={`${size}px`}
|
|
7
7
|
fill="none"
|
|
8
8
|
viewBox="0 0 16 21"
|
|
9
9
|
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
-
xmlnsXlink="http://www.w3.org/1999/xlink"
|
|
10
|
+
xmlnsXlink="http://www.w3.org/1999/xlink"
|
|
11
|
+
{...props}>
|
|
11
12
|
<title>Lock</title>
|
|
12
13
|
<path
|
|
13
14
|
d="M13.625 8.41602H13V5.91602C13 3.15852 10.7575 0.916016 8 0.916016C5.2425 0.916016 3 3.15852 3 5.91602V8.41602H2.375C1.34167 8.41602 0.5 9.25685 0.5 10.291V19.041C0.5 20.0752 1.34167 20.916 2.375 20.916H13.625C14.6583 20.916 15.5 20.0752 15.5 19.041V10.291C15.5 9.25685 14.6583 8.41602 13.625 8.41602ZM4.66667 5.91602C4.66667 4.07768 6.16167 2.58268 8 2.58268C9.83833 2.58268 11.3333 4.07768 11.3333 5.91602V8.41602H4.66667V5.91602ZM8.83333 14.851V16.7493C8.83333 17.2093 8.46083 17.5827 8 17.5827C7.53917 17.5827 7.16667 17.2093 7.16667 16.7493V14.851C6.67083 14.5618 6.33333 14.0302 6.33333 13.416C6.33333 12.4968 7.08083 11.7493 8 11.7493C8.91917 11.7493 9.66667 12.4968 9.66667 13.416C9.66667 14.0302 9.32917 14.5618 8.83333 14.851Z"
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import { SVGProps } from '@components/Icon/types';
|
|
2
2
|
|
|
3
|
-
export const LogIn = ({ fill = '#000', size = 24 }: SVGProps) => (
|
|
3
|
+
export const LogIn = ({ fill = '#000', size = 24, ...props }: SVGProps) => (
|
|
4
4
|
<svg
|
|
5
5
|
width={`${size}px`}
|
|
6
6
|
height={`${size}px`}
|
|
7
7
|
fill="none"
|
|
8
8
|
viewBox="0 0 15 20"
|
|
9
9
|
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
-
xmlnsXlink="http://www.w3.org/1999/xlink"
|
|
10
|
+
xmlnsXlink="http://www.w3.org/1999/xlink"
|
|
11
|
+
{...props}>
|
|
11
12
|
<title>Log in</title>
|
|
12
13
|
<path
|
|
13
14
|
d="M7.39504 9.17067C8.58623 9.17067 9.61771 8.74344 10.4605 7.90051C11.3033 7.05773 11.7305 6.02652 11.7305 4.8352C11.7305 3.64428 11.3033 2.61294 10.4604 1.76988C9.61743 0.92723 8.58609 0.5 7.39504 0.5C6.20371 0.5 5.17251 0.92723 4.32972 1.77002C3.48694 2.6128 3.05957 3.64414 3.05957 4.8352C3.05957 6.02652 3.48694 7.05786 4.32986 7.90065C5.17279 8.7433 6.20413 9.17067 7.39504 9.17067Z"
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import { SVGProps } from '@components/Icon/types';
|
|
2
2
|
|
|
3
|
-
export const LogOut = ({ fill = '#000', size = 24 }: SVGProps) => (
|
|
3
|
+
export const LogOut = ({ fill = '#000', size = 24, ...props }: SVGProps) => (
|
|
4
4
|
<svg
|
|
5
5
|
width={`${size}px`}
|
|
6
6
|
height={`${size}px`}
|
|
7
7
|
fill="none"
|
|
8
8
|
viewBox="0 0 16 15"
|
|
9
9
|
xmlns="http://www.w3.org/2000/svg"
|
|
10
|
-
xmlnsXlink="http://www.w3.org/1999/xlink"
|
|
10
|
+
xmlnsXlink="http://www.w3.org/1999/xlink"
|
|
11
|
+
{...props}>
|
|
11
12
|
<title>Log out</title>
|
|
12
13
|
<path
|
|
13
14
|
d="M7.9751 13.7292H2.36876C2.0249 13.7292 1.74585 13.4502 1.74585 13.1063V1.89369C1.74585 1.54983 2.02493 1.27078 2.36876 1.27078H7.9751C8.31957 1.27078 8.59801 0.992344 8.59801 0.647871C8.59801 0.303398 8.31957 0.0249023 7.9751 0.0249023H2.36876C1.33845 0.0249023 0.5 0.863379 0.5 1.89369V13.1063C0.5 14.1366 1.33845 14.9751 2.36876 14.9751H7.9751C8.31957 14.9751 8.59801 14.6966 8.59801 14.3522C8.59801 14.0077 8.31957 13.7292 7.9751 13.7292Z"
|