@liner-fe/icon 0.0.3 → 0.0.5

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 (179) hide show
  1. package/.gitignore +4 -0
  2. package/CHANGELOG.md +12 -0
  3. package/assets/add-clock/index.tsx +40 -0
  4. package/assets/add-to-folder/index.tsx +36 -0
  5. package/assets/ai/index.tsx +43 -0
  6. package/assets/airplane/index.tsx +32 -0
  7. package/assets/android/index.tsx +32 -0
  8. package/assets/apple/index.tsx +36 -0
  9. package/assets/arrow-back/index.tsx +32 -0
  10. package/assets/arrow-backward/index.tsx +32 -0
  11. package/assets/arrow-down/index.tsx +32 -0
  12. package/assets/arrow-down-left/index.tsx +32 -0
  13. package/assets/arrow-downward/index.tsx +32 -0
  14. package/assets/arrow-drop-right/index.tsx +32 -0
  15. package/assets/arrow-forward/index.tsx +32 -0
  16. package/assets/arrow-left/index.tsx +32 -0
  17. package/assets/arrow-right/index.tsx +32 -0
  18. package/assets/arrow-turn/index.tsx +32 -0
  19. package/assets/arrow-up/index.tsx +32 -0
  20. package/assets/arrow-up-down/index.tsx +36 -0
  21. package/assets/arrow-up-left/index.tsx +32 -0
  22. package/assets/arrow-up-right/index.tsx +32 -0
  23. package/assets/arrow-upward/index.tsx +32 -0
  24. package/assets/balance/index.tsx +40 -0
  25. package/assets/bell/index.tsx +36 -0
  26. package/assets/block/index.tsx +32 -0
  27. package/assets/bolt/index.tsx +32 -0
  28. package/assets/book/index.tsx +33 -0
  29. package/assets/bookmark/index.tsx +32 -0
  30. package/assets/bookmark-cancel/index.tsx +40 -0
  31. package/assets/books/index.tsx +40 -0
  32. package/assets/brain/index.tsx +33 -0
  33. package/assets/bulb/index.tsx +36 -0
  34. package/assets/bulb-exclamtionmark/index.tsx +44 -0
  35. package/assets/camera/index.tsx +35 -0
  36. package/assets/car/index.tsx +32 -0
  37. package/assets/casual-shoe/index.tsx +32 -0
  38. package/assets/chart-bar/index.tsx +41 -0
  39. package/assets/chart-line-uptrend/index.tsx +41 -0
  40. package/assets/check-mark/index.tsx +32 -0
  41. package/assets/check-mark-fill/index.tsx +36 -0
  42. package/assets/chrome/index.tsx +44 -0
  43. package/assets/clock/index.tsx +36 -0
  44. package/assets/close/index.tsx +32 -0
  45. package/assets/close-fill/index.tsx +36 -0
  46. package/assets/copy/index.tsx +33 -0
  47. package/assets/credit/index.tsx +40 -0
  48. package/assets/creditcard/index.tsx +36 -0
  49. package/assets/dark-mode/index.tsx +32 -0
  50. package/assets/description/index.tsx +41 -0
  51. package/assets/desktop/index.tsx +32 -0
  52. package/assets/desktop-on-cursor/index.tsx +40 -0
  53. package/assets/document/index.tsx +34 -0
  54. package/assets/document-add/index.tsx +38 -0
  55. package/assets/document-check/index.tsx +38 -0
  56. package/assets/document-warning/index.tsx +36 -0
  57. package/assets/double-arrow-backward/index.tsx +36 -0
  58. package/assets/download/index.tsx +36 -0
  59. package/assets/drop-down/index.tsx +32 -0
  60. package/assets/drop-up/index.tsx +32 -0
  61. package/assets/email/index.tsx +34 -0
  62. package/assets/end/index.tsx +36 -0
  63. package/assets/essay/index.tsx +38 -0
  64. package/assets/exclamationmark/index.tsx +34 -0
  65. package/assets/exclamationmark-fill/index.tsx +40 -0
  66. package/assets/expand/index.tsx +36 -0
  67. package/assets/expand-close/index.tsx +32 -0
  68. package/assets/extend/index.tsx +32 -0
  69. package/assets/facebook/index.tsx +32 -0
  70. package/assets/feedback/index.tsx +36 -0
  71. package/assets/filter/index.tsx +40 -0
  72. package/assets/fire/index.tsx +35 -0
  73. package/assets/flowchart/index.tsx +32 -0
  74. package/assets/focus/index.tsx +36 -0
  75. package/assets/folder/index.tsx +32 -0
  76. package/assets/folder-add/index.tsx +34 -0
  77. package/assets/folder-open/index.tsx +46 -0
  78. package/assets/folder-open-share/index.tsx +40 -0
  79. package/assets/folder-share/index.tsx +40 -0
  80. package/assets/formal-bag/index.tsx +32 -0
  81. package/assets/globe/index.tsx +32 -0
  82. package/assets/google/index.tsx +32 -0
  83. package/assets/google-export/index.tsx +40 -0
  84. package/assets/graduationcap/index.tsx +33 -0
  85. package/assets/help/index.tsx +36 -0
  86. package/assets/hide-all/index.tsx +124 -0
  87. package/assets/highlight-edit/index.tsx +36 -0
  88. package/assets/highlighter/index.tsx +32 -0
  89. package/assets/history/index.tsx +36 -0
  90. package/assets/home/index.tsx +32 -0
  91. package/assets/info/index.tsx +40 -0
  92. package/assets/lds-pri-icon-s-double-arrow-forward/index.tsx +36 -0
  93. package/assets/light/index.tsx +36 -0
  94. package/assets/light-mode/index.tsx +64 -0
  95. package/assets/liner/index.tsx +36 -0
  96. package/assets/link/index.tsx +36 -0
  97. package/assets/list/index.tsx +52 -0
  98. package/assets/literature-review/index.tsx +48 -0
  99. package/assets/lock/index.tsx +36 -0
  100. package/assets/magic-pencil/index.tsx +48 -0
  101. package/assets/magic-wand/index.tsx +44 -0
  102. package/assets/make-easy/index.tsx +48 -0
  103. package/assets/members/index.tsx +44 -0
  104. package/assets/memo/index.tsx +36 -0
  105. package/assets/menu/index.tsx +40 -0
  106. package/assets/microscope/index.tsx +32 -0
  107. package/assets/mindmap/index.tsx +32 -0
  108. package/assets/minus/index.tsx +40 -0
  109. package/assets/mobile/index.tsx +36 -0
  110. package/assets/more/index.tsx +40 -0
  111. package/assets/move/index.tsx +32 -0
  112. package/assets/move-to-folder/index.tsx +36 -0
  113. package/assets/new-chrome-extension/index.tsx +32 -0
  114. package/assets/new-tab/index.tsx +36 -0
  115. package/assets/new-thread/index.tsx +34 -0
  116. package/assets/new-thread-folder/index.tsx +40 -0
  117. package/assets/palette/index.tsx +48 -0
  118. package/assets/paperclip/index.tsx +39 -0
  119. package/assets/paragraph/index.tsx +44 -0
  120. package/assets/paraphrase/index.tsx +44 -0
  121. package/assets/pencil/index.tsx +33 -0
  122. package/assets/person/index.tsx +36 -0
  123. package/assets/person-add/index.tsx +40 -0
  124. package/assets/person-fill/index.tsx +40 -0
  125. package/assets/photo/index.tsx +35 -0
  126. package/assets/play-button/index.tsx +35 -0
  127. package/assets/plus/index.tsx +32 -0
  128. package/assets/power/index.tsx +36 -0
  129. package/assets/question-box/index.tsx +36 -0
  130. package/assets/question-message/index.tsx +36 -0
  131. package/assets/quote/index.tsx +36 -0
  132. package/assets/redo/index.tsx +32 -0
  133. package/assets/regenerate/index.tsx +36 -0
  134. package/assets/remove-from-folder/index.tsx +36 -0
  135. package/assets/report/index.tsx +36 -0
  136. package/assets/restaurant/index.tsx +40 -0
  137. package/assets/retry/index.tsx +32 -0
  138. package/assets/rocket/index.tsx +36 -0
  139. package/assets/search/index.tsx +32 -0
  140. package/assets/secret-mode/index.tsx +36 -0
  141. package/assets/send/index.tsx +32 -0
  142. package/assets/setting/index.tsx +36 -0
  143. package/assets/share/index.tsx +36 -0
  144. package/assets/sheet-export/index.tsx +36 -0
  145. package/assets/shield/index.tsx +48 -0
  146. package/assets/shield-person/index.tsx +40 -0
  147. package/assets/shield-usage/index.tsx +48 -0
  148. package/assets/shorten/index.tsx +36 -0
  149. package/assets/show-all/index.tsx +44 -0
  150. package/assets/sign-out/index.tsx +36 -0
  151. package/assets/source/index.tsx +44 -0
  152. package/assets/speaker/index.tsx +36 -0
  153. package/assets/spinner/index.tsx +40 -0
  154. package/assets/stack/index.tsx +40 -0
  155. package/assets/start/index.tsx +36 -0
  156. package/assets/step/index.tsx +36 -0
  157. package/assets/stop/index.tsx +36 -0
  158. package/assets/summarize/index.tsx +40 -0
  159. package/assets/target/index.tsx +40 -0
  160. package/assets/teams/index.tsx +39 -0
  161. package/assets/text-select/index.tsx +36 -0
  162. package/assets/thumb-down/index.tsx +34 -0
  163. package/assets/thumb-up/index.tsx +34 -0
  164. package/assets/timer/index.tsx +40 -0
  165. package/assets/translate/index.tsx +36 -0
  166. package/assets/trash/index.tsx +38 -0
  167. package/assets/tune/index.tsx +52 -0
  168. package/assets/twitter/index.tsx +32 -0
  169. package/assets/undo/index.tsx +32 -0
  170. package/assets/verification-badge/index.tsx +32 -0
  171. package/assets/view-list/index.tsx +32 -0
  172. package/assets/visibility/index.tsx +36 -0
  173. package/assets/visibility-off/index.tsx +48 -0
  174. package/assets/volume/index.tsx +32 -0
  175. package/assets/volume-up/index.tsx +40 -0
  176. package/assets/zoom-in/index.tsx +36 -0
  177. package/assets/zoom-out/index.tsx +36 -0
  178. package/index.tsx +373 -0
  179. package/package.json +9 -2
@@ -0,0 +1,36 @@
1
+ import React from 'react';import { BasicColorType } from '@liner-fe/prism';
2
+
3
+ interface CreditcardProps {
4
+ fill?: boolean;
5
+ thick?: boolean;
6
+ size?: number
7
+ color?: BasicColorType;
8
+ }
9
+
10
+ export const Creditcard = ({ fill = false, thick = false, size = 24, color = 'neutral-label-primary' }: CreditcardProps) => {
11
+ if (fill && thick) {
12
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
13
+ <path d="M6 9C4.89543 9 4 9.89543 4 11V17H44V11C44 9.89543 43.1046 9 42 9H6Z" style={{ fill: `var(--${color})` }}/>
14
+ <path fillRule="evenodd" clipRule="evenodd" d="M42 39C43.1046 39 44 38.1046 44 37V21H4V37C4 38.1046 4.89543 39 6 39H42ZM18 32V27H11V32H18Z" style={{ fill: `var(--${color})` }}/>
15
+ </svg>
16
+ ;
17
+ } else if (fill) {
18
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
19
+ <path d="M6 9C4.89543 9 4 9.89543 4 11V17.5H44V11C44 9.89543 43.1046 9 42 9H6Z" style={{ fill: `var(--${color})` }}/>
20
+ <path fillRule="evenodd" clipRule="evenodd" d="M42 39C43.1046 39 44 38.1046 44 37V20.5H4V37C4 38.1046 4.89543 39 6 39H42ZM18 32V27H11V32H18Z" style={{ fill: `var(--${color})` }}/>
21
+ </svg>
22
+ ;
23
+ } else if (thick) {
24
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
25
+ <path d="M18 27H11V32H18V27Z" style={{ fill: `var(--${color})` }}/>
26
+ <path fillRule="evenodd" clipRule="evenodd" d="M4 9V39H44V9H4ZM40 13H8V16.5H40V13ZM8 35V20.5H40V35H8Z" style={{ fill: `var(--${color})` }}/>
27
+ </svg>
28
+ ;
29
+ }
30
+
31
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
32
+ <path d="M18 27H11V32H18V27Z" style={{ fill: `var(--${color})` }}/>
33
+ <path fillRule="evenodd" clipRule="evenodd" d="M4 9V39H44V9H4ZM41 12H7V17H41V12ZM7 36V20H41V36H7Z" style={{ fill: `var(--${color})` }}/>
34
+ </svg>
35
+ ;
36
+ };
@@ -0,0 +1,32 @@
1
+ import React from 'react';import { BasicColorType } from '@liner-fe/prism';
2
+
3
+ interface DarkModeProps {
4
+ fill?: boolean;
5
+ thick?: boolean;
6
+ size?: number
7
+ color?: BasicColorType;
8
+ }
9
+
10
+ export const DarkMode = ({ fill = false, thick = false, size = 24, color = 'neutral-label-primary' }: DarkModeProps) => {
11
+ if (fill && thick) {
12
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
13
+ <path fillRule="evenodd" clipRule="evenodd" d="M15.7999 9.10393C15.2792 10.8136 14.9998 12.6262 14.9998 14.5C14.9998 24.7173 23.2825 33 33.4998 33C35.3736 33 37.1863 32.7205 38.8961 32.1997C36.0002 37.4492 30.4118 41 23.9999 41C14.6111 41 6.99994 33.3888 6.99994 24C6.99994 17.5882 10.5506 11.9999 15.7999 9.10393ZM19.2269 8.44529C19.9422 6.76131 18.6844 4.6268 16.9715 5.26983C9.39313 8.11493 3.99994 15.4276 3.99994 24C3.99994 35.0457 12.9542 44 23.9999 44C32.5724 44 39.8852 38.6066 42.7302 31.028C43.3732 29.3151 41.2387 28.0574 39.5547 28.7727C37.6946 29.5629 35.6482 30 33.4998 30C24.9393 30 17.9998 23.0604 17.9998 14.5C17.9998 12.3516 18.4368 10.3054 19.2269 8.44529Z" style={{ fill: `var(--${color})` }}/>
14
+ </svg>
15
+ ;
16
+ } else if (fill) {
17
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
18
+ <path fillRule="evenodd" clipRule="evenodd" d="M15.7999 9.10393C15.2792 10.8136 14.9998 12.6262 14.9998 14.5C14.9998 24.7173 23.2825 33 33.4998 33C35.3736 33 37.1863 32.7205 38.8961 32.1997C36.0002 37.4492 30.4118 41 23.9999 41C14.6111 41 6.99994 33.3888 6.99994 24C6.99994 17.5882 10.5506 11.9999 15.7999 9.10393ZM19.2269 8.44529C19.9422 6.76131 18.6844 4.6268 16.9715 5.26983C9.39313 8.11493 3.99994 15.4276 3.99994 24C3.99994 35.0457 12.9542 44 23.9999 44C32.5724 44 39.8852 38.6066 42.7302 31.028C43.3732 29.3151 41.2387 28.0574 39.5547 28.7727C37.6946 29.5629 35.6482 30 33.4998 30C24.9393 30 17.9998 23.0604 17.9998 14.5C17.9998 12.3516 18.4368 10.3054 19.2269 8.44529Z" style={{ fill: `var(--${color})` }}/>
19
+ </svg>
20
+ ;
21
+ } else if (thick) {
22
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
23
+ <path fillRule="evenodd" clipRule="evenodd" d="M15.2611 11.1508C15.0891 12.1922 14.9998 13.2603 14.9998 14.3476C14.9998 25.1172 23.7302 33.8476 34.4998 33.8476C35.5872 33.8476 36.6554 33.7583 37.697 33.5862C34.77 37.3959 30.1685 39.8476 24.9999 39.8476C16.1634 39.8476 8.99994 32.6842 8.99994 23.8476C8.99994 18.6792 11.4516 14.0777 15.2611 11.1508ZM20.2269 8.29294C20.9422 6.60897 19.6844 4.47445 17.9715 5.11749C10.3931 7.96258 4.99994 15.2753 4.99994 23.8476C4.99994 34.8933 13.9542 43.8476 24.9999 43.8476C33.5724 43.8476 40.8852 38.4543 43.7302 30.8757C44.3732 29.1628 42.2387 27.9051 40.5547 28.6204C38.6946 29.4105 36.6482 29.8476 34.4998 29.8476C25.9393 29.8476 18.9998 22.9081 18.9998 14.3476C18.9998 12.1993 19.4368 10.153 20.2269 8.29294Z" style={{ fill: `var(--${color})` }}/>
24
+ </svg>
25
+ ;
26
+ }
27
+
28
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
29
+ <path fillRule="evenodd" clipRule="evenodd" d="M15.7999 9.10393C15.2792 10.8136 14.9998 12.6262 14.9998 14.5C14.9998 24.7173 23.2825 33 33.4998 33C35.3736 33 37.1863 32.7205 38.8961 32.1997C36.0002 37.4492 30.4118 41 23.9999 41C14.6111 41 6.99994 33.3888 6.99994 24C6.99994 17.5882 10.5506 11.9999 15.7999 9.10393ZM19.2269 8.44529C19.9422 6.76131 18.6844 4.6268 16.9715 5.26983C9.39313 8.11493 3.99994 15.4276 3.99994 24C3.99994 35.0457 12.9542 44 23.9999 44C32.5724 44 39.8852 38.6066 42.7302 31.028C43.3732 29.3151 41.2387 28.0574 39.5547 28.7727C37.6946 29.5629 35.6482 30 33.4998 30C24.9393 30 17.9998 23.0604 17.9998 14.5C17.9998 12.3516 18.4368 10.3054 19.2269 8.44529Z" style={{ fill: `var(--${color})` }}/>
30
+ </svg>
31
+ ;
32
+ };
@@ -0,0 +1,41 @@
1
+ import React from 'react';import { BasicColorType } from '@liner-fe/prism';
2
+
3
+ interface DescriptionProps {
4
+ fill?: boolean;
5
+ thick?: boolean;
6
+ size?: number
7
+ color?: BasicColorType;
8
+ }
9
+
10
+ export const Description = ({ fill = false, thick = false, size = 24, color = 'neutral-label-primary' }: DescriptionProps) => {
11
+ if (fill && thick) {
12
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
13
+ <path d="M20 21.5H16V18.5H20V21.5Z" style={{ fill: `var(--${color})` }}/>
14
+ <path d="M32 29H16V26H32V29Z" style={{ fill: `var(--${color})` }}/>
15
+ <path d="M16 36.5H32V33.5H16V36.5Z" style={{ fill: `var(--${color})` }}/>
16
+ <path fillRule="evenodd" clipRule="evenodd" d="M37 44H11C9.89543 44 9 43.1046 9 42V6C9 4.89543 9.89543 4 11 4H23.1314C23.6859 4 24.2155 4.23021 24.5938 4.63565L38.4623 19.5007C38.8078 19.871 39 20.3586 39 20.865V42C39 43.1046 38.1045 44 37 44ZM36 21.5769V41H12V7H22.501V18.0769C22.501 20.0099 24.068 21.5769 26.001 21.5769H36ZM25.501 10.0057L33.4976 18.5769H26.001C25.7248 18.5769 25.501 18.3531 25.501 18.0769V10.0057Z" style={{ fill: `var(--${color})` }}/>
17
+ </svg>
18
+ ;
19
+ } else if (fill) {
20
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
21
+ <path d="M11 5.5H21.001V18.0771C21.0011 20.8385 23.2396 23.0771 26.001 23.0771H37.5V42C37.5 42.2761 37.2761 42.5 37 42.5H11C10.7239 42.5 10.5 42.2761 10.5 42V6C10.5 5.72386 10.7239 5.5 11 5.5ZM13.5 38H34.5V32H13.5V38ZM13.5 31H34.5V25H13.5V31ZM13.5 23H21V17H13.5V23ZM34.1494 17.0771H27.001V9.41406L34.1494 17.0771Z" style={{ fill: `var(--${color})` }} stroke="#1E1E1F" stroke-width="3"/>
22
+ </svg>
23
+ ;
24
+ } else if (thick) {
25
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
26
+ <path d="M20 22H16V18H20V22Z" style={{ fill: `var(--${color})` }}/>
27
+ <path d="M32 29.5H16V25.5H32V29.5Z" style={{ fill: `var(--${color})` }}/>
28
+ <path d="M16 37H32V33H16V37Z" style={{ fill: `var(--${color})` }}/>
29
+ <path fillRule="evenodd" clipRule="evenodd" d="M37 44H11C9.89543 44 9 43.1046 9 42V6C9 4.89543 9.89543 4 11 4H23.1314C23.6859 4 24.2155 4.23021 24.5938 4.63565L38.4623 19.5007C38.8078 19.871 39 20.3586 39 20.865V42C39 43.1046 38.1045 44 37 44ZM35 22.0769V40H13V8H22.001V18.0769C22.001 20.2861 23.7918 22.0769 26.001 22.0769H35ZM26.001 12.0076L31.6635 18.0769L26.001 18.0769V12.0076Z" style={{ fill: `var(--${color})` }}/>
30
+ </svg>
31
+ ;
32
+ }
33
+
34
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
35
+ <path d="M20 21.5H16V18.5H20V21.5Z" style={{ fill: `var(--${color})` }}/>
36
+ <path d="M32 29H16V26H32V29Z" style={{ fill: `var(--${color})` }}/>
37
+ <path d="M16 36.5H32V33.5H16V36.5Z" style={{ fill: `var(--${color})` }}/>
38
+ <path fillRule="evenodd" clipRule="evenodd" d="M37 44H11C9.89543 44 9 43.1046 9 42V6C9 4.89543 9.89543 4 11 4H23.1314C23.6859 4 24.2155 4.23021 24.5938 4.63565L38.4623 19.5007C38.8078 19.871 39 20.3586 39 20.865V42C39 43.1046 38.1045 44 37 44ZM36 21.5769V41H12V7H22.501V18.0769C22.501 20.0099 24.068 21.5769 26.001 21.5769H36ZM25.501 10.0057L33.4976 18.5769H26.001C25.7248 18.5769 25.501 18.3531 25.501 18.0769V10.0057Z" style={{ fill: `var(--${color})` }}/>
39
+ </svg>
40
+ ;
41
+ };
@@ -0,0 +1,32 @@
1
+ import React from 'react';import { BasicColorType } from '@liner-fe/prism';
2
+
3
+ interface DesktopProps {
4
+ fill?: boolean;
5
+ thick?: boolean;
6
+ size?: number
7
+ color?: BasicColorType;
8
+ }
9
+
10
+ export const Desktop = ({ fill = false, thick = false, size = 24, color = 'neutral-label-primary' }: DesktopProps) => {
11
+ if (fill && thick) {
12
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
13
+ <path fillRule="evenodd" clipRule="evenodd" d="M8 9C6.89543 9 6 9.89543 6 11V34C6 35.1046 6.89543 36 8 36H22.5V38.5H14V41.5H34V38.5H25.5V36H40C41.1046 36 42 35.1046 42 34V11C42 9.89543 41.1046 9 40 9H8ZM9 12V33H39V12H9Z" style={{ fill: `var(--${color})` }}/>
14
+ </svg>
15
+ ;
16
+ } else if (fill) {
17
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
18
+ <path fillRule="evenodd" clipRule="evenodd" d="M8 9C6.89543 9 6 9.89543 6 11V34C6 35.1046 6.89543 36 8 36H22.5V38.5H14V41.5H34V38.5H25.5V36H40C41.1046 36 42 35.1046 42 34V11C42 9.89543 41.1046 9 40 9H8ZM9 12V33H39V12H9Z" style={{ fill: `var(--${color})` }}/>
19
+ </svg>
20
+ ;
21
+ } else if (thick) {
22
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
23
+ <path fillRule="evenodd" clipRule="evenodd" d="M8 9C6.89543 9 6 9.89543 6 11V34C6 35.1046 6.89543 36 8 36H22V38H14V42H34V38H26V36H40C41.1046 36 42 35.1046 42 34V11C42 9.89543 41.1046 9 40 9H8ZM10 13V32H38V13H10Z" style={{ fill: `var(--${color})` }}/>
24
+ </svg>
25
+ ;
26
+ }
27
+
28
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
29
+ <path fillRule="evenodd" clipRule="evenodd" d="M8 9C6.89543 9 6 9.89543 6 11V34C6 35.1046 6.89543 36 8 36H22.5V38.5H14V41.5H34V38.5H25.5V36H40C41.1046 36 42 35.1046 42 34V11C42 9.89543 41.1046 9 40 9H8ZM9 12V33H39V12H9Z" style={{ fill: `var(--${color})` }}/>
30
+ </svg>
31
+ ;
32
+ };
@@ -0,0 +1,40 @@
1
+ import React from 'react';import { BasicColorType } from '@liner-fe/prism';
2
+
3
+ interface DesktopOnCursorProps {
4
+ fill?: boolean;
5
+ thick?: boolean;
6
+ size?: number
7
+ color?: BasicColorType;
8
+ }
9
+
10
+ export const DesktopOnCursor = ({ fill = false, thick = false, size = 24, color = 'neutral-label-primary' }: DesktopOnCursorProps) => {
11
+ if (fill && thick) {
12
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
13
+ <path d="M9 33V12H39V21H42V11C42 9.89543 41.1046 9 40 9H8C6.89543 9 6 9.89543 6 11V34C6 35.1046 6.89543 36 8 36H28V33H9Z" style={{ fill: `var(--${color})` }}/>
14
+ <path d="M14 38.5H34V41.5H14V38.5Z" style={{ fill: `var(--${color})` }}/>
15
+ <path d="M28.216 20.6461C27.9913 19.7961 28.8941 19.0908 29.6645 19.5144L41.3975 25.965C42.1742 26.392 42.0526 27.5434 41.2039 27.7989L37.6682 28.8629L42.177 34.5698L39.823 36.4296L35.3184 30.728L33.4628 33.847C33.0096 34.6087 31.8629 34.448 31.6365 33.5912L28.216 20.6461Z" style={{ fill: `var(--${color})` }}/>
16
+ </svg>
17
+ ;
18
+ } else if (fill) {
19
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
20
+ <path d="M9 33V12H39V21H42V11C42 9.89543 41.1046 9 40 9H8C6.89543 9 6 9.89543 6 11V34C6 35.1046 6.89543 36 8 36H28V33H9Z" style={{ fill: `var(--${color})` }}/>
21
+ <path d="M14 38.5H34V41.5H14V38.5Z" style={{ fill: `var(--${color})` }}/>
22
+ <path d="M28.216 20.6461C27.9913 19.7961 28.8941 19.0908 29.6645 19.5144L41.3975 25.965C42.1742 26.392 42.0526 27.5434 41.2039 27.7989L37.6682 28.8629L42.177 34.5698L39.823 36.4296L35.3184 30.728L33.4628 33.847C33.0096 34.6087 31.8629 34.448 31.6365 33.5912L28.216 20.6461Z" style={{ fill: `var(--${color})` }}/>
23
+ </svg>
24
+ ;
25
+ } else if (thick) {
26
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
27
+ <path d="M10 32V13H38V21H42V11C42 9.89543 41.1046 9 40 9H8C6.89543 9 6 9.89543 6 11V34C6 35.1046 6.89543 36 8 36H28V32H10Z" style={{ fill: `var(--${color})` }}/>
28
+ <path d="M14 38H34V42H14V38Z" style={{ fill: `var(--${color})` }}/>
29
+ <path d="M28.216 20.6461C27.9913 19.7961 28.8941 19.0908 29.6645 19.5144L41.3975 25.965C42.1742 26.392 42.0526 27.5434 41.2039 27.7989L38.183 28.708L42.5693 34.2598L39.4307 36.7395L35.0446 31.1881L33.4628 33.847C33.0096 34.6087 31.8629 34.448 31.6365 33.5912L28.216 20.6461Z" style={{ fill: `var(--${color})` }}/>
30
+ </svg>
31
+ ;
32
+ }
33
+
34
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
35
+ <path d="M9 33V12H39V21H42V11C42 9.89543 41.1046 9 40 9H8C6.89543 9 6 9.89543 6 11V34C6 35.1046 6.89543 36 8 36H28V33H9Z" style={{ fill: `var(--${color})` }}/>
36
+ <path d="M14 38.5H34V41.5H14V38.5Z" style={{ fill: `var(--${color})` }}/>
37
+ <path d="M28.216 20.6461C27.9913 19.7961 28.8941 19.0908 29.6645 19.5144L41.3975 25.965C42.1742 26.392 42.0526 27.5434 41.2039 27.7989L37.6682 28.8629L42.177 34.5698L39.823 36.4296L35.3184 30.728L33.4628 33.847C33.0096 34.6087 31.8629 34.448 31.6365 33.5912L28.216 20.6461Z" style={{ fill: `var(--${color})` }}/>
38
+ </svg>
39
+ ;
40
+ };
@@ -0,0 +1,34 @@
1
+ import React from 'react';import { BasicColorType } from '@liner-fe/prism';
2
+
3
+ interface DocumentProps {
4
+ fill?: boolean;
5
+ thick?: boolean;
6
+ size?: number
7
+ color?: BasicColorType;
8
+ }
9
+
10
+ export const Document = ({ fill = false, thick = false, size = 24, color = 'neutral-label-primary' }: DocumentProps) => {
11
+ if (fill && thick) {
12
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
13
+ <path d="M37 44H11C9.89543 44 9 43.1046 9 42V6C9 4.89543 9.89543 4 11 4H22.001V18.0769C22.001 20.2861 23.7918 22.0769 26.001 22.0769H39V42C39 43.1046 38.1045 44 37 44Z" style={{ fill: `var(--${color})` }}/>
14
+ <path d="M37.134 18.0769L26.001 6.14395V18.0769L37.134 18.0769Z" style={{ fill: `var(--${color})` }}/>
15
+ </svg>
16
+ ;
17
+ } else if (fill) {
18
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
19
+ <path d="M37 44H11C9.89543 44 9 43.1046 9 42V6C9 4.89543 9.89543 4 11 4H22.501V18.0769C22.501 20.0099 24.068 21.5769 26.001 21.5769H39V42C39 43.1046 38.1045 44 37 44Z" style={{ fill: `var(--${color})` }}/>
20
+ <path d="M37.6005 18.5769L25.501 5.60803V18.0769C25.501 18.3531 25.7248 18.5769 26.001 18.5769H37.6005Z" style={{ fill: `var(--${color})` }}/>
21
+ </svg>
22
+ ;
23
+ } else if (thick) {
24
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
25
+ <path fillRule="evenodd" clipRule="evenodd" d="M11 44H37C38.1045 44 39 43.1046 39 42V20.865C39 20.3586 38.8078 19.871 38.4623 19.5007L24.5938 4.63565C24.2155 4.23021 23.6859 4 23.1314 4H11C9.89543 4 9 4.89543 9 6V42C9 43.1046 9.89543 44 11 44ZM35 22.0769V40H13V8H22.001V18.0769C22.001 20.2861 23.7918 22.0769 26.001 22.0769H35ZM31.6635 18.0769L26.001 12.0076V18.0769L31.6635 18.0769Z" style={{ fill: `var(--${color})` }}/>
26
+ </svg>
27
+ ;
28
+ }
29
+
30
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
31
+ <path fillRule="evenodd" clipRule="evenodd" d="M11 44H37C38.1045 44 39 43.1046 39 42V20.865C39 20.3586 38.8078 19.871 38.4623 19.5007L24.5938 4.63565C24.2155 4.23021 23.6859 4 23.1314 4H11C9.89543 4 9 4.89543 9 6V42C9 43.1046 9.89543 44 11 44ZM36 21.5769V41H12V7H22.501V18.0769C22.501 20.0099 24.068 21.5769 26.001 21.5769H36ZM33.4976 18.5769L25.501 10.0057V18.0769C25.501 18.3531 25.7248 18.5769 26.001 18.5769H33.4976Z" style={{ fill: `var(--${color})` }}/>
32
+ </svg>
33
+ ;
34
+ };
@@ -0,0 +1,38 @@
1
+ import React from 'react';import { BasicColorType } from '@liner-fe/prism';
2
+
3
+ interface DocumentAddProps {
4
+ fill?: boolean;
5
+ thick?: boolean;
6
+ size?: number
7
+ color?: BasicColorType;
8
+ }
9
+
10
+ export const DocumentAdd = ({ fill = false, thick = false, size = 24, color = 'neutral-label-primary' }: DocumentAddProps) => {
11
+ if (fill && thick) {
12
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
13
+ <path d="M22.001 4V18.0769C22.001 20.2861 23.7918 22.0769 26.001 22.0769H39V25.6902C38.3525 25.5654 37.6839 25.5 37 25.5C31.201 25.5 26.5 30.201 26.5 36C26.5 39.2047 27.9357 42.074 30.1989 44H11C9.89543 44 9 43.1046 9 42V6C9 4.89543 9.89543 4 11 4H22.001Z" style={{ fill: `var(--${color})` }}/>
14
+ <path d="M26.001 6.14395V18.0769L37.134 18.0769L26.001 6.14395Z" style={{ fill: `var(--${color})` }}/>
15
+ <path d="M34.9996 43.4996V38H29.5V34H34.9996V28.5H38.9996V34H44.5V38H38.9996V43.4996H34.9996Z" style={{ fill: `var(--${color})` }}/>
16
+ </svg>
17
+ ;
18
+ } else if (fill) {
19
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
20
+ <path d="M22.501 4V18.0769C22.501 20.0099 24.068 21.5769 26.001 21.5769H39V26.1063C38.5101 26.0363 38.0093 26 37.5 26C31.701 26 27 30.701 27 36.5C27 39.438 28.2067 42.0942 30.1515 44H11C9.89543 44 9 43.1046 9 42V6C9 4.89543 9.89543 4 11 4H22.501Z" style={{ fill: `var(--${color})` }}/>
21
+ <path d="M25.501 5.60803V18.0769C25.501 18.3531 25.7248 18.5769 26.001 18.5769H37.6005L25.501 5.60803Z" style={{ fill: `var(--${color})` }}/>
22
+ <path d="M35.9996 43.9996V38H30V35H35.9996V29H38.9996V35H45V38H38.9996V43.9996H35.9996Z" style={{ fill: `var(--${color})` }}/>
23
+ </svg>
24
+ ;
25
+ } else if (thick) {
26
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
27
+ <path fillRule="evenodd" clipRule="evenodd" d="M35 25.6903V22.0769H26.001C23.7918 22.0769 22.001 20.2861 22.001 18.0769V8H13V40H27.2888C27.9307 41.5567 28.9359 42.9252 30.1989 44H11C9.89543 44 9 43.1046 9 42V6C9 4.89543 9.89543 4 11 4H23.1314C23.6859 4 24.2155 4.23021 24.5938 4.63565L38.4623 19.5007C38.8078 19.871 39 20.3586 39 20.865V25.6902C38.3525 25.5654 37.6839 25.5 37 25.5C36.3161 25.5 35.6474 25.5654 35 25.6903ZM26.001 12.0076L31.6635 18.0769L26.001 18.0769V12.0076Z" style={{ fill: `var(--${color})` }}/>
28
+ <path d="M34.9996 43.4996V38H29.5V34H34.9996V28.5H38.9996V34H44.5V38H38.9996V43.4996H34.9996Z" style={{ fill: `var(--${color})` }}/>
29
+ </svg>
30
+ ;
31
+ }
32
+
33
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
34
+ <path fillRule="evenodd" clipRule="evenodd" d="M36 26.1063V21.5769H26.001C24.068 21.5769 22.501 20.0099 22.501 18.0769V7H12V41H28.0104C28.5446 42.1244 29.2727 43.1388 30.1515 44H11C9.89543 44 9 43.1046 9 42V6C9 4.89543 9.89543 4 11 4H23.1314C23.6859 4 24.2155 4.23021 24.5938 4.63565L38.4623 19.5007C38.8078 19.871 39 20.3586 39 20.865V26.1063C38.5101 26.0363 38.0093 26 37.5 26C36.9907 26 36.4899 26.0363 36 26.1063ZM25.501 10.0057L33.4976 18.5769H26.001C25.7248 18.5769 25.501 18.3531 25.501 18.0769V10.0057Z" style={{ fill: `var(--${color})` }}/>
35
+ <path d="M35.9996 43.9996V38H30V35H35.9996V29H38.9996V35H45V38H38.9996V43.9996H35.9996Z" style={{ fill: `var(--${color})` }}/>
36
+ </svg>
37
+ ;
38
+ };
@@ -0,0 +1,38 @@
1
+ import React from 'react';import { BasicColorType } from '@liner-fe/prism';
2
+
3
+ interface DocumentCheckProps {
4
+ fill?: boolean;
5
+ thick?: boolean;
6
+ size?: number
7
+ color?: BasicColorType;
8
+ }
9
+
10
+ export const DocumentCheck = ({ fill = false, thick = false, size = 24, color = 'neutral-label-primary' }: DocumentCheckProps) => {
11
+ if (fill && thick) {
12
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
13
+ <path d="M22.001 4V18.0769C22.001 20.2861 23.7918 22.0769 26.001 22.0769H39V25.6902C38.3525 25.5654 37.6839 25.5 37 25.5C31.201 25.5 26.5 30.201 26.5 36C26.5 39.2047 27.9357 42.074 30.1989 44H11C9.89543 44 9 43.1046 9 42V6C9 4.89543 9.89543 4 11 4H22.001Z" style={{ fill: `var(--${color})` }}/>
14
+ <path d="M26.001 6.14395V18.0769L37.134 18.0769L26.001 6.14395Z" style={{ fill: `var(--${color})` }}/>
15
+ <path d="M31.4142 33.5856L35.037 37.2084L41.6368 30.6316L44.4602 33.465L36.7998 41.0987C35.823 42.0721 34.2425 42.0707 33.2674 41.0956L28.5858 36.4141L31.4142 33.5856Z" style={{ fill: `var(--${color})` }}/>
16
+ </svg>
17
+ ;
18
+ } else if (fill) {
19
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
20
+ <path d="M22.501 4V18.0769C22.501 20.0099 24.068 21.5769 26.001 21.5769H39V26.1063C38.5101 26.0363 38.0093 26 37.5 26C31.701 26 27 30.701 27 36.5C27 39.438 28.2067 42.0942 30.1515 44H11C9.89543 44 9 43.1046 9 42V6C9 4.89543 9.89543 4 11 4H22.501Z" style={{ fill: `var(--${color})` }}/>
21
+ <path d="M25.501 5.60803V18.0769C25.501 18.3531 25.7248 18.5769 26.001 18.5769H37.6005L25.501 5.60803Z" style={{ fill: `var(--${color})` }}/>
22
+ <path d="M31.0607 33.9392L35.0363 37.9149L41.9897 30.9859L44.1073 33.1109L36.4469 40.7446C35.6654 41.5233 34.401 41.5222 33.6209 40.7421L28.9393 36.0605L31.0607 33.9392Z" style={{ fill: `var(--${color})` }}/>
23
+ </svg>
24
+ ;
25
+ } else if (thick) {
26
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
27
+ <path fillRule="evenodd" clipRule="evenodd" d="M11 44H30.1989C28.9359 42.9252 27.9307 41.5567 27.2888 40H13V8H22.001V18.0769C22.001 20.2861 23.7918 22.0769 26.001 22.0769H35V25.6903C35.6474 25.5654 36.3161 25.5 37 25.5C37.6839 25.5 38.3525 25.5654 39 25.6902V20.865C39 20.3586 38.8078 19.871 38.4623 19.5007L24.5938 4.63565C24.2155 4.23021 23.6859 4 23.1314 4H11C9.89543 4 9 4.89543 9 6V42C9 43.1046 9.89543 44 11 44ZM31.6635 18.0769L26.001 12.0076V18.0769L31.6635 18.0769Z" style={{ fill: `var(--${color})` }}/>
28
+ <path d="M31.4142 33.5856L35.037 37.2084L41.6368 30.6316L44.4602 33.465L36.7998 41.0987C35.823 42.0721 34.2425 42.0707 33.2674 41.0956L28.5858 36.4141L31.4142 33.5856Z" style={{ fill: `var(--${color})` }}/>
29
+ </svg>
30
+ ;
31
+ }
32
+
33
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
34
+ <path fillRule="evenodd" clipRule="evenodd" d="M11 44H30.1989C29.2141 43.1619 28.386 42.1452 27.7646 41H12V7H22.501V18.0769C22.501 20.0099 24.068 21.5769 26.001 21.5769H36V25.547C36.3291 25.5159 36.6627 25.5 37 25.5C37.6839 25.5 38.3525 25.5654 39 25.6902V20.865C39 20.3586 38.8078 19.871 38.4623 19.5007L24.5938 4.63565C24.2155 4.23021 23.6859 4 23.1314 4H11C9.89543 4 9 4.89543 9 6V42C9 43.1046 9.89543 44 11 44ZM33.4976 18.5769L25.501 10.0057V18.0769C25.501 18.3531 25.7248 18.5769 26.001 18.5769H33.4976Z" style={{ fill: `var(--${color})` }}/>
35
+ <path d="M31.0607 33.9392L35.0363 37.9149L41.9897 30.9859L44.1073 33.1109L36.4469 40.7446C35.6654 41.5233 34.401 41.5222 33.6209 40.7421L28.9393 36.0605L31.0607 33.9392Z" style={{ fill: `var(--${color})` }}/>
36
+ </svg>
37
+ ;
38
+ };
@@ -0,0 +1,36 @@
1
+ import React from 'react';import { BasicColorType } from '@liner-fe/prism';
2
+
3
+ interface DocumentWarningProps {
4
+ fill?: boolean;
5
+ thick?: boolean;
6
+ size?: number
7
+ color?: BasicColorType;
8
+ }
9
+
10
+ export const DocumentWarning = ({ fill = false, thick = false, size = 24, color = 'neutral-label-primary' }: DocumentWarningProps) => {
11
+ if (fill && thick) {
12
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
13
+ <path fillRule="evenodd" clipRule="evenodd" d="M11 44H26.0048C25.4958 43.1184 25.3165 42.0464 25.5913 41H12V7H22.501V18.0769C22.501 20.0099 24.068 21.5769 26.001 21.5769H36V25.1164C37.0016 24.862 38.0874 24.9968 39 25.5208V20.865C39 20.3586 38.8078 19.871 38.4623 19.5007L24.5938 4.63565C24.2155 4.23021 23.6859 4 23.1314 4H11C9.89543 4 9 4.89543 9 6V42C9 43.1046 9.89543 44 11 44ZM33.4976 18.5769L25.501 10.0057V18.0769C25.501 18.3531 25.7248 18.5769 26.001 18.5769H33.4976Z" style={{ fill: `var(--${color})` }}/>
14
+ <path fillRule="evenodd" clipRule="evenodd" d="M35.2692 27.9896C36.0395 26.6591 37.9606 26.6591 38.7309 27.9896L46.262 40.9979C47.0339 42.3312 46.0718 44 44.5311 44H29.4689C27.9283 44 26.9662 42.3312 27.7381 40.9979L35.2692 27.9896ZM36 32V37.5H38V32H36ZM36.291 39.791C36.484 39.5977 36.7281 39.5 37.0006 39.5C37.2731 39.5 37.5172 39.5977 37.7103 39.791C37.9033 39.9842 38.0006 40.2281 38.0006 40.5C38.0006 40.7719 37.9033 41.0158 37.7103 41.209C37.5172 41.4023 37.2731 41.5 37.0006 41.5C36.7281 41.5 36.484 41.4023 36.291 41.209C36.0979 41.0158 36.0006 40.7719 36.0006 40.5C36.0006 40.2281 36.0979 39.9842 36.291 39.791Z" style={{ fill: `var(--${color})` }}/>
15
+ </svg>
16
+ ;
17
+ } else if (fill) {
18
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
19
+ <path fillRule="evenodd" clipRule="evenodd" d="M11 44H26.0048C25.4958 43.1184 25.3165 42.0464 25.5913 41H12V7H22.501V18.0769C22.501 20.0099 24.068 21.5769 26.001 21.5769H36V25.1164C37.0016 24.862 38.0874 24.9968 39 25.5208V20.865C39 20.3586 38.8078 19.871 38.4623 19.5007L24.5938 4.63565C24.2155 4.23021 23.6859 4 23.1314 4H11C9.89543 4 9 4.89543 9 6V42C9 43.1046 9.89543 44 11 44ZM33.4976 18.5769L25.501 10.0057V18.0769C25.501 18.3531 25.7248 18.5769 26.001 18.5769H33.4976Z" style={{ fill: `var(--${color})` }}/>
20
+ <path fillRule="evenodd" clipRule="evenodd" d="M35.2692 27.9896C36.0395 26.6591 37.9606 26.6591 38.7309 27.9896L46.262 40.9979C47.0339 42.3312 46.0718 44 44.5311 44H29.4689C27.9283 44 26.9662 42.3312 27.7381 40.9979L35.2692 27.9896ZM36 32V37.5H38V32H36ZM36.291 39.791C36.484 39.5977 36.7281 39.5 37.0006 39.5C37.2731 39.5 37.5172 39.5977 37.7103 39.791C37.9033 39.9842 38.0006 40.2281 38.0006 40.5C38.0006 40.7719 37.9033 41.0158 37.7103 41.209C37.5172 41.4023 37.2731 41.5 37.0006 41.5C36.7281 41.5 36.484 41.4023 36.291 41.209C36.0979 41.0158 36.0006 40.7719 36.0006 40.5C36.0006 40.2281 36.0979 39.9842 36.291 39.791Z" style={{ fill: `var(--${color})` }}/>
21
+ </svg>
22
+ ;
23
+ } else if (thick) {
24
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
25
+ <path fillRule="evenodd" clipRule="evenodd" d="M11 44H24.8857C24.3504 42.7806 24.2908 41.3445 24.8847 40H13V8H22.001V18.0769C22.001 20.2861 23.7918 22.0769 26.001 22.0769H35V24.4027C36.2692 23.8547 37.7307 23.8547 39 24.4026V20.865C39 20.3586 38.8078 19.871 38.4623 19.5007L24.5938 4.63565C24.2155 4.23021 23.6859 4 23.1314 4H11C9.89543 4 9 4.89543 9 6V42C9 43.1046 9.89543 44 11 44ZM31.6635 18.0769L26.001 12.0076V18.0769L31.6635 18.0769Z" style={{ fill: `var(--${color})` }}/>
26
+ <path fillRule="evenodd" clipRule="evenodd" d="M35.2692 27.9896C36.0395 26.6591 37.9606 26.6591 38.7309 27.9896L46.262 40.9979C47.0339 42.3312 46.0718 44 44.5311 44H29.4689C27.9283 44 26.9662 42.3312 27.7381 40.9979L35.2692 27.9896ZM36 32V37.5H38V32H36ZM36.291 39.791C36.484 39.5977 36.7281 39.5 37.0006 39.5C37.2731 39.5 37.5172 39.5977 37.7103 39.791C37.9033 39.9842 38.0006 40.2281 38.0006 40.5C38.0006 40.7719 37.9033 41.0158 37.7103 41.209C37.5172 41.4023 37.2731 41.5 37.0006 41.5C36.7281 41.5 36.484 41.4023 36.291 41.209C36.0979 41.0158 36.0006 40.7719 36.0006 40.5C36.0006 40.2281 36.0979 39.9842 36.291 39.791Z" style={{ fill: `var(--${color})` }}/>
27
+ </svg>
28
+ ;
29
+ }
30
+
31
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
32
+ <path fillRule="evenodd" clipRule="evenodd" d="M11 44H26.0048C25.4958 43.1184 25.3165 42.0464 25.5913 41H12V7H22.501V18.0769C22.501 20.0099 24.068 21.5769 26.001 21.5769H36V25.1164C37.0016 24.862 38.0874 24.9968 39 25.5208V20.865C39 20.3586 38.8078 19.871 38.4623 19.5007L24.5938 4.63565C24.2155 4.23021 23.6859 4 23.1314 4H11C9.89543 4 9 4.89543 9 6V42C9 43.1046 9.89543 44 11 44ZM33.4976 18.5769L25.501 10.0057V18.0769C25.501 18.3531 25.7248 18.5769 26.001 18.5769H33.4976Z" style={{ fill: `var(--${color})` }}/>
33
+ <path fillRule="evenodd" clipRule="evenodd" d="M35.2692 27.9896C36.0395 26.6591 37.9606 26.6591 38.7309 27.9896L46.262 40.9979C47.0339 42.3312 46.0718 44 44.5311 44H29.4689C27.9283 44 26.9662 42.3312 27.7381 40.9979L35.2692 27.9896ZM36 32V37.5H38V32H36ZM36.291 39.791C36.484 39.5977 36.7281 39.5 37.0006 39.5C37.2731 39.5 37.5172 39.5977 37.7103 39.791C37.9033 39.9842 38.0006 40.2281 38.0006 40.5C38.0006 40.7719 37.9033 41.0158 37.7103 41.209C37.5172 41.4023 37.2731 41.5 37.0006 41.5C36.7281 41.5 36.484 41.4023 36.291 41.209C36.0979 41.0158 36.0006 40.7719 36.0006 40.5C36.0006 40.2281 36.0979 39.9842 36.291 39.791Z" style={{ fill: `var(--${color})` }}/>
34
+ </svg>
35
+ ;
36
+ };
@@ -0,0 +1,36 @@
1
+ import React from 'react';import { BasicColorType } from '@liner-fe/prism';
2
+
3
+ interface DoubleArrowBackwardProps {
4
+ fill?: boolean;
5
+ thick?: boolean;
6
+ size?: number
7
+ color?: BasicColorType;
8
+ }
9
+
10
+ export const DoubleArrowBackward = ({ fill = false, thick = false, size = 24, color = 'neutral-label-primary' }: DoubleArrowBackwardProps) => {
11
+ if (fill && thick) {
12
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
13
+ <path d="M14.4749 23.6464L25.0605 13.0608L22.9392 10.9395L12.3536 21.5251C10.9867 22.8919 10.9867 25.108 12.3536 26.4748L22.9392 37.0605L25.0605 34.9392L14.4749 24.3535C14.2796 24.1583 14.2796 23.8417 14.4749 23.6464Z" style={{ fill: `var(--${color})` }}/>
14
+ <path d="M27.4749 23.6464L38.0605 13.0608L35.9392 10.9395L25.3536 21.5251C23.9867 22.8919 23.9867 25.108 25.3536 26.4748L35.9392 37.0605L38.0605 34.9392L27.4749 24.3535C27.2796 24.1583 27.2796 23.8417 27.4749 23.6464Z" style={{ fill: `var(--${color})` }}/>
15
+ </svg>
16
+ ;
17
+ } else if (fill) {
18
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
19
+ <path d="M14.4749 23.6464L25.0605 13.0608L22.9392 10.9395L12.3536 21.5251C10.9867 22.8919 10.9867 25.108 12.3536 26.4748L22.9392 37.0605L25.0605 34.9392L14.4749 24.3535C14.2796 24.1583 14.2796 23.8417 14.4749 23.6464Z" style={{ fill: `var(--${color})` }}/>
20
+ <path d="M27.4749 23.6464L38.0605 13.0608L35.9392 10.9395L25.3536 21.5251C23.9867 22.8919 23.9867 25.108 25.3536 26.4748L35.9392 37.0605L38.0605 34.9392L27.4749 24.3535C27.2796 24.1583 27.2796 23.8417 27.4749 23.6464Z" style={{ fill: `var(--${color})` }}/>
21
+ </svg>
22
+ ;
23
+ } else if (thick) {
24
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
25
+ <path d="M14.4749 23.6464L25.0605 13.0608L22.9392 10.9395L12.3536 21.5251C10.9867 22.8919 10.9867 25.108 12.3536 26.4748L22.9392 37.0605L25.0605 34.9392L14.4749 24.3535C14.2796 24.1583 14.2796 23.8417 14.4749 23.6464Z" style={{ fill: `var(--${color})` }}/>
26
+ <path d="M27.4749 23.6464L38.0605 13.0608L35.9392 10.9395L25.3536 21.5251C23.9867 22.8919 23.9867 25.108 25.3536 26.4748L35.9392 37.0605L38.0605 34.9392L27.4749 24.3535C27.2796 24.1583 27.2796 23.8417 27.4749 23.6464Z" style={{ fill: `var(--${color})` }}/>
27
+ </svg>
28
+ ;
29
+ }
30
+
31
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
32
+ <path d="M14.4749 23.6464L25.0605 13.0608L22.9392 10.9395L12.3536 21.5251C10.9867 22.8919 10.9867 25.108 12.3536 26.4748L22.9392 37.0605L25.0605 34.9392L14.4749 24.3535C14.2796 24.1583 14.2796 23.8417 14.4749 23.6464Z" style={{ fill: `var(--${color})` }}/>
33
+ <path d="M27.4749 23.6464L38.0605 13.0608L35.9392 10.9395L25.3536 21.5251C23.9867 22.8919 23.9867 25.108 25.3536 26.4748L35.9392 37.0605L38.0605 34.9392L27.4749 24.3535C27.2796 24.1583 27.2796 23.8417 27.4749 23.6464Z" style={{ fill: `var(--${color})` }}/>
34
+ </svg>
35
+ ;
36
+ };
@@ -0,0 +1,36 @@
1
+ import React from 'react';import { BasicColorType } from '@liner-fe/prism';
2
+
3
+ interface DownloadProps {
4
+ fill?: boolean;
5
+ thick?: boolean;
6
+ size?: number
7
+ color?: BasicColorType;
8
+ }
9
+
10
+ export const Download = ({ fill = false, thick = false, size = 24, color = 'neutral-label-primary' }: DownloadProps) => {
11
+ if (fill && thick) {
12
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
13
+ <path d="M25.5 5V29.3791L34.6262 20.2528L36.7476 22.3741L26.4751 32.6466C25.1082 34.0135 22.8921 34.0135 21.5253 32.6466L11.2528 22.3741L13.3741 20.2528L22.5 29.3787V5H25.5Z" style={{ fill: `var(--${color})` }}/>
14
+ <path d="M41 39.5H7V42.5H41V39.5Z" style={{ fill: `var(--${color})` }}/>
15
+ </svg>
16
+ ;
17
+ } else if (fill) {
18
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
19
+ <path d="M25.5 5V29.3791L34.6262 20.2528L36.7476 22.3741L26.4751 32.6466C25.1082 34.0135 22.8921 34.0135 21.5253 32.6466L11.2528 22.3741L13.3741 20.2528L22.5 29.3787V5H25.5Z" style={{ fill: `var(--${color})` }}/>
20
+ <path d="M41 39.5H7V42.5H41V39.5Z" style={{ fill: `var(--${color})` }}/>
21
+ </svg>
22
+ ;
23
+ } else if (thick) {
24
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
25
+ <path d="M26 5V28.1719L34.2727 19.8993L37.1011 22.7277L26.8286 33.0002C25.2665 34.5623 22.7339 34.5623 21.1718 33.0002L10.8993 22.7277L13.7277 19.8993L22 28.1716V5H26Z" style={{ fill: `var(--${color})` }}/>
26
+ <path d="M41 39H7V43H41V39Z" style={{ fill: `var(--${color})` }}/>
27
+ </svg>
28
+ ;
29
+ }
30
+
31
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
32
+ <path d="M25.5 5V29.3791L34.6262 20.2528L36.7476 22.3741L26.4751 32.6466C25.1082 34.0135 22.8921 34.0135 21.5253 32.6466L11.2528 22.3741L13.3741 20.2528L22.5 29.3787V5H25.5Z" style={{ fill: `var(--${color})` }}/>
33
+ <path d="M41 39.5H7V42.5H41V39.5Z" style={{ fill: `var(--${color})` }}/>
34
+ </svg>
35
+ ;
36
+ };
@@ -0,0 +1,32 @@
1
+ import React from 'react';import { BasicColorType } from '@liner-fe/prism';
2
+
3
+ interface DropDownProps {
4
+ fill?: boolean;
5
+ thick?: boolean;
6
+ size?: number
7
+ color?: BasicColorType;
8
+ }
9
+
10
+ export const DropDown = ({ fill = false, thick = false, size = 24, color = 'neutral-label-primary' }: DropDownProps) => {
11
+ if (fill && thick) {
12
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
13
+ <path d="M35.5 17H12.3284C11.4375 17 10.9913 18.0771 11.6213 18.7071L22.5 29.5858C23.281 30.3668 24.5474 30.3668 25.3284 29.5858L36.2071 18.7071C36.8371 18.0771 36.3909 17 35.5 17Z" style={{ fill: `var(--${color})` }}/>
14
+ </svg>
15
+ ;
16
+ } else if (fill) {
17
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
18
+ <path d="M12 24L22.5856 34.5856C23.3667 35.3667 24.633 35.3667 25.4141 34.5856L35.9997 24" stroke="#1E1E1F" stroke-width="3"/>
19
+ </svg>
20
+ ;
21
+ } else if (thick) {
22
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
23
+ <path d="M12 24L22.5856 34.5856C23.3667 35.3667 24.633 35.3667 25.4141 34.5856L35.9997 24" stroke="#1E1E1F" stroke-width="3"/>
24
+ </svg>
25
+ ;
26
+ }
27
+
28
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
29
+ <path d="M12 24L22.5856 34.5856C23.3667 35.3667 24.633 35.3667 25.4141 34.5856L35.9997 24" stroke="#1E1E1F" stroke-width="3"/>
30
+ </svg>
31
+ ;
32
+ };
@@ -0,0 +1,32 @@
1
+ import React from 'react';import { BasicColorType } from '@liner-fe/prism';
2
+
3
+ interface DropUpProps {
4
+ fill?: boolean;
5
+ thick?: boolean;
6
+ size?: number
7
+ color?: BasicColorType;
8
+ }
9
+
10
+ export const DropUp = ({ fill = false, thick = false, size = 24, color = 'neutral-label-primary' }: DropUpProps) => {
11
+ if (fill && thick) {
12
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
13
+ <path d="M12 29L22.5856 18.4144C23.3667 17.6333 24.633 17.6333 25.4141 18.4144L35.9997 29" stroke="#1E1E1F" stroke-width="3"/>
14
+ </svg>
15
+ ;
16
+ } else if (fill) {
17
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
18
+ <path d="M12 29L22.5856 18.4144C23.3667 17.6333 24.633 17.6333 25.4141 18.4144L35.9997 29" stroke="#1E1E1F" stroke-width="3"/>
19
+ </svg>
20
+ ;
21
+ } else if (thick) {
22
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
23
+ <path d="M12 29L22.5856 18.4144C23.3667 17.6333 24.633 17.6333 25.4141 18.4144L35.9997 29" stroke="#1E1E1F" stroke-width="3"/>
24
+ </svg>
25
+ ;
26
+ }
27
+
28
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
29
+ <path d="M12 29L22.5856 18.4144C23.3667 17.6333 24.633 17.6333 25.4141 18.4144L35.9997 29" stroke="#1E1E1F" stroke-width="3"/>
30
+ </svg>
31
+ ;
32
+ };
@@ -0,0 +1,34 @@
1
+ import React from 'react';import { BasicColorType } from '@liner-fe/prism';
2
+
3
+ interface EmailProps {
4
+ fill?: boolean;
5
+ thick?: boolean;
6
+ size?: number
7
+ color?: BasicColorType;
8
+ }
9
+
10
+ export const Email = ({ fill = false, thick = false, size = 24, color = 'neutral-label-primary' }: EmailProps) => {
11
+ if (fill && thick) {
12
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
13
+ <path d="M4.83894 9.37133L24 23.514L43.161 9.3713C42.8337 9.13754 42.4329 9 42 9H6C5.56708 9 5.16629 9.13755 4.83894 9.37133Z" style={{ fill: `var(--${color})` }}/>
14
+ <path d="M4 13.7237V37C4 38.1046 4.89543 39 6 39H42C43.1046 39 44 38.1046 44 37V13.7236L24 28.4856L4 13.7237Z" style={{ fill: `var(--${color})` }}/>
15
+ </svg>
16
+ ;
17
+ } else if (fill) {
18
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
19
+ <path d="M4.46554 9.71718L24 24.1355L43.5345 9.71721C43.1676 9.27882 42.6164 9 42 9H6C5.38365 9 4.83242 9.2788 4.46554 9.71718Z" style={{ fill: `var(--${color})` }}/>
20
+ <path d="M44 13.1023L24 27.8642L4 13.1022V37C4 38.1046 4.89543 39 6 39H42C43.1046 39 44 38.1046 44 37V13.1023Z" style={{ fill: `var(--${color})` }}/>
21
+ </svg>
22
+ ;
23
+ } else if (thick) {
24
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
25
+ <path fillRule="evenodd" clipRule="evenodd" d="M4 11C4 9.89543 4.89543 9 6 9H42C43.1046 9 44 9.89543 44 11V37C44 38.1046 43.1046 39 42 39H6C4.89543 39 4 38.1046 4 37V11ZM8 16.9118V35H40V16.9117L24 28.4673L8 16.9118ZM38.5844 13H9.41553L24 23.5332L38.5844 13Z" style={{ fill: `var(--${color})` }}/>
26
+ </svg>
27
+ ;
28
+ }
29
+
30
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
31
+ <path fillRule="evenodd" clipRule="evenodd" d="M4 11C4 9.89543 4.89543 9 6 9H42C43.1046 9 44 9.89543 44 11V37C44 38.1046 43.1046 39 42 39H6C4.89543 39 4 38.1046 4 37V11ZM7 15.5728V36H41V15.5727L23.9999 27.8505L7 15.5728ZM40.8229 12H7.177L23.9999 24.1499L40.8229 12Z" style={{ fill: `var(--${color})` }}/>
32
+ </svg>
33
+ ;
34
+ };
@@ -0,0 +1,36 @@
1
+ import React from 'react';import { BasicColorType } from '@liner-fe/prism';
2
+
3
+ interface EndProps {
4
+ fill?: boolean;
5
+ thick?: boolean;
6
+ size?: number
7
+ color?: BasicColorType;
8
+ }
9
+
10
+ export const End = ({ fill = false, thick = false, size = 24, color = 'neutral-label-primary' }: EndProps) => {
11
+ if (fill && thick) {
12
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
13
+ <path d="M43.043 7.99935L43.043 40L40.043 40L40.043 7.99935L43.043 7.99935Z" style={{ fill: `var(--${color})` }}/>
14
+ <path fillRule="evenodd" clipRule="evenodd" d="M9.97873 25.5L20.418 35.9392L18.2966 38.0605L6.52512 26.289C5.15828 24.9222 5.15828 22.7061 6.52512 21.3393L18.2966 9.56776L20.418 11.6891L9.60704 22.5L34.543 22.5L34.543 25.5L9.97873 25.5ZM8.54303 23.6109L8.54303 24.0174C8.48564 23.8884 8.48564 23.74 8.54303 23.6109Z" style={{ fill: `var(--${color})` }}/>
15
+ </svg>
16
+ ;
17
+ } else if (fill) {
18
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
19
+ <path d="M43.043 7.99935L43.043 40L40.043 40L40.043 7.99935L43.043 7.99935Z" style={{ fill: `var(--${color})` }}/>
20
+ <path fillRule="evenodd" clipRule="evenodd" d="M9.97873 25.5L20.418 35.9392L18.2966 38.0605L6.52512 26.289C5.15828 24.9222 5.15828 22.7061 6.52512 21.3393L18.2966 9.56776L20.418 11.6891L9.60704 22.5L34.543 22.5L34.543 25.5L9.97873 25.5ZM8.54303 23.6109L8.54303 24.0174C8.48564 23.8884 8.48564 23.74 8.54303 23.6109Z" style={{ fill: `var(--${color})` }}/>
21
+ </svg>
22
+ ;
23
+ } else if (thick) {
24
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
25
+ <path d="M43.543 7.99935L43.543 40L39.543 40L39.543 7.99935L43.543 7.99935Z" style={{ fill: `var(--${color})` }}/>
26
+ <path d="M10.8143 22L20.7715 12.0428L17.9431 9.21435L6.17157 20.9859C4.60947 22.548 4.60946 25.0806 6.17156 26.6427L17.9431 38.4142L20.7715 35.5858L11.1857 26L34.543 26L34.543 22L10.8143 22Z" style={{ fill: `var(--${color})` }}/>
27
+ </svg>
28
+ ;
29
+ }
30
+
31
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
32
+ <path d="M43.043 7.99935L43.043 40L40.043 40L40.043 7.99935L43.043 7.99935Z" style={{ fill: `var(--${color})` }}/>
33
+ <path fillRule="evenodd" clipRule="evenodd" d="M9.97873 25.5L20.418 35.9392L18.2966 38.0605L6.52512 26.289C5.15828 24.9222 5.15828 22.7061 6.52512 21.3393L18.2966 9.56776L20.418 11.6891L9.60704 22.5L34.543 22.5L34.543 25.5L9.97873 25.5ZM8.54303 23.6109L8.54303 24.0174C8.48564 23.8884 8.48564 23.74 8.54303 23.6109Z" style={{ fill: `var(--${color})` }}/>
34
+ </svg>
35
+ ;
36
+ };
@@ -0,0 +1,38 @@
1
+ import React from 'react';import { BasicColorType } from '@liner-fe/prism';
2
+
3
+ interface EssayProps {
4
+ fill?: boolean;
5
+ thick?: boolean;
6
+ size?: number
7
+ color?: BasicColorType;
8
+ }
9
+
10
+ export const Essay = ({ fill = false, thick = false, size = 24, color = 'neutral-label-primary' }: EssayProps) => {
11
+ if (fill && thick) {
12
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
13
+ <path d="M38.5573 5.9997C36.9949 4.43723 34.4615 4.43766 32.8995 6.00066L30.4343 8.46576L39.6246 17.6569L42.0921 15.1894C43.6533 13.6272 43.6529 11.0953 42.0912 9.53355L38.5573 5.9997Z" style={{ fill: `var(--${color})` }}/>
14
+ <path d="M14.0632 24.8361L28.3129 10.587L37.5032 19.7781L23.2656 34.0151C22.8047 34.4759 22.2381 34.8172 21.6151 35.0091L16.3925 36.6179C13.2929 37.5728 10.4053 34.6356 11.4127 31.5528L13.0892 26.4224C13.2846 25.8244 13.6183 25.2809 14.0632 24.8361Z" style={{ fill: `var(--${color})` }}/>
15
+ <path d="M41 38.9995H7V42.9995H41V38.9995Z" style={{ fill: `var(--${color})` }}/>
16
+ </svg>
17
+ ;
18
+ } else if (fill) {
19
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
20
+ <path d="M38.2038 6.35423C36.8367 4.98706 34.6199 4.98744 33.2533 6.35507L30.7881 8.82009L39.2713 17.3041L41.7385 14.837C43.1046 13.47 43.1042 11.2546 41.7377 9.88808L38.2038 6.35423Z" style={{ fill: `var(--${color})` }}/>
21
+ <path d="M14.4168 25.1906L28.6667 10.9414L37.15 19.4253L22.9122 33.6625C22.5088 34.0657 22.0131 34.3643 21.468 34.5322L16.2453 36.1411C13.5332 36.9765 11.0066 34.4066 11.888 31.709L13.5645 26.5786C13.7355 26.0554 14.0275 25.5799 14.4168 25.1906Z" style={{ fill: `var(--${color})` }}/>
22
+ <path d="M41 39.5H7V42.5H41V39.5Z" style={{ fill: `var(--${color})` }}/>
23
+ </svg>
24
+ ;
25
+ } else if (thick) {
26
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
27
+ <path fillRule="evenodd" clipRule="evenodd" d="M38.5574 6.00043C36.995 4.43796 34.4615 4.43839 32.8996 6.00139L14.0633 24.8368C13.6184 25.2816 13.2847 25.8251 13.0893 26.4231L11.4128 31.5535C10.4054 34.6364 13.293 37.5735 16.3926 36.6187L21.6152 35.0098C22.2382 34.8179 22.8048 34.4767 23.2657 34.0158L42.0922 15.1902C43.6534 13.6279 43.653 11.096 42.0913 9.53428L38.5574 6.00043ZM16.8914 27.6655L30.7888 13.7711L34.3225 17.3052L20.4376 31.1871L15.2149 32.7959L16.8914 27.6655ZM39.2629 12.3627L37.1506 14.4764L33.6169 10.9424L35.729 8.82886L39.2629 12.3627Z" style={{ fill: `var(--${color})` }}/>
28
+ <path d="M41 39H7V43H41V39Z" style={{ fill: `var(--${color})` }}/>
29
+ </svg>
30
+ ;
31
+ }
32
+
33
+ return <svg width={size} height={size} viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
34
+ <path fillRule="evenodd" clipRule="evenodd" d="M38.2039 6.35398C36.8367 4.98682 34.62 4.9872 33.2533 6.35482L14.4168 25.1904C14.0275 25.5796 13.7355 26.0552 13.5645 26.5784L11.8881 31.7088C11.0066 34.4063 13.5333 36.9763 16.2454 36.1408L21.468 34.532C22.0131 34.364 22.5089 34.0655 22.9122 33.6622L41.7386 14.8367C43.1046 13.4698 43.1042 11.2543 41.7377 9.88784L38.2039 6.35398ZM16.5379 27.3119L30.7888 13.0641L35.0296 17.3052L20.7911 31.5407C20.7335 31.5983 20.6627 31.6409 20.5848 31.6649L15.3622 33.2738C14.9747 33.3931 14.6138 33.026 14.7397 32.6406L16.4162 27.5102C16.4406 27.4355 16.4823 27.3675 16.5379 27.3119ZM39.6165 12.7161L37.1507 15.1836L32.9099 10.9425L35.3753 8.47542C35.5706 8.28005 35.8872 8.27999 36.0826 8.4753L39.6164 12.0092C39.8116 12.2044 39.8117 12.5209 39.6165 12.7161Z" style={{ fill: `var(--${color})` }}/>
35
+ <path d="M41 39.5H7V42.5H41V39.5Z" style={{ fill: `var(--${color})` }}/>
36
+ </svg>
37
+ ;
38
+ };