@ckeditor/ckeditor5-icons 46.1.1 → 47.0.0-alpha.0

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 (45) hide show
  1. package/dist/index.js +81 -1
  2. package/dist/index.js.map +1 -1
  3. package/package.json +1 -1
  4. package/src/index.d.ts +40 -0
  5. package/src/index.js +40 -0
  6. package/theme/icons/ai-adjust-length.svg +1 -0
  7. package/theme/icons/ai-ask-ai.svg +1 -0
  8. package/theme/icons/ai-change-tone.svg +1 -0
  9. package/theme/icons/ai-chat-commands.svg +1 -0
  10. package/theme/icons/ai-chat.svg +1 -0
  11. package/theme/icons/ai-continue-writing.svg +1 -0
  12. package/theme/icons/ai-grammar-check.svg +1 -0
  13. package/theme/icons/ai-history.svg +1 -0
  14. package/theme/icons/ai-improve-writing.svg +1 -0
  15. package/theme/icons/ai-other.svg +1 -0
  16. package/theme/icons/ai-quick-actions.svg +1 -0
  17. package/theme/icons/ai-review.svg +1 -0
  18. package/theme/icons/ai-translate.svg +1 -0
  19. package/theme/icons/ai.svg +1 -0
  20. package/theme/icons/bulb.svg +1 -0
  21. package/theme/icons/chevron-right.svg +1 -0
  22. package/theme/icons/close.svg +1 -0
  23. package/theme/icons/document-outline.svg +1 -0
  24. package/theme/icons/document-with-checkmark.svg +1 -0
  25. package/theme/icons/document-with-cross.svg +1 -0
  26. package/theme/icons/document-with-loupe.svg +1 -0
  27. package/theme/icons/document.svg +1 -0
  28. package/theme/icons/eye-crossed-out.svg +1 -0
  29. package/theme/icons/eye.svg +1 -0
  30. package/theme/icons/file-upload.svg +1 -0
  31. package/theme/icons/info.svg +1 -0
  32. package/theme/icons/maximize.svg +1 -0
  33. package/theme/icons/minimize.svg +1 -0
  34. package/theme/icons/paper-clip.svg +1 -0
  35. package/theme/icons/pin.svg +1 -0
  36. package/theme/icons/refresh.svg +1 -0
  37. package/theme/icons/selection.svg +1 -0
  38. package/theme/icons/show-changes-off.svg +1 -0
  39. package/theme/icons/show-changes-on.svg +1 -0
  40. package/theme/icons/stop.svg +1 -0
  41. package/theme/icons/three-horizontal-dots.svg +1 -0
  42. package/theme/icons/three-stars.svg +1 -0
  43. package/theme/icons/thumb-down.svg +1 -0
  44. package/theme/icons/thumb-up.svg +1 -0
  45. package/theme/icons/web.svg +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ckeditor/ckeditor5-icons",
3
- "version": "46.1.1",
3
+ "version": "47.0.0-alpha.0",
4
4
  "description": "Icon pack for CKEditor 5.",
5
5
  "keywords": [
6
6
  "ckeditor",
package/src/index.d.ts CHANGED
@@ -7,6 +7,20 @@
7
7
  */
8
8
  export const IconAccessibility: string;
9
9
  export const IconAddComment: string;
10
+ export const IconAI: string;
11
+ export const IconAIAdjustLength: string;
12
+ export const IconAIAskAI: string;
13
+ export const IconAIChangeTone: string;
14
+ export const IconAIChatCommands: string;
15
+ export const IconAIContinueWriting: string;
16
+ export const IconAIGrammarCheck: string;
17
+ export const IconAIImproveWriting: string;
18
+ export const IconAIOther: string;
19
+ export const IconAIQuickActions: string;
20
+ export const IconAIReview: string;
21
+ export const IconAITranslate: string;
22
+ export const IconAIChat: string;
23
+ export const IconAIHistory: string;
10
24
  export const IconAlignBottom: string;
11
25
  export const IconAlignCenter: string;
12
26
  export const IconAlignJustify: string;
@@ -22,6 +36,7 @@ export const IconBookmark: string;
22
36
  export const IconBookmarkMedium: string;
23
37
  export const IconBookmarkSmall: string;
24
38
  export const IconBrowseFiles: string;
39
+ export const IconBulb: string;
25
40
  export const IconBulletedList: string;
26
41
  export const IconCancel: string;
27
42
  export const IconCaption: string;
@@ -29,7 +44,9 @@ export const IconCaseChange: string;
29
44
  export const IconCheck: string;
30
45
  export const IconChevronDown: string;
31
46
  export const IconChevronUp: string;
47
+ export const IconChevronRight: string;
32
48
  export const IconCkboxImageEdit: string;
49
+ export const IconClose: string;
33
50
  export const IconCodeBlock: string;
34
51
  export const IconCode: string;
35
52
  export const IconCog: string;
@@ -39,6 +56,11 @@ export const IconCommentsArchive: string;
39
56
  export const IconContentLock: string;
40
57
  export const IconContentUnlock: string;
41
58
  export const IconCopy: string;
59
+ export const IconDocument: string;
60
+ export const IconDocumentWithCheckmark: string;
61
+ export const IconDocumentWithCross: string;
62
+ export const IconDocumentWithLoupe: string;
63
+ export const IconDocumentOutline: string;
42
64
  export const IconDragHandle: string;
43
65
  export const IconDragIndicator: string;
44
66
  export const IconDropbox: string;
@@ -49,7 +71,10 @@ export const IconEraser: string;
49
71
  export const IconError: string;
50
72
  export const IconExportPdf: string;
51
73
  export const IconExportWord: string;
74
+ export const IconEye: string;
75
+ export const IconEyeCrossedOut: string;
52
76
  export const IconFacebook: string;
77
+ export const IconFileUpload: string;
53
78
  export const IconFindReplace: string;
54
79
  export const IconFontBackground: string;
55
80
  export const IconFontColor: string;
@@ -75,6 +100,7 @@ export const IconImageUrl: string;
75
100
  export const IconImportExport: string;
76
101
  export const IconImportWord: string;
77
102
  export const IconIndent: string;
103
+ export const IconInfo: string;
78
104
  export const IconInsertMergeField: string;
79
105
  export const IconItalic: string;
80
106
  export const IconLegalStyleList: string;
@@ -94,8 +120,10 @@ export const IconLoupe: string;
94
120
  export const IconLowVision: string;
95
121
  export const IconMagicWand: string;
96
122
  export const IconMarker: string;
123
+ export const IconMaximize: string;
97
124
  export const IconMediaPlaceholder: string;
98
125
  export const IconMedia: string;
126
+ export const IconMinimize: string;
99
127
  export const IconMultiLevelList: string;
100
128
  export const IconNextArrow: string;
101
129
  export const IconNotification: string;
@@ -119,6 +147,7 @@ export const IconPaginationExample: string;
119
147
  export const IconPaintRollerCursorDefault: string;
120
148
  export const IconPaintRollerCursorText: string;
121
149
  export const IconPaintRoller: string;
150
+ export const IconPaperClip: string;
122
151
  export const IconParagraph: string;
123
152
  export const IconPencil: string;
124
153
  export const IconPen: string;
@@ -131,6 +160,7 @@ export const IconPrint: string;
131
160
  export const IconProjectLogo: string;
132
161
  export const IconQuote: string;
133
162
  export const IconRedo: string;
163
+ export const IconRefresh: string;
134
164
  export const IconRemoveComment: string;
135
165
  export const IconRemoveFormat: string;
136
166
  export const IconRemove: string;
@@ -138,10 +168,14 @@ export const IconReturnArrow: string;
138
168
  export const IconRevisionHistory: string;
139
169
  export const IconRobotPencil: string;
140
170
  export const IconSelectAll: string;
171
+ export const IconSelection: string;
141
172
  export const IconSettings: string;
142
173
  export const IconShowBlocks: string;
174
+ export const IconShowChangesOff: string;
175
+ export const IconShowChangesOn: string;
143
176
  export const IconSource: string;
144
177
  export const IconSpecialCharacters: string;
178
+ export const IconStop: string;
145
179
  export const IconStrikethrough: string;
146
180
  export const IconSubmit: string;
147
181
  export const IconSubscript: string;
@@ -158,7 +192,11 @@ export const IconTemplateGeneric: string;
158
192
  export const IconTemplate: string;
159
193
  export const IconTextAlternative: string;
160
194
  export const IconText: string;
195
+ export const IconThreeHorizontalDots: string;
196
+ export const IconThreeStars: string;
161
197
  export const IconThreeVerticalDots: string;
198
+ export const IconThumbUp: string;
199
+ export const IconThumbDown: string;
162
200
  export const IconTodoList: string;
163
201
  export const IconTrackChangesAccept: string;
164
202
  export const IconTrackChangesDiscard: string;
@@ -170,4 +208,6 @@ export const IconUploadcareImageEdit: string;
170
208
  export const IconUploadcareImageUpload: string;
171
209
  export const IconUploadcareLink: string;
172
210
  export const IconUser: string;
211
+ export const IconPin: string;
173
212
  export const IconWarning: string;
213
+ export const IconWeb: string;
package/src/index.js CHANGED
@@ -7,6 +7,20 @@
7
7
  */
8
8
  export { default as IconAccessibility } from '../theme/icons/accessibility.svg';
9
9
  export { default as IconAddComment } from '../theme/icons/add-comment.svg';
10
+ export { default as IconAI } from '../theme/icons/ai.svg';
11
+ export { default as IconAIAdjustLength } from '../theme/icons/ai-adjust-length.svg';
12
+ export { default as IconAIAskAI } from '../theme/icons/ai-ask-ai.svg';
13
+ export { default as IconAIChangeTone } from '../theme/icons/ai-change-tone.svg';
14
+ export { default as IconAIChatCommands } from '../theme/icons/ai-chat-commands.svg';
15
+ export { default as IconAIContinueWriting } from '../theme/icons/ai-continue-writing.svg';
16
+ export { default as IconAIGrammarCheck } from '../theme/icons/ai-grammar-check.svg';
17
+ export { default as IconAIImproveWriting } from '../theme/icons/ai-improve-writing.svg';
18
+ export { default as IconAIOther } from '../theme/icons/ai-other.svg';
19
+ export { default as IconAIQuickActions } from '../theme/icons/ai-quick-actions.svg';
20
+ export { default as IconAIReview } from '../theme/icons/ai-review.svg';
21
+ export { default as IconAITranslate } from '../theme/icons/ai-translate.svg';
22
+ export { default as IconAIChat } from '../theme/icons/ai-chat.svg';
23
+ export { default as IconAIHistory } from '../theme/icons/ai-history.svg';
10
24
  export { default as IconAlignBottom } from '../theme/icons/align-bottom.svg';
11
25
  export { default as IconAlignCenter } from '../theme/icons/align-center.svg';
12
26
  export { default as IconAlignJustify } from '../theme/icons/align-justify.svg';
@@ -22,6 +36,7 @@ export { default as IconBookmark } from '../theme/icons/bookmark.svg';
22
36
  export { default as IconBookmarkMedium } from '../theme/icons/bookmark-medium.svg';
23
37
  export { default as IconBookmarkSmall } from '../theme/icons/bookmark-small.svg';
24
38
  export { default as IconBrowseFiles } from '../theme/icons/browse-files.svg';
39
+ export { default as IconBulb } from '../theme/icons/bulb.svg';
25
40
  export { default as IconBulletedList } from '../theme/icons/bulleted-list.svg';
26
41
  export { default as IconCancel } from '../theme/icons/cancel.svg';
27
42
  export { default as IconCaption } from '../theme/icons/caption.svg';
@@ -29,7 +44,9 @@ export { default as IconCaseChange } from '../theme/icons/case-change.svg';
29
44
  export { default as IconCheck } from '../theme/icons/check.svg';
30
45
  export { default as IconChevronDown } from '../theme/icons/chevron-down.svg';
31
46
  export { default as IconChevronUp } from '../theme/icons/chevron-up.svg';
47
+ export { default as IconChevronRight } from '../theme/icons/chevron-right.svg';
32
48
  export { default as IconCkboxImageEdit } from '../theme/icons/ckbox-image-edit.svg';
49
+ export { default as IconClose } from '../theme/icons/close.svg';
33
50
  export { default as IconCodeBlock } from '../theme/icons/code-block.svg';
34
51
  export { default as IconCode } from '../theme/icons/code.svg';
35
52
  export { default as IconCog } from '../theme/icons/cog.svg';
@@ -39,6 +56,11 @@ export { default as IconCommentsArchive } from '../theme/icons/comments-archive.
39
56
  export { default as IconContentLock } from '../theme/icons/content-lock.svg';
40
57
  export { default as IconContentUnlock } from '../theme/icons/content-unlock.svg';
41
58
  export { default as IconCopy } from '../theme/icons/copy.svg';
59
+ export { default as IconDocument } from '../theme/icons/document.svg';
60
+ export { default as IconDocumentWithCheckmark } from '../theme/icons/document-with-checkmark.svg';
61
+ export { default as IconDocumentWithCross } from '../theme/icons/document-with-cross.svg';
62
+ export { default as IconDocumentWithLoupe } from '../theme/icons/document-with-loupe.svg';
63
+ export { default as IconDocumentOutline } from '../theme/icons/document-outline.svg';
42
64
  export { default as IconDragHandle } from '../theme/icons/drag-handle.svg';
43
65
  export { default as IconDragIndicator } from '../theme/icons/drag-indicator.svg';
44
66
  export { default as IconDropbox } from '../theme/icons/dropbox.svg';
@@ -49,7 +71,10 @@ export { default as IconEraser } from '../theme/icons/eraser.svg';
49
71
  export { default as IconError } from '../theme/icons/error.svg';
50
72
  export { default as IconExportPdf } from '../theme/icons/export-pdf.svg';
51
73
  export { default as IconExportWord } from '../theme/icons/export-word.svg';
74
+ export { default as IconEye } from '../theme/icons/eye.svg';
75
+ export { default as IconEyeCrossedOut } from '../theme/icons/eye-crossed-out.svg';
52
76
  export { default as IconFacebook } from '../theme/icons/facebook.svg';
77
+ export { default as IconFileUpload } from '../theme/icons/file-upload.svg';
53
78
  export { default as IconFindReplace } from '../theme/icons/find-replace.svg';
54
79
  export { default as IconFontBackground } from '../theme/icons/font-background.svg';
55
80
  export { default as IconFontColor } from '../theme/icons/font-color.svg';
@@ -75,6 +100,7 @@ export { default as IconImageUrl } from '../theme/icons/image-url.svg';
75
100
  export { default as IconImportExport } from '../theme/icons/import-export.svg';
76
101
  export { default as IconImportWord } from '../theme/icons/import-word.svg';
77
102
  export { default as IconIndent } from '../theme/icons/indent.svg';
103
+ export { default as IconInfo } from '../theme/icons/info.svg';
78
104
  export { default as IconInsertMergeField } from '../theme/icons/insert-merge-field.svg';
79
105
  export { default as IconItalic } from '../theme/icons/italic.svg';
80
106
  export { default as IconLegalStyleList } from '../theme/icons/legal-style-list.svg';
@@ -94,8 +120,10 @@ export { default as IconLoupe } from '../theme/icons/loupe.svg';
94
120
  export { default as IconLowVision } from '../theme/icons/low-vision.svg';
95
121
  export { default as IconMagicWand } from '../theme/icons/magic-wand.svg';
96
122
  export { default as IconMarker } from '../theme/icons/marker.svg';
123
+ export { default as IconMaximize } from '../theme/icons/maximize.svg';
97
124
  export { default as IconMediaPlaceholder } from '../theme/icons/media-placeholder.svg';
98
125
  export { default as IconMedia } from '../theme/icons/media.svg';
126
+ export { default as IconMinimize } from '../theme/icons/minimize.svg';
99
127
  export { default as IconMultiLevelList } from '../theme/icons/multi-level-list.svg';
100
128
  export { default as IconNextArrow } from '../theme/icons/next-arrow.svg';
101
129
  export { default as IconNotification } from '../theme/icons/notification.svg';
@@ -119,6 +147,7 @@ export { default as IconPaginationExample } from '../theme/icons/pagination-exam
119
147
  export { default as IconPaintRollerCursorDefault } from '../theme/icons/paint-roller-cursor-default.svg';
120
148
  export { default as IconPaintRollerCursorText } from '../theme/icons/paint-roller-cursor-text.svg';
121
149
  export { default as IconPaintRoller } from '../theme/icons/paint-roller.svg';
150
+ export { default as IconPaperClip } from '../theme/icons/paper-clip.svg';
122
151
  export { default as IconParagraph } from '../theme/icons/paragraph.svg';
123
152
  export { default as IconPencil } from '../theme/icons/pencil.svg';
124
153
  export { default as IconPen } from '../theme/icons/pen.svg';
@@ -131,6 +160,7 @@ export { default as IconPrint } from '../theme/icons/print.svg';
131
160
  export { default as IconProjectLogo } from '../theme/icons/project-logo.svg';
132
161
  export { default as IconQuote } from '../theme/icons/quote.svg';
133
162
  export { default as IconRedo } from '../theme/icons/redo.svg';
163
+ export { default as IconRefresh } from '../theme/icons/refresh.svg';
134
164
  export { default as IconRemoveComment } from '../theme/icons/remove-comment.svg';
135
165
  export { default as IconRemoveFormat } from '../theme/icons/remove-format.svg';
136
166
  export { default as IconRemove } from '../theme/icons/remove.svg';
@@ -138,10 +168,14 @@ export { default as IconReturnArrow } from '../theme/icons/return-arrow.svg';
138
168
  export { default as IconRevisionHistory } from '../theme/icons/revision-history.svg';
139
169
  export { default as IconRobotPencil } from '../theme/icons/robot-pencil.svg';
140
170
  export { default as IconSelectAll } from '../theme/icons/select-all.svg';
171
+ export { default as IconSelection } from '../theme/icons/selection.svg';
141
172
  export { default as IconSettings } from '../theme/icons/settings.svg';
142
173
  export { default as IconShowBlocks } from '../theme/icons/show-blocks.svg';
174
+ export { default as IconShowChangesOff } from '../theme/icons/show-changes-off.svg';
175
+ export { default as IconShowChangesOn } from '../theme/icons/show-changes-on.svg';
143
176
  export { default as IconSource } from '../theme/icons/source.svg';
144
177
  export { default as IconSpecialCharacters } from '../theme/icons/special-characters.svg';
178
+ export { default as IconStop } from '../theme/icons/stop.svg';
145
179
  export { default as IconStrikethrough } from '../theme/icons/strikethrough.svg';
146
180
  export { default as IconSubmit } from '../theme/icons/submit.svg';
147
181
  export { default as IconSubscript } from '../theme/icons/subscript.svg';
@@ -158,7 +192,11 @@ export { default as IconTemplateGeneric } from '../theme/icons/template-generic.
158
192
  export { default as IconTemplate } from '../theme/icons/template.svg';
159
193
  export { default as IconTextAlternative } from '../theme/icons/text-alternative.svg';
160
194
  export { default as IconText } from '../theme/icons/text.svg';
195
+ export { default as IconThreeHorizontalDots } from '../theme/icons/three-horizontal-dots.svg';
196
+ export { default as IconThreeStars } from '../theme/icons/three-stars.svg';
161
197
  export { default as IconThreeVerticalDots } from '../theme/icons/three-vertical-dots.svg';
198
+ export { default as IconThumbUp } from '../theme/icons/thumb-up.svg';
199
+ export { default as IconThumbDown } from '../theme/icons/thumb-down.svg';
162
200
  export { default as IconTodoList } from '../theme/icons/todo-list.svg';
163
201
  export { default as IconTrackChangesAccept } from '../theme/icons/track-changes-accept.svg';
164
202
  export { default as IconTrackChangesDiscard } from '../theme/icons/track-changes-discard.svg';
@@ -170,4 +208,6 @@ export { default as IconUploadcareImageEdit } from '../theme/icons/uploadcare-im
170
208
  export { default as IconUploadcareImageUpload } from '../theme/icons/uploadcare-image-upload.svg';
171
209
  export { default as IconUploadcareLink } from '../theme/icons/uploadcare-link.svg';
172
210
  export { default as IconUser } from '../theme/icons/user.svg';
211
+ export { default as IconPin } from '../theme/icons/pin.svg';
173
212
  export { default as IconWarning } from '../theme/icons/warning.svg';
213
+ export { default as IconWeb } from '../theme/icons/web.svg';
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="m13.749 15.5.691-1.87c.204-.55.638-.984 1.189-1.188l1.87-.692-1.87-.692A2.01 2.01 0 0 1 14.44 9.87L13.75 8l-.692 1.87c-.204.55-.638.984-1.189 1.188l-1.87.692 1.87.692c.55.204.985.638 1.189 1.188zm.5-11.5a.75.75 0 0 1 0 1.5h-11a.75.75 0 0 1 0-1.5zm-4 4a.75.75 0 0 1 0 1.5h-7a.75.75 0 0 1 0-1.5zm-3 4a.75.75 0 0 1 0 1.5h-4a.75.75 0 0 1 0-1.5z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M.773 12.536a.75.75 0 0 1 .945.498l.018.051a9 9 0 0 0 .42.964c.317.62.799 1.397 1.473 2.072.701.7 1.38 1.191 1.88 1.505a8 8 0 0 0 .746.417l.037.016.005.003a.75.75 0 0 1-.522 1.404l-.072-.027-.01-.004-.018-.008-.058-.027a10 10 0 0 1-.905-.504 12.3 12.3 0 0 1-2.143-1.715c-.82-.82-1.388-1.744-1.748-2.451a10 10 0 0 1-.5-1.145l-.026-.075-.006-.021-.003-.007v-.003l-.001-.001L1 13.25l-.715.228a.75.75 0 0 1 .488-.942M13.314.953a.75.75 0 0 1 .913-.419l.072.028.009.004.018.007.059.028q.075.034.204.1c.172.09.413.223.701.404a12.3 12.3 0 0 1 2.143 1.715c.82.82 1.387 1.744 1.748 2.45a10 10 0 0 1 .499 1.145l.026.075.007.022.003.007v.003h.001c-.002.002-.043.015-.715.228l.715-.227a.751.751 0 0 1-1.43.455l-.004-.011-.017-.052a9 9 0 0 0-.42-.964c-.317-.619-.8-1.397-1.474-2.07a10.8 10.8 0 0 0-1.88-1.507 8 8 0 0 0-.746-.417l-.036-.015-.006-.003a.75.75 0 0 1-.39-.986M11.29 6.84a3.76 3.76 0 0 0 2.22 2.22L17 10.35l-3.49 1.292a3.76 3.76 0 0 0-2.219 2.22L10 17.35l-1.292-3.49a3.76 3.76 0 0 0-2.22-2.22L3 10.35l3.49-1.291A3.76 3.76 0 0 0 8.71 6.84L10 3.35zm6.009 8.66a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0M14.8 18a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0M3.798 2.001a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0m-2.499 2.5a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M11.282 2.775a4.274 4.274 0 0 1 5.466.466 4.23 4.23 0 0 1 .47 5.443.75.75 0 0 1-.113.907.75.75 0 0 1-.913.114 4.27 4.27 0 0 1-2.846.759l-2.625 2.362a1 1 0 0 1 .015.14v4.788a.75.75 0 0 1-1.5 0v-3.59l-2.678 2.41a1.26 1.26 0 0 1-1.083.298l-1.134-.226-1.062 1.058a.75.75 0 0 1-1.059-1.063l1.06-1.056-.224-1.121c-.078-.39.035-.792.3-1.085l6.14-6.752c-.09-.983.165-1.99.761-2.83a.75.75 0 0 1 .113-.906.75.75 0 0 1 .912-.116m-6.73 11.519.164.82a1 1 0 0 1 .097.097l.834.165 6.027-5.426a4.26 4.26 0 0 1-1.665-1.658zm6.779-9.39a2.73 2.73 0 0 0 .455 3.274 2.77 2.77 0 0 0 3.294.456zm4.359-.6a2.77 2.77 0 0 0-3.294-.456l3.748 3.728a2.73 2.73 0 0 0-.454-3.272" clip-rule="evenodd"/><path d="M4.44 1.87c.205.55.639.985 1.19 1.189l1.87.691-1.87.691c-.551.204-.985.64-1.19 1.19L3.75 7.5l-.693-1.87A2.01 2.01 0 0 0 1.87 4.442L0 3.751l1.87-.691c.55-.204.984-.64 1.188-1.19L3.75 0z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M15.739 13.009c0-.416.44-.644.749-.422l.06.05 3.297 3.232.036.039a.53.53 0 0 1 0 .666l-.036.039-3.297 3.232c-.288.283-.747.098-.803-.292l-.006-.08v-1.468c-.343.04-.898.142-1.57.404l-.189.077c-.654.276-1.15.766-1.464 1.156l-.123.16a.48.48 0 0 1-.574.163.516.516 0 0 1-.314-.56l.064-.388c.074-.426.184-.955.335-1.474.196-.676.483-1.408.906-1.854l.113-.114c.986-.957 2.195-1.094 2.816-1.094zM.773 12.536a.75.75 0 0 1 .945.498l.018.052a9 9 0 0 0 .42.964c.316.619.8 1.396 1.473 2.07.701.702 1.38 1.193 1.88 1.507a8 8 0 0 0 .746.417l.037.015.005.003a.75.75 0 0 1-.522 1.404l-.072-.027-.01-.004-.018-.008-.058-.027a10 10 0 0 1-.905-.504 12.3 12.3 0 0 1-2.143-1.715c-.82-.82-1.388-1.744-1.748-2.45a10 10 0 0 1-.5-1.145l-.026-.076-.006-.021-.003-.007v-.003H.285a.75.75 0 0 1 .488-.943M11.29 6.84a3.76 3.76 0 0 0 2.22 2.218L17 10.35l-3.49 1.291a3.76 3.76 0 0 0-2.22 2.22L10 17.35l-1.291-3.49a3.76 3.76 0 0 0-2.22-2.22l-3.49-1.29 3.49-1.292a3.76 3.76 0 0 0 2.22-2.218l1.29-3.49zM13.314.953a.75.75 0 0 1 .913-.42l.072.028.01.004.018.008.058.027q.076.035.204.1c.172.09.413.223.702.404.576.362 1.348.92 2.142 1.715.82.82 1.388 1.744 1.748 2.451a10 10 0 0 1 .5 1.145l.026.075.006.021.003.007v.003l.001.001a.75.75 0 0 1-1.43.455l-.003-.01-.018-.052-.079-.21a9 9 0 0 0-.342-.754c-.315-.62-.798-1.397-1.472-2.071a10.8 10.8 0 0 0-1.88-1.506 8 8 0 0 0-.746-.417l-.037-.016-.005-.003a.75.75 0 0 1-.391-.985M2.05 3.75a.75.75 0 1 1-.002 1.502.75.75 0 0 1 .001-1.501M4.548 1.25a.75.75 0 1 1 0 1.501.75.75 0 0 1 0-1.5"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M.773 12.536a.75.75 0 0 1 .945.498l.018.051a9 9 0 0 0 .42.964c.317.62.799 1.397 1.473 2.072.701.7 1.38 1.191 1.88 1.505a8 8 0 0 0 .746.417l.037.016.005.003a.75.75 0 0 1-.522 1.404l-.072-.027-.01-.004-.018-.008-.058-.027a10 10 0 0 1-.905-.504 12.3 12.3 0 0 1-2.143-1.715c-.82-.82-1.388-1.744-1.748-2.451a10 10 0 0 1-.5-1.145l-.026-.075-.006-.021-.003-.007v-.003l-.001-.001L1 13.25l-.715.228a.75.75 0 0 1 .488-.942M13.314.953a.75.75 0 0 1 .913-.419l.072.028.009.004.018.007.059.028q.075.034.204.1c.172.09.413.223.701.404a12.3 12.3 0 0 1 2.143 1.715c.82.82 1.387 1.744 1.748 2.45a10 10 0 0 1 .499 1.145l.026.075.007.022.003.007v.003h.001c-.002.002-.043.015-.715.228l.715-.227a.751.751 0 0 1-1.43.455l-.004-.011-.017-.052a9 9 0 0 0-.42-.964c-.317-.619-.8-1.397-1.474-2.07a10.8 10.8 0 0 0-1.88-1.507 8 8 0 0 0-.746-.417l-.036-.015-.006-.003a.75.75 0 0 1-.39-.986M11.29 6.84a3.76 3.76 0 0 0 2.22 2.22L17 10.35l-3.49 1.292a3.76 3.76 0 0 0-2.219 2.22L10 17.35l-1.292-3.49a3.76 3.76 0 0 0-2.22-2.22L3 10.35l3.49-1.291A3.76 3.76 0 0 0 8.71 6.84L10 3.35zm6.009 8.66a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0M14.8 18a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0M3.798 2.001a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0m-2.499 2.5a.75.75 0 1 1 1.5 0 .75.75 0 0 1-1.5 0"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M7.591 16.502c.421 0 .762.336.762.75s-.341.75-.762.75h-5.08a.757.757 0 0 1-.761-.751c0-.414.34-.749.761-.749zm3.302-8.942c0-1.009 1.135-1.576 1.952-1.056l.158.12 4.817 4.182c.576.5.572 1.386-.008 1.882L12.996 16.8c-.823.702-2.103.127-2.103-.945V14.46H2.511a.756.756 0 0 1-.761-.75c0-.414.34-.75.761-.75h8.636c.701 0 1.27.56 1.27 1.25v1.098l4.176-3.568-4.175-3.627V9.28c0 .69-.57 1.25-1.271 1.25H2.511a.756.756 0 0 1-.761-.75c0-.414.34-.75.761-.75h8.382zm6.047-5.689c.205.55.639.986 1.19 1.19l1.869.691-1.87.691c-.55.204-.984.64-1.188 1.19l-.692 1.869-.692-1.87a2.01 2.01 0 0 0-1.188-1.189l-1.87-.691 1.87-.691c.55-.204.984-.64 1.188-1.19l.691-1.869zM7.591 5.502c.421 0 .762.336.762.75s-.34.75-.762.75h-5.08a.756.756 0 0 1-.761-.75c0-.414.34-.75.761-.75z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M17.413 12.037 10.487 19l-3.421-3.446 1.053-1.058 2.37 2.386 5.873-5.902z"/><path fill-rule="evenodd" d="m12.976 12.465-1.004 1.009-.737-1.995H5.378l-1.39 3.492H2.5L7.463 3H9.05zm-7.1-2.183h4.764L8.257 4.496z" clip-rule="evenodd"/><path d="M16.958 1.87c.203.55.634.985 1.182 1.189l1.859.691-1.86.691a2.01 2.01 0 0 0-1.181 1.19L16.27 7.5l-.689-1.87A2 2 0 0 0 14.4 4.442l-1.858-.691L14.4 3.06c.548-.204.98-.64 1.182-1.19L16.27 0z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><g clip-path="url(#a)"><path d="M16.942 1.87c.203.55.637.985 1.188 1.189L20 3.75l-1.87.691a2.01 2.01 0 0 0-1.188 1.19L16.249 7.5l-.691-1.87a2.01 2.01 0 0 0-1.19-1.189L12.5 3.75l1.87-.691c.55-.204.985-.639 1.189-1.19L16.249 0zm2.03 5.43c.305 0 .58.192.671.483a7 7 0 0 1 .352 2.4 9 9 0 0 1-9.361 8.809 9 9 0 0 1-7.662-4.917L4.1 12.946A7.502 7.502 0 0 0 18.5 10c0-1.017-.1-1.266-.5-2.2-.097-.224.143-.5.387-.5z"/><path d="m11.5 9.999 3.195 3.196-1.06 1.06-3.536-3.536-.1-.112V5h1.5zM10.7 1q.168 0 .336.006a.703.703 0 0 1 .664.716c0 .451-.398.795-.849.785a7 7 0 0 0-.531.007c-1.015.052-1.71.309-2.623.756a7.5 7.5 0 0 0-4.17 6.125l.965-.737a.75.75 0 0 1 .979.057l.073.083a.75.75 0 0 1-.058.978l-.083.072-2.27 1.738a.75.75 0 0 1-.972-.052l-.074-.082-1.741-2.23a.75.75 0 0 1 1.107-1.005l.074.082.531.68a9 9 0 0 1 5.32-7.218C8.519 1.259 9.453 1 10.7 1"/></g><defs><clipPath id="a"><path fill="#fff" d="M0 0h20v20H0z"/></clipPath></defs></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M14.832 15.502a.75.75 0 0 1 .754.749.75.75 0 0 1-.755.749H7.28a.753.753 0 0 1-.756-.749c0-.414.339-.749.756-.749zm1.237-12.5a.946.946 0 0 1 .851 1.322c-.69 1.575-1.272 2.683-1.893 3.406-.563.655-1.17 1.005-1.884 1.126-.449 1.736-1.662 2.854-2.73 3.527a8.8 8.8 0 0 1-2.038.937q-.092.029-.146.042l-.042.012-.013.003H8.17l-.002.002a.76.76 0 0 1-.917-.546.75.75 0 0 1 .55-.908l.002-.001.023-.006.104-.03a7.3 7.3 0 0 0 1.673-.77c.952-.6 1.888-1.526 2.14-2.92a.97.97 0 0 1 .91-.792l.168-.014c.382-.05.694-.212 1.056-.633.377-.438.782-1.133 1.293-2.229-2.808.253-5.14 2.025-6.952 4.332-1.991 2.537-3.253 5.6-3.728 7.563a.757.757 0 0 1-.911.553.75.75 0 0 1-.559-.903c.519-2.144 1.867-5.409 4.007-8.134 2.136-2.72 5.164-5.024 9.042-4.939M4.44 1.87c.205.55.64.985 1.19 1.189l1.87.691-1.87.691c-.55.204-.985.64-1.19 1.19L3.75 7.5l-.692-1.87a2.01 2.01 0 0 0-1.19-1.189L0 3.75l1.869-.691c.55-.204.985-.64 1.19-1.19L3.748 0z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="m16.25 0 .69 1.87c.205.55.639.984 1.19 1.188L20 3.75l-1.87.692a2.02 2.02 0 0 0-1.19 1.188l-.69 1.87-.693-1.87a2.01 2.01 0 0 0-1.188-1.188l-1.87-.692 1.87-.692c.55-.204.985-.638 1.188-1.188z"/><path d="M10 1c.704 0 1.053-.003 1.474.09.445.099.635.613.426 1.019-.163.315-.523.465-.875.423C10.712 2.495 10.42 2.5 10 2.5a7.5 7.5 0 1 0 7.5 7.5c0-.26-.047-.582-.102-.89a.82.82 0 0 1 .458-.89c.456-.214 1.007.027 1.08.525.053.375.064.746.064 1.255a9 9 0 1 1-9-9"/><path d="M7.05 10a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0m4.2 0a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0m4.2 0a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M7.718 5.12c.285.77.893 1.378 1.663 1.663l2.618.97-2.618.968a2.82 2.82 0 0 0-1.663 1.664l-.969 2.617-.969-2.617A2.82 2.82 0 0 0 4.117 8.72l-2.618-.969 2.618-.969A2.82 2.82 0 0 0 5.78 5.12l.969-2.618zm10.609 9.086a.75.75 0 0 1 0 1.492l-.078.004h-8a.75.75 0 0 1 0-1.5h8zm-.077-4.504a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1 0-1.5zm.002-4.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1 0-1.5zM3.461 12.749c.136.367.425.657.791.793l1.247.46-1.247.46a1.34 1.34 0 0 0-.79.793l-.463 1.247-.46-1.246a1.34 1.34 0 0 0-.793-.793l-1.247-.46 1.247-.461a1.34 1.34 0 0 0 .792-.793L3 11.502z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="m14.269 9.141-8.193 8.194H3.297v-2.776l8.193-8.198zM14.162 4a.74.74 0 0 1 .521.218l1.735 1.729a.735.735 0 0 1 0 1.044l-1.356 1.358-2.78-2.78 1.357-1.351A.74.74 0 0 1 14.162 4M3.75 0l.691 1.87c.204.55.638.984 1.189 1.188l1.87.692-1.87.692c-.55.204-.985.638-1.189 1.188L3.75 7.5l-.692-1.87a2.01 2.01 0 0 0-1.189-1.188l-1.87-.692 1.87-.692c.55-.204.985-.638 1.189-1.188zm11.99 13.009c0-.416.44-.645.75-.423l.059.05 3.297 3.233.036.039a.53.53 0 0 1 0 .666l-.036.039-3.297 3.232c-.289.283-.746.098-.803-.292l-.007-.08v-1.47c-.342.04-.897.144-1.569.406l-.19.077c-.654.276-1.148.766-1.462 1.156l-.124.16a.48.48 0 0 1-.575.163.516.516 0 0 1-.313-.56l.063-.388c.075-.426.184-.955.335-1.474.197-.676.484-1.407.907-1.854l.113-.114c.986-.957 2.194-1.094 2.815-1.094z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M19 19h-1.486l-1.289-3.5h-5.85L8.989 19H7.501l4.957-12h1.586zm-8.13-4.7h4.76l-2.38-5.8z" clip-rule="evenodd"/><path d="M5.648.5c.414 0 .75.337.75.751v.95h4.35a.75.75 0 0 1 0 1.5H9.486c-.337 1.817-1.254 4.38-3.062 6.917.234.25.42.434.56.563a5 5 0 0 0 .293.253h.001a.75.75 0 0 1-.857 1.231H6.42l-.003-.002-.004-.003-.01-.008-.028-.02-.092-.072a7 7 0 0 1-.317-.278 12 12 0 0 1-.472-.463c-1.345 1.606-2.094 2.28-4.376 3.584a.75.75 0 0 1-.736-1.306c2.018-.997 2.852-1.878 4.11-3.42-.546-.738-.982-1.637-1.286-2.357a19 19 0 0 1-.563-1.516l-.008-.026-.002-.007-.001-.002-.019-.076A.75.75 0 0 1 4.04 6.26l.026.072.001.004.006.02.025.078.101.297c.09.255.22.61.388 1.005.233.553.525 1.152.852 1.67C6.86 7.313 7.63 5.146 7.953 3.7H.948a.75.75 0 0 1 0-1.5h3.95v-.949A.75.75 0 0 1 5.648.5m11.293 1.37c.204.55.638.984 1.189 1.188l1.869.692-1.87.691c-.55.204-.984.638-1.188 1.189L16.25 7.5l-.692-1.87a2.01 2.01 0 0 0-1.188-1.19l-1.87-.691 1.87-.692c.55-.204.985-.638 1.188-1.189L16.25 0z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M13.903 7.617a3.35 3.35 0 0 0 1.98 1.98L19 10.752l-3.117 1.153a3.35 3.35 0 0 0-1.98 1.98l-1.154 3.117-1.153-3.116a3.35 3.35 0 0 0-1.98-1.98L6.5 10.75l3.116-1.153a3.35 3.35 0 0 0 1.98-1.98L12.75 4.5zm-9.647 4.755c.15.404.469.723.872.872l1.372.507-1.372.507c-.403.15-.722.468-.872.872L3.75 16.5l-.507-1.371a1.48 1.48 0 0 0-.872-.872L1 13.75l1.37-.507a1.48 1.48 0 0 0 .873-.872L3.75 11zM6.441 2.87c.204.55.639.985 1.19 1.189L9.5 4.75l-1.87.691A2.02 2.02 0 0 0 6.44 6.63L5.75 8.5l-.692-1.87a2.01 2.01 0 0 0-1.19-1.189L2 4.751l1.869-.692a2.02 2.02 0 0 0 1.19-1.189L5.748 1z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M11.91 18.255a.747.747 0 0 1 .663.746.747.747 0 0 1-.664.746l-.075.004H8.382a.745.745 0 0 1-.74-.75c0-.414.331-.75.74-.75h3.452z"/><path fill-rule="evenodd" d="M10.104 3.752c.807 0 1.59.193 2.415.548l.404.185c.913.452 1.62 1.026 2.129 1.77.578.848.852 1.85.95 2.991l.014.258c.031 1.26-.537 2.059-1.096 2.722-.562.665-1.05 1.151-1.322 1.935l-.053.161c-.204.698-.397 1.704-.504 2.314a1.34 1.34 0 0 1-1.308 1.114H8.476c-.65 0-1.196-.476-1.308-1.114a31 31 0 0 0-.354-1.743l-.15-.57c-.258-.882-.776-1.387-1.375-2.097-.596-.707-1.203-1.57-1.082-2.98l.045-.422c.126-.968.4-1.827.906-2.568.58-.851 1.422-1.478 2.533-1.956l.307-.126c.713-.274 1.401-.422 2.106-.422m0 1.5c-.492 0-1.001.102-1.582.325l-.254.104c-.927.398-1.513.87-1.894 1.43-.337.492-.551 1.106-.656 1.909l-.038.356c-.07.806.224 1.272.732 1.874.506.599 1.299 1.384 1.67 2.645l.084.307c.181.688.338 1.508.435 2.048h3.007c.112-.624.304-1.619.52-2.355l.075-.232c.394-1.127 1.12-1.852 1.594-2.413.476-.565.764-1.01.74-1.727l-.008-.147c-.084-.981-.308-1.702-.693-2.266-.334-.49-.824-.912-1.563-1.277l-.332-.152c-.688-.296-1.274-.43-1.837-.43" clip-rule="evenodd"/><path d="M3.597 13.637a.73.73 0 0 1 1.045 0 .76.76 0 0 1 0 1.06l-1.05 1.064-.056.052a.73.73 0 0 1-.99-.052.76.76 0 0 1-.05-1.004l.05-.057zm11.761 0a.73.73 0 0 1 1.045 0l1.05 1.063.05.057c.237.294.22.73-.05 1.004a.73.73 0 0 1-.99.052l-.055-.052-1.05-1.064a.76.76 0 0 1 0-1.06M2.472 8.257c.409 0 .74.336.74.75s-.331.75-.74.75L.99 9.756l-.075-.004a.746.746 0 0 1-.664-.746c0-.388.291-.708.664-.746l.075-.004zm16.614.003a.747.747 0 0 1 .664.746.746.746 0 0 1-.664.746l-.075.004h-1.483a.745.745 0 0 1-.74-.75c0-.413.331-.75.74-.75h1.483zM3.334 2.581c.27-.274.7-.29.99-.05l.055.05 1.048 1.065a.76.76 0 0 1 0 1.061.73.73 0 0 1-1.045 0L3.334 3.642l-.05-.057a.76.76 0 0 1 .05-1.004m12.343-.051a.73.73 0 0 1 .989.051.76.76 0 0 1 .05 1.004l-.05.057-1.048 1.065a.73.73 0 0 1-1.046 0 .76.76 0 0 1 0-1.06l1.049-1.066zM10.007.251c.383 0 .698.296.736.674l.003.076.001 1.505c0 .414-.33.75-.738.75a.745.745 0 0 1-.74-.75L9.268 1l.004-.076a.745.745 0 0 1 .735-.674"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 21 21"><path d="M9.064 14.666a.75.75 0 1 1-1.06-1.06L11.01 10.6 8.004 7.595a.75.75 0 1 1 1.06-1.06l3.55 3.549a.748.748 0 0 1-.136 1.168z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="m11.538 9.44 6.362 6.362a1.503 1.503 0 1 1-2.125 2.125L9.418 11.56l-6.365 6.365A1.5 1.5 0 1 1 .93 15.803L7.295 9.44.93 3.075A1.5 1.5 0 0 1 3.052.955L9.416 7.32 15.78.955a1.5 1.5 0 0 1 2.123 2.12z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M2.587 17.028a1.88 1.88 0 0 1-1.882-1.881V1.976A1.88 1.88 0 0 1 2.587.094H17.64a1.88 1.88 0 0 1 1.881 1.882v13.17a1.88 1.88 0 0 1-1.881 1.882zm5.645-1.41h9.408a.47.47 0 0 0 .47-.471V1.976a.47.47 0 0 0-.47-.47H8.232zM6.82 1.504H2.587a.47.47 0 0 0-.47.47v13.172a.47.47 0 0 0 .47.47H6.82z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M1.95.001a.95.95 0 0 0-.95.95v16.6c0 .525.425.95.95.95h5.641c.415 0 .75-.313.75-.727 0-.415-.335-.773-.75-.773H2.5v-15.5h6v4.55c0 .525.425.95.95.95H14V8.24c0 .414.342.75.757.75a.744.744 0 0 0 .743-.75v-2.3L9.56.001zm10.99 5.5L10 2.561v2.94z"/><path d="M18.03 11.531a.75.75 0 0 0-1.06-1.06L12 15.44l-2.47-2.47a.75.75 0 0 0-1.06 1.06L12 17.56z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M1.95.001a.95.95 0 0 0-.95.95v16.6c0 .525.425.95.95.95h5.641c.415 0 .75-.32.75-.735a.763.763 0 0 0-.75-.765H2.5v-15.5h6v4.55c0 .525.425.95.95.95H14v1.25c0 .414.342.75.757.75a.744.744 0 0 0 .743-.75v-2.31L9.56 0zm10.99 5.5L10 2.561v2.94z"/><path d="M11.47 10.47a.75.75 0 0 1 1.06 0l2.97 2.97 2.97-2.97a.75.75 0 0 1 1.06 1.061l-2.97 2.97 2.97 2.97a.75.75 0 0 1-1.06 1.06l-2.97-2.97-2.97 2.97a.75.75 0 1 1-1.06-1.06l2.97-2.97-2.97-2.97a.75.75 0 0 1 0-1.06"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><g fill-rule="evenodd" clip-rule="evenodd"><path d="M1 .95A.95.95 0 0 1 1.95 0h7.61l5.94 5.94v3.249A6 6 0 0 0 14 9V7H9.45a.95.95 0 0 1-.95-.95V1.5h-6V17h5.841c.191.54.457 1.044.785 1.5H1.95a.95.95 0 0 1-.95-.95zm9 1.61 2.94 2.94H10z"/><path d="M12.895 17.79c.805 0 1.553-.243 2.173-.661l2.653 2.653a.75.75 0 0 0 1.06-1.061l-2.652-2.653a3.895 3.895 0 1 0-3.233 1.722m0-1.6a2.295 2.295 0 1 1 0-4.59 2.295 2.295 0 0 1 0 4.59"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M2.75 1.701a.95.95 0 0 1 .95-.95h7.61l5.94 5.94V18.3a.95.95 0 0 1-.95.95H3.7a.95.95 0 0 1-.95-.95zm1.5.55v15.5h11.5v-10H11.2a.95.95 0 0 1-.95-.95v-4.55zm7.5 1.06 2.94 2.94h-2.94z" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M2.97 2.97a.75.75 0 0 1 1.06 0L5.56 4.5q.397-.254.807-.477c1.133-.614 2.388-1.052 3.652-1.02 1.25.032 2.492.494 3.618 1.116 1.133.625 2.2 1.44 3.109 2.235a29 29 0 0 1 2.858 2.898q.112.13.171.204l.046.055.012.015.004.004v.002q.07.091.11.193l.02.05q.013.045.02.09l.01.054a1 1 0 0 1 0 .146q-.002.033-.009.065l-.017.082-.024.061q-.014.039-.03.075l-.01.019a1 1 0 0 1-.06.093l-.003-.002.002.003h-.002l-.003.006-.012.015-.046.058-.17.21a27.5 27.5 0 0 1-2.861 2.978q-.508.452-1.072.892l1.35 1.35a.75.75 0 0 1-1.02 1.098 1 1 0 0 0-.08-.097l-13-13-.043-.039a.75.75 0 0 1 .083-.961m1.27 4.432a26 26 0 0 0-2.096 2.106l-.014.016a.695.695 0 0 0 .007.932 27 27 0 0 0 2.105 2.064c.861.753 1.838 1.495 2.846 2.051 1.013.56 2.014.906 2.931.93.612.015 1.26-.128 1.93-.39l1.14 1.14c-.984.466-2.043.776-3.109.749-1.249-.032-2.491-.494-3.618-1.116-1.132-.626-2.199-1.44-3.108-2.235a28.6 28.6 0 0 1-3.029-3.102l-.045-.055-.012-.016-.004-.004-.001-.002a1 1 0 0 1-.065-.092l-.007-.015a1 1 0 0 1-.041-.094l-.017-.042q-.014-.045-.02-.091-.007-.027-.01-.054Q0 10.042 0 10v-.064q.004-.04.013-.079l.013-.06a1 1 0 0 1 .031-.084q.011-.03.025-.058l.012-.022a1 1 0 0 1 .06-.09h.001V9.54l.004-.005.012-.016.046-.057.17-.211a27.6 27.6 0 0 1 2.788-2.913zm6.522 6.523a4 4 0 0 1-.762.077 4 4 0 0 1-3.926-4.766zM9.98 4.502c-.902-.023-1.89.293-2.897.84q-.218.117-.434.248l1.103 1.102a4 4 0 0 1 5.557 5.557l1.3 1.3c.397-.301.782-.619 1.145-.942a26 26 0 0 0 2.117-2.13.696.696 0 0 0-.008-.93 27 27 0 0 0-2.104-2.064c-.861-.753-1.84-1.495-2.847-2.052-1.014-.559-2.014-.906-2.932-.93m1.22 2.7c-.809 0-1.466.64-1.497 1.441l1.555 1.555a1.5 1.5 0 0 0-.058-2.996"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M10 6.002a4 4 0 1 1 0 8 4 4 0 0 1 0-8m1.2 1.2a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3" clip-rule="evenodd"/><path fill-rule="evenodd" d="M10.02 3.003c1.249.032 2.49.494 3.617 1.116 1.133.625 2.2 1.44 3.109 2.235a28.6 28.6 0 0 1 2.858 2.898l.171.204.046.054.012.016.004.004v.002a.8.8 0 0 1 .11.193l.02.05q.013.045.02.09l.01.054a.7.7 0 0 1 0 .146q-.002.032-.009.065l-.017.082-.024.061q-.014.038-.03.075l-.01.019a1 1 0 0 1-.06.093l-.002-.002h-.001l.002.003h-.001l-.004.005-.012.016-.046.058-.17.21a27.5 27.5 0 0 1-2.861 2.977c-.912.811-1.981 1.635-3.12 2.252-1.132.614-2.387 1.053-3.652 1.02-1.249-.031-2.49-.493-3.618-1.115-1.133-.626-2.199-1.44-3.108-2.235a28.6 28.6 0 0 1-3.029-3.102l-.045-.055-.012-.016-.004-.004-.001-.002a1 1 0 0 1-.065-.092l-.007-.015q-.025-.045-.041-.094l-.017-.042q-.014-.044-.02-.092-.007-.026-.01-.053Q0 10.042 0 10q-.002-.033 0-.065.004-.04.013-.079l.013-.06a1 1 0 0 1 .031-.084q.011-.03.025-.058l.012-.022a1 1 0 0 1 .06-.09h.001V9.54l.004-.005.012-.016.046-.057.17-.211a27.5 27.5 0 0 1 2.86-2.977c.911-.81 1.98-1.635 3.119-2.252 1.133-.614 2.388-1.052 3.652-1.02m-.04 1.499c-.902-.023-1.89.293-2.897.84-1.002.543-1.976 1.289-2.836 2.054a26 26 0 0 0-2.103 2.112l-.014.016a.695.695 0 0 0 .007.932 27 27 0 0 0 2.105 2.064c.861.753 1.838 1.495 2.846 2.051 1.013.56 2.014.906 2.931.93.903.022 1.89-.293 2.898-.84 1.002-.544 1.977-1.288 2.837-2.054a26 26 0 0 0 2.117-2.13.695.695 0 0 0-.008-.93 27 27 0 0 0-2.104-2.064c-.862-.753-1.839-1.495-2.847-2.052-1.014-.56-2.014-.906-2.932-.93" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M6.146 11.22a.75.75 0 0 1 1.061 0l3.677 3.678a.75.75 0 0 1-1.06 1.06l-2.397-2.396v5.689a.75.75 0 0 1-1.5 0v-5.69L3.53 15.959a.75.75 0 0 1-1.06-1.06z"/><path fill-rule="evenodd" d="M17.75 5.94v11.61a.95.95 0 0 1-.95.951h-6.3a.75.75 0 0 1 0-1.5h5.75v-10H11.7a.95.95 0 0 1-.95-.95V1.5h-6v8.66l-1.5 1.5V.95A.95.95 0 0 1 4.2 0h7.61zm-5.5-.439h2.94l-2.94-2.94z" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M10 8.251a.75.75 0 0 1 .75.75v5.5a.75.75 0 0 1-1.5 0v-5.5a.75.75 0 0 1 .75-.75m0-3.5a.75.75 0 0 1 .75.75v.5a.75.75 0 0 1-1.5 0v-.5a.75.75 0 0 1 .75-.75"/><path fill-rule="evenodd" d="M10 .751a9.25 9.25 0 1 1 0 18.5 9.25 9.25 0 0 1 0-18.5m0 1.5a7.75 7.75 0 1 0 0 15.5 7.75 7.75 0 0 0 0-15.5" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M16.754 2.501a.75.75 0 0 1 .75.75v5.2a.75.75 0 1 1-1.5 0V5.06L11.98 9.086a.75.75 0 0 1-1.061-1.061L14.943 4h-3.389a.75.75 0 0 1 0-1.5zM3.25 17.504a.75.75 0 0 1-.75-.75v-5.2a.75.75 0 0 1 1.5 0v3.39l4.023-4.023a.75.75 0 1 1 1.061 1.06l-4.023 4.023H8.45a.75.75 0 0 1 0 1.5z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M11.45 9.304a.75.75 0 0 1-.75-.75v-5.2a.75.75 0 0 1 1.5 0v3.39l4.023-4.023a.75.75 0 0 1 1.06 1.06l-4.022 4.023h3.389a.75.75 0 0 1 0 1.5zm-2.896 1.397a.75.75 0 0 1 .75.75v5.2a.75.75 0 0 1-1.5 0v-3.39L3.78 17.286a.75.75 0 1 1-1.06-1.061l4.022-4.023H3.354a.75.75 0 0 1 0-1.5z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path d="M8.514.5c1.007 0 2.056.352 2.866.96.813.611 1.449 1.539 1.449 2.69v7.8c0 .777-.382 1.457-.888 1.93-.505.474-1.195.8-1.92.82-1.473.04-2.848-1.237-2.848-2.75v-3.7a.75.75 0 0 1 1.5 0v3.7c0 .642.65 1.268 1.306 1.25.312-.008.663-.157.938-.414.274-.256.412-.562.412-.836v-7.8c0-.556-.303-1.08-.85-1.49A3.4 3.4 0 0 0 8.513 2a3.4 3.4 0 0 0-1.946.65c-.556.41-.868.934-.868 1.5v.028l-.001.013-.002.055-.006.212-.02.787c-.015.67-.034 1.605-.046 2.663-.025 2.123-.025 4.729.074 6.704.058 1.155.628 1.948 1.466 2.478.864.547 2.017.81 3.135.81 1.114 0 2.092-.265 2.789-.785.671-.5 1.152-1.286 1.213-2.503a80 80 0 0 0 .074-5.299 82 82 0 0 0-.073-2.283L14.301 7v-.086A.75.75 0 0 1 15.8 6.91v.013l.002.033.005.127c.005.11.013.273.02.48.017.413.035 1.007.048 1.725a82 82 0 0 1-.075 5.4c-.082 1.63-.758 2.843-1.815 3.631-1.032.77-2.358 1.082-3.684 1.082-1.322 0-2.774-.306-3.939-1.044-1.191-.754-2.076-1.962-2.161-3.669-.101-2.024-.101-4.67-.076-6.796.012-1.066.03-2.006.047-2.68.007-.337.015-.608.02-.794l.006-.215.002-.056v-.02c.009-1.162.663-2.082 1.477-2.683A4.9 4.9 0 0 1 8.514.5"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M3.273 17.818 2 18l.182-1.273 4.363-4.363 1.091 1.09zM18 7.818c-.897.897-1.997 1.284-2.847.732l-2.971 3.632c1.205 1.205.841 2.795-.364 4l-8-8c1.205-1.205 2.795-1.569 4-.364l3.632-2.972c-.552-.85-.165-1.949.732-2.846z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M5.106 4.946c.272.274.27.712.033 1.016a6.1 6.1 0 0 0-1.291 3.764c0 3.375 2.722 6.111 6.08 6.111q.418 0 .822-.057l-.964-.968-.048-.054a.71.71 0 0 1 .048-.943.7.7 0 0 1 .939-.05l.053.05 1.984 1.994c.143.144.21.335.204.523a.7.7 0 0 1-.156.495l-.048.053-1.984 1.994a.7.7 0 0 1-.992 0 .71.71 0 0 1 0-.997l.645-.647a8 8 0 0 1-.504.018c-4.132 0-7.482-3.368-7.482-7.522 0-1.803.632-3.458 1.684-4.754.248-.304.701-.304.977-.026M9.057.464a.7.7 0 0 1 .992 0 .71.71 0 0 1 0 .997l-.966.97q.46-.058.938-.058c4.132 0 7.483 3.367 7.483 7.521a7.5 7.5 0 0 1-1.685 4.754c-.247.304-.7.304-.977.026-.271-.273-.27-.712-.032-1.016a6.1 6.1 0 0 0 1.29-3.764c0-3.375-2.721-6.11-6.079-6.111a6 6 0 0 0-.673.039l.701.705.049.053a.71.71 0 0 1-.049.944.7.7 0 0 1-.939.048l-.053-.048L7.073 3.53a.7.7 0 0 1-.203-.524.7.7 0 0 1 .155-.495l.048-.053z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M1.583.45a.95.95 0 0 0-.95.95v5.3h1.5V1.95h4.75V.45zm17.05.95a.95.95 0 0 0-.95-.95h-5.3v1.5h4.75V6.7h1.5zm0 16.1a.95.95 0 0 1-.95.95h-5.3v-1.5h4.75V12.2h1.5zm-18 0c0 .525.425.95.95.95h5.3v-1.5h-4.75V12.2h-1.5zm5-10.8a.75.75 0 1 0 0 1.5h8a.75.75 0 1 0 0-1.5zm0 4a.75.75 0 1 0 0 1.5h4a.75.75 0 1 0 0-1.5z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><g transform="scale(1.17647)"><g clip-path="url(#a)"><path d="M2.746 2.49a.75.75 0 0 1 1.06 0l1.25 1.248q.253-.158.514-.3c.906-.492 1.91-.843 2.922-.817 1 .026 1.993.395 2.895.893.906.5 1.758 1.152 2.486 1.788a23 23 0 0 1 2.424 2.481l.037.044.009.013.004.004a.6.6 0 0 1 .088.155l.015.04.017.071.008.043.002.066-.002.052-.008.051q-.005.033-.014.066l-.018.05q-.011.03-.025.06l-.009.014-.047.074-.002-.001.002.002h-.002l-.002.005-.01.012-.037.046-.137.17a22 22 0 0 1-2.289 2.382q-.352.312-.738.62l1.068 1.068a.749.749 0 0 1-.667 1.266.74.74 0 0 0-.213-.466l-10.4-10.4a.75.75 0 0 0-.395-.208.75.75 0 0 1 .214-.593M3.758 6.24a21 21 0 0 0-1.566 1.583l-.011.014a.556.556 0 0 0 .005.745c.412.45.997 1.05 1.684 1.651.689.602 1.47 1.196 2.276 1.641.811.448 1.612.725 2.346.744.442.011.91-.08 1.39-.253l.92.92c-.746.335-1.54.553-2.341.532-1-.025-1.993-.395-2.895-.892-.906-.5-1.758-1.152-2.486-1.788A23 23 0 0 1 .657 8.656L.62 8.612.611 8.6l-.004-.003v-.002a1 1 0 0 1-.051-.074l-.007-.012Q.53 8.472.517 8.434L.503 8.4l-.017-.073Q.482 8.306.48 8.284.475 8.251.478 8.22v-.051q.003-.032.01-.064l.01-.048q.011-.035.025-.068l.02-.046.01-.017.047-.073h.002L.6 7.852l.003-.004.01-.013.036-.046.137-.169a22 22 0 0 1 2.121-2.229zm5.148 5.149q-.21.03-.43.03a3.2 3.2 0 0 1-3.17-3.63zm-.445-7.57c-.722-.018-1.512.235-2.318.672l-.213.12.88.88a3.2 3.2 0 0 1 1.667-.472 3.2 3.2 0 0 1 3.2 3.2 3.2 3.2 0 0 1-.474 1.666l1.081 1.08c.275-.213.542-.436.796-.661a21 21 0 0 0 1.68-1.69l.013-.014a.557.557 0 0 0-.005-.746 22 22 0 0 0-1.684-1.65c-.689-.602-1.471-1.196-2.277-1.642-.811-.447-1.612-.724-2.346-.743m.976 2.16a1.2 1.2 0 0 0-1.177.962l1.413 1.413a1.2 1.2 0 0 0-.236-2.375"/></g><defs><clipPath id="a"><path d="M.477.22h16v16h-16z"/></clipPath></defs></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><g transform="scale(1.17647)"><g fill-rule="evenodd" clip-path="url(#a)" clip-rule="evenodd"><path d="M8.476 5.02a3.2 3.2 0 1 1 0 6.4 3.2 3.2 0 0 1 0-6.4m.96.96a1.2 1.2 0 1 0 0 2.4 1.2 1.2 0 0 0 0-2.4"/><path d="M8.492 2.621c1 .026 1.993.396 2.895.893.906.5 1.759 1.152 2.486 1.789a23 23 0 0 1 2.424 2.48q.023.03.037.045l.009.012.003.003v.002q.058.071.088.155l.016.04.016.071.008.043a.6.6 0 0 1 0 .117q-.001.027-.007.052l-.014.066q-.008.024-.019.049-.01.03-.024.06l-.009.015-.047.074-.002-.002v.001l.001.002-.004.005-.01.012-.036.046-.137.169a22 22 0 0 1-2.29 2.382c-.727.648-1.583 1.307-2.493 1.8-.906.492-1.91.843-2.922.817-1-.025-1.993-.395-2.895-.893-.906-.5-1.759-1.151-2.486-1.787A23 23 0 0 1 .657 8.657L.62 8.613.61 8.6l-.002-.003-.001-.001a1 1 0 0 1-.052-.075L.55 8.51l-.033-.075L.503 8.4q-.011-.037-.016-.073-.006-.022-.008-.043l-.002-.065v-.052q.004-.03.011-.063l.01-.048.025-.068.02-.046.01-.018.047-.071v.001h.001v-.002l.004-.004.009-.013.037-.046q.047-.06.136-.168A22 22 0 0 1 3.075 5.24c.73-.649 1.585-1.308 2.495-1.802.906-.492 1.91-.842 2.922-.817m-.031 1.2c-.722-.019-1.512.234-2.318.672-.802.434-1.58 1.031-2.269 1.643-.686.61-1.27 1.226-1.682 1.69l-.012.013a.556.556 0 0 0 .006.745c.412.45.997 1.05 1.684 1.652.69.602 1.47 1.195 2.277 1.64.81.448 1.61.725 2.345.744.722.018 1.512-.235 2.318-.672.802-.435 1.582-1.03 2.27-1.643a21 21 0 0 0 1.68-1.69l.013-.014a.556.556 0 0 0-.006-.744c-.412-.45-.996-1.05-1.683-1.651-.69-.603-1.471-1.196-2.278-1.642-.81-.447-1.61-.725-2.345-.743"/></g><defs><clipPath id="a"><path d="M.477.22h16v16h-16z"/></clipPath></defs></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M2 3.778C2 2.796 2.796 2 3.778 2h12.444C17.204 2 18 2.796 18 3.778v12.444c0 .982-.796 1.778-1.778 1.778H3.778A1.78 1.78 0 0 1 2 16.222z"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M14.5 10.001a1.5 1.5 0 1 0 3 0 1.5 1.5 0 0 0-3 0m-6 0a1.5 1.5 0 1 0 3 0 1.5 1.5 0 0 0-3 0m-6 0a1.5 1.5 0 1 0 3 0 1.5 1.5 0 0 0-3 0"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="m5.977 2 .708 1.914A2.06 2.06 0 0 0 7.902 5.13l1.914.708-1.914.709a2.06 2.06 0 0 0-1.217 1.216l-.708 1.914-.708-1.914a2.06 2.06 0 0 0-1.216-1.216l-1.914-.709 1.914-.708a2.06 2.06 0 0 0 1.216-1.216zm6.87 3.417 1.135 3.067a3.3 3.3 0 0 0 1.95 1.95L19 11.57l-3.067 1.135a3.3 3.3 0 0 0-1.95 1.95l-1.136 3.067-1.135-3.067a3.3 3.3 0 0 0-1.95-1.95l-3.068-1.136 3.068-1.135a3.3 3.3 0 0 0 1.95-1.95zm-8.418 8.276-.534-1.443-.534 1.443c-.158.425-.493.76-.918.918L1 15.145l1.443.534c.425.157.76.492.918.917l.534 1.443.534-1.443a1.55 1.55 0 0 1 .917-.917l1.443-.534-1.443-.534a1.55 1.55 0 0 1-.917-.918"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M13.95 11.89V3.51c0-1.11-.903-2.01-2.017-2.01H4.38c-.896 0-1.684.589-1.936 1.446l-2.361 8.04a2.012 2.012 0 0 0 1.935 2.576h4.353l-.788 2.618a2.01 2.01 0 0 0 1.294 2.485l.698.232a2.02 2.02 0 0 0 2.269-.725l3.72-5.099c.25-.343.386-.757.386-1.182m-1.513-8.38v8.38c0 .107-.034.21-.096.296l-3.72 5.1a.505.505 0 0 1-.567.18l-.699-.232a.5.5 0 0 1-.323-.62L8.209 12.7a.503.503 0 0 0-.483-.647H2.018a.503.503 0 0 1-.484-.643l2.362-8.042a.504.504 0 0 1 .484-.361h7.553c.278 0 .504.225.504.502m4.235 10.053h1.614c.947 0 1.714-.765 1.714-1.709V3.21c0-.944-.767-1.709-1.714-1.709h-1.614c-.946 0-1.714.765-1.714 1.709v8.644c0 .944.768 1.709 1.714 1.709m1.815-1.709c0 .111-.09.201-.201.201h-1.614a.2.2 0 0 1-.201-.2V3.208c0-.111.09-.201.201-.201h1.614a.2.2 0 0 1 .201.2z" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M6.05 8.609v8.38c0 1.11.903 2.01 2.017 2.01h7.553c.896 0 1.684-.588 1.936-1.445l2.361-8.041a2.012 2.012 0 0 0-1.935-2.575h-4.353l.788-2.618a2.01 2.01 0 0 0-1.294-2.485l-.698-.232a2.02 2.02 0 0 0-2.269.725l-3.72 5.098c-.25.344-.386.758-.386 1.183m1.513 8.38V8.61c0-.107.034-.21.096-.296l3.72-5.099a.505.505 0 0 1 .567-.18l.699.231a.5.5 0 0 1 .323.621l-1.177 3.912a.503.503 0 0 0 .483.647h5.708c.336 0 .578.322.484.644l-2.362 8.041a.504.504 0 0 1-.484.362H8.067a.503.503 0 0 1-.504-.503M3.328 6.937H1.714C.767 6.937 0 7.703 0 8.647v8.644C0 18.234.767 19 1.714 19h1.614c.946 0 1.714-.766 1.714-1.71V8.647c0-.943-.768-1.709-1.714-1.709m-1.815 1.71c0-.112.09-.202.201-.202h1.614c.111 0 .201.09.201.201v8.645a.2.2 0 0 1-.201.2H1.714a.2.2 0 0 1-.201-.2z" clip-rule="evenodd"/></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M20 10.001c0 5.523-4.477 10-10 10s-10-4.477-10-10 4.477-10 10-10 10 4.477 10 10m-9.662 8.493a9 9 0 0 1-.676 0c-.838-1.316-1.492-2.931-1.877-4.743h4.43c-.385 1.812-1.039 3.427-1.877 4.743m1.815-.268c.671-1.327 1.184-2.84 1.497-4.475h3.98a8.52 8.52 0 0 1-5.477 4.475m6.046-5.975a8.5 8.5 0 0 0 .301-2.25 8.5 8.5 0 0 0-.301-2.25h-4.323a20.3 20.3 0 0 1 0 4.5zm-.569-6a8.52 8.52 0 0 0-5.477-4.475c.671 1.327 1.184 2.84 1.497 4.475zm-7.292-4.743c.838 1.316 1.492 2.93 1.877 4.743h-4.43c.385-1.812 1.039-3.427 1.877-4.743a9 9 0 0 1 .676 0m-2.49.268c-.672 1.327-1.185 2.84-1.498 4.475H2.37a8.52 8.52 0 0 1 5.477-4.475M1.8 7.751a8.5 8.5 0 0 0-.301 2.25c0 .779.105 1.533.301 2.25h4.323a20.3 20.3 0 0 1 0-4.5zm.569 6a8.52 8.52 0 0 0 5.477 4.475c-.671-1.327-1.184-2.84-1.497-4.475zm10.095-1.5h-4.93a18.5 18.5 0 0 1 0-4.5h4.93a18.5 18.5 0 0 1 0 4.5" clip-rule="evenodd"/></svg>