terrier-engine 4.38.2 → 4.38.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/terrier/gen/hub-icons.ts +42 -10
- package/terrier/images/icons/bookmark.svg +1 -0
- package/terrier/images/icons/bookmark_add.svg +1 -0
- package/terrier/images/icons/bookmark_remove.svg +1 -0
- package/terrier/images/icons/bookmarks.svg +1 -0
- package/terrier/images/icons/team.svg +1 -0
- package/terrier/images/optimized/icon-bookmark.svg +1 -0
- package/terrier/images/optimized/icon-bookmark_add.svg +1 -0
- package/terrier/images/optimized/icon-bookmark_remove.svg +1 -0
- package/terrier/images/optimized/icon-bookmarks.svg +1 -0
- package/terrier/images/optimized/icon-team.svg +1 -0
- package/terrier/images/raw/icon-bookmark.svg +7 -0
- package/terrier/images/raw/icon-bookmark_add.svg +9 -0
- package/terrier/images/raw/icon-bookmark_remove.svg +8 -0
- package/terrier/images/raw/icon-bookmarks.svg +8 -0
- package/terrier/images/raw/icon-team.svg +20 -0
- package/terrier/images/icons/read_mail.svg +0 -1
- package/terrier/images/optimized/icon-read_mail.svg +0 -1
- package/terrier/images/raw/icon-read_mail.svg +0 -1
package/package.json
CHANGED
package/terrier/gen/hub-icons.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// This file was automatically generated on 2024-
|
|
1
|
+
// This file was automatically generated on 2024-10-29 10:00:25 -0500, DO NOT EDIT IT MANUALLY!
|
|
2
2
|
|
|
3
3
|
import {ColorName} from "../theme"
|
|
4
4
|
import {PartTag} from "tuff-core/parts"
|
|
@@ -53,6 +53,22 @@ import BoardRaw from '../images/icons/board.svg?raw'
|
|
|
53
53
|
// @ts-ignore
|
|
54
54
|
import BoardSrc from '../images/icons/board.svg'
|
|
55
55
|
// @ts-ignore
|
|
56
|
+
import BookmarkRaw from '../images/icons/bookmark.svg?raw'
|
|
57
|
+
// @ts-ignore
|
|
58
|
+
import BookmarkSrc from '../images/icons/bookmark.svg'
|
|
59
|
+
// @ts-ignore
|
|
60
|
+
import BookmarkAddRaw from '../images/icons/bookmark_add.svg?raw'
|
|
61
|
+
// @ts-ignore
|
|
62
|
+
import BookmarkAddSrc from '../images/icons/bookmark_add.svg'
|
|
63
|
+
// @ts-ignore
|
|
64
|
+
import BookmarkRemoveRaw from '../images/icons/bookmark_remove.svg?raw'
|
|
65
|
+
// @ts-ignore
|
|
66
|
+
import BookmarkRemoveSrc from '../images/icons/bookmark_remove.svg'
|
|
67
|
+
// @ts-ignore
|
|
68
|
+
import BookmarksRaw from '../images/icons/bookmarks.svg?raw'
|
|
69
|
+
// @ts-ignore
|
|
70
|
+
import BookmarksSrc from '../images/icons/bookmarks.svg'
|
|
71
|
+
// @ts-ignore
|
|
56
72
|
import BranchRaw from '../images/icons/branch.svg?raw'
|
|
57
73
|
// @ts-ignore
|
|
58
74
|
import BranchSrc from '../images/icons/branch.svg'
|
|
@@ -289,10 +305,6 @@ import ReactionRaw from '../images/icons/reaction.svg?raw'
|
|
|
289
305
|
// @ts-ignore
|
|
290
306
|
import ReactionSrc from '../images/icons/reaction.svg'
|
|
291
307
|
// @ts-ignore
|
|
292
|
-
import ReadMailRaw from '../images/icons/read_mail.svg?raw'
|
|
293
|
-
// @ts-ignore
|
|
294
|
-
import ReadMailSrc from '../images/icons/read_mail.svg'
|
|
295
|
-
// @ts-ignore
|
|
296
308
|
import RecentRaw from '../images/icons/recent.svg?raw'
|
|
297
309
|
// @ts-ignore
|
|
298
310
|
import RecentSrc from '../images/icons/recent.svg'
|
|
@@ -361,6 +373,10 @@ import SupportRaw from '../images/icons/support.svg?raw'
|
|
|
361
373
|
// @ts-ignore
|
|
362
374
|
import SupportSrc from '../images/icons/support.svg'
|
|
363
375
|
// @ts-ignore
|
|
376
|
+
import TeamRaw from '../images/icons/team.svg?raw'
|
|
377
|
+
// @ts-ignore
|
|
378
|
+
import TeamSrc from '../images/icons/team.svg'
|
|
379
|
+
// @ts-ignore
|
|
364
380
|
import TerrierRaw from '../images/icons/terrier.svg?raw'
|
|
365
381
|
// @ts-ignore
|
|
366
382
|
import TerrierSrc from '../images/icons/terrier.svg'
|
|
@@ -446,6 +462,22 @@ export const IconDefs: Record<HubIconName,{ raw: string, src: string }> = {
|
|
|
446
462
|
raw: BoardRaw,
|
|
447
463
|
src: BoardSrc,
|
|
448
464
|
},
|
|
465
|
+
"hub-bookmark": {
|
|
466
|
+
raw: BookmarkRaw,
|
|
467
|
+
src: BookmarkSrc,
|
|
468
|
+
},
|
|
469
|
+
"hub-bookmark_add": {
|
|
470
|
+
raw: BookmarkAddRaw,
|
|
471
|
+
src: BookmarkAddSrc,
|
|
472
|
+
},
|
|
473
|
+
"hub-bookmark_remove": {
|
|
474
|
+
raw: BookmarkRemoveRaw,
|
|
475
|
+
src: BookmarkRemoveSrc,
|
|
476
|
+
},
|
|
477
|
+
"hub-bookmarks": {
|
|
478
|
+
raw: BookmarksRaw,
|
|
479
|
+
src: BookmarksSrc,
|
|
480
|
+
},
|
|
449
481
|
"hub-branch": {
|
|
450
482
|
raw: BranchRaw,
|
|
451
483
|
src: BranchSrc,
|
|
@@ -682,10 +714,6 @@ export const IconDefs: Record<HubIconName,{ raw: string, src: string }> = {
|
|
|
682
714
|
raw: ReactionRaw,
|
|
683
715
|
src: ReactionSrc,
|
|
684
716
|
},
|
|
685
|
-
"hub-read_mail": {
|
|
686
|
-
raw: ReadMailRaw,
|
|
687
|
-
src: ReadMailSrc,
|
|
688
|
-
},
|
|
689
717
|
"hub-recent": {
|
|
690
718
|
raw: RecentRaw,
|
|
691
719
|
src: RecentSrc,
|
|
@@ -754,6 +782,10 @@ export const IconDefs: Record<HubIconName,{ raw: string, src: string }> = {
|
|
|
754
782
|
raw: SupportRaw,
|
|
755
783
|
src: SupportSrc,
|
|
756
784
|
},
|
|
785
|
+
"hub-team": {
|
|
786
|
+
raw: TeamRaw,
|
|
787
|
+
src: TeamSrc,
|
|
788
|
+
},
|
|
757
789
|
"hub-terrier": {
|
|
758
790
|
raw: TerrierRaw,
|
|
759
791
|
src: TerrierSrc,
|
|
@@ -793,7 +825,7 @@ export const IconDefs: Record<HubIconName,{ raw: string, src: string }> = {
|
|
|
793
825
|
}
|
|
794
826
|
|
|
795
827
|
const Names = [
|
|
796
|
-
'hub-active', 'hub-admin', 'hub-archive', 'hub-arrow_down', 'hub-arrow_left', 'hub-arrow_right', 'hub-arrow_up', 'hub-assign', 'hub-attachment', 'hub-back', 'hub-badge', 'hub-board', 'hub-branch', 'hub-bug', 'hub-calculator', 'hub-checkmark', 'hub-close', 'hub-clypboard', 'hub-comment', 'hub-complete', 'hub-dashboard', 'hub-data_pull', 'hub-data_update', 'hub-database', 'hub-day', 'hub-delete', 'hub-documentation', 'hub-edit', 'hub-existing_child', 'hub-existing_parent', 'hub-feature', 'hub-flex', 'hub-forward', 'hub-github', 'hub-history', 'hub-home', 'hub-image', 'hub-inbox', 'hub-info', 'hub-internal', 'hub-issue', 'hub-lane', 'hub-lane_asap', 'hub-lane_days', 'hub-lane_hours', 'hub-lane_weeks', 'hub-lanes_board', 'hub-level_complete', 'hub-level_highway', 'hub-level_on_ramp', 'hub-level_parking', 'hub-link', 'hub-list_view', 'hub-metrics', 'hub-minus', 'hub-new_child', 'hub-new_parent', 'hub-night', 'hub-origin', 'hub-pending', 'hub-plot', 'hub-plus', 'hub-post', 'hub-posts', 'hub-pr_closed', 'hub-pr_merged', 'hub-pr_open', 'hub-prioritized', 'hub-project', 'hub-question', 'hub-reaction', 'hub-
|
|
828
|
+
'hub-active', 'hub-admin', 'hub-archive', 'hub-arrow_down', 'hub-arrow_left', 'hub-arrow_right', 'hub-arrow_up', 'hub-assign', 'hub-attachment', 'hub-back', 'hub-badge', 'hub-board', 'hub-bookmark', 'hub-bookmark_add', 'hub-bookmark_remove', 'hub-bookmarks', 'hub-branch', 'hub-bug', 'hub-calculator', 'hub-checkmark', 'hub-close', 'hub-clypboard', 'hub-comment', 'hub-complete', 'hub-dashboard', 'hub-data_pull', 'hub-data_update', 'hub-database', 'hub-day', 'hub-delete', 'hub-documentation', 'hub-edit', 'hub-existing_child', 'hub-existing_parent', 'hub-feature', 'hub-flex', 'hub-forward', 'hub-github', 'hub-history', 'hub-home', 'hub-image', 'hub-inbox', 'hub-info', 'hub-internal', 'hub-issue', 'hub-lane', 'hub-lane_asap', 'hub-lane_days', 'hub-lane_hours', 'hub-lane_weeks', 'hub-lanes_board', 'hub-level_complete', 'hub-level_highway', 'hub-level_on_ramp', 'hub-level_parking', 'hub-link', 'hub-list_view', 'hub-metrics', 'hub-minus', 'hub-new_child', 'hub-new_parent', 'hub-night', 'hub-origin', 'hub-pending', 'hub-plot', 'hub-plus', 'hub-post', 'hub-posts', 'hub-pr_closed', 'hub-pr_merged', 'hub-pr_open', 'hub-prioritized', 'hub-project', 'hub-question', 'hub-reaction', 'hub-recent', 'hub-refresh', 'hub-related_posts', 'hub-releases', 'hub-request', 'hub-settings', 'hub-split_view', 'hub-status', 'hub-step_deploy', 'hub-step_develop', 'hub-step_investigate', 'hub-step_review', 'hub-step_test', 'hub-steps', 'hub-steps_board', 'hub-subscribe', 'hub-support', 'hub-team', 'hub-terrier', 'hub-thumbs_up', 'hub-type', 'hub-unprioritized', 'hub-upload', 'hub-user', 'hub-users', 'hub-website', 'hub-week'
|
|
797
829
|
] as const
|
|
798
830
|
|
|
799
831
|
export type HubIconName = typeof Names[number]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path fill="currentColor" fill-opacity="0.33" fill-rule="evenodd" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M7 5v22l9-6 9 6V5z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd"><path fill-opacity="0.33" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M7 5v22l9-6 9 6V5z"/><rect width="2" height="10" x="15" y="8" rx="1"/><rect width="2" height="10" x="15" y="8" rx="1" transform="rotate(90 16 13)"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd"><path fill-opacity="0.33" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M7 5v22l9-6 9 6V5z"/><rect width="2" height="10" x="15" y="8" rx="1" transform="rotate(90 16 13)"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-opacity="0.33" fill-rule="evenodd" stroke="currentColor" stroke-linejoin="round" stroke-width="2"><path d="M5 5v18l7-4.91.95.667L12.998 9 19 9.016V5z"/><path d="M13 9v18l7-4.91L27 27V9z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="currentColor" fill-rule="evenodd"><g transform="translate(4 5)"><circle cx="7" cy="4.5" r="3.5" fill-opacity="0.33" stroke="currentColor" stroke-width="2"/><path fill-opacity="0.33" d="M1 14.25c2 .5 4 .75 6 .75.79 0 1.581-.04 2.372-.117-.754-1.494-.335-4.613.024-6.267C8.697 8.372 7.899 8.25 7 8.25c-3.636 0-5.636 2-6 6Z"/><path fill-rule="nonzero" d="M7 7.25a9.13 9.13 0 0 1 1.733.157 4.486 4.486 0 0 0-1.065 1.871 6.485 6.485 0 0 0-.42-.025L7 9.25c-2.763 0-4.325 1.263-4.856 4.021l-.038.207.417.086c1.28.25 2.56.392 3.838.427L7 14c.687 0 1.374-.03 2.06-.092.271.233.571.436.894.6-.983.273-1.786.769-2.408 1.485L7 16c-2.082 0-4.164-.26-6.242-.78a1 1 0 0 1-.754-1.06C.413 9.662 2.826 7.25 7 7.25Z"/></g><g transform="translate(16.5 5)"><circle cx="4.5" cy="4.5" r="3.5" fill-opacity="0.33" stroke="currentColor" stroke-width="2"/><path fill-opacity="0.33" d="M2.522 14.918c.66.055 1.319.082 1.978.082 2 0 4-.25 6-.75-.364-4-2.364-6-6-6-.855 0-1.62.11-2.293.332.002.922.482 4.104.315 6.336Z"/><path fill-rule="nonzero" d="M4.5 7.25c4.174 0 6.587 2.413 6.996 6.91a1 1 0 0 1-.753 1.06c-2.08.52-4.16.78-6.243.78l-.546-.007c-.622-.716-1.425-1.212-2.408-1.486.322-.163.623-.366.894-.6.474.043.947.071 1.42.084L4.5 14a23.762 23.762 0 0 0 4.477-.436l.416-.086-.037-.207c-.36-1.868-1.191-3.05-2.549-3.618-.587-.246-1.272-.377-2.06-.4L4.5 9.25a8.08 8.08 0 0 0-.67.027 4.481 4.481 0 0 0-1.061-1.87A9.062 9.062 0 0 1 4.5 7.25Z"/></g><g fill-opacity="0.33" stroke="currentColor" stroke-width="2" transform="translate(10 11)"><circle cx="6" cy="4.5" r="3.5"/><path stroke-linejoin="round" d="M0 14.25c2 .5 4 .75 6 .75s4-.25 6-.75c-.364-4-2.364-6-6-6s-5.636 2-6 6Z"/></g></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path fill="#000" fill-opacity=".25" fill-rule="evenodd" stroke="#000" stroke-linejoin="round" stroke-width="2" d="M7 5v22l9-6 9 6V5z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="#000" fill-rule="evenodd"><path fill-opacity=".25" stroke="#000" stroke-linejoin="round" stroke-width="2" d="M7 5v22l9-6 9 6V5z"/><rect width="2" height="10" x="15" y="8" rx="1"/><rect width="2" height="10" x="15" y="8" rx="1" transform="rotate(90 16 13)"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="#000" fill-rule="evenodd"><path fill-opacity=".25" stroke="#000" stroke-linejoin="round" stroke-width="2" d="M7 5v22l9-6 9 6V5z"/><rect width="2" height="10" x="15" y="8" rx="1" transform="rotate(90 16 13)"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="#000" fill-opacity=".25" fill-rule="evenodd" stroke="#000" stroke-linejoin="round" stroke-width="2"><path d="M5 5v18l7-4.91.95.667L12.998 9 19 9.016V5z"/><path d="M13 9v18l7-4.91L27 27V9z"/></g></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><g fill="#000" fill-rule="evenodd"><g transform="translate(4 5)"><circle cx="7" cy="4.5" r="3.5" fill-opacity=".25" stroke="#000" stroke-width="2"/><path fill-opacity=".25" d="M1 14.25c2 .5 4 .75 6 .75.79 0 1.581-.04 2.372-.117-.754-1.494-.335-4.613.024-6.267C8.697 8.372 7.899 8.25 7 8.25c-3.636 0-5.636 2-6 6Z"/><path fill-rule="nonzero" d="M7 7.25a9.13 9.13 0 0 1 1.733.157 4.486 4.486 0 0 0-1.065 1.871 6.485 6.485 0 0 0-.42-.025L7 9.25c-2.763 0-4.325 1.263-4.856 4.021l-.038.207.417.086c1.28.25 2.56.392 3.838.427L7 14c.687 0 1.374-.03 2.06-.092.271.233.571.436.894.6-.983.273-1.786.769-2.408 1.485L7 16c-2.082 0-4.164-.26-6.242-.78a1 1 0 0 1-.754-1.06C.413 9.662 2.826 7.25 7 7.25Z"/></g><g transform="translate(16.5 5)"><circle cx="4.5" cy="4.5" r="3.5" fill-opacity=".25" stroke="#000" stroke-width="2"/><path fill-opacity=".25" d="M2.522 14.918c.66.055 1.319.082 1.978.082 2 0 4-.25 6-.75-.364-4-2.364-6-6-6-.855 0-1.62.11-2.293.332.002.922.482 4.104.315 6.336Z"/><path fill-rule="nonzero" d="M4.5 7.25c4.174 0 6.587 2.413 6.996 6.91a1 1 0 0 1-.753 1.06c-2.08.52-4.16.78-6.243.78l-.546-.007c-.622-.716-1.425-1.212-2.408-1.486.322-.163.623-.366.894-.6.474.043.947.071 1.42.084L4.5 14a23.762 23.762 0 0 0 4.477-.436l.416-.086-.037-.207c-.36-1.868-1.191-3.05-2.549-3.618-.587-.246-1.272-.377-2.06-.4L4.5 9.25a8.08 8.08 0 0 0-.67.027 4.481 4.481 0 0 0-1.061-1.87A9.062 9.062 0 0 1 4.5 7.25Z"/></g><g fill-opacity=".25" stroke="#000" stroke-width="2" transform="translate(10 11)"><circle cx="6" cy="4.5" r="3.5"/><path stroke-linejoin="round" d="M0 14.25c2 .5 4 .75 6 .75s4-.25 6-.75c-.364-4-2.364-6-6-6s-5.636 2-6 6Z"/></g></g></svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>icon-bookmark</title>
|
|
4
|
+
<g id="icon-bookmark" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" fill-opacity="0.25" stroke-linejoin="round">
|
|
5
|
+
<polygon id="Path-104" stroke="#000000" stroke-width="2" fill="#000000" points="7 5 7 27 16 21 25 27 25 5"></polygon>
|
|
6
|
+
</g>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>icon-bookmark_add</title>
|
|
4
|
+
<g id="icon-bookmark_add" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<polygon id="Path-104" stroke="#000000" stroke-width="2" fill-opacity="0.25" fill="#000000" stroke-linejoin="round" points="7 5 7 27 16 21 25 27 25 5"></polygon>
|
|
6
|
+
<rect id="Rectangle" fill="#000000" x="15" y="8" width="2" height="10" rx="1"></rect>
|
|
7
|
+
<rect id="Rectangle-Copy" fill="#000000" transform="translate(16, 13) rotate(90) translate(-16, -13)" x="15" y="8" width="2" height="10" rx="1"></rect>
|
|
8
|
+
</g>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>icon-bookmark_remove</title>
|
|
4
|
+
<g id="icon-bookmark_remove" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<polygon id="Path-104" stroke="#000000" stroke-width="2" fill-opacity="0.25" fill="#000000" stroke-linejoin="round" points="7 5 7 27 16 21 25 27 25 5"></polygon>
|
|
6
|
+
<rect id="Rectangle-Copy" fill="#000000" transform="translate(16, 13) rotate(90) translate(-16, -13)" x="15" y="8" width="2" height="10" rx="1"></rect>
|
|
7
|
+
</g>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>icon-bookmarks</title>
|
|
4
|
+
<g id="icon-bookmarks" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" fill-opacity="0.25" stroke-linejoin="round">
|
|
5
|
+
<polygon id="Path-104" stroke="#000000" stroke-width="2" fill="#000000" points="5 5 5 23 12 18.0909091 12.9490999 18.7565116 12.9987913 9 19 9.01588271 19 5"></polygon>
|
|
6
|
+
<polygon id="Path-104-Copy" stroke="#000000" stroke-width="2" fill="#000000" points="13 9 13 27 20 22.0909091 27 27 27 9"></polygon>
|
|
7
|
+
</g>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>icon-team</title>
|
|
4
|
+
<g id="icon-team" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<g id="Group-Copy" transform="translate(4, 5)" fill="#000000">
|
|
6
|
+
<circle id="Oval-Copy" stroke="#000000" stroke-width="2" fill-opacity="0.25" cx="7.00004112" cy="4.5" r="3.5"></circle>
|
|
7
|
+
<path d="M1.00004112,14.25 C3.00004112,14.75 5.00004112,15 7.00004112,15 C7.79055016,15 8.58105919,14.9609435 9.37156822,14.8828304 C8.6180865,13.3893458 9.03678991,10.2699366 9.3959303,8.6163484 C8.69721377,8.37211613 7.89858405,8.25 7.00004112,8.25 C3.36367749,8.25 1.36367749,10.25 1.00004112,14.25 Z" id="Path-43" fill-opacity="0.25"></path>
|
|
8
|
+
<path d="M7.00004112,7.25 C7.61626791,7.25 8.19410829,7.30258467 8.73278139,7.40669508 C8.23793935,7.9284409 7.86790783,8.5676364 7.66792578,9.27806301 C7.53179395,9.26529233 7.39158322,9.25757998 7.24796238,9.25348451 L7.00004112,9.25 C4.23652862,9.25 2.67525295,10.5125176 2.14401665,13.2710693 L2.10604112,13.478 L2.5230484,13.5644488 C3.80315855,13.8134257 5.08224057,13.9555819 6.36080165,13.9911167 L7.00004112,14 C7.68674733,14 8.37357945,13.969245 9.06061611,13.9077041 C9.33135401,14.1412814 9.63120142,14.3439104 9.95355499,14.508801 C8.97073557,14.7814346 8.16816854,15.2769547 7.54618322,15.9931858 L7.00004112,16 C4.9176434,16 2.8362276,15.739823 0.757505497,15.2201425 C0.279284966,15.1005874 -0.0404806334,14.6503783 0.00414791606,14.1594643 C0.412929377,9.66286818 2.82579756,7.25 7.00004112,7.25 Z" id="Path-43" fill-rule="nonzero"></path>
|
|
9
|
+
</g>
|
|
10
|
+
<g id="Group-Copy-3" transform="translate(16.5, 5)" fill="#000000">
|
|
11
|
+
<circle id="Oval-Copy" stroke="#000000" stroke-width="2" fill-opacity="0.25" cx="4.5" cy="4.5" r="3.5"></circle>
|
|
12
|
+
<path d="M2.52209473,14.9184977 C3.18139648,14.9728326 3.84069824,15 4.5,15 C6.5,15 8.5,14.75 10.5,14.25 C10.1363636,10.25 8.13636364,8.25 4.5,8.25 C3.64518044,8.25 2.88078705,8.36052087 2.20681982,8.5815626 C2.20888817,9.50361308 2.6885856,12.6863093 2.52209473,14.9184977 Z" id="Path-43" fill-opacity="0.25"></path>
|
|
13
|
+
<path d="M4.5,7.25 C8.67424356,7.25 11.0871117,9.66286818 11.4958932,14.1594643 C11.5405218,14.6503783 11.2207562,15.1005874 10.7425356,15.2201425 C8.66381352,15.739823 6.58239773,16 4.5,16 L3.95385791,15.9931858 C3.33186377,15.2769446 2.52928282,14.7814206 1.54611506,14.5066138 C1.8684511,14.344173 2.16851118,14.1414333 2.44020055,13.9067417 C2.91360679,13.9501689 3.38721939,13.9779557 3.86076053,13.9911167 L4.5,14 C5.212041,14 5.92421738,13.9669338 6.63661678,13.900767 C7.41643655,13.8283383 8.19652354,13.7162473 8.97699272,13.5644488 L9.393,13.478 L9.35602448,13.2710693 C8.99635209,11.4033978 8.1645161,10.2214991 6.80707424,9.65290019 C6.22032956,9.40712731 5.53538386,9.27593967 4.74792125,9.25348451 L4.5,9.25 C4.26851283,9.25 4.04546135,9.25885867 3.83074437,9.27671325 C3.63178878,8.56704137 3.26187212,7.92819827 2.76873096,7.40718667 C3.30593284,7.30258467 3.88377321,7.25 4.5,7.25 Z" id="Path-43" fill-rule="nonzero"></path>
|
|
14
|
+
</g>
|
|
15
|
+
<g id="Group-Copy-2" transform="translate(10, 11)" fill="#000000" fill-opacity="0.25" stroke="#000000" stroke-width="2">
|
|
16
|
+
<circle id="Oval-Copy" cx="6" cy="4.5" r="3.5"></circle>
|
|
17
|
+
<path d="M0,14.25 C2,14.75 4,15 6,15 C8,15 10,14.75 12,14.25 C11.6363636,10.25 9.63636364,8.25 6,8.25 C2.36363636,8.25 0.363636364,10.25 0,14.25 Z" id="Path-43" stroke-linejoin="round"></path>
|
|
18
|
+
</g>
|
|
19
|
+
</g>
|
|
20
|
+
</svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M1792 710v794q0 66-47 113t-113 47H160q-66 0-113-47T0 1504V710q44 49 101 87 362 246 497 345 57 42 92.5 65.5t94.5 48 110 24.5h2q51 0 110-24.5t94.5-48 92.5-65.5q170-123 498-345 57-39 100-87zm0-294q0 79-49 151t-122 123q-376 261-468 325-10 7-42.5 30.5t-54 38-52 32.5-57.5 27-50 9h-2q-23 0-50-9t-57.5-27-52-32.5-54-38T639 1015q-91-64-262-182.5T172 690q-62-42-117-115.5T0 438q0-78 41.5-130T160 256h1472q65 0 112.5 47t47.5 113z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path d="M1792 710v794q0 66-47 113t-113 47H160q-66 0-113-47T0 1504V710q44 49 101 87 362 246 497 345 57 42 92.5 65.5t94.5 48 110 24.5h2q51 0 110-24.5t94.5-48 92.5-65.5q170-123 498-345 57-39 100-87zm0-294q0 79-49 151t-122 123q-376 261-468 325-10 7-42.5 30.5t-54 38-52 32.5-57.5 27-50 9h-2q-23 0-50-9t-57.5-27-52-32.5-54-38T639 1015q-91-64-262-182.5T172 690q-62-42-117-115.5T0 438q0-78 41.5-130T160 256h1472q65 0 112.5 47t47.5 113z"/></svg>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" ?><svg height="32" viewBox="0 0 32 32" width="32" xmlns="http://www.w3.org/2000/svg"><path d="M1792 710v794q0 66-47 113t-113 47h-1472q-66 0-113-47t-47-113v-794q44 49 101 87 362 246 497 345 57 42 92.5 65.5t94.5 48 110 24.5h2q51 0 110-24.5t94.5-48 92.5-65.5q170-123 498-345 57-39 100-87zm0-294q0 79-49 151t-122 123q-376 261-468 325-10 7-42.5 30.5t-54 38-52 32.5-57.5 27-50 9h-2q-23 0-50-9t-57.5-27-52-32.5-54-38-42.5-30.5q-91-64-262-182.5t-205-142.5q-62-42-117-115.5t-55-136.5q0-78 41.5-130t118.5-52h1472q65 0 112.5 47t47.5 113z"/></svg>
|