@atlaskit/icon 32.0.0 → 32.0.2
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/CHANGELOG.md +16 -0
- package/build/index.tsx +31 -1
- package/codemods/32.0.2-icon-spacing-to-flex-primitive/index.tsx +428 -0
- package/codemods/__tests__/icon-spacing-to-box-primitive.test.tsx +310 -0
- package/dist/cjs/components/icon-new.js +1 -1
- package/dist/cjs/components/icon-tile/icon-tile-new.js +1 -1
- package/dist/cjs/components/icon-tile/icon-tile-old.js +1 -1
- package/dist/cjs/components/icon.js +1 -1
- package/dist/cjs/components/skeleton.js +1 -1
- package/dist/cjs/components/svg.js +1 -1
- package/dist/cjs/entry-points/metadata.js +2 -1
- package/dist/cjs/metadata-core.js +192 -0
- package/dist/cjs/metadata.js +3960 -0
- package/dist/es2019/components/icon-new.js +1 -1
- package/dist/es2019/components/icon-tile/icon-tile-new.js +1 -1
- package/dist/es2019/components/icon-tile/icon-tile-old.js +1 -1
- package/dist/es2019/components/icon.js +1 -1
- package/dist/es2019/components/skeleton.js +1 -1
- package/dist/es2019/components/svg.js +1 -1
- package/dist/es2019/entry-points/metadata.js +1 -1
- package/dist/es2019/metadata-core.js +192 -0
- package/dist/es2019/metadata.js +2516 -0
- package/dist/esm/components/icon-new.js +1 -1
- package/dist/esm/components/icon-tile/icon-tile-new.js +1 -1
- package/dist/esm/components/icon-tile/icon-tile-old.js +1 -1
- package/dist/esm/components/icon.js +1 -1
- package/dist/esm/components/skeleton.js +1 -1
- package/dist/esm/components/svg.js +1 -1
- package/dist/esm/entry-points/metadata.js +1 -1
- package/dist/esm/metadata-core.js +192 -0
- package/dist/esm/metadata.js +3237 -0
- package/dist/types/entry-points/metadata.d.ts +1 -1
- package/dist/types/metadata-core.d.ts +4 -0
- package/dist/types/metadata.d.ts +19 -0
- package/dist/types-ts4.5/entry-points/metadata.d.ts +1 -1
- package/dist/types-ts4.5/metadata-core.d.ts +4 -0
- package/dist/types-ts4.5/metadata.d.ts +19 -0
- package/docs/ai/icon-instructions.md +3 -3
- package/glyph/activity.d.ts +9 -0
- package/glyph/activity.js +14 -0
- package/glyph/add-circle.d.ts +9 -0
- package/glyph/add-circle.js +14 -0
- package/glyph/add-item.d.ts +9 -0
- package/glyph/add-item.js +14 -0
- package/glyph/add.d.ts +9 -0
- package/glyph/add.js +14 -0
- package/glyph/addon.d.ts +9 -0
- package/glyph/addon.js +14 -0
- package/glyph/app-access.d.ts +9 -0
- package/glyph/app-access.js +14 -0
- package/glyph/app-switcher.d.ts +9 -0
- package/glyph/app-switcher.js +14 -0
- package/glyph/archive.d.ts +9 -0
- package/glyph/archive.js +14 -0
- package/glyph/arrow-down-circle.d.ts +9 -0
- package/glyph/arrow-down-circle.js +14 -0
- package/glyph/arrow-down.d.ts +9 -0
- package/glyph/arrow-down.js +14 -0
- package/glyph/arrow-left-circle.d.ts +9 -0
- package/glyph/arrow-left-circle.js +14 -0
- package/glyph/arrow-left.d.ts +9 -0
- package/glyph/arrow-left.js +14 -0
- package/glyph/arrow-right-circle.d.ts +9 -0
- package/glyph/arrow-right-circle.js +14 -0
- package/glyph/arrow-right.d.ts +9 -0
- package/glyph/arrow-right.js +14 -0
- package/glyph/arrow-up-circle.d.ts +9 -0
- package/glyph/arrow-up-circle.js +14 -0
- package/glyph/arrow-up.d.ts +9 -0
- package/glyph/arrow-up.js +14 -0
- package/glyph/attachment.d.ts +9 -0
- package/glyph/attachment.js +14 -0
- package/glyph/audio-circle.d.ts +9 -0
- package/glyph/audio-circle.js +14 -0
- package/glyph/audio.d.ts +9 -0
- package/glyph/audio.js +14 -0
- package/glyph/backlog.d.ts +9 -0
- package/glyph/backlog.js +14 -0
- package/glyph/billing-filled.d.ts +9 -0
- package/glyph/billing-filled.js +14 -0
- package/glyph/billing.d.ts +9 -0
- package/glyph/billing.js +14 -0
- package/glyph/bitbucket/branches.d.ts +9 -0
- package/glyph/bitbucket/branches.js +14 -0
- package/glyph/bitbucket/builds.d.ts +9 -0
- package/glyph/bitbucket/builds.js +14 -0
- package/glyph/bitbucket/clone.d.ts +9 -0
- package/glyph/bitbucket/clone.js +14 -0
- package/glyph/bitbucket/commits.d.ts +9 -0
- package/glyph/bitbucket/commits.js +14 -0
- package/glyph/bitbucket/compare.d.ts +9 -0
- package/glyph/bitbucket/compare.js +14 -0
- package/glyph/bitbucket/forks.d.ts +9 -0
- package/glyph/bitbucket/forks.js +14 -0
- package/glyph/bitbucket/output.d.ts +9 -0
- package/glyph/bitbucket/output.js +14 -0
- package/glyph/bitbucket/pipelines.d.ts +9 -0
- package/glyph/bitbucket/pipelines.js +14 -0
- package/glyph/bitbucket/pullrequests.d.ts +9 -0
- package/glyph/bitbucket/pullrequests.js +14 -0
- package/glyph/bitbucket/repos.d.ts +9 -0
- package/glyph/bitbucket/repos.js +14 -0
- package/glyph/bitbucket/snippets.d.ts +9 -0
- package/glyph/bitbucket/snippets.js +14 -0
- package/glyph/bitbucket/source.d.ts +9 -0
- package/glyph/bitbucket/source.js +14 -0
- package/glyph/board.d.ts +9 -0
- package/glyph/board.js +14 -0
- package/glyph/book.d.ts +9 -0
- package/glyph/book.js +14 -0
- package/glyph/bullet-list.d.ts +9 -0
- package/glyph/bullet-list.js +14 -0
- package/glyph/calendar-filled.d.ts +9 -0
- package/glyph/calendar-filled.js +14 -0
- package/glyph/calendar.d.ts +9 -0
- package/glyph/calendar.js +14 -0
- package/glyph/camera-filled.d.ts +9 -0
- package/glyph/camera-filled.js +14 -0
- package/glyph/camera-rotate.d.ts +9 -0
- package/glyph/camera-rotate.js +14 -0
- package/glyph/camera-take-picture.d.ts +9 -0
- package/glyph/camera-take-picture.js +14 -0
- package/glyph/camera.d.ts +9 -0
- package/glyph/camera.js +14 -0
- package/glyph/canvas.d.ts +9 -0
- package/glyph/canvas.js +14 -0
- package/glyph/check-circle-outline.d.ts +9 -0
- package/glyph/check-circle-outline.js +14 -0
- package/glyph/check-circle.d.ts +9 -0
- package/glyph/check-circle.js +14 -0
- package/glyph/check.d.ts +9 -0
- package/glyph/check.js +14 -0
- package/glyph/checkbox-indeterminate.d.ts +9 -0
- package/glyph/checkbox-indeterminate.js +14 -0
- package/glyph/checkbox.d.ts +9 -0
- package/glyph/checkbox.js +14 -0
- package/glyph/chevron-down-circle.d.ts +9 -0
- package/glyph/chevron-down-circle.js +14 -0
- package/glyph/chevron-down.d.ts +9 -0
- package/glyph/chevron-down.js +14 -0
- package/glyph/chevron-left-circle.d.ts +9 -0
- package/glyph/chevron-left-circle.js +14 -0
- package/glyph/chevron-left-large.d.ts +9 -0
- package/glyph/chevron-left-large.js +14 -0
- package/glyph/chevron-left.d.ts +9 -0
- package/glyph/chevron-left.js +14 -0
- package/glyph/chevron-right-circle.d.ts +9 -0
- package/glyph/chevron-right-circle.js +14 -0
- package/glyph/chevron-right-large.d.ts +9 -0
- package/glyph/chevron-right-large.js +14 -0
- package/glyph/chevron-right.d.ts +9 -0
- package/glyph/chevron-right.js +14 -0
- package/glyph/chevron-up-circle.d.ts +9 -0
- package/glyph/chevron-up-circle.js +14 -0
- package/glyph/chevron-up.d.ts +9 -0
- package/glyph/chevron-up.js +14 -0
- package/glyph/child-issues.d.ts +9 -0
- package/glyph/child-issues.js +14 -0
- package/glyph/code.d.ts +9 -0
- package/glyph/code.js +14 -0
- package/glyph/comment.d.ts +9 -0
- package/glyph/comment.js +14 -0
- package/glyph/component.d.ts +9 -0
- package/glyph/component.js +14 -0
- package/glyph/copy.d.ts +9 -0
- package/glyph/copy.js +14 -0
- package/glyph/creditcard-filled.d.ts +9 -0
- package/glyph/creditcard-filled.js +14 -0
- package/glyph/creditcard.d.ts +9 -0
- package/glyph/creditcard.js +14 -0
- package/glyph/cross-circle.d.ts +9 -0
- package/glyph/cross-circle.js +14 -0
- package/glyph/cross.d.ts +9 -0
- package/glyph/cross.js +14 -0
- package/glyph/dashboard.d.ts +9 -0
- package/glyph/dashboard.js +14 -0
- package/glyph/decision.d.ts +9 -0
- package/glyph/decision.js +14 -0
- package/glyph/department.d.ts +9 -0
- package/glyph/department.js +14 -0
- package/glyph/detail-view.d.ts +9 -0
- package/glyph/detail-view.js +14 -0
- package/glyph/discover-filled.d.ts +9 -0
- package/glyph/discover-filled.js +14 -0
- package/glyph/discover.d.ts +9 -0
- package/glyph/discover.js +14 -0
- package/glyph/document-filled.d.ts +9 -0
- package/glyph/document-filled.js +14 -0
- package/glyph/document.d.ts +9 -0
- package/glyph/document.js +14 -0
- package/glyph/documents.d.ts +9 -0
- package/glyph/documents.js +14 -0
- package/glyph/download.d.ts +9 -0
- package/glyph/download.js +14 -0
- package/glyph/drag-handler.d.ts +9 -0
- package/glyph/drag-handler.js +14 -0
- package/glyph/dropbox.d.ts +9 -0
- package/glyph/dropbox.js +14 -0
- package/glyph/edit-filled.d.ts +9 -0
- package/glyph/edit-filled.js +14 -0
- package/glyph/edit.d.ts +9 -0
- package/glyph/edit.js +14 -0
- package/glyph/editor/add.d.ts +9 -0
- package/glyph/editor/add.js +14 -0
- package/glyph/editor/addon.d.ts +9 -0
- package/glyph/editor/addon.js +14 -0
- package/glyph/editor/advanced.d.ts +9 -0
- package/glyph/editor/advanced.js +14 -0
- package/glyph/editor/align-center.d.ts +9 -0
- package/glyph/editor/align-center.js +14 -0
- package/glyph/editor/align-image-center.d.ts +9 -0
- package/glyph/editor/align-image-center.js +14 -0
- package/glyph/editor/align-image-left.d.ts +9 -0
- package/glyph/editor/align-image-left.js +14 -0
- package/glyph/editor/align-image-right.d.ts +9 -0
- package/glyph/editor/align-image-right.js +14 -0
- package/glyph/editor/align-left.d.ts +9 -0
- package/glyph/editor/align-left.js +14 -0
- package/glyph/editor/align-right.d.ts +9 -0
- package/glyph/editor/align-right.js +14 -0
- package/glyph/editor/attachment.d.ts +9 -0
- package/glyph/editor/attachment.js +14 -0
- package/glyph/editor/background-color.d.ts +9 -0
- package/glyph/editor/background-color.js +14 -0
- package/glyph/editor/bold.d.ts +9 -0
- package/glyph/editor/bold.js +14 -0
- package/glyph/editor/bullet-list.d.ts +9 -0
- package/glyph/editor/bullet-list.js +14 -0
- package/glyph/editor/close.d.ts +9 -0
- package/glyph/editor/close.js +14 -0
- package/glyph/editor/code.d.ts +9 -0
- package/glyph/editor/code.js +14 -0
- package/glyph/editor/collapse.d.ts +9 -0
- package/glyph/editor/collapse.js +14 -0
- package/glyph/editor/date.d.ts +9 -0
- package/glyph/editor/date.js +14 -0
- package/glyph/editor/decision.d.ts +9 -0
- package/glyph/editor/decision.js +14 -0
- package/glyph/editor/divider.d.ts +9 -0
- package/glyph/editor/divider.js +14 -0
- package/glyph/editor/done.d.ts +9 -0
- package/glyph/editor/done.js +14 -0
- package/glyph/editor/edit.d.ts +9 -0
- package/glyph/editor/edit.js +14 -0
- package/glyph/editor/emoji.d.ts +9 -0
- package/glyph/editor/emoji.js +14 -0
- package/glyph/editor/error.d.ts +9 -0
- package/glyph/editor/error.js +14 -0
- package/glyph/editor/expand.d.ts +9 -0
- package/glyph/editor/expand.js +14 -0
- package/glyph/editor/feedback.d.ts +9 -0
- package/glyph/editor/feedback.js +14 -0
- package/glyph/editor/file-preview.d.ts +9 -0
- package/glyph/editor/file-preview.js +14 -0
- package/glyph/editor/file.d.ts +9 -0
- package/glyph/editor/file.js +14 -0
- package/glyph/editor/help.d.ts +9 -0
- package/glyph/editor/help.js +14 -0
- package/glyph/editor/hint.d.ts +9 -0
- package/glyph/editor/hint.js +14 -0
- package/glyph/editor/horizontal-rule.d.ts +9 -0
- package/glyph/editor/horizontal-rule.js +14 -0
- package/glyph/editor/image-border.d.ts +9 -0
- package/glyph/editor/image-border.js +14 -0
- package/glyph/editor/image-resize.d.ts +9 -0
- package/glyph/editor/image-resize.js +14 -0
- package/glyph/editor/image.d.ts +9 -0
- package/glyph/editor/image.js +14 -0
- package/glyph/editor/indent.d.ts +9 -0
- package/glyph/editor/indent.js +14 -0
- package/glyph/editor/info.d.ts +9 -0
- package/glyph/editor/info.js +14 -0
- package/glyph/editor/italic.d.ts +9 -0
- package/glyph/editor/italic.js +14 -0
- package/glyph/editor/layout-single.d.ts +9 -0
- package/glyph/editor/layout-single.js +14 -0
- package/glyph/editor/layout-three-equal.d.ts +9 -0
- package/glyph/editor/layout-three-equal.js +14 -0
- package/glyph/editor/layout-three-with-sidebars.d.ts +9 -0
- package/glyph/editor/layout-three-with-sidebars.js +14 -0
- package/glyph/editor/layout-two-equal.d.ts +9 -0
- package/glyph/editor/layout-two-equal.js +14 -0
- package/glyph/editor/layout-two-left-sidebar.d.ts +9 -0
- package/glyph/editor/layout-two-left-sidebar.js +14 -0
- package/glyph/editor/layout-two-right-sidebar.d.ts +9 -0
- package/glyph/editor/layout-two-right-sidebar.js +14 -0
- package/glyph/editor/link.d.ts +9 -0
- package/glyph/editor/link.js +14 -0
- package/glyph/editor/media-center.d.ts +9 -0
- package/glyph/editor/media-center.js +14 -0
- package/glyph/editor/media-full-width.d.ts +9 -0
- package/glyph/editor/media-full-width.js +14 -0
- package/glyph/editor/media-wide.d.ts +9 -0
- package/glyph/editor/media-wide.js +14 -0
- package/glyph/editor/media-wrap-left.d.ts +9 -0
- package/glyph/editor/media-wrap-left.js +14 -0
- package/glyph/editor/media-wrap-right.d.ts +9 -0
- package/glyph/editor/media-wrap-right.js +14 -0
- package/glyph/editor/mention.d.ts +9 -0
- package/glyph/editor/mention.js +14 -0
- package/glyph/editor/more.d.ts +9 -0
- package/glyph/editor/more.js +14 -0
- package/glyph/editor/note.d.ts +9 -0
- package/glyph/editor/note.js +14 -0
- package/glyph/editor/number-list.d.ts +9 -0
- package/glyph/editor/number-list.js +14 -0
- package/glyph/editor/open.d.ts +9 -0
- package/glyph/editor/open.js +14 -0
- package/glyph/editor/outdent.d.ts +9 -0
- package/glyph/editor/outdent.js +14 -0
- package/glyph/editor/panel.d.ts +9 -0
- package/glyph/editor/panel.js +14 -0
- package/glyph/editor/photo.d.ts +9 -0
- package/glyph/editor/photo.js +14 -0
- package/glyph/editor/quote.d.ts +9 -0
- package/glyph/editor/quote.js +14 -0
- package/glyph/editor/recent.d.ts +9 -0
- package/glyph/editor/recent.js +14 -0
- package/glyph/editor/redo.d.ts +9 -0
- package/glyph/editor/redo.js +14 -0
- package/glyph/editor/remove-emoji.d.ts +9 -0
- package/glyph/editor/remove-emoji.js +14 -0
- package/glyph/editor/remove.d.ts +9 -0
- package/glyph/editor/remove.js +14 -0
- package/glyph/editor/search.d.ts +9 -0
- package/glyph/editor/search.js +14 -0
- package/glyph/editor/settings.d.ts +9 -0
- package/glyph/editor/settings.js +14 -0
- package/glyph/editor/strikethrough.d.ts +9 -0
- package/glyph/editor/strikethrough.js +14 -0
- package/glyph/editor/success.d.ts +9 -0
- package/glyph/editor/success.js +14 -0
- package/glyph/editor/table-display-options.d.ts +9 -0
- package/glyph/editor/table-display-options.js +14 -0
- package/glyph/editor/table.d.ts +9 -0
- package/glyph/editor/table.js +14 -0
- package/glyph/editor/task.d.ts +9 -0
- package/glyph/editor/task.js +14 -0
- package/glyph/editor/text-color.d.ts +9 -0
- package/glyph/editor/text-color.js +14 -0
- package/glyph/editor/text-style.d.ts +9 -0
- package/glyph/editor/text-style.js +14 -0
- package/glyph/editor/underline.d.ts +9 -0
- package/glyph/editor/underline.js +14 -0
- package/glyph/editor/undo.d.ts +9 -0
- package/glyph/editor/undo.js +14 -0
- package/glyph/editor/unlink.d.ts +9 -0
- package/glyph/editor/unlink.js +14 -0
- package/glyph/editor/warning.d.ts +9 -0
- package/glyph/editor/warning.js +14 -0
- package/glyph/email.d.ts +9 -0
- package/glyph/email.js +14 -0
- package/glyph/emoji/activity.d.ts +9 -0
- package/glyph/emoji/activity.js +14 -0
- package/glyph/emoji/atlassian.d.ts +9 -0
- package/glyph/emoji/atlassian.js +14 -0
- package/glyph/emoji/custom.d.ts +9 -0
- package/glyph/emoji/custom.js +14 -0
- package/glyph/emoji/emoji.d.ts +9 -0
- package/glyph/emoji/emoji.js +14 -0
- package/glyph/emoji/flags.d.ts +9 -0
- package/glyph/emoji/flags.js +14 -0
- package/glyph/emoji/food.d.ts +9 -0
- package/glyph/emoji/food.js +14 -0
- package/glyph/emoji/frequent.d.ts +9 -0
- package/glyph/emoji/frequent.js +14 -0
- package/glyph/emoji/keyboard.d.ts +9 -0
- package/glyph/emoji/keyboard.js +14 -0
- package/glyph/emoji/nature.d.ts +9 -0
- package/glyph/emoji/nature.js +14 -0
- package/glyph/emoji/objects.d.ts +9 -0
- package/glyph/emoji/objects.js +14 -0
- package/glyph/emoji/people.d.ts +9 -0
- package/glyph/emoji/people.js +14 -0
- package/glyph/emoji/productivity.d.ts +9 -0
- package/glyph/emoji/productivity.js +14 -0
- package/glyph/emoji/symbols.d.ts +9 -0
- package/glyph/emoji/symbols.js +14 -0
- package/glyph/emoji/travel.d.ts +9 -0
- package/glyph/emoji/travel.js +14 -0
- package/glyph/emoji-add.d.ts +9 -0
- package/glyph/emoji-add.js +14 -0
- package/glyph/emoji.d.ts +9 -0
- package/glyph/emoji.js +14 -0
- package/glyph/error.d.ts +9 -0
- package/glyph/error.js +14 -0
- package/glyph/export.d.ts +9 -0
- package/glyph/export.js +14 -0
- package/glyph/feedback.d.ts +9 -0
- package/glyph/feedback.js +14 -0
- package/glyph/file.d.ts +9 -0
- package/glyph/file.js +14 -0
- package/glyph/filter.d.ts +9 -0
- package/glyph/filter.js +14 -0
- package/glyph/flag-filled.d.ts +9 -0
- package/glyph/flag-filled.js +14 -0
- package/glyph/folder-filled.d.ts +9 -0
- package/glyph/folder-filled.js +14 -0
- package/glyph/folder.d.ts +9 -0
- package/glyph/folder.js +14 -0
- package/glyph/followers.d.ts +9 -0
- package/glyph/followers.js +14 -0
- package/glyph/following.d.ts +9 -0
- package/glyph/following.js +14 -0
- package/glyph/googledrive.d.ts +9 -0
- package/glyph/googledrive.js +14 -0
- package/glyph/graph-bar.d.ts +9 -0
- package/glyph/graph-bar.js +14 -0
- package/glyph/graph-line.d.ts +9 -0
- package/glyph/graph-line.js +14 -0
- package/glyph/gsuite.d.ts +9 -0
- package/glyph/gsuite.js +14 -0
- package/glyph/highlights.d.ts +9 -0
- package/glyph/highlights.js +14 -0
- package/glyph/hipchat/audio-only.d.ts +9 -0
- package/glyph/hipchat/audio-only.js +14 -0
- package/glyph/hipchat/chevron-double-down.d.ts +9 -0
- package/glyph/hipchat/chevron-double-down.js +14 -0
- package/glyph/hipchat/chevron-double-up.d.ts +9 -0
- package/glyph/hipchat/chevron-double-up.js +14 -0
- package/glyph/hipchat/chevron-down.d.ts +9 -0
- package/glyph/hipchat/chevron-down.js +14 -0
- package/glyph/hipchat/chevron-up.d.ts +9 -0
- package/glyph/hipchat/chevron-up.js +14 -0
- package/glyph/hipchat/dial-out.d.ts +9 -0
- package/glyph/hipchat/dial-out.js +14 -0
- package/glyph/hipchat/lobby.d.ts +9 -0
- package/glyph/hipchat/lobby.js +14 -0
- package/glyph/hipchat/media-attachment-count.d.ts +9 -0
- package/glyph/hipchat/media-attachment-count.js +14 -0
- package/glyph/hipchat/outgoing-sound.d.ts +9 -0
- package/glyph/hipchat/outgoing-sound.js +14 -0
- package/glyph/hipchat/sd-video.d.ts +9 -0
- package/glyph/hipchat/sd-video.js +14 -0
- package/glyph/home-circle.d.ts +9 -0
- package/glyph/home-circle.js +14 -0
- package/glyph/home.d.ts +9 -0
- package/glyph/home.js +14 -0
- package/glyph/image-border.d.ts +9 -0
- package/glyph/image-border.js +14 -0
- package/glyph/image-resize.d.ts +9 -0
- package/glyph/image-resize.js +14 -0
- package/glyph/image.d.ts +9 -0
- package/glyph/image.js +14 -0
- package/glyph/info.d.ts +9 -0
- package/glyph/info.js +14 -0
- package/glyph/invite-team.d.ts +9 -0
- package/glyph/invite-team.js +14 -0
- package/glyph/issue-raise.d.ts +9 -0
- package/glyph/issue-raise.js +14 -0
- package/glyph/issue.d.ts +9 -0
- package/glyph/issue.js +14 -0
- package/glyph/issues.d.ts +9 -0
- package/glyph/issues.js +14 -0
- package/glyph/jira/capture.d.ts +9 -0
- package/glyph/jira/capture.js +14 -0
- package/glyph/jira/failed-build-status.d.ts +9 -0
- package/glyph/jira/failed-build-status.js +14 -0
- package/glyph/jira/labs.d.ts +9 -0
- package/glyph/jira/labs.js +14 -0
- package/glyph/jira/test-session.d.ts +9 -0
- package/glyph/jira/test-session.js +14 -0
- package/glyph/label.d.ts +9 -0
- package/glyph/label.js +14 -0
- package/glyph/lightbulb-filled.d.ts +9 -0
- package/glyph/lightbulb-filled.js +14 -0
- package/glyph/lightbulb.d.ts +9 -0
- package/glyph/lightbulb.js +14 -0
- package/glyph/like.d.ts +9 -0
- package/glyph/like.js +14 -0
- package/glyph/link-filled.d.ts +9 -0
- package/glyph/link-filled.js +14 -0
- package/glyph/link.d.ts +9 -0
- package/glyph/link.js +14 -0
- package/glyph/list.d.ts +9 -0
- package/glyph/list.js +14 -0
- package/glyph/location.d.ts +9 -0
- package/glyph/location.js +14 -0
- package/glyph/lock-circle.d.ts +9 -0
- package/glyph/lock-circle.js +14 -0
- package/glyph/lock-filled.d.ts +9 -0
- package/glyph/lock-filled.js +14 -0
- package/glyph/lock.d.ts +9 -0
- package/glyph/lock.js +14 -0
- package/glyph/marketplace.d.ts +9 -0
- package/glyph/marketplace.js +14 -0
- package/glyph/media-services/actual-size.d.ts +9 -0
- package/glyph/media-services/actual-size.js +14 -0
- package/glyph/media-services/add-comment.d.ts +9 -0
- package/glyph/media-services/add-comment.js +14 -0
- package/glyph/media-services/annotate.d.ts +9 -0
- package/glyph/media-services/annotate.js +14 -0
- package/glyph/media-services/arrow.d.ts +9 -0
- package/glyph/media-services/arrow.js +14 -0
- package/glyph/media-services/audio.d.ts +9 -0
- package/glyph/media-services/audio.js +14 -0
- package/glyph/media-services/blur.d.ts +9 -0
- package/glyph/media-services/blur.js +14 -0
- package/glyph/media-services/brush.d.ts +9 -0
- package/glyph/media-services/brush.js +14 -0
- package/glyph/media-services/button-option.d.ts +9 -0
- package/glyph/media-services/button-option.js +14 -0
- package/glyph/media-services/code.d.ts +9 -0
- package/glyph/media-services/code.js +14 -0
- package/glyph/media-services/document.d.ts +9 -0
- package/glyph/media-services/document.js +14 -0
- package/glyph/media-services/filter.d.ts +9 -0
- package/glyph/media-services/filter.js +14 -0
- package/glyph/media-services/fit-to-page.d.ts +9 -0
- package/glyph/media-services/fit-to-page.js +14 -0
- package/glyph/media-services/full-screen.d.ts +9 -0
- package/glyph/media-services/full-screen.js +14 -0
- package/glyph/media-services/grid.d.ts +9 -0
- package/glyph/media-services/grid.js +14 -0
- package/glyph/media-services/image.d.ts +9 -0
- package/glyph/media-services/image.js +14 -0
- package/glyph/media-services/line-thickness.d.ts +9 -0
- package/glyph/media-services/line-thickness.js +14 -0
- package/glyph/media-services/line.d.ts +9 -0
- package/glyph/media-services/line.js +14 -0
- package/glyph/media-services/no-image.d.ts +9 -0
- package/glyph/media-services/no-image.js +14 -0
- package/glyph/media-services/open-mediaviewer.d.ts +9 -0
- package/glyph/media-services/open-mediaviewer.js +14 -0
- package/glyph/media-services/oval.d.ts +9 -0
- package/glyph/media-services/oval.js +14 -0
- package/glyph/media-services/pdf.d.ts +9 -0
- package/glyph/media-services/pdf.js +14 -0
- package/glyph/media-services/preselected.d.ts +9 -0
- package/glyph/media-services/preselected.js +14 -0
- package/glyph/media-services/presentation.d.ts +9 -0
- package/glyph/media-services/presentation.js +14 -0
- package/glyph/media-services/rectangle.d.ts +9 -0
- package/glyph/media-services/rectangle.js +14 -0
- package/glyph/media-services/scale-large.d.ts +9 -0
- package/glyph/media-services/scale-large.js +14 -0
- package/glyph/media-services/scale-small.d.ts +9 -0
- package/glyph/media-services/scale-small.js +14 -0
- package/glyph/media-services/spreadsheet.d.ts +9 -0
- package/glyph/media-services/spreadsheet.js +14 -0
- package/glyph/media-services/text.d.ts +9 -0
- package/glyph/media-services/text.js +14 -0
- package/glyph/media-services/unknown.d.ts +9 -0
- package/glyph/media-services/unknown.js +14 -0
- package/glyph/media-services/video.d.ts +9 -0
- package/glyph/media-services/video.js +14 -0
- package/glyph/media-services/zip.d.ts +9 -0
- package/glyph/media-services/zip.js +14 -0
- package/glyph/media-services/zoom-in.d.ts +9 -0
- package/glyph/media-services/zoom-in.js +14 -0
- package/glyph/media-services/zoom-out.d.ts +9 -0
- package/glyph/media-services/zoom-out.js +14 -0
- package/glyph/mention.d.ts +9 -0
- package/glyph/mention.js +14 -0
- package/glyph/menu-expand.d.ts +9 -0
- package/glyph/menu-expand.js +14 -0
- package/glyph/menu.d.ts +9 -0
- package/glyph/menu.js +14 -0
- package/glyph/mobile.d.ts +9 -0
- package/glyph/mobile.js +14 -0
- package/glyph/more-vertical.d.ts +9 -0
- package/glyph/more-vertical.js +14 -0
- package/glyph/more.d.ts +9 -0
- package/glyph/more.js +14 -0
- package/glyph/notification-all.d.ts +9 -0
- package/glyph/notification-all.js +14 -0
- package/glyph/notification-direct.d.ts +9 -0
- package/glyph/notification-direct.js +14 -0
- package/glyph/notification.d.ts +9 -0
- package/glyph/notification.js +14 -0
- package/glyph/office-building-filled.d.ts +9 -0
- package/glyph/office-building-filled.js +14 -0
- package/glyph/office-building.d.ts +9 -0
- package/glyph/office-building.js +14 -0
- package/glyph/open.d.ts +9 -0
- package/glyph/open.js +14 -0
- package/glyph/overview.d.ts +9 -0
- package/glyph/overview.js +14 -0
- package/glyph/page-filled.d.ts +9 -0
- package/glyph/page-filled.js +14 -0
- package/glyph/page.d.ts +9 -0
- package/glyph/page.js +14 -0
- package/glyph/pdf.d.ts +9 -0
- package/glyph/pdf.js +14 -0
- package/glyph/people-group.d.ts +9 -0
- package/glyph/people-group.js +14 -0
- package/glyph/people.d.ts +9 -0
- package/glyph/people.js +14 -0
- package/glyph/person-circle.d.ts +9 -0
- package/glyph/person-circle.js +14 -0
- package/glyph/person-with-circle.d.ts +9 -0
- package/glyph/person-with-circle.js +14 -0
- package/glyph/person-with-cross.d.ts +9 -0
- package/glyph/person-with-cross.js +14 -0
- package/glyph/person-with-tick.d.ts +9 -0
- package/glyph/person-with-tick.js +14 -0
- package/glyph/person.d.ts +9 -0
- package/glyph/person.js +14 -0
- package/glyph/portfolio.d.ts +9 -0
- package/glyph/portfolio.js +14 -0
- package/glyph/preferences.d.ts +9 -0
- package/glyph/preferences.js +14 -0
- package/glyph/premium.d.ts +9 -0
- package/glyph/premium.js +14 -0
- package/glyph/presence-active.d.ts +9 -0
- package/glyph/presence-active.js +14 -0
- package/glyph/presence-busy.d.ts +9 -0
- package/glyph/presence-busy.js +14 -0
- package/glyph/presence-unavailable.d.ts +9 -0
- package/glyph/presence-unavailable.js +14 -0
- package/glyph/question-circle.d.ts +9 -0
- package/glyph/question-circle.js +14 -0
- package/glyph/question.d.ts +9 -0
- package/glyph/question.js +14 -0
- package/glyph/questions.d.ts +9 -0
- package/glyph/questions.js +14 -0
- package/glyph/queues.d.ts +9 -0
- package/glyph/queues.js +14 -0
- package/glyph/quote.d.ts +9 -0
- package/glyph/quote.js +14 -0
- package/glyph/radio.d.ts +9 -0
- package/glyph/radio.js +14 -0
- package/glyph/recent.d.ts +9 -0
- package/glyph/recent.js +14 -0
- package/glyph/redo.d.ts +9 -0
- package/glyph/redo.js +14 -0
- package/glyph/refresh.d.ts +9 -0
- package/glyph/refresh.js +14 -0
- package/glyph/retry.d.ts +9 -0
- package/glyph/retry.js +14 -0
- package/glyph/roadmap.d.ts +9 -0
- package/glyph/roadmap.js +14 -0
- package/glyph/room-menu.d.ts +9 -0
- package/glyph/room-menu.js +14 -0
- package/glyph/schedule-filled.d.ts +9 -0
- package/glyph/schedule-filled.js +14 -0
- package/glyph/schedule.d.ts +9 -0
- package/glyph/schedule.js +14 -0
- package/glyph/screen.d.ts +9 -0
- package/glyph/screen.js +14 -0
- package/glyph/search.d.ts +9 -0
- package/glyph/search.js +14 -0
- package/glyph/select-clear.d.ts +9 -0
- package/glyph/select-clear.js +14 -0
- package/glyph/send.d.ts +9 -0
- package/glyph/send.js +14 -0
- package/glyph/settings.d.ts +9 -0
- package/glyph/settings.js +14 -0
- package/glyph/share.d.ts +9 -0
- package/glyph/share.js +14 -0
- package/glyph/ship.d.ts +9 -0
- package/glyph/ship.js +14 -0
- package/glyph/shortcut.d.ts +9 -0
- package/glyph/shortcut.js +14 -0
- package/glyph/sign-in.d.ts +9 -0
- package/glyph/sign-in.js +14 -0
- package/glyph/sign-out.d.ts +9 -0
- package/glyph/sign-out.js +14 -0
- package/glyph/sprint.d.ts +9 -0
- package/glyph/sprint.js +14 -0
- package/glyph/star-filled.d.ts +9 -0
- package/glyph/star-filled.js +14 -0
- package/glyph/star-large.d.ts +9 -0
- package/glyph/star-large.js +14 -0
- package/glyph/star.d.ts +9 -0
- package/glyph/star.js +14 -0
- package/glyph/status.d.ts +9 -0
- package/glyph/status.js +14 -0
- package/glyph/stopwatch.d.ts +9 -0
- package/glyph/stopwatch.js +14 -0
- package/glyph/subtask.d.ts +9 -0
- package/glyph/subtask.js +14 -0
- package/glyph/suitcase.d.ts +9 -0
- package/glyph/suitcase.js +14 -0
- package/glyph/switcher.d.ts +9 -0
- package/glyph/switcher.js +14 -0
- package/glyph/table.d.ts +9 -0
- package/glyph/table.js +14 -0
- package/glyph/task.d.ts +9 -0
- package/glyph/task.js +14 -0
- package/glyph/teams.d.ts +9 -0
- package/glyph/teams.js +14 -0
- package/glyph/trash.d.ts +9 -0
- package/glyph/trash.js +14 -0
- package/glyph/tray.d.ts +9 -0
- package/glyph/tray.js +14 -0
- package/glyph/undo.d.ts +9 -0
- package/glyph/undo.js +14 -0
- package/glyph/unlink.d.ts +9 -0
- package/glyph/unlink.js +14 -0
- package/glyph/unlock-circle.d.ts +9 -0
- package/glyph/unlock-circle.js +14 -0
- package/glyph/unlock-filled.d.ts +9 -0
- package/glyph/unlock-filled.js +14 -0
- package/glyph/unlock.d.ts +9 -0
- package/glyph/unlock.js +14 -0
- package/glyph/upload.d.ts +9 -0
- package/glyph/upload.js +14 -0
- package/glyph/user-avatar-circle.d.ts +9 -0
- package/glyph/user-avatar-circle.js +14 -0
- package/glyph/vid-audio-muted.d.ts +9 -0
- package/glyph/vid-audio-muted.js +14 -0
- package/glyph/vid-audio-on.d.ts +9 -0
- package/glyph/vid-audio-on.js +14 -0
- package/glyph/vid-backward.d.ts +9 -0
- package/glyph/vid-backward.js +14 -0
- package/glyph/vid-camera-off.d.ts +9 -0
- package/glyph/vid-camera-off.js +14 -0
- package/glyph/vid-camera-on.d.ts +9 -0
- package/glyph/vid-camera-on.js +14 -0
- package/glyph/vid-connection-circle.d.ts +9 -0
- package/glyph/vid-connection-circle.js +14 -0
- package/glyph/vid-forward.d.ts +9 -0
- package/glyph/vid-forward.js +14 -0
- package/glyph/vid-full-screen-off.d.ts +9 -0
- package/glyph/vid-full-screen-off.js +14 -0
- package/glyph/vid-full-screen-on.d.ts +9 -0
- package/glyph/vid-full-screen-on.js +14 -0
- package/glyph/vid-hang-up.d.ts +9 -0
- package/glyph/vid-hang-up.js +14 -0
- package/glyph/vid-hd-circle.d.ts +9 -0
- package/glyph/vid-hd-circle.js +14 -0
- package/glyph/vid-pause.d.ts +9 -0
- package/glyph/vid-pause.js +14 -0
- package/glyph/vid-play.d.ts +9 -0
- package/glyph/vid-play.js +14 -0
- package/glyph/vid-raised-hand.d.ts +9 -0
- package/glyph/vid-raised-hand.js +14 -0
- package/glyph/vid-share-screen.d.ts +9 -0
- package/glyph/vid-share-screen.js +14 -0
- package/glyph/vid-speaking-circle.d.ts +9 -0
- package/glyph/vid-speaking-circle.js +14 -0
- package/glyph/vid-volume-full.d.ts +9 -0
- package/glyph/vid-volume-full.js +14 -0
- package/glyph/vid-volume-half.d.ts +9 -0
- package/glyph/vid-volume-half.js +14 -0
- package/glyph/vid-volume-muted.d.ts +9 -0
- package/glyph/vid-volume-muted.js +14 -0
- package/glyph/video-circle.d.ts +9 -0
- package/glyph/video-circle.js +14 -0
- package/glyph/video-filled.d.ts +9 -0
- package/glyph/video-filled.js +14 -0
- package/glyph/warning.d.ts +9 -0
- package/glyph/warning.js +14 -0
- package/glyph/watch-filled.d.ts +9 -0
- package/glyph/watch-filled.js +14 -0
- package/glyph/watch.d.ts +9 -0
- package/glyph/watch.js +14 -0
- package/glyph/world-small.d.ts +9 -0
- package/glyph/world-small.js +14 -0
- package/glyph/world.d.ts +9 -0
- package/glyph/world.js +14 -0
- package/package.json +7 -7
- package/svgs_raw/activity.svg +13 -0
- package/svgs_raw/add-circle.svg +13 -0
- package/svgs_raw/add-item.svg +13 -0
- package/svgs_raw/add.svg +12 -0
- package/svgs_raw/addon.svg +13 -0
- package/svgs_raw/app-access.svg +15 -0
- package/svgs_raw/app-switcher.svg +3 -0
- package/svgs_raw/archive.svg +3 -0
- package/svgs_raw/arrow-down-circle.svg +13 -0
- package/svgs_raw/arrow-down.svg +12 -0
- package/svgs_raw/arrow-left-circle.svg +13 -0
- package/svgs_raw/arrow-left.svg +3 -0
- package/svgs_raw/arrow-right-circle.svg +13 -0
- package/svgs_raw/arrow-right.svg +12 -0
- package/svgs_raw/arrow-up-circle.svg +13 -0
- package/svgs_raw/arrow-up.svg +12 -0
- package/svgs_raw/attachment.svg +12 -0
- package/svgs_raw/audio-circle.svg +13 -0
- package/svgs_raw/audio.svg +12 -0
- package/svgs_raw/backlog.svg +15 -0
- package/svgs_raw/billing-filled.svg +19 -0
- package/svgs_raw/billing.svg +19 -0
- package/svgs_raw/bitbucket/branches.svg +12 -0
- package/svgs_raw/bitbucket/builds.svg +16 -0
- package/svgs_raw/bitbucket/clone.svg +16 -0
- package/svgs_raw/bitbucket/commits.svg +12 -0
- package/svgs_raw/bitbucket/compare.svg +15 -0
- package/svgs_raw/bitbucket/forks.svg +16 -0
- package/svgs_raw/bitbucket/output.svg +15 -0
- package/svgs_raw/bitbucket/pipelines.svg +13 -0
- package/svgs_raw/bitbucket/pullrequests.svg +13 -0
- package/svgs_raw/bitbucket/repos.svg +14 -0
- package/svgs_raw/bitbucket/snippets.svg +13 -0
- package/svgs_raw/bitbucket/source.svg +13 -0
- package/svgs_raw/board.svg +14 -0
- package/svgs_raw/book.svg +16 -0
- package/svgs_raw/bullet-list.svg +17 -0
- package/svgs_raw/calendar-filled.svg +20 -0
- package/svgs_raw/calendar.svg +12 -0
- package/svgs_raw/camera-filled.svg +14 -0
- package/svgs_raw/camera-rotate.svg +16 -0
- package/svgs_raw/camera-take-picture.svg +13 -0
- package/svgs_raw/camera.svg +15 -0
- package/svgs_raw/canvas.svg +17 -0
- package/svgs_raw/check-circle-outline.svg +11 -0
- package/svgs_raw/check-circle.svg +13 -0
- package/svgs_raw/check.svg +12 -0
- package/svgs_raw/checkbox-indeterminate.svg +13 -0
- package/svgs_raw/checkbox.svg +13 -0
- package/svgs_raw/chevron-down-circle.svg +13 -0
- package/svgs_raw/chevron-down.svg +12 -0
- package/svgs_raw/chevron-left-circle.svg +13 -0
- package/svgs_raw/chevron-left-large.svg +3 -0
- package/svgs_raw/chevron-left.svg +12 -0
- package/svgs_raw/chevron-right-circle.svg +13 -0
- package/svgs_raw/chevron-right-large.svg +3 -0
- package/svgs_raw/chevron-right.svg +12 -0
- package/svgs_raw/chevron-up-circle.svg +13 -0
- package/svgs_raw/chevron-up.svg +12 -0
- package/svgs_raw/child-issues.svg +16 -0
- package/svgs_raw/code.svg +14 -0
- package/svgs_raw/comment.svg +14 -0
- package/svgs_raw/component.svg +14 -0
- package/svgs_raw/copy.svg +13 -0
- package/svgs_raw/creditcard-filled.svg +13 -0
- package/svgs_raw/creditcard.svg +13 -0
- package/svgs_raw/cross-circle.svg +14 -0
- package/svgs_raw/cross.svg +12 -0
- package/svgs_raw/dashboard.svg +14 -0
- package/svgs_raw/decision.svg +14 -0
- package/svgs_raw/department.svg +3 -0
- package/svgs_raw/detail-view.svg +16 -0
- package/svgs_raw/discover-filled.svg +12 -0
- package/svgs_raw/discover.svg +13 -0
- package/svgs_raw/document-filled.svg +12 -0
- package/svgs_raw/document.svg +12 -0
- package/svgs_raw/documents.svg +13 -0
- package/svgs_raw/download.svg +14 -0
- package/svgs_raw/drag-handler.svg +14 -0
- package/svgs_raw/dropbox.svg +3 -0
- package/svgs_raw/edit-filled.svg +13 -0
- package/svgs_raw/edit.svg +13 -0
- package/svgs_raw/editor/add.svg +12 -0
- package/svgs_raw/editor/addon.svg +12 -0
- package/svgs_raw/editor/advanced.svg +12 -0
- package/svgs_raw/editor/align-center.svg +12 -0
- package/svgs_raw/editor/align-image-center.svg +1 -0
- package/svgs_raw/editor/align-image-left.svg +1 -0
- package/svgs_raw/editor/align-image-right.svg +1 -0
- package/svgs_raw/editor/align-left.svg +12 -0
- package/svgs_raw/editor/align-right.svg +12 -0
- package/svgs_raw/editor/attachment.svg +12 -0
- package/svgs_raw/editor/background-color.svg +10 -0
- package/svgs_raw/editor/bold.svg +12 -0
- package/svgs_raw/editor/bullet-list.svg +12 -0
- package/svgs_raw/editor/close.svg +12 -0
- package/svgs_raw/editor/code.svg +12 -0
- package/svgs_raw/editor/collapse.svg +9 -0
- package/svgs_raw/editor/date.svg +12 -0
- package/svgs_raw/editor/decision.svg +12 -0
- package/svgs_raw/editor/divider.svg +12 -0
- package/svgs_raw/editor/done.svg +12 -0
- package/svgs_raw/editor/edit.svg +12 -0
- package/svgs_raw/editor/emoji.svg +12 -0
- package/svgs_raw/editor/error.svg +12 -0
- package/svgs_raw/editor/expand.svg +9 -0
- package/svgs_raw/editor/feedback.svg +12 -0
- package/svgs_raw/editor/file-preview.svg +4 -0
- package/svgs_raw/editor/file.svg +12 -0
- package/svgs_raw/editor/help.svg +12 -0
- package/svgs_raw/editor/hint.svg +12 -0
- package/svgs_raw/editor/horizontal-rule.svg +10 -0
- package/svgs_raw/editor/image-border.svg +12 -0
- package/svgs_raw/editor/image-resize.svg +12 -0
- package/svgs_raw/editor/image.svg +12 -0
- package/svgs_raw/editor/indent.svg +12 -0
- package/svgs_raw/editor/info.svg +12 -0
- package/svgs_raw/editor/italic.svg +12 -0
- package/svgs_raw/editor/layout-single.svg +3 -0
- package/svgs_raw/editor/layout-three-equal.svg +10 -0
- package/svgs_raw/editor/layout-three-with-sidebars.svg +10 -0
- package/svgs_raw/editor/layout-two-equal.svg +10 -0
- package/svgs_raw/editor/layout-two-left-sidebar.svg +10 -0
- package/svgs_raw/editor/layout-two-right-sidebar.svg +10 -0
- package/svgs_raw/editor/link.svg +12 -0
- package/svgs_raw/editor/media-center.svg +12 -0
- package/svgs_raw/editor/media-full-width.svg +12 -0
- package/svgs_raw/editor/media-wide.svg +12 -0
- package/svgs_raw/editor/media-wrap-left.svg +12 -0
- package/svgs_raw/editor/media-wrap-right.svg +12 -0
- package/svgs_raw/editor/mention.svg +12 -0
- package/svgs_raw/editor/more.svg +12 -0
- package/svgs_raw/editor/note.svg +12 -0
- package/svgs_raw/editor/number-list.svg +12 -0
- package/svgs_raw/editor/open.svg +12 -0
- package/svgs_raw/editor/outdent.svg +12 -0
- package/svgs_raw/editor/panel.svg +12 -0
- package/svgs_raw/editor/photo.svg +12 -0
- package/svgs_raw/editor/quote.svg +12 -0
- package/svgs_raw/editor/recent.svg +12 -0
- package/svgs_raw/editor/redo.svg +12 -0
- package/svgs_raw/editor/remove-emoji.svg +4 -0
- package/svgs_raw/editor/remove.svg +12 -0
- package/svgs_raw/editor/search.svg +12 -0
- package/svgs_raw/editor/settings.svg +9 -0
- package/svgs_raw/editor/strikethrough.svg +12 -0
- package/svgs_raw/editor/success.svg +12 -0
- package/svgs_raw/editor/table-display-options.svg +10 -0
- package/svgs_raw/editor/table.svg +12 -0
- package/svgs_raw/editor/task.svg +12 -0
- package/svgs_raw/editor/text-color.svg +12 -0
- package/svgs_raw/editor/text-style.svg +12 -0
- package/svgs_raw/editor/underline.svg +12 -0
- package/svgs_raw/editor/undo.svg +12 -0
- package/svgs_raw/editor/unlink.svg +12 -0
- package/svgs_raw/editor/warning.svg +12 -0
- package/svgs_raw/email.svg +13 -0
- package/svgs_raw/emoji/activity.svg +12 -0
- package/svgs_raw/emoji/atlassian.svg +15 -0
- package/svgs_raw/emoji/custom.svg +12 -0
- package/svgs_raw/emoji/emoji.svg +12 -0
- package/svgs_raw/emoji/flags.svg +12 -0
- package/svgs_raw/emoji/food.svg +12 -0
- package/svgs_raw/emoji/frequent.svg +12 -0
- package/svgs_raw/emoji/keyboard.svg +13 -0
- package/svgs_raw/emoji/nature.svg +12 -0
- package/svgs_raw/emoji/objects.svg +12 -0
- package/svgs_raw/emoji/people.svg +12 -0
- package/svgs_raw/emoji/productivity.svg +1 -0
- package/svgs_raw/emoji/symbols.svg +12 -0
- package/svgs_raw/emoji/travel.svg +12 -0
- package/svgs_raw/emoji-add.svg +12 -0
- package/svgs_raw/emoji.svg +12 -0
- package/svgs_raw/error.svg +14 -0
- package/svgs_raw/export.svg +12 -0
- package/svgs_raw/feedback.svg +15 -0
- package/svgs_raw/file.svg +14 -0
- package/svgs_raw/filter.svg +14 -0
- package/svgs_raw/flag-filled.svg +12 -0
- package/svgs_raw/folder-filled.svg +12 -0
- package/svgs_raw/folder.svg +12 -0
- package/svgs_raw/followers.svg +14 -0
- package/svgs_raw/following.svg +14 -0
- package/svgs_raw/googledrive.svg +12 -0
- package/svgs_raw/graph-bar.svg +15 -0
- package/svgs_raw/graph-line.svg +14 -0
- package/svgs_raw/gsuite.svg +12 -0
- package/svgs_raw/highlights.svg +13 -0
- package/svgs_raw/hipchat/audio-only.svg +13 -0
- package/svgs_raw/hipchat/chevron-double-down.svg +13 -0
- package/svgs_raw/hipchat/chevron-double-up.svg +13 -0
- package/svgs_raw/hipchat/chevron-down.svg +12 -0
- package/svgs_raw/hipchat/chevron-up.svg +12 -0
- package/svgs_raw/hipchat/dial-out.svg +12 -0
- package/svgs_raw/hipchat/lobby.svg +15 -0
- package/svgs_raw/hipchat/media-attachment-count.svg +12 -0
- package/svgs_raw/hipchat/outgoing-sound.svg +15 -0
- package/svgs_raw/hipchat/sd-video.svg +12 -0
- package/svgs_raw/home-circle.svg +9 -0
- package/svgs_raw/home.svg +9 -0
- package/svgs_raw/image-border.svg +16 -0
- package/svgs_raw/image-resize.svg +15 -0
- package/svgs_raw/image.svg +12 -0
- package/svgs_raw/info.svg +14 -0
- package/svgs_raw/invite-team.svg +15 -0
- package/svgs_raw/issue-raise.svg +14 -0
- package/svgs_raw/issue.svg +13 -0
- package/svgs_raw/issues.svg +15 -0
- package/svgs_raw/jira/capture.svg +12 -0
- package/svgs_raw/jira/failed-build-status.svg +14 -0
- package/svgs_raw/jira/labs.svg +14 -0
- package/svgs_raw/jira/test-session.svg +21 -0
- package/svgs_raw/label.svg +10 -0
- package/svgs_raw/lightbulb-filled.svg +12 -0
- package/svgs_raw/lightbulb.svg +12 -0
- package/svgs_raw/like.svg +10 -0
- package/svgs_raw/link-filled.svg +14 -0
- package/svgs_raw/link.svg +13 -0
- package/svgs_raw/list.svg +15 -0
- package/svgs_raw/location.svg +12 -0
- package/svgs_raw/lock-circle.svg +16 -0
- package/svgs_raw/lock-filled.svg +3 -0
- package/svgs_raw/lock.svg +13 -0
- package/svgs_raw/marketplace.svg +19 -0
- package/svgs_raw/media-services/actual-size.svg +10 -0
- package/svgs_raw/media-services/add-comment.svg +14 -0
- package/svgs_raw/media-services/annotate.svg +12 -0
- package/svgs_raw/media-services/arrow.svg +12 -0
- package/svgs_raw/media-services/audio.svg +13 -0
- package/svgs_raw/media-services/blur.svg +15 -0
- package/svgs_raw/media-services/brush.svg +12 -0
- package/svgs_raw/media-services/button-option.svg +12 -0
- package/svgs_raw/media-services/code.svg +13 -0
- package/svgs_raw/media-services/document.svg +15 -0
- package/svgs_raw/media-services/filter.svg +14 -0
- package/svgs_raw/media-services/fit-to-page.svg +10 -0
- package/svgs_raw/media-services/full-screen.svg +10 -0
- package/svgs_raw/media-services/grid.svg +15 -0
- package/svgs_raw/media-services/image.svg +15 -0
- package/svgs_raw/media-services/line-thickness.svg +12 -0
- package/svgs_raw/media-services/line.svg +12 -0
- package/svgs_raw/media-services/no-image.svg +12 -0
- package/svgs_raw/media-services/open-mediaviewer.svg +13 -0
- package/svgs_raw/media-services/oval.svg +12 -0
- package/svgs_raw/media-services/pdf.svg +16 -0
- package/svgs_raw/media-services/preselected.svg +12 -0
- package/svgs_raw/media-services/presentation.svg +15 -0
- package/svgs_raw/media-services/rectangle.svg +12 -0
- package/svgs_raw/media-services/scale-large.svg +14 -0
- package/svgs_raw/media-services/scale-small.svg +14 -0
- package/svgs_raw/media-services/spreadsheet.svg +18 -0
- package/svgs_raw/media-services/text.svg +16 -0
- package/svgs_raw/media-services/unknown.svg +13 -0
- package/svgs_raw/media-services/video.svg +14 -0
- package/svgs_raw/media-services/zip.svg +16 -0
- package/svgs_raw/media-services/zoom-in.svg +10 -0
- package/svgs_raw/media-services/zoom-out.svg +10 -0
- package/svgs_raw/mention.svg +14 -0
- package/svgs_raw/menu-expand.svg +9 -0
- package/svgs_raw/menu.svg +14 -0
- package/svgs_raw/mobile.svg +3 -0
- package/svgs_raw/more-vertical.svg +14 -0
- package/svgs_raw/more.svg +14 -0
- package/svgs_raw/notification-all.svg +17 -0
- package/svgs_raw/notification-direct.svg +13 -0
- package/svgs_raw/notification.svg +13 -0
- package/svgs_raw/office-building-filled.svg +22 -0
- package/svgs_raw/office-building.svg +22 -0
- package/svgs_raw/open.svg +13 -0
- package/svgs_raw/overview.svg +12 -0
- package/svgs_raw/page-filled.svg +15 -0
- package/svgs_raw/page.svg +15 -0
- package/svgs_raw/pdf.svg +16 -0
- package/svgs_raw/people-group.svg +17 -0
- package/svgs_raw/people.svg +15 -0
- package/svgs_raw/person-circle.svg +14 -0
- package/svgs_raw/person-with-circle.svg +9 -0
- package/svgs_raw/person-with-cross.svg +9 -0
- package/svgs_raw/person-with-tick.svg +9 -0
- package/svgs_raw/person.svg +13 -0
- package/svgs_raw/portfolio.svg +12 -0
- package/svgs_raw/preferences.svg +17 -0
- package/svgs_raw/premium.svg +3 -0
- package/svgs_raw/presence-active.svg +12 -0
- package/svgs_raw/presence-busy.svg +13 -0
- package/svgs_raw/presence-unavailable.svg +13 -0
- package/svgs_raw/question-circle.svg +14 -0
- package/svgs_raw/question.svg +14 -0
- package/svgs_raw/questions.svg +12 -0
- package/svgs_raw/queues.svg +12 -0
- package/svgs_raw/quote.svg +12 -0
- package/svgs_raw/radio.svg +13 -0
- package/svgs_raw/recent.svg +12 -0
- package/svgs_raw/redo.svg +13 -0
- package/svgs_raw/refresh.svg +15 -0
- package/svgs_raw/retry.svg +11 -0
- package/svgs_raw/roadmap.svg +10 -0
- package/svgs_raw/room-menu.svg +16 -0
- package/svgs_raw/schedule-filled.svg +15 -0
- package/svgs_raw/schedule.svg +16 -0
- package/svgs_raw/screen.svg +14 -0
- package/svgs_raw/search.svg +12 -0
- package/svgs_raw/select-clear.svg +12 -0
- package/svgs_raw/send.svg +13 -0
- package/svgs_raw/settings.svg +12 -0
- package/svgs_raw/share.svg +16 -0
- package/svgs_raw/ship.svg +14 -0
- package/svgs_raw/shortcut.svg +14 -0
- package/svgs_raw/sign-in.svg +14 -0
- package/svgs_raw/sign-out.svg +14 -0
- package/svgs_raw/sprint.svg +9 -0
- package/svgs_raw/star-filled.svg +10 -0
- package/svgs_raw/star-large.svg +10 -0
- package/svgs_raw/star.svg +12 -0
- package/svgs_raw/status.svg +9 -0
- package/svgs_raw/stopwatch.svg +9 -0
- package/svgs_raw/subtask.svg +13 -0
- package/svgs_raw/suitcase.svg +3 -0
- package/svgs_raw/switcher.svg +13 -0
- package/svgs_raw/table.svg +15 -0
- package/svgs_raw/task.svg +13 -0
- package/svgs_raw/teams.svg +3 -0
- package/svgs_raw/trash.svg +14 -0
- package/svgs_raw/tray.svg +15 -0
- package/svgs_raw/undo.svg +13 -0
- package/svgs_raw/unlink.svg +17 -0
- package/svgs_raw/unlock-circle.svg +16 -0
- package/svgs_raw/unlock-filled.svg +13 -0
- package/svgs_raw/unlock.svg +14 -0
- package/svgs_raw/upload.svg +14 -0
- package/svgs_raw/user-avatar-circle.svg +14 -0
- package/svgs_raw/vid-audio-muted.svg +10 -0
- package/svgs_raw/vid-audio-on.svg +13 -0
- package/svgs_raw/vid-backward.svg +3 -0
- package/svgs_raw/vid-camera-off.svg +10 -0
- package/svgs_raw/vid-camera-on.svg +10 -0
- package/svgs_raw/vid-connection-circle.svg +15 -0
- package/svgs_raw/vid-forward.svg +10 -0
- package/svgs_raw/vid-full-screen-off.svg +15 -0
- package/svgs_raw/vid-full-screen-on.svg +10 -0
- package/svgs_raw/vid-hang-up.svg +12 -0
- package/svgs_raw/vid-hd-circle.svg +13 -0
- package/svgs_raw/vid-pause.svg +10 -0
- package/svgs_raw/vid-play.svg +10 -0
- package/svgs_raw/vid-raised-hand.svg +14 -0
- package/svgs_raw/vid-share-screen.svg +16 -0
- package/svgs_raw/vid-speaking-circle.svg +14 -0
- package/svgs_raw/vid-volume-full.svg +10 -0
- package/svgs_raw/vid-volume-half.svg +10 -0
- package/svgs_raw/vid-volume-muted.svg +10 -0
- package/svgs_raw/video-circle.svg +14 -0
- package/svgs_raw/video-filled.svg +13 -0
- package/svgs_raw/warning.svg +14 -0
- package/svgs_raw/watch-filled.svg +13 -0
- package/svgs_raw/watch.svg +13 -0
- package/svgs_raw/world-small.svg +12 -0
- package/svgs_raw/world.svg +12 -0
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>icons/gsuite</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="Global" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="icons/gsuite" fill-rule="nonzero" fill="#42526E">
|
|
9
|
+
<path d="M16.8294679,7.66166439 C16.20191,7.02046385 15.5197817,6.52933151 14.7967258,6.18826739 C14.0736698,5.84720327 13.159618,5.6834925 12.1091405,5.6834925 C11.2633015,5.6834925 10.4583902,5.83356071 9.70804911,6.13369714 C8.95770805,6.43383356 8.30286494,6.85675307 7.74351978,7.40245566 C7.17053206,7.94815825 6.72032742,8.61664393 6.39290587,9.39427012 C6.06548431,10.1718963 5.90177353,11.0313779 5.90177353,11.9863574 C5.90177353,12.941337 6.06548431,13.8008186 6.39290587,14.5784447 C6.72032742,15.3560709 7.17053206,16.0109141 7.74351978,16.5566166 C8.3165075,17.1023192 8.98499318,17.5388813 9.73533424,17.8390177 C10.4856753,18.1391542 11.3042292,18.2892224 12.1637108,18.2892224 C13.0777626,18.2892224 13.8826739,18.1664393 14.5648022,17.9072306 C15.2469304,17.6480218 15.8335607,17.2933151 16.324693,16.8567531 C16.6521146,16.5566166 16.952251,16.1882674 17.2114598,15.7517053 C17.4706685,15.3015007 17.675307,14.8103683 17.8253752,14.2646658 L12.0545703,14.2646658 L12.0545703,10.9904502 L21.46794,10.9904502 C21.5225102,11.2087312 21.5634379,11.46794 21.6043656,11.7953615 C21.6452933,12.1227831 21.6589359,12.4229195 21.6589359,12.7366985 C21.6589359,14.0327422 21.46794,15.2060027 21.0859482,16.2837653 C20.7039563,17.361528 20.1173261,18.3028649 19.3533424,19.1350614 C18.4938608,20.0491132 17.4706685,20.744884 16.2701228,21.2496589 C15.0695771,21.7544338 13.691678,22 12.1500682,22 C10.7585266,22 9.44884038,21.7544338 8.22100955,21.2496589 C6.99317872,20.744884 5.9154161,20.0491132 4.98772169,19.1623465 C4.07366985,18.2755798 3.35061392,17.2251023 2.80491132,16.0109141 C2.25920873,14.7967258 2,13.4461119 2,12 C2,10.5538881 2.2728513,9.21691678 2.80491132,7.98908595 C3.33697135,6.76125512 4.06002729,5.71077763 4.98772169,4.82401091 C5.90177353,3.9372442 6.97953615,3.25511596 8.22100955,2.75034106 C9.46248295,2.24556617 10.7721692,2 12.1500682,2 C13.7326057,2 15.1377899,2.2728513 16.3519782,2.81855389 C17.5661664,3.36425648 18.6166439,4.11459754 19.5034106,5.06957708 L16.8294679,7.66166439 Z" id="XMLID_69_"></path>
|
|
10
|
+
</g>
|
|
11
|
+
</g>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>icons/highlights</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="Global" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="icons/highlights" fill="#42526E">
|
|
9
|
+
<path d="M19,7.00000836 C20.105111,7.00316447 21,7.89901542 21,9.00585866 L21,18.9941413 C21,20.1019465 20.1029399,21 18.9941413,21 L9.00585866,21 C7.90000531,21 7.00316514,20.1060981 7.00000836,19 L17.9991283,19 C18.5553691,19 19,18.5518945 19,17.9991283 L19,7.00000777 Z M3,5.00585866 C3,3.89805351 3.89706013,3 5.00585866,3 L14.9941413,3 C16.1019465,3 17,3.89706013 17,5.00585866 L17,14.9941413 C17,16.1019465 16.1029399,17 14.9941413,17 L5.00585866,17 C3.89805351,17 3,16.1029399 3,14.9941413 L3,5.00585866 Z M5,5 L5,15 L15,15 L15,5 L5,5 Z" id="Combined-Shape" fill-rule="nonzero"></path>
|
|
10
|
+
<path d="M9.57732379,6.77002874 L8.76257812,8.51345469 L6.89636697,8.79994859 C6.79971806,8.81453203 6.71007269,8.86016406 6.64003724,8.92884733 C6.45607747,9.1104346 6.45280915,9.4082189 6.6335006,9.59404007 L7.99779106,10.998754 L7.68076395,12.953875 C7.66348854,13.0573703 7.68169776,13.1641587 7.73212328,13.2563636 C7.85678637,13.4840533 8.14066337,13.5668496 8.3666444,13.4412439 L10.0003379,12.5351893 L11.6330975,13.4412439 C11.7246105,13.4920507 11.8310644,13.510868 11.9337831,13.4939324 C12.1887121,13.4520639 12.3609993,13.2097907 12.3194449,12.953875 L12.0019509,10.998754 L13.3662413,9.59404007 C13.4348761,9.52347507 13.4796988,9.43315187 13.4946397,9.33577217 C13.5333926,9.07891556 13.3578371,8.83899456 13.103375,8.79994859 L11.2371638,8.51345469 L10.4224182,6.77002874 C10.3761948,6.67123774 10.2972882,6.59126407 10.1987716,6.54469117 C10.1348059,6.514113 10.067105,6.5 10.0003379,6.5 C9.82524927,6.5 9.6571642,6.59973187 9.57732379,6.77002874 Z" id="Clip-2"></path>
|
|
11
|
+
</g>
|
|
12
|
+
</g>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>hipchat/audio-only</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="HipChat" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="hipchat/audio-only" fill="#42526E">
|
|
9
|
+
<path d="M11.9829909,15.9844 C9.77577695,15.9844 7.98078971,14.1904 7.98078971,11.9844 C7.98078971,9.7784 9.77577695,7.9844 11.9829909,7.9844 C14.1902049,7.9844 15.9851921,9.7784 15.9851921,11.9844 C15.9851921,14.1904 14.1902049,15.9844 11.9829909,15.9844 M12.0000003,4.0004 C6.47996426,4.0004 1.9995,8.8404 1.9995,12.0004 C1.9995,15.0864 6.57701763,20.0004 12.0000003,20.0004 C17.4229829,20.0004 21.9995,15.0864 21.9995,12.0004 C21.9995,8.8404 17.5190357,4.0004 12.0000003,4.0004" id="Fill-3"></path>
|
|
10
|
+
<circle id="Oval-2" cx="12" cy="12" r="2"></circle>
|
|
11
|
+
</g>
|
|
12
|
+
</g>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>hipchat/chevron-double-down</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="HipChat" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="hipchat/chevron-double-down" fill="#42526E">
|
|
9
|
+
<path d="M14.30175,13.294 L11.99375,15.621 L9.69675,13.304 C9.30975,12.912 8.67975,12.912 8.29175,13.304 C7.90275,13.696 7.90275,14.331 8.29175,14.723 L11.21975,17.678 C11.43375,17.893 11.71175,18 11.99075,18 C12.26975,18 12.55075,17.893 12.76775,17.678 L15.70875,14.713 C16.09575,14.321 16.09575,13.686 15.70875,13.294 C15.51375,13.098 15.25975,13 15.00575,13 C14.75075,13 14.49575,13.098 14.30175,13.294 Z" id="Shape-2"></path>
|
|
10
|
+
<path d="M14.30175,7.294 L11.99375,9.621 L9.69675,7.304 C9.30975,6.912 8.67975,6.912 8.29175,7.304 C7.90275,7.696 7.90275,8.331 8.29175,8.723 L11.21975,11.678 C11.43375,11.893 11.71175,12 11.99075,12 C12.26975,12 12.55075,11.893 12.76775,11.678 L15.70875,8.713 C16.09575,8.321 16.09575,7.686 15.70875,7.294 C15.51375,7.098 15.25975,7 15.00575,7 C14.75075,7 14.49575,7.098 14.30175,7.294 Z" id="Shape"></path>
|
|
11
|
+
</g>
|
|
12
|
+
</g>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>hipchat/chevron-double-up</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="HipChat" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="hipchat/chevron-double-up" fill="#42526E">
|
|
9
|
+
<path d="M11.22075,6.322 L8.29175,9.277 C7.90275,9.669 7.90275,10.304 8.29175,10.696 C8.67975,11.088 9.30975,11.088 9.69675,10.696 L11.99475,8.379 L14.30175,10.706 C14.69075,11.098 15.32075,11.098 15.70875,10.706 C16.09675,10.314 16.09675,9.679 15.70875,9.287 L12.76875,6.322 C12.55075,6.107 12.26975,6 11.99075,6 C11.71175,6 11.43375,6.107 11.22075,6.322 Z" id="Clip-4"></path>
|
|
10
|
+
<path d="M11.22075,12.322 L8.29175,15.277 C7.90275,15.669 7.90275,16.304 8.29175,16.696 C8.67975,17.088 9.30975,17.088 9.69675,16.696 L11.99475,14.379 L14.30175,16.706 C14.69075,17.098 15.32075,17.098 15.70875,16.706 C16.09675,16.314 16.09675,15.679 15.70875,15.287 L12.76875,12.322 C12.55075,12.107 12.26975,12 11.99075,12 C11.71175,12 11.43375,12.107 11.22075,12.322 Z" id="Clip-4-Copy"></path>
|
|
11
|
+
</g>
|
|
12
|
+
</g>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>hipchat/chevron-down</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="HipChat" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="hipchat/chevron-down" fill-rule="nonzero" fill="#42526E">
|
|
9
|
+
<path d="M6.74410208,8.74427062 L6.74410208,8.74427062 L6.74410208,8.74427062 C6.33302859,9.15528432 6.3326554,9.82161743 6.74326826,10.2330913 L11.2914037,14.790764 L11.2914037,14.790764 C11.6815187,15.1816971 12.3146834,15.1823602 12.7056165,14.7922452 C12.706079,14.7917836 12.7065411,14.7913216 12.7070028,14.7908591 L17.2566316,10.2329149 L17.2566316,10.2329149 C17.6672998,9.82149615 17.6670161,9.1551629 17.2559978,8.74409392 L17.2559978,8.74409392 L17.2559978,8.74409392 C16.845497,8.33354253 16.1799027,8.33350151 15.7693513,8.7440023 C15.7691098,8.74424377 15.7688684,8.74448537 15.7686272,8.74472708 L11.9993555,12.5208878 L8.23147242,8.74510363 L8.23147242,8.74510363 C7.82137659,8.33414785 7.15578275,8.33345072 6.74482696,8.74354655 C6.74458522,8.74378779 6.74434359,8.74402914 6.74410208,8.74427062 Z" id="Path-8"></path>
|
|
10
|
+
</g>
|
|
11
|
+
</g>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>hipchat/chevron-up</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="HipChat" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="hipchat/chevron-up" fill="#42526E">
|
|
9
|
+
<path d="M11.294,8.708 L11.293,8.709 L6.744,13.268 C6.332,13.679 6.333,14.345 6.744,14.756 C7.154,15.167 7.82,15.167 8.23,14.756 L8.231,14.755 L12.001,10.979 L15.769,14.755 C16.178,15.166 16.844,15.167 17.255,14.756 C17.256,14.756 17.256,14.756 17.256,14.756 C17.667,14.345 17.667,13.679 17.257,13.267 L12.709,8.709 C12.514,8.514 12.257,8.416 12.001,8.416 C11.745,8.416 11.489,8.513 11.294,8.708 Z" id="Clip-2"></path>
|
|
10
|
+
</g>
|
|
11
|
+
</g>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>hipchat/dial-out</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="HipChat" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="hipchat/dial-out" fill="#42526E">
|
|
9
|
+
<path d="M7.794,5.3639 C6.068,7.4969 7.183,10.3209 8.06,12.4529 C8.476,13.4649 9.133,14.4779 9.689,15.2929 C10.662,16.7169 12.878,19.4239 15.59,19.0149 C16.758,18.8389 18.117,17.4599 17.187,16.5789 L15.318,14.6399 C15.318,14.6399 14.795,14.2029 14.147,14.5599 L13.099,15.1719 C13.099,15.1719 12.671,15.3739 12.3,14.8969 C11.137,13.5259 10.305,12.0999 9.722,10.4009 C9.495,9.7379 9.89,9.5729 9.89,9.5729 L10.657,9.1239 C11.294,8.7449 11.181,8.0719 11.181,8.0719 L10.743,5.3339 C10.611,4.7659 10.142,4.5309 9.598,4.5309 C8.95,4.5309 8.198,4.8649 7.794,5.3639 Z" id="Clip-2"></path>
|
|
10
|
+
</g>
|
|
11
|
+
</g>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>hipchat/lobby</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="HipChat" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="hipchat/lobby" fill="#42526E">
|
|
9
|
+
<path d="M5,14 C5.48522966,10.6077059 8.40263923,8 11.9291111,8 C15.4555831,8 18.3729926,10.6077059 18.8582223,14 L5,14 Z" id="Combined-Shape"></path>
|
|
10
|
+
<rect id="Rectangle-6" x="4" y="15" width="16" height="2" rx="1"></rect>
|
|
11
|
+
<rect id="Rectangle-4" x="11" y="7" width="2" height="3"></rect>
|
|
12
|
+
<rect id="Rectangle-5" x="10" y="6" width="4" height="1" rx="0.5"></rect>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>hipchat/media-attachment-count</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="HipChat" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="hipchat/media-attachment-count" fill="#42526E">
|
|
9
|
+
<circle id="Oval-2" cx="12" cy="12" r="5"></circle>
|
|
10
|
+
</g>
|
|
11
|
+
</g>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>hipchat/outgoing-sound</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="HipChat" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="hipchat/outgoing-sound" fill="#42526E">
|
|
9
|
+
<path d="M17.2286372,7.65188338 C17.2682935,7.70019485 17.3527857,7.8126855 17.4673155,7.98244151 C17.6652117,8.27576308 17.8645632,8.61333601 18.0508782,8.98784585 C19.1891926,11.27596 19.2937767,13.6360903 17.7353049,15.8516582 C17.6189044,16.0171364 17.4932664,16.1814163 17.3581644,16.3444524 C16.9961705,16.7812933 17.0660741,17.4214241 17.5142984,17.7742246 C17.9625227,18.1270251 18.6193344,18.0588968 18.9813282,17.6220559 C19.1505398,17.4178576 19.3087783,17.2109505 19.4561562,17.0014338 C21.5008079,14.094699 21.3629931,10.9846601 19.9282544,8.10070671 C19.5362388,7.31272007 19.1397324,6.72501857 18.8578501,6.38161425 C18.4979343,5.94314534 17.8414532,5.87205548 17.3915585,6.22283061 C16.9416638,6.57360574 16.8687215,7.21341446 17.2286372,7.65188338 Z" id="Stroke-1" fill-rule="nonzero"></path>
|
|
10
|
+
<path d="M14.2135748,9.61891202 C14.293037,9.72024488 14.4387685,9.94947022 14.589962,10.2773064 C15.1978439,11.5953898 15.1978439,12.9973942 14.1859705,14.4180962 C13.8660822,14.8672295 13.9691439,15.4918699 14.4161654,15.8132695 C14.8631869,16.1346691 15.4848901,16.0311205 15.8047785,15.5819871 C17.28115,13.5091152 17.28115,11.355564 16.396085,9.4364585 C16.1740418,8.95499742 15.9465365,8.59714775 15.7771743,8.38117135 C15.4369887,7.94735545 14.8111902,7.87275587 14.3794141,8.21454852 C13.9476381,8.55634117 13.8733893,9.18509613 14.2135748,9.61891202 Z" id="Stroke-3" fill-rule="nonzero"></path>
|
|
11
|
+
<path d="M7,15 L7,9 L11.74,5.10809813 C12.3108571,4.78543676 13,5.22411121 13,5.90750074 L13,18.0924993 C13,18.7758888 12.3108571,19.2145632 11.74,18.8919019 L7,15 Z" id="Fill-11"></path>
|
|
12
|
+
<path d="M4,9 L6,9 L6,15 L4,15 L4,15 C3.44771525,15 3,14.5522847 3,14 L3,10 L3,10 C3,9.44771525 3.44771525,9 4,9 Z" id="Rectangle"></path>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>hipchat/sd-video</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="HipChat" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="hipchat/sd-video" fill="#42526E">
|
|
9
|
+
<path d="M20.9992,7 C21.5232,7 22.0002,7.39473684 22.0002,7.94078947 L22.0002,16.0592105 C22.0002,16.6052632 21.5232,17 20.9992,17 C20.8432,17 20.6822,16.9652256 20.5292,16.8881579 L17.0002,15.1174812 L17.0002,8.87406015 L20.5312,7.11090226 C20.6832,7.03477444 20.8432,7 20.9992,7 Z M3.99857245,6.0004 L14.0014276,6.0004 C15.1056388,6.0004 16,6.89659493 16,8.00307023 L16,15.9977298 C16,17.1042051 15.1056388,18.0004 14.0014276,18.0004 L3.99857245,18.0004 C2.89436117,18.0004 2,17.1042051 2,15.9977298 L2,8.00307023 C2,6.89659493 2.89436117,6.0004 3.99857245,6.0004 Z" id="Combined-Shape"></path>
|
|
10
|
+
</g>
|
|
11
|
+
</g>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 53 (72520) - https://sketchapp.com -->
|
|
4
|
+
<title>global/home-circle</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<g id="global/home-circle" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
7
|
+
<path d="M10.5,16 L9,16 C8.44771525,16 8,15.5522847 8,15 L8,10.0541074 L11.2799429,6.67500175 C11.290367,6.66436856 11.290367,6.66436856 11.3010002,6.65394442 C11.697296,6.26927824 12.3303908,6.27870593 12.715057,6.67500175 L16,10.0592587 L16,15 C16,15.5522847 15.5522847,16 15,16 L13.5,16 L13.5,13.5 C13.5,12.6715729 12.8284271,12 12,12 C11.1715729,12 10.5,12.6715729 10.5,13.5 L10.5,16 Z M18,12.0642764 C18.377111,12.2807242 18.8664432,12.2320161 19.1939997,11.914072 C19.5902955,11.5294058 19.5997232,10.8963111 19.215057,10.5000152 L14.1501711,5.28200229 C12.9961726,4.09311483 11.0968882,4.06483177 9.90800076,5.21883031 C9.87610121,5.25010274 9.87610121,5.25010274 9.84482878,5.28200229 L4.77994289,10.5000152 C4.39527671,10.8963111 4.40470439,11.5294058 4.80100021,11.914072 C5.13000632,12.2334232 5.62222317,12.28115 6,12.0613872 L6,15 C6,16.6568542 7.34314575,18 9,18 L15,18 C16.6568542,18 18,16.6568542 18,15 L18,12.0642764 Z M12,22 C6.47715253,22 2,17.5228475 2,12 C2,6.47715253 6.47715253,2 12,2 C17.5228475,2 22,6.47715253 22,12 C22,17.5228475 17.5228475,22 12,22 Z" id="Combined-Shape" fill="#42526E"></path>
|
|
8
|
+
</g>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 53 (72520) - https://sketchapp.com -->
|
|
4
|
+
<title>global/home-filled</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<g id="global/home-filled" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
7
|
+
<path d="M10,19 L10,14.5 C10,13.3954305 10.8954305,12.5 12,12.5 C13.1045695,12.5 14,13.3954305 14,14.5 L14,19 L18,19 C18.5522847,19 19,18.5522847 19,18 L19,10.1689678 L12.7071068,3.87289326 C12.3165825,3.48236897 11.6834175,3.48236897 11.2928932,3.87289326 L5,10.1689685 L5,18 C5,18.5522847 5.44771525,19 6,19 L10,19 Z M21,12.1699789 L21,18 C21,19.6568542 19.6568542,21 18,21 L6,21 C4.34314575,21 3,19.6568542 3,18 L3,12.1699798 L2.96000004,12.21 C2.56947575,12.6005243 1.93052425,12.6005243 1.53999996,12.21 C1.14947567,11.8194757 1.14947567,11.1805243 1.53999996,10.79 L9.87867966,2.4586797 C11.0502525,1.28710682 12.9497475,1.28710682 14.1213203,2.4586797 L22.4599991,10.79 C22.8505234,11.1805243 22.8505234,11.8194757 22.4599991,12.21 C22.0694748,12.6005243 21.4305252,12.6005243 21.0400009,12.21 L21,12.1699789 Z" id="icon" fill="#42526E" fill-rule="nonzero"></path>
|
|
8
|
+
</g>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>icons/image-border</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="Global" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="icons/image-border" fill="#42526E">
|
|
9
|
+
<path d="M3,17 L3,20.41 C3,20.736 3.262,21 3.59,21 L7,21 L7,19 L5,19 L5,17 L3,17 Z" id="Clip-2"></path>
|
|
10
|
+
<path d="M19,17 L19,19 L17,19 L17,21 L20.41,21 C20.738,21 21,20.736 21,20.41 L21,17 L19,17 Z" id="Mask"></path>
|
|
11
|
+
<path d="M3.59,3 C3.264,3 3,3.262 3,3.59 L3,7 L5,7 L5,5 L7,5 L7,3 L3.59,3 Z" id="Clip-8"></path>
|
|
12
|
+
<path d="M17,3 L17,5 L19,5 L19,7 L21,7 L21,3.59 C21,3.264 20.738,3 20.41,3 L17,3 Z" id="Clip-11"></path>
|
|
13
|
+
<path d="M14,5 L16,5 L16,2.999 L14,2.999 L14,5 Z M8,5 L13,5 L13,2.999 L8,2.999 L8,5 Z M19,10 L21.001,10 L21.001,8 L19,8 L19,10 Z M3,12 L5,12 L5,8 L3,8 L3,12 Z M19,16 L21.001,16 L21.001,11 L19,11 L19,16 Z M3,16 L5,16 L5,13 L3,13 L3,16 Z M12,21 L16,21 L16,19 L12,19 L12,21 Z M8,21 L11,21 L11,19 L8,19 L8,21 Z" id="Fill-13"></path>
|
|
14
|
+
</g>
|
|
15
|
+
</g>
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>icons/image-resize</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="Global" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="icons/image-resize">
|
|
9
|
+
<rect id="Combined-Shape" fill="#42526E" x="3" y="3" width="18" height="18" rx="2"></rect>
|
|
10
|
+
<path d="M5,14 L5,17.89 C5,18.497 5.493,18.99 6.1,18.99 L10,18.99 C10.553,18.99 11,18.542 11,17.99 C11,17.438 10.553,16.99 10,16.99 L7,16.99 L7,14 C7,13.447 6.552,13 6,13 C5.448,13 5,13.447 5,14 Z" id="Clip-2" fill="#79F2C0"></path>
|
|
11
|
+
<path d="M5.70710678,18.1213203 C6.09763107,18.5118446 6.73355875,18.5090819 7.11722475,18.1254159 L18.1254159,7.11722475 C18.5136783,6.72896239 18.5145673,6.10035374 18.1213203,5.70710678 L18.1213203,5.70710678 C17.7307961,5.31658249 17.0948684,5.31934519 16.7112024,5.70301119 L5.70301119,16.7112024 C5.31474883,17.0994647 5.31385983,17.7280734 5.70710678,18.1213203 L5.70710678,18.1213203 Z" id="Line" fill="#79F2C0"></path>
|
|
12
|
+
<path d="M17,7 L17,9.99 C17,10.5422847 17.4477153,10.99 18,10.99 C18.5522847,10.99 19,10.5422847 19,9.99 L19,6.1 C19,5.49271525 18.5072847,5 17.9,5 L14,5 C13.4477153,5 13,5.44771525 13,6 C13,6.55228475 13.4477153,7 14,7 L17,7 Z" id="Stroke-1" fill="#79F2C0"></path>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>icons/image</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="Global" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="icons/image" fill="#42526E">
|
|
9
|
+
<path d="M3,4.99508929 C3,3.8932319 3.8926228,3 4.99508929,3 L19.0049107,3 C20.1067681,3 21,3.8926228 21,4.99508929 L21,19.0049107 C21,20.1067681 20.1073772,21 19.0049107,21 L4.99508929,21 C3.8932319,21 3,20.1073772 3,19.0049107 L3,4.99508929 Z M10.5,16.5 L9,15 L6,18 L10.5,18 L18,18 L18,15.2999997 L15,12 L10.5,16.5 Z M8,10 C9.1045695,10 10,9.1045695 10,8 C10,6.8954305 9.1045695,6 8,6 C6.8954305,6 6,6.8954305 6,8 C6,9.1045695 6.8954305,10 8,10 Z" id="Shape"></path>
|
|
10
|
+
</g>
|
|
11
|
+
</g>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>icons/info</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="Global" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="icons/info">
|
|
9
|
+
<path d="M2,12 C2,17.5233333 6.47666667,22 12,22 C17.5233333,22 22,17.5233333 22,12 C22,6.47666667 17.5233333,2 12,2 C6.47666667,2 2,6.47666667 2,12 Z" id="Combined-Shape" fill="#42526E"></path>
|
|
10
|
+
<rect id="Rectangle" fill="#79F2C0" x="11" y="10" width="2" height="7" rx="1"></rect>
|
|
11
|
+
<circle id="Oval" fill="#79F2C0" cx="12" cy="8" r="1"></circle>
|
|
12
|
+
</g>
|
|
13
|
+
</g>
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>icons/invite-team</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="Global" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="icons/invite-team" fill="#42526E">
|
|
9
|
+
<rect id="Rectangle-3-Copy" x="18" y="5" width="2" height="6" rx="1"></rect>
|
|
10
|
+
<rect id="Rectangle-Copy" x="16" y="7" width="6" height="2" rx="1"></rect>
|
|
11
|
+
<path d="M5,14.0001103 C5,12.8954799 5.90195036,12 7.0085302,12 L14.9914698,12 C16.1007504,12 17,12.8938878 17,14.006104 L17,18.4460997 C17,21.8513001 5,21.8513001 5,18.4460997 C5,21.8513001 5,14.0001103 5,14.0001103 Z" id="Rectangle-7"></path>
|
|
12
|
+
<circle id="Oval-2" cx="11" cy="7" r="4"></circle>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>icons/issue-raise</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="Global" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="icons/issue-raise" fill="#42526E">
|
|
9
|
+
<rect id="Rectangle-37" x="11" y="9" width="2" height="6" rx="1"></rect>
|
|
10
|
+
<path d="M5,15.9914698 C5,15.9978202 19.0049107,16 19.0049107,16 C18.9994849,16 19,8.0085302 19,8.0085302 C19,8.00217984 4.99508929,8 4.99508929,8 C5.00051505,8 5,15.9914698 5,15.9914698 Z M3,8.0085302 C3,6.8992496 3.8926228,6 4.99508929,6 L19.0049107,6 C20.1067681,6 21,6.90195036 21,8.0085302 L21,15.9914698 C21,17.1007504 20.1073772,18 19.0049107,18 L4.99508929,18 C3.8932319,18 3,17.0980496 3,15.9914698 L3,8.0085302 Z" id="Rectangle-42" fill-rule="nonzero"></path>
|
|
11
|
+
<rect id="Rectangle-44" x="9" y="11" width="6" height="2" rx="1"></rect>
|
|
12
|
+
</g>
|
|
13
|
+
</g>
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>icons/issue</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="Global" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="icons/issue" fill="#42526E">
|
|
9
|
+
<path d="M5,15.9914698 C5,15.9978202 19.0049107,16 19.0049107,16 C18.9994849,16 19,8.0085302 19,8.0085302 C19,8.00217984 4.99508929,8 4.99508929,8 C5.00051505,8 5,15.9914698 5,15.9914698 Z M3,8.0085302 C3,6.8992496 3.8926228,6 4.99508929,6 L19.0049107,6 C20.1067681,6 21,6.90195036 21,8.0085302 L21,15.9914698 C21,17.1007504 20.1073772,18 19.0049107,18 L4.99508929,18 C3.8932319,18 3,17.0980496 3,15.9914698 L3,8.0085302 Z" id="Rectangle-42" fill-rule="nonzero"></path>
|
|
10
|
+
<path d="M10.6741727,14.3311118 C11.0335476,14.6904868 11.6153491,14.6904868 11.974724,14.3301927 L14.7320768,11.5682444 C15.0896135,11.2088694 15.0896135,10.627068 14.7302385,10.2686121 C14.3727018,9.91107537 13.7890621,9.90923714 13.4306063,10.2704503 L11.3230697,12.3807443 L10.5684741,11.6261488 C10.2100183,11.2676929 9.62821687,11.2676929 9.26884189,11.6261488 C8.91038604,11.9855238 8.91038604,12.5673252 9.26884189,12.925781 L10.6741727,14.3311118 Z" id="Fill-1"></path>
|
|
11
|
+
</g>
|
|
12
|
+
</g>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>icons/issues</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="Global" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="icons/issues" fill="#42526E">
|
|
9
|
+
<path d="M5,12.9914698 C5,12.9978202 19.0049107,13 19.0049107,13 C18.9994849,13 19,5.0085302 19,5.0085302 C19,5.00217984 4.99508929,5 4.99508929,5 C5.00051505,5 5,12.9914698 5,12.9914698 Z M3,5.0085302 C3,3.8992496 3.8926228,3 4.99508929,3 L19.0049107,3 C20.1067681,3 21,3.90195036 21,5.0085302 L21,12.9914698 C21,14.1007504 20.1073772,15 19.0049107,15 L4.99508929,15 C3.8932319,15 3,14.0980496 3,12.9914698 L3,5.0085302 Z" id="Rectangle-42" fill-rule="nonzero"></path>
|
|
10
|
+
<path d="M18.9999823,19 C18.9953975,20.1053568 18.1000963,21 16.9941413,21 L7.00585866,21 C5.90090142,21 5.00461875,20.1026811 5.00001779,19 L18.9999836,19 Z" id="Combined-Shape" fill-rule="nonzero"></path>
|
|
11
|
+
<path d="M19.9999647,16 C19.9953929,17.1053568 19.1026487,18 18.005922,18 L5.99404259,18 C4.89558466,18 4.0045739,17.1026811 4,16 L19.9999659,16 Z" id="Combined-Shape" fill-rule="nonzero"></path>
|
|
12
|
+
<path d="M10.6741727,11.3311118 C11.0335476,11.6904868 11.6153491,11.6904868 11.974724,11.3301927 L14.7320768,8.56824437 C15.0896135,8.2088694 15.0896135,7.62706797 14.7302385,7.26861211 C14.3727018,6.91107537 13.7890621,6.90923714 13.4306063,7.27045035 L11.3230697,9.38074431 L10.5684741,8.62614878 C10.2100183,8.26769292 9.62821687,8.26769292 9.26884189,8.62614878 C8.91038604,8.98552375 8.91038604,9.56732518 9.26884189,9.92578103 L10.6741727,11.3311118 Z" id="Fill-1"></path>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>jira/capture</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="JIRA" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="jira/capture" fill="#42526E">
|
|
9
|
+
<path d="M12,15 C10.3431458,15 9,13.6568542 9,12 C9,10.3431458 10.3431458,9 12,9 C13.6568542,9 15,10.3431458 15,12 C15,13.6568542 13.6568542,15 12,15 Z M13,3 C17,3 19,3 19,3 C20.1358643,3 21,4 21,5 C21,5 21,7 21,11 L19,9 L19,5 L15,5 L13,3 Z M3,11 C3,7 3,5 3,5 C3,3.86413574 4,3 5,3 C5,3 7,3 11,3 L9,5 L5,5 L5,9 L3,11 Z M11,21 C7,21 5,21 5,21 C3.86413574,21 3,20 3,19 C3,19 3,17 3,13 L5,15 L5,19 L9,19 L11,21 Z M21,13 C21,17 21,19 21,19 C21,20.1358643 20,21 19,21 C19,21 17,21 13,21 L15,19 L19,19 L19,15 L21,13 Z" id="Combined-Shape"></path>
|
|
10
|
+
</g>
|
|
11
|
+
</g>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>jira/failed-build-status</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="JIRA" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="jira/failed-build-status">
|
|
9
|
+
<circle id="Combined-Shape" fill="#42526E" cx="12" cy="12" r="10"></circle>
|
|
10
|
+
<path d="M12,14 L12,14 C11.448,14 11,13.552 11,13 L11,8 C11,7.448 11.448,7 12,7 L12,7 C12.552,7 13,7.448 13,8 L13,13 C13,13.552 12.552,14 12,14" id="Fill-1" fill="#79F2C0"></path>
|
|
11
|
+
<path d="M12,17 L12,17 C11.448,17 11,16.552 11,16 L11,16 C11,15.448 11.448,15 12,15 L12,15 C12.552,15 13,15.448 13,16 L13,16 C13,16.552 12.552,17 12,17" id="Fill-3" fill="#79F2C0"></path>
|
|
12
|
+
</g>
|
|
13
|
+
</g>
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>jira/labs</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="JIRA" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="jira/labs" fill="#42526E">
|
|
9
|
+
<path d="M10.9354703,6 L10.9354703,10.738006 L6.9972298,19 L17.0023186,19 L13.0640781,10.738006 L13.0640781,6 L10.9354703,6 Z M18.8077038,18.1394279 C19.2829846,19.1365147 18.8599774,20.3301044 17.8628906,20.8053852 C17.5940975,20.9335107 17.3000867,21 17.0023186,21 L6.9972298,21 C5.8926603,21 4.9972298,20.1045695 4.9972298,19 C4.9972298,18.7022318 5.06371912,18.4082211 5.1918446,18.1394279 L8.93547031,10.2857143 L8.93547031,4 L15.0640781,4 L15.0640781,10.2857143 L18.8077038,18.1394279 Z" id="Combined-Shape" fill-rule="nonzero"></path>
|
|
10
|
+
<polygon id="Rectangle-3-Copy" points="9 13 15 13 18 20 6 20"></polygon>
|
|
11
|
+
<rect id="Rectangle" x="8" y="3" width="8" height="2" rx="1"></rect>
|
|
12
|
+
</g>
|
|
13
|
+
</g>
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>jira/test-session</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="JIRA" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="jira/test-session" fill="#42526E">
|
|
9
|
+
<path d="M7,9.306 C7,6.376 9.238,4 12,4 C14.761,4 16.999,6.376 16.999,9.306 L16.999,15.694 C16.999,18.624 14.761,21 12,21 C9.238,21 7,18.624 7,15.694 L7,9.306 Z M8.999,15.694 C8.999,17.452 10.343,18.877 12,18.877 C13.657,18.877 15,17.452 15,15.694 L15,9.306 C15,7.548 13.657,6.123 12,6.123 C10.343,6.123 8.999,7.548 8.999,9.306 L8.999,15.694 Z" id="Clip-2"></path>
|
|
10
|
+
<path d="M3.99940008,12.3972 C3.44617884,12.3972 2.999,12.8452 2.999,13.3972 C2.999,13.9492 3.44617884,14.3962 3.99940008,14.3962 L6.99959992,14.3962 C7.55282116,14.3962 8,13.9492 8,13.3972 C8,12.8452 7.55282116,12.3972 6.99959992,12.3972 L3.99940008,12.3972 Z" id="Clip-5"></path>
|
|
11
|
+
<path d="M17,12.3972 C16.449,12.3972 16,12.8452 16,13.3972 C16,13.9492 16.449,14.3962 17,14.3962 L20.001,14.3962 C20.553,14.3962 21.001,13.9492 21.001,13.3972 C21.001,12.8452 20.553,12.3972 20.001,12.3972 L17,12.3972 Z" id="Clip-17"></path>
|
|
12
|
+
<path d="M7.67276316,15.7392 L3.65061355,17.2192 C3.13721078,17.4082 2.87309028,17.9812 3.06005198,18.5012 C3.24701368,19.0202 3.81383408,19.2872 4.32822606,19.0982 L8.34938645,17.6182 C8.86278922,17.4302 9.12690972,16.8552 8.93994802,16.3372 C8.79453336,15.9312 8.41566388,15.6792 8.01107481,15.6792 C7.89830426,15.6792 7.78454449,15.6982 7.67276316,15.7392 Z" id="Clip-17"></path>
|
|
13
|
+
<path d="M3.06163727,8.27206735 C2.86974005,8.78209059 3.14083295,9.34725148 3.66778881,9.53432564 L7.63772602,10.934428 C8.16468187,11.1205176 8.74748084,10.8576292 8.93836273,10.3466213 C9.13025995,9.83561349 8.85916705,9.27045261 8.33221119,9.08436305 L4.36227398,7.68327605 C4.24754178,7.64290742 4.13077893,7.6242 4.0150314,7.6242 C3.60077708,7.6242 3.20987533,7.87231941 3.06163727,8.27206735 Z" id="Clip-11"></path>
|
|
14
|
+
<path d="M19.5980139,7.73999983 L15.6824293,9.10799983 C15.1428516,9.29699983 14.8626461,9.87099983 15.0595191,10.3899998 C15.2574337,10.9089998 15.8553442,11.1759998 16.394922,10.9869998 L20.3105065,9.61899983 C20.8511259,9.42999983 21.1302897,8.85599983 20.9334167,8.33799983 C20.7792517,7.93199983 20.3802974,7.67999983 19.9542602,7.67999983 C19.8365531,7.67999983 19.715721,7.69899983 19.5980139,7.73999983 Z" id="Clip-14"></path>
|
|
15
|
+
<path d="M15.0595191,16.3590822 C14.8626461,16.8943086 15.1428516,17.4884307 15.6824293,17.6826827 L19.5980139,19.0961764 C20.1386333,19.292495 20.7365438,19.0145493 20.9334167,18.4793228 C21.1302897,17.9430631 20.8511259,17.3499744 20.3105065,17.1546891 L16.394922,15.7411953 C16.2782565,15.6988319 16.1574244,15.6792 16.0386757,15.6792 C15.6136801,15.6792 15.2136842,15.9395804 15.0595191,16.3590822 Z" id="Clip-20"></path>
|
|
16
|
+
<path d="M8.715,9.3972 C8.163,9.3972 7.715,9.8442 7.715,10.3972 C7.715,10.9502 8.163,11.3972 8.715,11.3972 L14.715,11.3972 C15.268,11.3972 15.715,10.9502 15.715,10.3972 C15.715,9.8442 15.268,9.3972 14.715,9.3972 L8.715,9.3972 Z" id="Clip-23"></path>
|
|
17
|
+
<path d="M8.82927492,3.33022171 C8.35127492,3.60626643 8.18827492,4.21736544 8.46427492,4.69644305 L9.21427492,5.99565354 C9.49027492,6.47373099 10.1012749,6.63875773 10.5802749,6.36171284 C11.0582749,6.08566812 11.2212749,5.47356896 10.9462749,4.9954915 L10.1952749,3.69628102 C10.0102749,3.375229 9.67427492,3.1962 9.32927492,3.1962 C9.15927492,3.1962 8.98727492,3.23920697 8.82927492,3.33022171 Z" id="Clip-26"></path>
|
|
18
|
+
<path d="M13.9598492,3.71456959 L13.2154341,5.00363784 C12.939539,5.48389865 13.1040728,6.09879324 13.5826254,6.37609865 C14.0631844,6.65440878 14.6761732,6.48862838 14.9540748,6.00836757 L15.6964834,4.71929932 C15.974385,4.23803378 15.8098512,3.62414392 15.3302954,3.34583378 C15.1717811,3.25440338 15.0002245,3.2112 14.8296712,3.2112 C14.482545,3.2112 14.1454513,3.39104662 13.9598492,3.71456959 Z" id="Clip-29"></path>
|
|
19
|
+
</g>
|
|
20
|
+
</g>
|
|
21
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 49.3 (51167) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>icons/label</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="icons/label" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<path d="M11.4331,5.4277 L7.2261,6.0287 C6.3461,6.1547 5.6541,6.8457 5.5291,7.7257 L4.9281,11.9327 C4.8831,12.2447 4.9881,12.5587 5.2101,12.7817 L12.1051,19.6757 C12.4951,20.0667 13.1281,20.0667 13.5191,19.6757 L19.1761,14.0187 C19.5661,13.6287 19.5661,12.9957 19.1761,12.6047 L12.2821,5.7107 C12.0591,5.4877 11.7451,5.3827 11.4331,5.4277 M10.7861,11.2857 C10.1351,11.9367 9.0791,11.9367 8.4291,11.2857 C7.7781,10.6347 7.7781,9.5797 8.4291,8.9287 C9.0791,8.2777 10.1351,8.2777 10.7861,8.9287 C11.4361,9.5797 11.4361,10.6347 10.7861,11.2857" id="Fill-1" fill="#42526E"></path>
|
|
9
|
+
</g>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>icons/lightbulb-filled</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="Global" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="icons/lightbulb-filled" fill="#42526E">
|
|
9
|
+
<path d="M11.9979,4 C8.6849,4 5.9999,6.685 5.9999,9.998 C5.9999,12.216 8.2879,14.482 8.2879,14.482 C8.6779,14.869 8.9979,15.594 8.9979,16.093 C8.9979,16.592 9.4479,17 9.9979,17 L13.9979,17 C14.5479,17 14.9979,16.592 14.9979,16.093 C14.9979,15.594 15.3179,14.869 15.7079,14.482 C15.7079,14.482 17.9959,12.216 17.9959,9.998 C17.9959,6.685 15.3109,4 11.9979,4 L11.9979,4 Z M14.9628,19 C14.9628,18.45 14.5128,18 13.9628,18 L9.9628,18 C9.4128,18 8.9628,18.45 8.9628,19 L8.9628,19.003 C8.9628,19.553 9.4128,20.003 9.9628,20.003 L13.9628,20.003 C14.5128,20.003 14.9628,19.553 14.9628,19.003 L14.9628,19 Z" id="Shape"></path>
|
|
10
|
+
</g>
|
|
11
|
+
</g>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>icons/lightbulb</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="Global" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="icons/lightbulb" fill="#42526E">
|
|
9
|
+
<path d="M11.9979,4 C8.6849,4 5.9999,6.685 5.9999,9.998 C5.9999,12.216 8.2879,14.482 8.2879,14.482 C8.6779,14.869 8.9979,15.594 8.9979,16.093 C8.9979,16.592 9.4479,17 9.9979,17 L13.9979,17 C14.5479,17 14.9979,16.592 14.9979,16.093 C14.9979,15.594 15.3179,14.869 15.7079,14.482 C15.7079,14.482 17.9959,12.216 17.9959,9.998 C17.9959,6.685 15.3109,4 11.9979,4 L11.9979,4 Z M11.9979,6 C14.2019,6 15.9959,7.793 15.9959,9.998 C15.9959,11.027 14.8509,12.509 14.3009,13.062 C13.7939,13.563 13.3889,14.278 13.1709,15 L10.8249,15 C10.6079,14.278 10.2029,13.565 9.6999,13.066 C9.1449,12.509 7.9999,11.027 7.9999,9.998 C7.9999,7.793 9.7939,6 11.9979,6 Z M14.9628,19 C14.9628,18.45 14.5128,18 13.9628,18 L9.9628,18 C9.4128,18 8.9628,18.45 8.9628,19 L8.9628,19.003 C8.9628,19.553 9.4128,20.003 9.9628,20.003 L13.9628,20.003 C14.5128,20.003 14.9628,19.553 14.9628,19.003 L14.9628,19 Z" id="Shape"></path>
|
|
10
|
+
</g>
|
|
11
|
+
</g>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 49.3 (51167) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>global/like</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="global/like" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<path d="M4.00029867,12.0000027 L4.00029867,19.0000003 C3.99379083,19.2619469 4.0938648,19.5154845 4.27800285,19.7035645 C4.46214091,19.8916445 4.71487577,19.9984685 4.97933941,20 L5.99875297,20 L5.99875297,11.0000031 L4.97933941,11.0000031 C4.71487577,11.0015345 4.46214091,11.1083586 4.27800285,11.2964386 C4.0938648,11.4845186 3.99379083,11.7380562 4.00029867,12.0000027 Z M19.2814088,11.0400031 C18.7031035,10.3648275 17.8537454,9.97663317 16.959972,9.97900342 L14.3256459,9.97900342 C14.3660187,9.79800348 14.4063915,9.61900354 14.4366711,9.4470036 C14.9514245,6.5130046 14.4366711,5.44700497 13.9320109,4.85300517 C13.4705845,4.31076256 12.7907146,3.99849428 12.0748615,4.00000546 C10.5305357,4.05274499 9.2630356,5.22781051 9.10745966,6.75100452 C8.71382472,8.59000389 8.6532655,8.75100384 8.13851212,9.47600359 L7.37142865,10.5650032 C7.13702441,10.900368 7.01037109,11.2980817 7.00807332,11.7060028 L7.00807332,17.9790007 C7.0094101,18.5107601 7.22390249,19.0202137 7.60436426,19.3952867 C7.98482603,19.7703597 8.50009148,19.9803277 9.03680723,19.979 L16.2837274,19.979 C17.7690249,19.9867984 19.0398298,18.9240081 19.2814088,17.4720009 L19.9576535,13.4720022 C20.1064636,12.6021375 19.8588502,11.7116379 19.2814088,11.0400031 Z M17.2829545,17.140001 C17.2013522,17.6232979 16.7783039,17.9768163 16.2837274,17.9750007 L9.03680723,17.9750077 L9.03680723,11.7060028 L9.8038907,10.6170032 C10.5252697,9.572607 10.9727451,8.36664508 11.105914,7.1080044 C11.1422788,6.56547046 11.3606605,5.89943888 12.0748615,6.00000478 C12.7890625,6.10057068 12.6501741,7.91600412 12.4382168,9.10000372 C12.2228565,10.0810361 11.9326853,11.0444672 11.5702013,11.9820027 L16.959972,11.9740027 C17.2574249,11.9729101 17.5402185,12.1018688 17.7328364,12.3264423 C17.9254544,12.5510157 18.0082813,12.848334 17.9591992,13.1390023 L17.2829545,17.140001 Z" id="like" fill="#42526E"></path>
|
|
9
|
+
</g>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>icons/link-filled</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="Global" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="icons/link-filled">
|
|
9
|
+
<circle id="Combined-Shape" fill="#42526E" cx="12" cy="12" r="10"></circle>
|
|
10
|
+
<path d="M11.750733,16.1503381 L12.297516,15.6133097 C12.5334896,15.3815458 12.5334896,15.0063372 12.297516,14.7751661 L12.297516,14.7751661 C12.0621458,14.5434022 11.6795184,14.5434022 11.4441483,14.7751661 L10.8696037,15.3388681 C10.3059224,15.8924933 9.38677174,16.0009659 8.76877421,15.5066153 C8.05843916,14.9375786 8.01860729,13.9044214 8.65048562,13.2838158 L10.3439437,11.620569 C10.9390077,11.0355282 11.9046289,11.0355282 12.4996929,11.620569 L13.146659,12.2559933 L14.0000267,11.417257 L13.3536641,10.7824254 C12.2908773,9.73919152 10.5527593,9.73919152 9.49057601,10.7824254 L7.79651443,12.4456722 C6.66915175,13.5535155 6.73855577,15.4088121 8.00472649,16.4247797 C9.10855215,17.3091575 10.7434694,17.139632 11.750733,16.1503381" id="Fill-4" fill="#79F2C0"></path>
|
|
11
|
+
<path d="M12.2492937,7.84966194 L11.7025108,8.3866903 C11.4665371,8.6184542 11.4665371,8.99366275 11.7025108,9.2248339 L11.7025108,9.2248339 C11.9378809,9.4565978 12.3205083,9.4565978 12.5558784,9.2248339 L13.130423,8.66113195 C13.6941044,8.10750668 14.613255,7.99903407 15.2312525,8.49338468 C15.9415876,9.06242135 15.9814194,10.0955786 15.3495411,10.7161842 L13.656083,12.379431 C13.061019,12.9644718 12.0953979,12.9644718 11.5003338,12.379431 L10.8533677,11.7440067 L10,12.582743 L10.6463626,13.2175746 C11.7091494,14.2608085 13.4472675,14.2608085 14.5094507,13.2175746 L16.2035123,11.5543278 C17.330875,10.4464845 17.261471,8.59118786 15.9953002,7.57522029 C14.8914746,6.69084246 13.2565573,6.86036797 12.2492937,7.84966194" id="Fill-1" fill="#79F2C0"></path>
|
|
12
|
+
</g>
|
|
13
|
+
</g>
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>icons/link</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="Global" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="icons/link" fill="#42526E">
|
|
9
|
+
<path d="M12.8559321,5.45656332 L11.9185899,6.37718337 C11.5140636,6.77449291 11.5140636,7.41770758 11.9185899,7.81400098 L11.9185899,7.81400098 C12.3220816,8.21131051 12.9780142,8.21131051 13.3815059,7.81400098 L14.3664395,6.84765477 C15.3327503,5.89858288 16.9084371,5.71262983 17.9678615,6.56008802 C19.1855787,7.53557946 19.2538619,9.30670611 18.1706419,10.3706015 L15.2675709,13.2218817 C14.2474612,14.2248088 12.5921106,14.2248088 11.5720009,13.2218817 L10.462916,12.1325829 L9,13.5704166 L10.1080503,14.6586993 C11.9299704,16.4471002 14.9096014,16.4471002 16.7304869,14.6586993 L19.6345925,11.8074191 C21.5672142,9.90825917 21.4482359,6.72775061 19.2776576,4.98609193 C17.385385,3.47001565 14.5826696,3.76063081 12.8559321,5.45656332" id="Fill-1"></path>
|
|
10
|
+
<path d="M11.144116,19.5434367 L12.0814582,18.6228166 C12.4859845,18.2255071 12.4859845,17.5822924 12.0814582,17.185999 L12.0814582,17.185999 C11.6779665,16.7886895 11.0220339,16.7886895 10.6185422,17.185999 L9.63360863,18.1523452 C8.66729777,19.1014171 7.09161099,19.2873702 6.03218665,18.439912 C4.81446943,17.4644205 4.74618622,15.6932939 5.82940622,14.6293985 L8.73247719,11.7781183 C9.75258695,10.7751912 11.4079375,10.7751912 12.4280472,11.7781183 L13.5371321,12.8674171 L15.0000481,11.4295834 L13.8919979,10.3413007 C12.0700777,8.55289976 9.09044674,8.55289976 7.26956117,10.3413007 L4.3654556,13.1925809 C2.43283386,15.0917408 2.55181218,18.2722494 4.72239055,20.0139081 C6.61466312,21.5299844 9.41737847,21.2393692 11.144116,19.5434367" id="Fill-4"></path>
|
|
11
|
+
</g>
|
|
12
|
+
</g>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>icons/list</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="Global" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="icons/list" fill-rule="nonzero" fill="#42526E">
|
|
9
|
+
<path d="M3,18 C3,18.5522847 3.44494629,19 3.99339768,19 L20.0066023,19 C20.5552407,19 21,18.5561352 21,18 L21,17 L3,17 L3,18 Z" id="Line-Copy-3"></path>
|
|
10
|
+
<polygon id="Line" points="3 11 21 11 21 9 3 9"></polygon>
|
|
11
|
+
<path d="M3,7 L21,7 L21,6 C21,5.44771525 20.5550537,5 20.0066023,5 L3.99339768,5 C3.44475929,5 3,5.44386482 3,6 L3,7 Z" id="Line-Copy-2"></path>
|
|
12
|
+
<polygon id="Line-Copy" points="3 15 21 15 21 13 3 13"></polygon>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
</svg>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>icons/location</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="Global" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="icons/location" fill="#42526E">
|
|
9
|
+
<path d="M12,20.9999602 C9.71981408,20.9999602 6,12.3137085 6,9 C6,5.6862915 8.6862915,3 12,3 C15.3137085,3 18,5.6862915 18,9 C18,12.3137085 14.2801859,20.9999602 12,20.9999602 Z M12,12 C13.6081232,12 14.9117647,10.6963585 14.9117647,9.08823529 C14.9117647,7.48011205 13.6081232,6.17647059 12,6.17647059 C10.3918768,6.17647059 9.08823529,7.48011205 9.08823529,9.08823529 C9.08823529,10.6963585 10.3918768,12 12,12 Z" id="Oval-2"></path>
|
|
10
|
+
</g>
|
|
11
|
+
</g>
|
|
12
|
+
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<svg width="24px" height="24px" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>icons/lock-circle</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="Global" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="icons/lock-circle">
|
|
9
|
+
<circle id="Combined-Shape" fill="#42526E" cx="12" cy="12" r="10"></circle>
|
|
10
|
+
<path d="M12.02,8 L11.98,8 C10.886,8 10,8.886 10,9.98 L10,11 L11,11 L11,9.99 C11,9.443 11.443,9 11.99,9 L12.01,9 C12.557,9 13,9.443 13,9.99 L13,11 L14,11 L14,9.98 C14,8.886 13.114,8 12.02,8" id="Fill-4" fill="#79F2C0"></path>
|
|
11
|
+
<rect id="Rectangle-3" fill="#79F2C0" x="10" y="11" width="1" height="1"></rect>
|
|
12
|
+
<rect id="Rectangle-3-Copy" fill="#79F2C0" x="13" y="11" width="1" height="1"></rect>
|
|
13
|
+
<path d="M13.0002,12 L11.0002,12 L10.0002,12 C9.4482,12 9.0002,12.448 9.0002,13 L9.0002,15.0010434 C9.0002,15.5527519 9.45117518,16 9.99097797,16 L14.009422,16 C14.5566136,16 15.0002,15.5573397 15.0002,15.0010434 L15.0002,13 C15.0002,12.448 14.5522,12 14.0002,12 L13.0002,12 Z" id="Fill-1" fill="#79F2C0"></path>
|
|
14
|
+
</g>
|
|
15
|
+
</g>
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
|
|
2
|
+
<path fill="#42526E" fill-rule="evenodd" d="M8,10.0000169 L8,8.00236948 C8,5.79192185 9.79535615,4 12,4 C14.209139,4 16,5.79182182 16,8.00236948 L16,10.0000167 C17.1053568,10.0045532 18,10.8902855 18,11.999615 L18,18.000385 C18,19.1047419 17.0980496,20 15.9914698,20 L8.0085302,20 C6.8992496,20 6,19.1125667 6,18.000385 L6,11.999615 C6,10.8980972 6.89731892,10.0046044 8,10.0000177 Z M10,10 L14,10 L14,8.00236948 C14,6.89616855 13.1043465,6 12,6 C10.8982909,6 10,6.89812584 10,8.00236948 L10,10 Z M12,17 C13.1045695,17 14,16.1045695 14,15 C14,13.8954305 13.1045695,13 12,13 C10.8954305,13 10,13.8954305 10,15 C10,16.1045695 10.8954305,17 12,17 Z"/>
|
|
3
|
+
</svg>
|