@liner-fe/design-token 2.0.28 → 2.0.31

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 (145) hide show
  1. package/README.md +0 -2
  2. package/lib/design/color/index.d.ts +2 -0
  3. package/lib/design/color/type.d.ts +76 -0
  4. package/lib/design/color/vars.d.ts +95 -0
  5. package/lib/design/opacity/index.d.ts +14 -0
  6. package/lib/design/radius/index.d.ts +2 -0
  7. package/lib/design/radius/type.d.ts +10 -0
  8. package/lib/design/size/index.d.ts +2 -0
  9. package/lib/design/size/type.d.ts +28 -0
  10. package/lib/design/typography/font.d.ts +36 -0
  11. package/lib/design/typography/index.d.ts +3 -0
  12. package/lib/design/typography/primitive.d.ts +37 -0
  13. package/lib/design/typography/semantic.d.ts +12 -0
  14. package/lib/design/typography/types.d.ts +8 -0
  15. package/lib/design/typography/usage/Display.d.ts +7 -0
  16. package/lib/design/typography/usage/Heading.d.ts +4 -0
  17. package/lib/design/typography/usage/index.d.ts +1 -0
  18. package/lib/design/typography/usage/types.d.ts +24 -0
  19. package/lib/global.css +372 -0
  20. package/lib/hooks/useDarkTheme.d.ts +4 -0
  21. package/lib/hooks/useLanguage.d.ts +1 -0
  22. package/lib/index.cjs +287 -1026
  23. package/lib/index.cjs.map +4 -4
  24. package/lib/index.d.ts +8 -3
  25. package/lib/index.mjs +287 -1026
  26. package/lib/index.mjs.map +4 -4
  27. package/package.json +5 -3
  28. package/src/design/color/index.ts +125 -0
  29. package/src/design/color/type.ts +103 -0
  30. package/src/design/color/vars.ts +1 -0
  31. package/src/design/opacity/index.ts +14 -0
  32. package/src/design/opacity/type.ts +14 -0
  33. package/src/design/radius/index.ts +12 -0
  34. package/src/design/radius/type.ts +11 -0
  35. package/src/design/size/index.ts +30 -0
  36. package/src/design/size/type.ts +28 -0
  37. package/src/design/typography/index.ts +3 -0
  38. package/src/design/typography/primitive.ts +39 -0
  39. package/src/design/typography/semantic.ts +33 -0
  40. package/src/design/typography/types.ts +32 -0
  41. package/src/design/typography/usage/Caption.tsx +0 -0
  42. package/src/design/typography/usage/Display.tsx +0 -0
  43. package/src/design/typography/usage/Heading.tsx +19 -0
  44. package/src/design/typography/usage/Paragraph.tsx +44 -0
  45. package/src/design/typography/usage/Title.tsx +23 -0
  46. package/src/design/typography/usage/index.ts +1 -0
  47. package/src/design/typography/usage/types.ts +29 -0
  48. package/src/global.css +170 -0
  49. package/src/hooks/useDarkTheme.ts +42 -0
  50. package/src/hooks/useLanguage.ts +1 -0
  51. package/src/index.ts +9 -3
  52. package/lib/assets/ic-bold-16-android.d.ts +0 -6
  53. package/lib/assets/ic-bold-16-apple.d.ts +0 -6
  54. package/lib/assets/ic-bold-16-chrome.d.ts +0 -6
  55. package/lib/assets/ic-bold-16-quote-up.d.ts +0 -6
  56. package/lib/assets/ic-bold-24-caution.d.ts +0 -6
  57. package/lib/assets/ic-bold-24-check.d.ts +0 -6
  58. package/lib/assets/ic-bold-24-file.d.ts +0 -6
  59. package/lib/assets/ic-bold-24-globe.d.ts +0 -6
  60. package/lib/assets/ic-bold-24-image.d.ts +0 -6
  61. package/lib/assets/ic-bold-24-info.d.ts +0 -6
  62. package/lib/assets/ic-color-24-academic.d.ts +0 -2
  63. package/lib/assets/ic-color-24-excel.d.ts +0 -2
  64. package/lib/assets/ic-color-24-html.d.ts +0 -2
  65. package/lib/assets/ic-color-24-image.d.ts +0 -2
  66. package/lib/assets/ic-color-24-math.d.ts +0 -2
  67. package/lib/assets/ic-color-24-news.d.ts +0 -2
  68. package/lib/assets/ic-color-24-pdf.d.ts +0 -2
  69. package/lib/assets/ic-color-24-ppt.d.ts +0 -2
  70. package/lib/assets/ic-color-24-text.d.ts +0 -2
  71. package/lib/assets/ic-color-24-typing.d.ts +0 -2
  72. package/lib/assets/ic-color-24-upload.d.ts +0 -2
  73. package/lib/assets/ic-color-24-word.d.ts +0 -2
  74. package/lib/assets/ic-color-24-workspace.d.ts +0 -2
  75. package/lib/assets/ic-color-24-writer.d.ts +0 -2
  76. package/lib/assets/ic-color-24-youtube.d.ts +0 -2
  77. package/lib/assets/ic-line-16-arrow-down.d.ts +0 -6
  78. package/lib/assets/ic-line-16-arrow-up.d.ts +0 -6
  79. package/lib/assets/ic-line-16-check.d.ts +0 -6
  80. package/lib/assets/ic-line-16-copy.d.ts +0 -6
  81. package/lib/assets/ic-line-16-mobile.d.ts +0 -6
  82. package/lib/assets/ic-line-16-search.d.ts +0 -6
  83. package/lib/assets/ic-line-16-source.d.ts +0 -6
  84. package/lib/assets/ic-line-24-add.d.ts +0 -6
  85. package/lib/assets/ic-line-24-arrow-left.d.ts +0 -6
  86. package/lib/assets/ic-line-24-close.d.ts +0 -6
  87. package/lib/assets/ic-line-24-copy.d.ts +0 -6
  88. package/lib/assets/ic-line-24-globe.d.ts +0 -6
  89. package/lib/assets/ic-line-24-menu.d.ts +0 -6
  90. package/lib/assets/ic-line-24-message-edit.d.ts +0 -6
  91. package/lib/assets/ic-line-24-select-text.d.ts +0 -6
  92. package/lib/assets/ic-line-24-source-rebuilding.d.ts +0 -6
  93. package/lib/assets/ic-tone-36-3thread.d.ts +0 -6
  94. package/lib/assets/ic-tone-36-invite.d.ts +0 -6
  95. package/lib/assets/index.d.ts +0 -43
  96. package/lib/color.d.ts +0 -21
  97. package/lib/typography.d.ts +0 -26
  98. package/src/assets/ic-bold-16-android.tsx +0 -21
  99. package/src/assets/ic-bold-16-apple.tsx +0 -22
  100. package/src/assets/ic-bold-16-chrome.tsx +0 -26
  101. package/src/assets/ic-bold-16-quote-up.tsx +0 -18
  102. package/src/assets/ic-bold-24-caution.tsx +0 -14
  103. package/src/assets/ic-bold-24-chat.tsx +0 -18
  104. package/src/assets/ic-bold-24-check.tsx +0 -14
  105. package/src/assets/ic-bold-24-file.tsx +0 -18
  106. package/src/assets/ic-bold-24-globe.tsx +0 -46
  107. package/src/assets/ic-bold-24-image.tsx +0 -22
  108. package/src/assets/ic-bold-24-info.tsx +0 -14
  109. package/src/assets/ic-color-24-academic.tsx +0 -23
  110. package/src/assets/ic-color-24-excel.tsx +0 -11
  111. package/src/assets/ic-color-24-html.tsx +0 -25
  112. package/src/assets/ic-color-24-image.tsx +0 -19
  113. package/src/assets/ic-color-24-math.tsx +0 -39
  114. package/src/assets/ic-color-24-news.tsx +0 -23
  115. package/src/assets/ic-color-24-pdf.tsx +0 -16
  116. package/src/assets/ic-color-24-ppt.tsx +0 -11
  117. package/src/assets/ic-color-24-text.tsx +0 -25
  118. package/src/assets/ic-color-24-typing.tsx +0 -19
  119. package/src/assets/ic-color-24-upload.tsx +0 -39
  120. package/src/assets/ic-color-24-word.tsx +0 -13
  121. package/src/assets/ic-color-24-workspace.tsx +0 -21
  122. package/src/assets/ic-color-24-writer.tsx +0 -19
  123. package/src/assets/ic-color-24-youtube.tsx +0 -26
  124. package/src/assets/ic-line-16-arrow-down.tsx +0 -18
  125. package/src/assets/ic-line-16-arrow-up.tsx +0 -18
  126. package/src/assets/ic-line-16-check.tsx +0 -14
  127. package/src/assets/ic-line-16-copy.tsx +0 -24
  128. package/src/assets/ic-line-16-mobile.tsx +0 -25
  129. package/src/assets/ic-line-16-search.tsx +0 -24
  130. package/src/assets/ic-line-16-source.tsx +0 -25
  131. package/src/assets/ic-line-24-add.tsx +0 -12
  132. package/src/assets/ic-line-24-arrow-left.tsx +0 -16
  133. package/src/assets/ic-line-24-close.tsx +0 -16
  134. package/src/assets/ic-line-24-copy.tsx +0 -24
  135. package/src/assets/ic-line-24-globe.tsx +0 -16
  136. package/src/assets/ic-line-24-menu.tsx +0 -28
  137. package/src/assets/ic-line-24-message-edit.tsx +0 -33
  138. package/src/assets/ic-line-24-select-text.tsx +0 -25
  139. package/src/assets/ic-line-24-source-rebuilding.tsx +0 -54
  140. package/src/assets/ic-tone-36-3thread.tsx +0 -18
  141. package/src/assets/ic-tone-36-invite.tsx +0 -26
  142. package/src/assets/index.ts +0 -43
  143. package/src/color.ts +0 -21
  144. package/src/typography.ts +0 -50
  145. /package/src/{custom.d.ts → @types/custom.d.ts} +0 -0
@@ -1,2 +0,0 @@
1
- import React from 'react';
2
- export declare const ICColor24Text: () => React.JSX.Element;
@@ -1,2 +0,0 @@
1
- import React from 'react';
2
- export declare const ICColor24Typing: () => React.JSX.Element;
@@ -1,2 +0,0 @@
1
- import React from 'react';
2
- export declare const ICColor24Upload: () => React.JSX.Element;
@@ -1,2 +0,0 @@
1
- import React from 'react';
2
- export declare const ICColor24Word: () => React.JSX.Element;
@@ -1,2 +0,0 @@
1
- import React from 'react';
2
- export declare const ICColor24Workspace: () => React.JSX.Element;
@@ -1,2 +0,0 @@
1
- import React from 'react';
2
- export declare const ICColor24Writer: () => React.JSX.Element;
@@ -1,2 +0,0 @@
1
- import React from 'react';
2
- export declare const ICColor24Youtube: () => React.JSX.Element;
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- interface IProps {
3
- fill?: string;
4
- }
5
- export declare const ICLine16ArrowDown: ({ fill }: IProps) => React.JSX.Element;
6
- export {};
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- interface IProps {
3
- fill?: string;
4
- }
5
- export declare const ICLine16ArrowUp: ({ fill }: IProps) => React.JSX.Element;
6
- export {};
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- interface IProps {
3
- fill?: string;
4
- }
5
- export declare const ICLine16Check: ({ fill }: IProps) => React.JSX.Element;
6
- export {};
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- interface IProps {
3
- fill?: string;
4
- }
5
- export declare const ICLine16Copy: ({ fill }: IProps) => React.JSX.Element;
6
- export {};
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- interface IProps {
3
- fill?: string;
4
- }
5
- export declare const ICLine16Mobile: ({ fill }: IProps) => React.JSX.Element;
6
- export {};
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- interface IProps {
3
- fill?: string;
4
- }
5
- export declare const ICLine16Search: ({ fill }: IProps) => React.JSX.Element;
6
- export {};
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- interface IProps {
3
- fill?: string;
4
- }
5
- export declare const ICLine16Source: ({ fill }: IProps) => React.JSX.Element;
6
- export {};
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- interface IProps {
3
- fill?: string;
4
- }
5
- export declare const ICLine24Add: ({ fill }: IProps) => React.JSX.Element;
6
- export {};
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- interface IProps {
3
- fill?: string;
4
- }
5
- export declare const ICLine24ArrowLeft: ({ fill }: IProps) => React.JSX.Element;
6
- export {};
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- interface IProps {
3
- fill?: string;
4
- }
5
- export declare const ICLine24Close: ({ fill }: IProps) => React.JSX.Element;
6
- export {};
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- interface IProps {
3
- fill?: string;
4
- }
5
- export declare const ICLine24Copy: ({ fill }: IProps) => React.JSX.Element;
6
- export {};
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- interface IProps {
3
- fill?: string;
4
- }
5
- export declare const ICLine24Globe: ({ fill }: IProps) => React.JSX.Element;
6
- export {};
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- interface IProps {
3
- fill?: string;
4
- }
5
- export declare const ICLine24Menu: ({ fill }: IProps) => React.JSX.Element;
6
- export {};
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- interface IProps {
3
- fill?: string;
4
- }
5
- export declare const ICLine24MessageEdit: ({ fill }: IProps) => React.JSX.Element;
6
- export {};
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- interface IProps {
3
- fill?: string;
4
- }
5
- export declare const ICLine24SelectText: ({ fill }: IProps) => React.JSX.Element;
6
- export {};
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- interface IProps {
3
- fill?: string;
4
- }
5
- export declare const ICLine24SourceRebuilding: ({ fill }: IProps) => React.JSX.Element;
6
- export {};
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- interface IProps {
3
- fill?: string;
4
- }
5
- export declare const ICTone363thread: ({ fill }: IProps) => React.JSX.Element;
6
- export {};
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- interface IProps {
3
- fill?: string;
4
- }
5
- export declare const ICTone36Invite: ({ fill }: IProps) => React.JSX.Element;
6
- export {};
@@ -1,43 +0,0 @@
1
- export { ICBold24File } from './ic-bold-24-file';
2
- export { ICColor24Youtube } from './ic-color-24-youtube';
3
- export { ICLine24Menu } from './ic-line-24-menu';
4
- export { ICBold24Caution } from './ic-bold-24-caution';
5
- export { ICBold24Check } from './ic-bold-24-check';
6
- export { ICLine24MessageEdit } from './ic-line-24-message-edit';
7
- export { ICTone36Invite } from './ic-tone-36-invite';
8
- export { ICBold16Apple } from './ic-bold-16-apple';
9
- export { ICLine16ArrowUp } from './ic-line-16-arrow-up';
10
- export { ICLine24ArrowLeft } from './ic-line-24-arrow-left';
11
- export { ICColor24Text } from './ic-color-24-text';
12
- export { ICBold16QuoteUp } from './ic-bold-16-quote-up';
13
- export { ICBold24Globe } from './ic-bold-24-globe';
14
- export { ICColor24Pdf } from './ic-color-24-pdf';
15
- export { ICBold16Chrome } from './ic-bold-16-chrome';
16
- export { ICColor24Math } from './ic-color-24-math';
17
- export { ICLine24SelectText } from './ic-line-24-select-text';
18
- export { ICLine24Add } from './ic-line-24-add';
19
- export { ICColor24News } from './ic-color-24-news';
20
- export { ICColor24Html } from './ic-color-24-html';
21
- export { ICBold24Image } from './ic-bold-24-image';
22
- export { ICColor24Typing } from './ic-color-24-typing';
23
- export { ICLine24SourceRebuilding } from './ic-line-24-source-rebuilding';
24
- export { ICLine24Close } from './ic-line-24-close';
25
- export { ICColor24Excel } from './ic-color-24-excel';
26
- export { ICBold24Info } from './ic-bold-24-info';
27
- export { ICLine16Copy } from './ic-line-16-copy';
28
- export { ICColor24Upload } from './ic-color-24-upload';
29
- export { ICLine24Globe } from './ic-line-24-globe';
30
- export { ICLine24Copy } from './ic-line-24-copy';
31
- export { ICLine16Mobile } from './ic-line-16-mobile';
32
- export { ICColor24Word } from './ic-color-24-word';
33
- export { ICTone363thread } from './ic-tone-36-3thread';
34
- export { ICLine16Search } from './ic-line-16-search';
35
- export { ICBold16Android } from './ic-bold-16-android';
36
- export { ICColor24Image } from './ic-color-24-image';
37
- export { ICColor24Academic } from './ic-color-24-academic';
38
- export { ICLine16ArrowDown } from './ic-line-16-arrow-down';
39
- export { ICLine16Check } from './ic-line-16-check';
40
- export { ICColor24Ppt } from './ic-color-24-ppt';
41
- export { ICLine16Source } from './ic-line-16-source';
42
- export { ICColor24Writer } from './ic-color-24-writer';
43
- export { ICColor24Workspace } from './ic-color-24-workspace';
package/lib/color.d.ts DELETED
@@ -1,21 +0,0 @@
1
- export declare const color: {
2
- readonly white: "#fff";
3
- readonly black: "#080A0D";
4
- readonly blue100: "#05A0F5";
5
- readonly red: "#FF4D4D";
6
- readonly blue95: "#048FDB";
7
- readonly blue10: "#ECF5FF";
8
- readonly blue15: "#E2F1FF";
9
- readonly coolgray99: "#F7FAFD";
10
- readonly coolgray97: "#F2F5F7";
11
- readonly coolgray95: "#E9EDF2";
12
- readonly coolgray90: "#D8DFE5";
13
- readonly coolgray80: "#B8C2CC";
14
- readonly coolgray70: "#9AA7B3";
15
- readonly coolgray60: "#7D8B99";
16
- readonly coolgray50: "#647280";
17
- readonly coolgray40: "#4B5966";
18
- readonly coolgray30: "#36424D";
19
- readonly coolgray20: "#222A33";
20
- readonly coolgray5: "#080A0D";
21
- };
@@ -1,26 +0,0 @@
1
- export declare const typography: {
2
- readonly 'Body-16-400': "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 22px;\n font-weight: 400;\n font-size: 16px;\n ";
3
- readonly 'Body-15-400': "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 20px;\n font-weight: 400;\n font-size: 15px;\n ";
4
- readonly 'Paragraph-16-400': "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 28px;\n font-weight: 400;\n font-size: 16px;\n ";
5
- readonly 'Paragraph-15-400': "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 26px;\n font-weight: 400;\n font-size: 15px;\n ";
6
- readonly 'Caption-13-400': "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 18px;\n font-weight: 400;\n font-size: 13px;\n ";
7
- readonly 'Caption-11-400': "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 14.299999237060547px;\n font-weight: 400;\n font-size: 11px;\n ";
8
- readonly 'Title-32-500': "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 41.599998474121094px;\n font-weight: 500;\n font-size: 32px;\n ";
9
- readonly 'Title-24-500': "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 32px;\n font-weight: 500;\n font-size: 24px;\n ";
10
- readonly 'Title-20-500': "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 26px;\n font-weight: 500;\n font-size: 20px;\n ";
11
- readonly 'Body-16-500': "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 22px;\n font-weight: 500;\n font-size: 16px;\n ";
12
- readonly 'Body-15-500': "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 20px;\n font-weight: 500;\n font-size: 15px;\n ";
13
- readonly 'Paragraph-16-500': "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 28px;\n font-weight: 500;\n font-size: 16px;\n ";
14
- readonly 'Paragraph-15-500': "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 26px;\n font-weight: 500;\n font-size: 15px;\n ";
15
- readonly 'Caption-13-500': "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 18px;\n font-weight: 500;\n font-size: 13px;\n ";
16
- readonly 'Caption-11-500': "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 14.299999237060547px;\n font-weight: 500;\n font-size: 11px;\n ";
17
- readonly 'Title-32-700': "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 41.599998474121094px;\n font-weight: 700;\n font-size: 32px;\n ";
18
- readonly 'Title-24-700': "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 32px;\n font-weight: 700;\n font-size: 24px;\n ";
19
- readonly 'Title-20-700': "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 26px;\n font-weight: 700;\n font-size: 20px;\n ";
20
- readonly 'Body-16-700': "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 22px;\n font-weight: 700;\n font-size: 16px;\n ";
21
- readonly 'Body-15-700': "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 20px;\n font-weight: 700;\n font-size: 15px;\n ";
22
- readonly 'Paragraph-16-700': "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 28px;\n font-weight: 700;\n font-size: 16px;\n ";
23
- readonly 'Paragraph-15-700': "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 26px;\n font-weight: 700;\n font-size: 15px;\n ";
24
- readonly 'Caption-13-700': "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 18px;\n font-weight: 700;\n font-size: 13px;\n ";
25
- readonly 'Caption-11-700': "\n font-family: 'Pretendard JP Variable', 'Pretendard JP', Pretendard, sans-serif;\n line-height: 14.299999237060547px;\n font-weight: 700;\n font-size: 11px;\n ";
26
- };
@@ -1,21 +0,0 @@
1
- import React from 'react';
2
-
3
- interface IProps {
4
- fill?: string;
5
- }
6
-
7
- export const ICBold16Android = ({ fill = '#000000' }: IProps) => (
8
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
9
- <g clip-path="url(#clip0_175_148)">
10
- <path
11
- d="M11.7334 6.3199L12.96 4.1999C13.0667 3.99323 12.9867 3.7399 12.7867 3.63323C12.5934 3.53323 12.3534 3.59323 12.2334 3.7799L10.98 5.9399C9.07335 5.13323 6.92669 5.13323 5.02002 5.9399L3.76669 3.7799C3.64002 3.58657 3.38002 3.52657 3.18669 3.64657C3.00002 3.76657 2.94002 4.00657 3.04002 4.1999L4.26669 6.3199C2.51579 7.31961 1.28168 8.9988 0.831919 10.9318C0.699757 11.4998 1.16523 11.9999 1.74843 11.9999H14.2516C14.8348 11.9999 15.3003 11.4998 15.1681 10.9318C14.7184 8.9988 13.4843 7.31961 11.7334 6.3199ZM4.66669 10.1666C4.20669 10.1666 3.83335 9.79323 3.83335 9.33323C3.83335 8.87323 4.20669 8.4999 4.66669 8.4999C5.12669 8.4999 5.50002 8.87323 5.50002 9.33323C5.50002 9.79323 5.12669 10.1666 4.66669 10.1666ZM11.3334 10.1666C10.8734 10.1666 10.5 9.79323 10.5 9.33323C10.5 8.87323 10.8734 8.4999 11.3334 8.4999C11.7934 8.4999 12.1667 8.87323 12.1667 9.33323C12.1667 9.79323 11.7934 10.1666 11.3334 10.1666Z"
12
- fill={fill}
13
- />
14
- </g>
15
- <defs>
16
- <clipPath id="clip0_175_148">
17
- <rect width="16" height="16" fill="white" />
18
- </clipPath>
19
- </defs>
20
- </svg>
21
- );
@@ -1,22 +0,0 @@
1
- import React from 'react';
2
-
3
- interface IProps {
4
- fill?: string;
5
- }
6
-
7
- export const ICBold16Apple = ({ fill = '#000000' }: IProps) => (
8
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
9
- <path
10
- fill-rule="evenodd"
11
- clip-rule="evenodd"
12
- d="M12.7333 12.7734C13.1266 12.1734 13.2733 11.8668 13.5733 11.1934C11.36 10.3534 11.0067 7.20007 13.1933 5.99341C12.5267 5.15341 11.5867 4.66675 10.7 4.66675C10.06 4.66675 9.61998 4.83342 9.22665 4.98676C8.89331 5.11342 8.59332 5.22675 8.21999 5.22675C7.81998 5.22675 7.46665 5.10009 7.09332 4.96676C6.68665 4.82009 6.25998 4.66675 5.72665 4.66675C4.73331 4.66675 3.67332 5.27342 2.99998 6.31342C2.05332 7.78008 2.21999 10.5267 3.74665 12.8734C4.29332 13.7134 5.02665 14.6534 5.97998 14.6667C6.37998 14.6734 6.63998 14.5534 6.92665 14.4268C7.25332 14.2801 7.60665 14.1201 8.22665 14.1201C8.84665 14.1134 9.19332 14.2801 9.51998 14.4268C9.79998 14.5534 10.0533 14.6734 10.4466 14.6667C11.4133 14.6534 12.1866 13.6134 12.7333 12.7734Z"
13
- fill={fill}
14
- />
15
- <path
16
- fill-rule="evenodd"
17
- clip-rule="evenodd"
18
- d="M10.56 1.33325C10.6666 2.06659 10.3666 2.79326 9.97332 3.29993C9.55332 3.84659 8.81998 4.27325 8.11332 4.24658C7.98665 3.53992 8.31332 2.81325 8.71332 2.32658C9.15998 1.79325 9.91331 1.37992 10.56 1.33325Z"
19
- fill={fill}
20
- />
21
- </svg>
22
- );
@@ -1,26 +0,0 @@
1
- import React from 'react';
2
-
3
- interface IProps {
4
- fill?: string;
5
- }
6
-
7
- export const ICBold16Chrome = ({ fill = '#000000' }: IProps) => (
8
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
9
- <path
10
- d="M7.88001 4.59992C9.78668 4.18659 11.72 4.12659 13.6333 4.43992C12.4533 2.57325 10.3733 1.33325 8.00001 1.33325C5.92668 1.33325 4.07335 2.27992 2.84668 3.76659C3.14001 4.63325 3.51335 5.45992 3.96001 6.24658C4.21335 6.69992 4.86001 6.67992 5.12001 6.23325C5.68668 5.27992 6.70668 4.63992 7.88001 4.59992Z"
11
- fill={fill}
12
- />
13
- <path
14
- d="M5.14664 9.81329C3.8133 8.38663 2.7733 6.75996 2.05997 4.95996C1.05997 6.93329 1.06664 9.35329 2.28664 11.3866C3.3533 13.1666 5.1133 14.2733 7.01997 14.56C7.6133 13.86 8.1333 13.1133 8.57997 12.3333C8.83997 11.88 8.48664 11.34 7.96664 11.34C6.8533 11.3466 5.77997 10.8 5.14664 9.81329Z"
15
- fill={fill}
16
- />
17
- <path
18
- d="M5.71332 8C5.71332 8.40667 5.81332 8.78667 6.01998 9.14667C6.42665 9.84667 7.17998 10.2867 7.99332 10.2867C8.80665 10.2867 9.56665 9.84667 9.96665 9.14667C10.1733 8.78667 10.28 8.40667 10.28 8C10.28 6.74 9.25332 5.72 7.99332 5.72C6.73998 5.71334 5.71332 6.74 5.71332 8Z"
19
- fill={fill}
20
- />
21
- <path
22
- d="M14.2267 5.61344C13.3134 5.42011 12.3867 5.31344 11.4667 5.30011C10.94 5.29344 10.64 5.86677 10.9 6.32677C11.1667 6.80011 11.32 7.34677 11.32 7.92677C11.32 8.48677 11.1734 9.04011 10.9 9.53344C10.2734 11.4534 9.34002 13.1601 8.10669 14.6668C11.74 14.6068 14.6667 11.6468 14.6667 8.00011C14.6667 7.16011 14.5134 6.35344 14.2267 5.61344Z"
23
- fill={fill}
24
- />
25
- </svg>
26
- );
@@ -1,18 +0,0 @@
1
- import React from 'react';
2
-
3
- interface IProps {
4
- fill?: string;
5
- }
6
-
7
- export const ICBold16QuoteUp = ({ fill = '#000000' }: IProps) => (
8
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
9
- <path
10
- d="M5.39331 7.7534H2.26665C2.31998 4.64006 2.93331 4.12673 4.84665 2.9934C5.06665 2.86006 5.13998 2.58006 5.00665 2.3534C4.87998 2.1334 4.59331 2.06006 4.37331 2.1934C2.11998 3.52673 1.33331 4.34006 1.33331 8.2134V11.8067C1.33331 12.9467 2.25998 13.8667 3.39331 13.8667H5.39331C6.56665 13.8667 7.45331 12.9801 7.45331 11.8067V9.80673C7.45331 8.64006 6.56665 7.7534 5.39331 7.7534Z"
11
- fill={fill}
12
- />
13
- <path
14
- d="M12.6066 7.7534H9.47998C9.53331 4.64006 10.1466 4.12673 12.06 2.9934C12.28 2.86006 12.3533 2.58006 12.22 2.3534C12.0866 2.1334 11.8066 2.06006 11.58 2.1934C9.32664 3.52673 8.53998 4.34006 8.53998 8.22006V11.8134C8.53998 12.9534 9.46664 13.8734 10.6 13.8734H12.6C13.7733 13.8734 14.66 12.9867 14.66 11.8134V9.8134C14.6666 8.64006 13.78 7.7534 12.6066 7.7534Z"
15
- fill={fill}
16
- />
17
- </svg>
18
- );
@@ -1,14 +0,0 @@
1
- import React from 'react';
2
-
3
- interface IProps {
4
- fill?: string;
5
- }
6
-
7
- export const ICBold24Caution = ({ fill = '#000000' }: IProps) => (
8
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
9
- <path
10
- d="M12 2C6.49 2 2 6.49 2 12C2 17.51 6.49 22 12 22C17.51 22 22 17.51 22 12C22 6.49 17.51 2 12 2ZM11.25 8C11.25 7.59 11.59 7.25 12 7.25C12.41 7.25 12.75 7.59 12.75 8V13C12.75 13.41 12.41 13.75 12 13.75C11.59 13.75 11.25 13.41 11.25 13V8ZM12.92 16.38C12.87 16.51 12.8 16.61 12.71 16.71C12.61 16.8 12.5 16.87 12.38 16.92C12.26 16.97 12.13 17 12 17C11.87 17 11.74 16.97 11.62 16.92C11.5 16.87 11.39 16.8 11.29 16.71C11.2 16.61 11.13 16.51 11.08 16.38C11.03 16.26 11 16.13 11 16C11 15.87 11.03 15.74 11.08 15.62C11.13 15.5 11.2 15.39 11.29 15.29C11.39 15.2 11.5 15.13 11.62 15.08C11.86 14.98 12.14 14.98 12.38 15.08C12.5 15.13 12.61 15.2 12.71 15.29C12.8 15.39 12.87 15.5 12.92 15.62C12.97 15.74 13 15.87 13 16C13 16.13 12.97 16.26 12.92 16.38Z"
11
- fill={fill}
12
- />
13
- </svg>
14
- );
@@ -1,18 +0,0 @@
1
- import React from 'react';
2
-
3
- interface IProps {
4
- fill?: string;
5
- }
6
-
7
- export const ICBold24Chat = ({ fill = '#000000' }: IProps) => (
8
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
9
- <path
10
- d="M18.47 16.83L18.86 19.99C18.96 20.82 18.07 21.4 17.36 20.97L13.9 18.91C13.66 18.77 13.6 18.47 13.73 18.23C14.23 17.31 14.5 16.27 14.5 15.23C14.5 11.57 11.36 8.59 7.50002 8.59C6.71002 8.59 5.94002 8.71 5.22002 8.95C4.85002 9.07 4.49002 8.73 4.58002 8.35C5.49002 4.71 8.99002 2 13.17 2C18.05 2 22 5.69 22 10.24C22 12.94 20.61 15.33 18.47 16.83Z"
11
- fill={fill}
12
- />
13
- <path
14
- d="M13 15.23C13 16.42 12.56 17.52 11.82 18.39C10.83 19.59 9.26 20.36 7.5 20.36L4.89 21.91C4.45 22.18 3.89 21.81 3.95 21.3L4.2 19.33C2.86 18.4 2 16.91 2 15.23C2 13.47 2.94 11.92 4.38 11C5.27 10.42 6.34 10.09 7.5 10.09C10.54 10.09 13 12.39 13 15.23Z"
15
- fill={fill}
16
- />
17
- </svg>
18
- );
@@ -1,14 +0,0 @@
1
- import React from 'react';
2
-
3
- interface IProps {
4
- fill?: string;
5
- }
6
-
7
- export const ICBold24Check = ({ fill = '#000000' }: IProps) => (
8
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
9
- <path
10
- d="M10.525 14.275L8.075 11.825C7.925 11.675 7.74167 11.6 7.525 11.6C7.30833 11.6 7.125 11.675 6.975 11.825C6.80833 11.9917 6.725 12.1875 6.725 12.4125C6.725 12.6375 6.8 12.825 6.95 12.975L10 16.025C10.1333 16.1583 10.3083 16.225 10.525 16.225C10.7417 16.225 10.9167 16.1583 11.05 16.025L17.05 10.025C17.2 9.875 17.275 9.69167 17.275 9.475C17.275 9.25833 17.1917 9.06667 17.025 8.9C16.875 8.75 16.6875 8.675 16.4625 8.675C16.2375 8.675 16.0417 8.75833 15.875 8.925L10.525 14.275ZM12 22C10.5833 22 9.26667 21.7458 8.05 21.2375C6.83333 20.7292 5.775 20.025 4.875 19.125C3.975 18.225 3.27083 17.1667 2.7625 15.95C2.25417 14.7333 2 13.4167 2 12C2 10.6 2.25417 9.29167 2.7625 8.075C3.27083 6.85833 3.975 5.8 4.875 4.9C5.775 4 6.83333 3.29167 8.05 2.775C9.26667 2.25833 10.5833 2 12 2C13.4 2 14.7083 2.25833 15.925 2.775C17.1417 3.29167 18.2 4 19.1 4.9C20 5.8 20.7083 6.85833 21.225 8.075C21.7417 9.29167 22 10.6 22 12C22 13.4167 21.7417 14.7333 21.225 15.95C20.7083 17.1667 20 18.225 19.1 19.125C18.2 20.025 17.1417 20.7292 15.925 21.2375C14.7083 21.7458 13.4 22 12 22Z"
11
- fill={fill}
12
- />
13
- </svg>
14
- );
@@ -1,18 +0,0 @@
1
- import React from 'react';
2
-
3
- interface IProps {
4
- fill?: string;
5
- }
6
-
7
- export const ICBold24File = ({ fill = '#000000' }: IProps) => (
8
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
9
- <path
10
- d="M20.5 10.19H17.61C15.24 10.19 13.31 8.26 13.31 5.89V3C13.31 2.45 12.86 2 12.31 2H8.07C4.99 2 2.5 4 2.5 7.57V16.43C2.5 20 4.99 22 8.07 22H15.93C19.01 22 21.5 20 21.5 16.43V11.19C21.5 10.64 21.05 10.19 20.5 10.19Z"
11
- fill={fill}
12
- />
13
- <path
14
- d="M15.8 2.20999C15.39 1.79999 14.68 2.07999 14.68 2.64999V6.13999C14.68 7.59999 15.92 8.80999 17.43 8.80999C18.38 8.81999 19.7 8.81999 20.83 8.81999C21.4 8.81999 21.7 8.14999 21.3 7.74999C19.86 6.29999 17.28 3.68999 15.8 2.20999Z"
15
- fill={fill}
16
- />
17
- </svg>
18
- );
@@ -1,46 +0,0 @@
1
- import React from 'react';
2
-
3
- interface IProps {
4
- fill?: string;
5
- }
6
-
7
- export const ICBold24Globe = ({ fill = '#000000' }: IProps) => (
8
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
9
- <path
10
- d="M7.65 20.91C7.62 20.91 7.58 20.93 7.55 20.93C5.61 19.97 4.03 18.38 3.06 16.44C3.06 16.41 3.08 16.37 3.08 16.34C4.3 16.7 5.56 16.97 6.81 17.18C7.03 18.44 7.29 19.69 7.65 20.91Z"
11
- fill={fill}
12
- />
13
- <path
14
- d="M20.94 16.45C19.95 18.44 18.3 20.05 16.29 21.02C16.67 19.75 16.99 18.47 17.2 17.18C18.46 16.97 19.7 16.7 20.92 16.34C20.91 16.38 20.94 16.42 20.94 16.45Z"
15
- fill={fill}
16
- />
17
- <path
18
- d="M21.02 7.71001C19.76 7.33001 18.49 7.02001 17.2 6.80001C16.99 5.51001 16.68 4.23001 16.29 2.98001C18.36 3.97001 20.03 5.64001 21.02 7.71001Z"
19
- fill={fill}
20
- />
21
- <path
22
- d="M7.64998 3.09C7.28998 4.31 7.02998 5.55 6.81998 6.81C5.52998 7.01 4.24998 7.33 2.97998 7.71C3.94998 5.7 5.55998 4.05 7.54998 3.06C7.57998 3.06 7.61998 3.09 7.64998 3.09Z"
23
- fill={fill}
24
- />
25
- <path
26
- d="M15.49 6.59C13.17 6.33 10.83 6.33 8.51001 6.59C8.76001 5.22 9.08001 3.85 9.53001 2.53C9.55001 2.45 9.54001 2.39 9.55001 2.31C10.34 2.12 11.15 2 12 2C12.84 2 13.66 2.12 14.44 2.31C14.45 2.39 14.45 2.45 14.47 2.53C14.92 3.86 15.24 5.22 15.49 6.59Z"
27
- fill={fill}
28
- />
29
- <path
30
- d="M6.59 15.49C5.21 15.24 3.85 14.92 2.53 14.47C2.45 14.45 2.39 14.46 2.31 14.45C2.12 13.66 2 12.85 2 12C2 11.16 2.12 10.34 2.31 9.56001C2.39 9.55001 2.45 9.55001 2.53 9.53001C3.86 9.09001 5.21 8.76001 6.59 8.51001C6.34 10.83 6.34 13.17 6.59 15.49Z"
31
- fill={fill}
32
- />
33
- <path
34
- d="M22 12C22 12.85 21.88 13.66 21.69 14.45C21.61 14.46 21.55 14.45 21.47 14.47C20.14 14.91 18.78 15.24 17.41 15.49C17.67 13.17 17.67 10.83 17.41 8.51001C18.78 8.76001 20.15 9.08001 21.47 9.53001C21.55 9.55001 21.61 9.56001 21.69 9.56001C21.88 10.35 22 11.16 22 12Z"
35
- fill={fill}
36
- />
37
- <path
38
- d="M15.49 17.41C15.24 18.79 14.92 20.15 14.47 21.47C14.45 21.55 14.45 21.61 14.44 21.69C13.66 21.88 12.84 22 12 22C11.15 22 10.34 21.88 9.55001 21.69C9.54001 21.61 9.55001 21.55 9.53001 21.47C9.09001 20.14 8.76001 18.79 8.51001 17.41C9.67001 17.54 10.83 17.63 12 17.63C13.17 17.63 14.34 17.54 15.49 17.41Z"
39
- fill={fill}
40
- />
41
- <path
42
- d="M15.7633 15.7633C13.2622 16.0789 10.7378 16.0789 8.23667 15.7633C7.92111 13.2622 7.92111 10.7378 8.23667 8.23667C10.7378 7.92111 13.2622 7.92111 15.7633 8.23667C16.0789 10.7378 16.0789 13.2622 15.7633 15.7633Z"
43
- fill={fill}
44
- />
45
- </svg>
46
- );
@@ -1,22 +0,0 @@
1
- import React from 'react';
2
-
3
- interface IProps {
4
- fill?: string;
5
- }
6
-
7
- export const ICBold24Image = ({ fill = '#000000' }: IProps) => (
8
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
9
- <path
10
- d="M2.57999 19.01L2.55999 19.03C2.28999 18.44 2.11999 17.77 2.04999 17.03C2.11999 17.76 2.30999 18.42 2.57999 19.01Z"
11
- fill={fill}
12
- />
13
- <path
14
- d="M9 10.38C10.3144 10.38 11.38 9.31443 11.38 8C11.38 6.68556 10.3144 5.62 9 5.62C7.68556 5.62 6.62 6.68556 6.62 8C6.62 9.31443 7.68556 10.38 9 10.38Z"
15
- fill={fill}
16
- />
17
- <path
18
- d="M16.19 2H7.81C4.17 2 2 4.17 2 7.81V16.19C2 17.28 2.19 18.23 2.56 19.03C3.42 20.93 5.26 22 7.81 22H16.19C19.83 22 22 19.83 22 16.19V13.9V7.81C22 4.17 19.83 2 16.19 2ZM20.37 12.5C19.59 11.83 18.33 11.83 17.55 12.5L13.39 16.07C12.61 16.74 11.35 16.74 10.57 16.07L10.23 15.79C9.52 15.17 8.39 15.11 7.59 15.65L3.85 18.16C3.63 17.6 3.5 16.95 3.5 16.19V7.81C3.5 4.99 4.99 3.5 7.81 3.5H16.19C19.01 3.5 20.5 4.99 20.5 7.81V12.61L20.37 12.5Z"
19
- fill={fill}
20
- />
21
- </svg>
22
- );
@@ -1,14 +0,0 @@
1
- import React from 'react';
2
-
3
- interface IProps {
4
- fill?: string;
5
- }
6
-
7
- export const ICBold24Info = ({ fill = '#000000' }: IProps) => (
8
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
9
- <path
10
- d="M12 2C6.49 2 2 6.49 2 12C2 17.51 6.49 22 12 22C17.51 22 22 17.51 22 12C22 6.49 17.51 2 12 2ZM11.25 11.25C11.25 10.84 11.59 10.5 12 10.5C12.41 10.5 12.75 10.84 12.75 11.25V16.25C12.75 16.66 12.41 17 12 17C11.59 17 11.25 16.66 11.25 16.25V11.25ZM12.92 8.38C12.87 8.51 12.8 8.61 12.71 8.71C12.61 8.8 12.5 8.87 12.38 8.92C12.26 8.97 12.13 9 12 9C11.87 9 11.74 8.97 11.62 8.92C11.5 8.87 11.39 8.8 11.29 8.71C11.2 8.61 11.13 8.51 11.08 8.38C11.03 8.26 11 8.13 11 8C11 7.87 11.03 7.74 11.08 7.62C11.13 7.5 11.2 7.39 11.29 7.29C11.39 7.2 11.5 7.13 11.62 7.08C11.86 6.98 12.14 6.98 12.38 7.08C12.5 7.13 12.61 7.2 12.71 7.29C12.8 7.39 12.87 7.5 12.92 7.62C12.97 7.74 13 7.87 13 8C13 8.13 12.97 8.26 12.92 8.38Z"
11
- fill={fill}
12
- />
13
- </svg>
14
- );
@@ -1,23 +0,0 @@
1
- import React from 'react';
2
-
3
- export const ICColor24Academic = () => (
4
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
5
- <rect width="24" height="24" rx="6" fill="#3EBD69" />
6
- <path
7
- d="M11.9996 6.97551V18.998C11.8721 18.998 11.7371 18.9755 11.6321 18.9155L11.6021 18.9005C10.1621 18.113 7.64963 17.288 6.02213 17.0705L5.80463 17.0405C5.08463 16.9505 4.49963 16.2755 4.49963 15.5555V6.49551C4.49963 5.60301 5.22713 4.92801 6.11963 5.00301C7.69463 5.13051 10.0796 5.92551 11.4146 6.75801L11.6021 6.87051C11.7146 6.93801 11.8571 6.97551 11.9996 6.97551Z"
8
- fill="white"
9
- />
10
- <path
11
- d="M19.5 6.50216V15.5547C19.5 16.2747 18.915 16.9497 18.195 17.0397L17.9475 17.0697C16.3125 17.2872 13.7925 18.1197 12.3525 18.9147C12.255 18.9747 12.135 18.9972 12 18.9972V6.97466C12.1425 6.97466 12.285 6.93716 12.3975 6.86966L12.525 6.78716C13.86 5.94716 16.2525 5.14466 17.8275 5.00966H17.8725C18.765 4.93466 19.5 5.60216 19.5 6.50216Z"
12
- fill="#084A1E"
13
- />
14
- <path
15
- d="M8.81287 9.93018H7.12537C6.81787 9.93018 6.56287 9.67518 6.56287 9.36768C6.56287 9.06018 6.81787 8.80518 7.12537 8.80518H8.81287C9.12037 8.80518 9.37537 9.06018 9.37537 9.36768C9.37537 9.67518 9.12037 9.93018 8.81287 9.93018Z"
16
- fill="#084A1E"
17
- />
18
- <path
19
- d="M9.37537 12.1802H7.12537C6.81787 12.1802 6.56287 11.9252 6.56287 11.6177C6.56287 11.3102 6.81787 11.0552 7.12537 11.0552H9.37537C9.68287 11.0552 9.93787 11.3102 9.93787 11.6177C9.93787 11.9252 9.68287 12.1802 9.37537 12.1802Z"
20
- fill="#084A1E"
21
- />
22
- </svg>
23
- );
@@ -1,11 +0,0 @@
1
- import React from 'react';
2
-
3
- export const ICColor24Excel = () => (
4
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
5
- <rect width="24" height="24" rx="6" fill="#22A162" />
6
- <path
7
- d="M17 17H14.31L11.9776 13.7294L9.66021 17H7L10.6662 11.8605L7.20119 7H9.90611L12.0075 9.97071L14.1162 7H16.7541L13.3338 11.8326L17 17Z"
8
- fill="white"
9
- />
10
- </svg>
11
- );
@@ -1,25 +0,0 @@
1
- import React from 'react';
2
-
3
- export const ICColor24Html = () => (
4
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
5
- <rect width="24" height="24" rx="6" fill="#FF4D4D" />
6
- <path
7
- d="M14.7967 14.9213V15.0033L14.8696 14.9657L19.2299 12.7175L19.257 12.7035V12.673V11.4401V11.4097L19.23 11.3957L14.8696 9.14186L14.7967 9.10415V9.18628V10.8209V10.8519L14.8245 10.8657L17.2048 12.0427L14.8244 13.2252L14.7967 13.239V13.27V14.9213Z"
8
- fill="white"
9
- stroke="#FF4C4C"
10
- stroke-width="0.1"
11
- />
12
- <path
13
- d="M9.65354 15.9801L9.62736 16.048H9.7002H11.209H11.2433L11.2556 16.016L14.3367 8.01602L14.3629 7.94805H14.29H12.7812H12.7469L12.7346 7.98008L9.65354 15.9801Z"
14
- fill="white"
15
- stroke="#FF4C4C"
16
- stroke-width="0.1"
17
- />
18
- <path
19
- d="M9.12552 14.9657L9.19844 15.0033V14.9213V13.27V13.239L9.17068 13.2252L6.79033 12.0427L9.1706 10.8657L9.19844 10.8519V10.8209V9.18628V9.10415L9.12548 9.14186L4.76513 11.3957L4.73809 11.4097V11.4401V12.673V12.7035L4.76517 12.7175L9.12552 14.9657Z"
20
- fill="white"
21
- stroke="#FF4C4C"
22
- stroke-width="0.1"
23
- />
24
- </svg>
25
- );
@@ -1,19 +0,0 @@
1
- import React from 'react';
2
-
3
- export const ICColor24Image = () => (
4
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
5
- <rect width="24" height="24" rx="6" fill="#F4C41A" />
6
- <path
7
- d="M18 9.486V13.14L17.022 12.3C16.554 11.898 15.798 11.898 15.33 12.3L12.834 14.442C12.366 14.844 11.61 14.844 11.142 14.442L10.938 14.274C10.512 13.902 9.834 13.866 9.354 14.19L6.402 16.17L6.336 16.218C6.114 15.738 6 15.168 6 14.514V9.486C6 7.302 7.302 6 9.486 6H14.514C16.698 6 18 7.302 18 9.486Z"
8
- fill="#C68B18"
9
- />
10
- <path
11
- d="M10.2001 11.028C10.9888 11.028 11.6281 10.3887 11.6281 9.6C11.6281 8.81133 10.9888 8.172 10.2001 8.172C9.41143 8.172 8.77209 8.81133 8.77209 9.6C8.77209 10.3887 9.41143 11.028 10.2001 11.028Z"
12
- fill="white"
13
- />
14
- <path
15
- d="M18 13.14V14.514C18 16.698 16.698 18 14.514 18H9.486C7.956 18 6.852 17.358 6.336 16.218L6.402 16.17L9.354 14.19C9.834 13.866 10.512 13.902 10.938 14.274L11.142 14.442C11.61 14.844 12.366 14.844 12.834 14.442L15.33 12.3C15.798 11.898 16.554 11.898 17.022 12.3L18 13.14Z"
16
- fill="white"
17
- />
18
- </svg>
19
- );