@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,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/lock</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" fill-rule="nonzero" fill="#42526E">
|
|
9
|
+
<path d="M16,11 L16,9 L14,9 L14,7.00236948 C14,5.89616855 13.1043465,5 12,5 C10.8982909,5 10,5.89812584 10,7.00236948 L10,9 L8,9 L8,11 L7,11 L7,19 L17,19 L17,11 L16,11 Z M14,11 L10,11 L10,9 L14,9 L14,11 Z M8,9 L8,7.00236948 C8,4.79192185 9.79535615,3 12,3 C14.209139,3 16,4.79182182 16,7.00236948 L16,9 L16.9941413,9 C18.1019465,9 19,9.90195036 19,11.0085302 L19,18.9914698 C19,20.1007504 18.1029399,21 16.9941413,21 L7.00585866,21 C5.89805351,21 5,20.0980496 5,18.9914698 L5,11.0085302 C5,9.8992496 5.89706013,9 7.00585866,9 L8,9 Z M8,9 L10,9 L10,11 L8,11 L8,9 Z M14,9 L16,9 L16,11 L14,11 L14,9 Z" id="Combined-Shape"></path>
|
|
10
|
+
<circle id="Oval-7" cx="12" cy="15" r="2"></circle>
|
|
11
|
+
</g>
|
|
12
|
+
</g>
|
|
13
|
+
</svg>
|
|
@@ -0,0 +1,19 @@
|
|
|
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/marketplace</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/marketplace" fill="#42526E">
|
|
9
|
+
<rect id="Rectangle-49" x="4" y="11" width="2" height="5"></rect>
|
|
10
|
+
<path d="M4.55613518,3.88772964 C4.80127495,3.3974501 5.44994876,3 6.00684547,3 L17.9931545,3 C18.5492199,3 19.1990795,3.39815903 19.4438648,3.88772964 L21,7 L3,7 L4.55613518,3.88772964 Z M3,7 L21,7 L21,8 L3,8 L3,7 Z" id="Combined-Shape"></path>
|
|
11
|
+
<rect id="Rectangle-49-Copy" x="18" y="11" width="2" height="5"></rect>
|
|
12
|
+
<path d="M3,8 C3.14010904,9.12762911 4.09405082,10 5.25,10 C6.40594918,10 7.35989096,9.12762911 7.5,8 L3,8 Z" id="Combined-Shape"></path>
|
|
13
|
+
<path d="M7.5,8 C7.64010904,9.12762911 8.59405082,10 9.75,10 C10.9059492,10 11.859891,9.12762911 12,8 L7.5,8 Z" id="Combined-Shape-Copy"></path>
|
|
14
|
+
<path d="M12,8 C12.140109,9.12762911 13.0940508,10 14.25,10 C15.4059492,10 16.359891,9.12762911 16.5,8 L12,8 Z" id="Combined-Shape-Copy-2"></path>
|
|
15
|
+
<path d="M16.5,8 C16.640109,9.12762911 17.5940508,10 18.75,10 C19.9059492,10 20.859891,9.12762911 21,8 L16.5,8 Z" id="Combined-Shape-Copy-3"></path>
|
|
16
|
+
<path d="M4,16 L20,16 L20,18.9951185 C20,20.102384 19.1054862,21 18.0059397,21 L5.99406028,21 C4.8927712,21 4,20.1061002 4,18.9951185 L4,16 Z" id="Rectangle-48"></path>
|
|
17
|
+
</g>
|
|
18
|
+
</g>
|
|
19
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
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 50.2 (55047) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>actual-size-updated</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="actual-size-updated" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<path d="M16.5868023,6.003 L15,6.003 C14.447,6.003 14,5.555 14,5.002 C14,4.449 14.447,4 15,4 L18.9,4 C18.915904,4 18.9317297,4.00033913 18.9474703,4.00101054 C19.2116507,3.98901625 19.4807263,4.08378292 19.6828978,4.28589531 L19.7151068,4.31809491 C19.9156173,4.51854693 20.0110814,4.78845385 19.9989782,5.05413859 C19.9996571,5.07000845 20,5.08596457 20,5.102 L20,8.998 C20,9.552 19.552,10 19,10 C18.448,10 18,9.552 18,8.998 L18,7.41078714 L14.6914779,10.7189853 C14.50408,10.9053527 14.2561683,11 14.0082566,11 C13.7583928,11 13.5085289,10.9043769 13.317227,10.7141066 L13.285018,10.681907 C12.9092462,10.306245 12.902414,9.68664658 13.2801378,9.30805733 L16.5868023,6.003 Z M7.41319769,17.997 L9,17.997 C9.553,17.997 10,18.445 10,18.998 C10,19.551 9.553,20 9,20 L5.1,20 C5.08409604,20 5.06827035,19.9996609 5.05252973,19.9989895 C4.78834925,20.0109838 4.51927365,19.9162171 4.31710223,19.7141047 L4.28489322,19.6819051 C4.08438265,19.4814531 3.98891856,19.2115461 4.00102183,18.9458614 C4.00034293,18.9299916 4,18.9140354 4,18.898 L4,15.002 C4,14.448 4.448,14 5,14 C5.552,14 6,14.448 6,15.002 L6,16.5892129 L9.30852211,13.2810147 C9.49591996,13.0946473 9.7438317,13 9.99174345,13 C10.2416072,13 10.4914711,13.0956231 10.682773,13.2858934 L10.714982,13.318093 C11.0907538,13.693755 11.097586,14.3133534 10.7198622,14.6919427 L7.41319769,17.997 Z" id="Combined-Shape" 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>media-services/add-comment</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="Media-services" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="media-services/add-comment" fill="#42526E">
|
|
9
|
+
<path d="M14,4.18691261 C13.3567327,4.06460258 12.6874797,4 12.0004994,4 C7.03728983,4 3,7.37063462 3,11.5133308 C3,15.656027 7.03728983,19.0266617 12.0004994,19.0266617 C13.4208424,19.0266617 14.7602797,18.7422706 15.9568836,18.2505946 C16.9597137,19.2730004 18.2442151,19.8227563 19.1961045,19.9699587 L19.199101,19.9669546 C19.2510405,19.983978 19.3049775,20 19.3629099,20 C19.6475778,20 19.8773098,19.7686819 19.8773098,19.4832895 C19.8773098,19.4121918 19.8633261,19.3450995 19.8373564,19.2840155 L19.8373564,19.2830141 L19.8373564,19.2820128 C19.8373564,19.2820128 18.2741801,17.0219051 19.0712502,16.1657279 L19.0342933,16.1857554 C20.2608623,14.9019902 21,13.2787583 21,11.5133308 C21,11.3408192 20.992999,11.1696464 20.9792217,11 L18.9721995,11 C18.9921377,11.1690395 19.0023306,11.3402673 19.0023306,11.5133308 C19.0023306,14.5515083 15.8609955,17.0239079 12.0004994,17.0239079 C8.13900449,17.0239079 4.99766939,14.5515083 4.99766939,11.5133308 C4.99766939,8.47515334 8.13900449,6.00275379 12.0004994,6.00275379 C12.6949728,6.00275379 13.3661733,6.08276367 14,6.23168397 L14,4.18691261 Z" id="Combined-Shape"></path>
|
|
10
|
+
<rect id="Rectangle-37" x="17" y="4" width="2" height="6" rx="1"></rect>
|
|
11
|
+
<rect id="Rectangle-44" x="15" y="6" width="6" height="2" rx="1"></rect>
|
|
12
|
+
</g>
|
|
13
|
+
</g>
|
|
14
|
+
</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>media-services/annotate</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="Media-services" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="media-services/annotate" fill-rule="nonzero" fill="#42526E">
|
|
9
|
+
<path d="M9.86438759,10.7362841 C10.634577,9.99017661 11.7574347,10.2004178 12.5836408,11.0009517 C13.4098469,11.8014856 13.6271284,12.8892351 12.8567812,13.6353427 C11.0407372,15.3947134 7.3751971,15.6371439 8.09157902,14.8420527 C9.67882258,13.0811269 8.67004953,11.8932329 9.86438759,10.7362841 Z M19.9680013,4.02991948 C20.3704606,4.40837757 16.8683217,8.76246365 15.5407865,10.0102453 C14.882047,10.6294773 14.5290398,10.8362514 14.2646732,11.0260752 C14.150218,11.1084478 14.1146581,10.9993115 14.0875994,10.9501457 C13.9561961,10.7113851 13.6940107,10.3704307 13.4579468,10.1486887 C13.2219866,9.9269468 12.851486,9.70437583 12.5905406,9.57739709 C12.5382893,9.55192205 12.422279,9.51851702 12.5100902,9.41076848 C12.7120456,9.16246111 12.9320401,8.83049251 13.5907796,8.21135965 C14.9182111,6.96357797 19.5651273,3.65156051 19.9680013,4.02991948 Z M18.3795831,19.9456186 C18.2737834,19.9816085 18.161105,20 18.0477657,20 C17.6402707,20 17.2774755,19.7697139 17.1347964,19.3717662 C16.7919014,18.4152468 15.9950316,17.7296926 14.8784767,17.4391132 C12.6958255,16.8711263 11.6587358,17.1745897 9.82504807,18.433814 C9.74524787,18.4886049 9.74524787,18.4886049 9.66457132,18.5437936 C9.22846819,18.8415685 8.93598281,19.0248017 8.61638341,19.1881523 C7.13878461,19.9433576 5.98434277,20.0134289 5.13404216,19.6067148 C4.54792919,19.3263514 4.14541159,18.8131065 4.03439415,18.2001289 C3.78021553,16.7970912 4.96352111,15.5531144 6.63587448,15.0439828 C7.13810634,14.8911947 7.63092744,15.1472217 7.79071327,15.6452109 C7.94830315,16.1363376 7.70940613,16.6668353 7.17110725,16.8306704 C6.84179773,16.9309685 6.45356174,17.1424613 6.19273669,17.3636328 C5.99777196,17.5289566 5.86309026,17.7191141 5.88709469,17.7976249 C5.92923936,17.9356052 5.97512351,17.9833075 6.04623229,18.0119551 C6.20219556,18.0749842 6.49155497,18.0408219 6.86504897,17.9156439 C7.02939063,17.8605642 7.20460923,17.7900665 7.38851741,17.7068136 C7.58501692,17.6178608 7.73693057,17.5413161 7.9688261,17.4191601 C8.04459467,17.3792573 8.14606592,17.3094705 8.41435167,17.1163212 C9.50335416,16.3323907 10.2163816,15.917991 11.2594797,15.5960025 C12.8206021,15.1142233 14.4384372,15.2065125 16.0605984,15.8679255 C17.4599354,16.4385221 18.4599729,17.4569904 18.9444299,18.8081038 C19.1176817,19.2914142 18.8738538,19.7774941 18.3795831,19.9456186 Z" id="Combined-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>media-services/arrow</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="Media-services" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="media-services/arrow" fill-rule="nonzero" fill="#42526E">
|
|
9
|
+
<path d="M10.5272019,11.0782079 L9.6848819,9.2105282 C9.0967598,7.9064826 8.2291518,7.9423831 7.7426312,9.2809715 L4.0524004,19.4340882 C3.8891728,19.8831846 4.1202259,20.1097746 4.5657474,19.9476872 L14.7138822,16.2556448 C16.0530273,15.7684438 16.0833368,14.8988832 14.7842909,14.3124406 L12.928311,13.4745752 C13.3205614,13.1045093 13.7179234,12.7186023 14.1172824,12.3190473 C17.9792507,8.4551831 20.5655173,4.77815781 19.8938707,4.10618143 C19.222224,3.43420505 15.547003,6.0217414 11.6850347,9.8856055 C11.2846421,10.2861948 10.8979615,10.6847758 10.5272019,11.0782079 Z" id="Shape"></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 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>media-services/audio</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="Media-services" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="media-services/audio" fill-rule="nonzero">
|
|
9
|
+
<rect id="Rectangle-5-Copy" fill="#42526E" x="4" y="4" width="16" height="16" rx="2"></rect>
|
|
10
|
+
<path d="M16,9.28311395 L16,13.6 L15.9967195,13.6 C15.9452609,14.3818032 15.2948243,15 14.5,15 C13.6715729,15 13,14.3284271 13,13.5 C13,12.6715729 13.6715729,12 14.5,12 L14.5,12 L14.5,12 C14.6753177,12 14.8436105,12.0300771 15,12.0853529 L15,10.0048288 L11,10.4361596 L11,14.5999999 L10.9967196,14.5999999 C10.945261,15.3818031 10.2948243,16 9.5,16 L9.5,16 C8.67157288,16 8,15.3284271 8,14.5 L8,14.5 C8,13.6715729 8.67157288,13 9.5,13 C9.67531771,13 9.84361054,13.0300771 10,13.0853529 L10,10.056612 L10,9.0337721 C10,8.79586537 10.1861475,8.58293108 10.4315052,8.55647349 L15.5684948,8.00253808 C15.8068085,7.97684007 16,8.14921323 16,8.38677596 L16,9.28311395 Z" id="Combined-Shape-Copy" fill="#79F2C0"></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>media-services/blur</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="Media-services" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="media-services/blur" fill-rule="nonzero" fill="#42526E">
|
|
9
|
+
<path d="M4.88888889,4 L12,4 L12,12 L4,12 L4,4.88888889 L4,4.88888889 C4,4.39796911 4.39796911,4 4.88888889,4 Z" id="Rectangle-11"></path>
|
|
10
|
+
<path d="M4,12 L12,12 L12,20 L4.88888889,20 L4.88888889,20 C4.39796911,20 4,19.6020309 4,19.1111111 L4,12 Z" id="Rectangle-11-Copy-6" opacity="0.4"></path>
|
|
11
|
+
<path d="M12,4 L19.1111111,4 L19.1111111,4 C19.6020309,4 20,4.39796911 20,4.88888889 L20,12 L12,12 L12,4 Z" id="Rectangle-11-Copy-2" opacity="0.55"></path>
|
|
12
|
+
<path d="M12,12 L20,12 L20,19.1111111 L20,19.1111111 C20,19.6020309 19.6020309,20 19.1111111,20 L12,20 L12,12 Z" id="Rectangle-11-Copy-8" opacity="0.75"></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>media-services/brush</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="Media-services" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="media-services/brush" fill-rule="nonzero" fill="#42526E">
|
|
9
|
+
<path d="M6.48585012,13.7284198 C4.89339938,15.3270457 6.23843011,16.9684306 4.12210536,19.4016081 C3.16692946,20.5002337 8.05431627,20.1652528 10.4757082,17.734224 C11.5028379,16.7032822 11.2131293,15.200273 10.1115211,14.094127 C9.00991295,12.9879809 7.51276941,12.6974779 6.48585012,13.7284198 Z M19.957335,4.04334643 C19.4201697,3.49519155 13.2242815,8.29354096 11.4543728,10.1012888 C10.5760535,10.9982695 10.2827275,11.4792155 10.0134536,11.8389556 C9.89637203,11.9950584 10.0510524,12.0434546 10.1207208,12.080362 C10.4686481,12.2643249 10.9626488,12.5867789 11.2772624,12.9080319 C11.5920142,13.2292848 11.9415948,13.7232492 12.1167991,14.0691581 C12.1528774,14.1403881 12.2002906,14.2985014 12.3528976,14.1791625 C12.7053864,13.9041516 13.1760627,13.6045836 14.054382,12.7074593 C15.824429,10.8997114 20.4939475,4.59164491 19.957335,4.04334643 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>media-services/button-option</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="Media-services" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="media-services/button-option" fill="#42526E">
|
|
9
|
+
<path d="M13.29,10.234 L10.231,13.293 C9.84,13.685 9.967,14.003 10.516,14.003 L13.504,14.003 C13.778,14.003 14,13.787 14,13.506 L14,10.518 C14,10.184 13.882,10.009 13.701,10.009 C13.585,10.009 13.442,10.081 13.29,10.234 Z" id="Clip-2"></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 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>media-services/code</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="Media-services" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="media-services/code" fill-rule="nonzero">
|
|
9
|
+
<rect id="Rectangle-5" fill="#42526E" x="4" y="4" width="16" height="16" rx="2"></rect>
|
|
10
|
+
<path d="M15.652346,12.0139724 L14.2849487,10.6465751 C13.9111381,10.2727645 13.9076372,9.6494986 14.2898966,9.26723918 C14.674821,8.88231472 15.2897057,8.8827645 15.6692325,9.26229126 L17.6906602,11.283719 C17.7892563,11.3823151 17.8620902,11.4982655 17.9088786,11.6225705 C18.0770973,11.9840608 18.0118858,12.4230002 17.7161384,12.7187476 L15.6963916,14.7384944 C15.3228919,15.1119941 14.6998866,15.1152344 14.3176272,14.732975 C13.9327028,14.3480505 13.9328967,13.7334217 14.3121078,13.3542106 L15.652346,12.0139724 Z M6.09112138,11.6225705 C6.13790976,11.4982655 6.21074373,11.3823151 6.30933978,11.283719 L8.33076754,9.26229126 C8.71029429,8.8827645 9.32517896,8.88231472 9.71010343,9.26723918 C10.0923628,9.6494986 10.0888619,10.2727645 9.71505135,10.6465751 L8.34765401,12.0139724 L9.68789216,13.3542106 C10.0671033,13.7334217 10.0672972,14.3480505 9.68237278,14.732975 C9.30011336,15.1152344 8.6771081,15.1119941 8.30360835,14.7384944 L6.28386157,12.7187476 C5.98811417,12.4230002 5.92290269,11.9840608 6.09112138,11.6225705 Z M13.2826173,8.05109212 C13.8277262,8.22827232 14.1260428,8.81396199 13.9489262,9.35926659 L12.0250875,15.2823597 C11.8479709,15.8276643 11.2624915,16.1260881 10.7173827,15.9489079 C10.1722738,15.7717277 9.87395717,15.186038 10.0510738,14.6407334 L11.9749125,8.71764031 C12.1520291,8.1723357 12.7375085,7.87391191 13.2826173,8.05109212 Z" id="Combined-Shape" fill="#79F2C0"></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>media-services/document</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="Media-services" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="media-services/document">
|
|
9
|
+
<rect id="Rectangle-5" fill="#42526E" x="4" y="4" width="16" height="16" rx="2"></rect>
|
|
10
|
+
<rect id="Rectangle-6" fill="#79F2C0" x="7" y="8" width="10" height="2" rx="1"></rect>
|
|
11
|
+
<rect id="Rectangle-6-Copy" fill="#79F2C0" x="7" y="11" width="10" height="2" rx="1"></rect>
|
|
12
|
+
<rect id="Rectangle-6-Copy-2" fill="#79F2C0" x="7" y="14" width="5" height="2" rx="1"></rect>
|
|
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>media-services/filter</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="Media-services" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="media-services/filter" fill="#42526E">
|
|
9
|
+
<polygon id="Path" points="7 13 17 13 18 11 6 11"></polygon>
|
|
10
|
+
<path d="M3.99339768,6 C3.44475929,6 3.20236492,6.40472984 3.44735253,6.89470506 L4,8 L20,8 L20.5526475,6.89470506 C20.7997135,6.4005731 20.5550537,6 20.0066023,6 L3.99339768,6 Z" id="Path"></path>
|
|
11
|
+
<path d="M10.7780676,17.5561352 C10.9006375,17.8012749 11.214035,18 11.5046844,18 L12.4953156,18 C12.7740451,18 13.0995398,17.8009205 13.2219324,17.5561352 L14,16 L10,16 L10.7780676,17.5561352 Z" id="Path"></path>
|
|
12
|
+
</g>
|
|
13
|
+
</g>
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
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 50.2 (55047) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>fit-to-page-new</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="fit-to-page-new" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<path d="M16.4131977,8.997 L18,8.997 C18.553,8.997 19,9.445 19,9.998 C19,10.551 18.553,11 18,11 L14.1,11 C14.084096,11 14.0682703,10.9996609 14.0525297,10.9989895 C13.7883493,11.0109838 13.5192737,10.9162171 13.3171022,10.7141047 L13.2848932,10.6819051 C13.0843827,10.4814531 12.9889186,10.2115461 13.0010218,9.94586141 C13.0003429,9.92999155 13,9.91403543 13,9.898 L13,6.002 C13,5.448 13.448,5 14,5 C14.552,5 15,5.448 15,6.002 L15,7.58921286 L18.3085221,4.2810147 C18.49592,4.09464731 18.7438317,4 18.9917434,4 C19.2416072,4 19.4914711,4.09562306 19.682773,4.28589343 L19.714982,4.31809303 C20.0907538,4.69375504 20.097586,5.31335342 19.7198622,5.69194267 L16.4131977,8.997 Z M7.58680231,15.003 L6,15.003 C5.447,15.003 5,14.555 5,14.002 C5,13.449 5.447,13 6,13 L9.9,13 C9.91590396,13 9.93172965,13.0003391 9.94747027,13.0010105 C10.2116507,12.9890162 10.4807263,13.0837829 10.6828978,13.2858953 L10.7151068,13.3180949 C10.9156173,13.5185469 11.0110814,13.7884539 10.9989782,14.0541386 C10.9996571,14.0700084 11,14.0859646 11,14.102 L11,17.998 C11,18.552 10.552,19 10,19 C9.448,19 9,18.552 9,17.998 L9,16.4107871 L5.69147789,19.7189853 C5.50408004,19.9053527 5.2561683,20 5.00825655,20 C4.75839275,20 4.50852895,19.9043769 4.31722697,19.7141066 L4.28501797,19.681907 C3.90924623,19.306245 3.90241402,18.6866466 4.28013782,18.3080573 L7.58680231,15.003 Z" id="Combined-Shape" fill="#42526E"></path>
|
|
9
|
+
</g>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
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 50.2 (55047) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>full-screen-off-updated</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="full-screen-off-updated" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<path d="M16,8 L19,8 C19.5522847,8 20,8.44771525 20,9 C20,9.55228475 19.5522847,10 19,10 L16,10 C14.8954305,10 14,9.1045695 14,8 L14,5 C14,4.44771525 14.4477153,4 15,4 C15.5522847,4 16,4.44771525 16,5 L16,8 Z M8,10 L5,10 C4.44771525,10 4,9.55228475 4,9 C4,8.44771525 4.44771525,8 5,8 L8,8 L8,5 C8,4.44771525 8.44771525,4 9,4 C9.55228475,4 10,4.44771525 10,5 L10,8 C10,9.1045695 9.1045695,10 8,10 Z M16,14 L19,14 C19.5522847,14 20,14.4477153 20,15 C20,15.5522847 19.5522847,16 19,16 L16,16 L16,19 C16,19.5522847 15.5522847,20 15,20 C14.4477153,20 14,19.5522847 14,19 L14,16 C14,14.8954305 14.8954305,14 16,14 Z M8,16 L5,16 C4.44771525,16 4,15.5522847 4,15 C4,14.4477153 4.44771525,14 5,14 L8,14 C9.1045695,14 10,14.8954305 10,16 L10,19 C10,19.5522847 9.55228475,20 9,20 C8.44771525,20 8,19.5522847 8,19 L8,16 Z" id="Combined-Shape" fill="#42526E"></path>
|
|
9
|
+
</g>
|
|
10
|
+
</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>media-services/grid</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="Media-services" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="media-services/grid" fill="#42526E">
|
|
9
|
+
<rect id="Rectangle-3" x="3" y="3" width="8" height="8" rx="1"></rect>
|
|
10
|
+
<rect id="Rectangle-3-Copy-3" x="3" y="13" width="8" height="8" rx="1"></rect>
|
|
11
|
+
<rect id="Rectangle-3-Copy" x="13" y="3" width="8" height="8" rx="1"></rect>
|
|
12
|
+
<rect id="Rectangle-3-Copy-2" x="13" y="13" width="8" height="8" rx="1"></rect>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
</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>media-services/image</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="Media-services" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="media-services/image">
|
|
9
|
+
<rect id="Rectangle-5" fill="#42526E" x="4" y="4" width="16" height="16" rx="2"></rect>
|
|
10
|
+
<circle id="Oval-6" fill="#79F2C0" cx="8.66666667" cy="8.66666667" r="2"></circle>
|
|
11
|
+
<polygon id="Rectangle-28" fill="#79F2C0" points="6.66666667 17.3333333 9.33333333 14.6666667 12 17.3333333"></polygon>
|
|
12
|
+
<polygon id="Rectangle-28" fill="#79F2C0" points="14.6666667 12 17.3333333 14.9333331 17.3333333 17.3333333 9.33333333 17.3333333"></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>media-services/line-thickness</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="Media-services" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="media-services/line-thickness" fill-rule="nonzero" fill="#42526E">
|
|
9
|
+
<path d="M4,4.49538898 C4,4.2217932 4.22618103,4 4.4963932,4 L19.5036068,4 C19.7777572,4 20,4.2157526 20,4.49538898 L20,6.50461102 C20,6.7782068 19.773819,7 19.5036068,7 L4.4963932,7 C4.22224281,7 4,6.7842474 4,6.50461102 L4,4.49538898 Z M4,12.5046844 C4,12.2259549 4.22618103,12 4.4963932,12 L19.5036068,12 C19.7777572,12 20,12.214035 20,12.5046844 L20,13.4953156 C20,13.7740451 19.773819,14 19.5036068,14 L4.4963932,14 C4.22224281,14 4,13.785965 4,13.4953156 L4,12.5046844 Z M4,19.2523422 C4,19.1129775 4.10217285,19 4.25132179,19 L19.7486782,19 C19.8874794,19 20,19.1070175 20,19.2523422 L20,19.7476578 C20,19.8870225 19.8978271,20 19.7486782,20 L4.25132179,20 C4.1125206,20 4,19.8929825 4,19.7476578 L4,19.2523422 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>media-services/line</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="Media-services" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="media-services/line" fill-rule="nonzero" fill="#42526E">
|
|
9
|
+
<path d="M4.3596301,17.9039222 L17.9039222,4.3596301 C18.383429,3.8801233 19.1608631,3.8801233 19.6403699,4.3596301 C20.1198767,4.83913689 20.1198767,5.61657101 19.6403699,6.0960778 L6.0960778,19.6403699 C5.61657101,20.1198767 4.83913689,20.1198767 4.3596301,19.6403699 C3.8801233,19.1608631 3.8801233,18.383429 4.3596301,17.9039222 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 46.2 (44496) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>media-services/no-image</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="Media-services" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="media-services/no-image" fill-rule="nonzero" fill="#42526E">
|
|
9
|
+
<path d="M19.4101598,3.04115894 L20.1305764,2.32074238 C20.5582329,1.89308587 21.2516011,1.89308587 21.6792576,2.32074238 C22.1069141,2.74839889 22.1069141,3.44176709 21.6792576,3.8694236 L3.8694236,21.6792576 L3.8694236,21.6792576 C3.44176709,22.1069141 2.74839889,22.1069141 2.32074238,21.6792576 L2.32074238,21.6792576 L2.32074238,21.6792576 C1.89308587,21.2516011 1.89308587,20.5582329 2.32074238,20.1305764 L2.32074238,20.1305764 L3.04114989,19.4101689 C3.01417272,19.2793221 3,19.1437812 3,19.0049107 L3,4.99508929 C3,3.8932319 3.8926228,3 4.99508929,3 L19.0049107,3 C19.1437635,3 19.2793032,3.0141751 19.4101598,3.04115894 Z M21,7.53021847 L21,19.0049107 C21,20.1067681 20.1073772,21 19.0049107,21 L7.53021847,21 L10.5302184,18 L18,18 L18,15.2999997 L15.7286755,12.801543 L21,7.53021847 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="Combined-Shape"></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 45.1 (43504) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>media-services/open-mediaviewer</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="Media-services" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="media-services/open-mediaviewer" fill="#42526E">
|
|
9
|
+
<path d="M14,11.4142136 L11,14.4142136 L11,18 L14,18 L14,20 L10.5,20 L6.00591905,20 C4.89808055,20 4,19.1134452 4,17.9940809 L4,13.5 L4,10 L6,10 L6,13 L9.58578644,13 L12.5857864,10 L11.9998075,10 C11.4476291,10 11,9.55613518 11,9 C11,8.44771525 11.4437166,8 11.9998075,8 L15.0001925,8 C15.2762499,8 15.5261759,8.1109406 15.7071005,8.29138684 C15.8880972,8.47186828 16,8.72179437 16,8.99980749 L16,12.0001925 C16,12.5523709 15.5561352,13 15,13 C14.4477153,13 14,12.5562834 14,12.0001925 L14,11.4142136 Z" id="Combined-Shape"></path>
|
|
10
|
+
<path d="M16,18 L16,20 L18,20 C19.1045695,20 20,19.1122704 20,18 L20,16 L18,16 L18,17.4965773 C18,17.7670975 17.77461,18 17.4965773,18 L16,18 Z M8,6 L8,4 L6,4 C4.8954305,4 4,4.88772964 4,6 L4,8 L6,8 L6,6.50342274 C6,6.23290253 6.22539004,6 6.50342274,6 L8,6 Z M18,8 L20,8 L20,6 C20,4.88772964 19.1045695,4 18,4 L16,4 L16,6 L17.4965773,6 C17.77461,6 18,6.23290253 18,6.50342274 L18,8 Z M10,4 L14,4 L14,6 L10,6 L10,4 Z M18,10 L20,10 L20,14 L18,14 L18,10 Z" id="Combined-Shape"></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>media-services/oval</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="Media-services" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="media-services/oval" fill-rule="nonzero" fill="#42526E">
|
|
9
|
+
<path d="M12,20 C7.05693232,20 3,16.4501842 3,12 C3,7.54981578 7.05693232,4 12,4 C16.9430677,4 21,7.54981578 21,12 C21,16.4501842 16.9430677,20 12,20 Z M12,18 C15.8934883,18 19,15.2818023 19,12 C19,8.71819772 15.8934883,6 12,6 C8.10651168,6 5,8.71819772 5,12 C5,15.2818023 8.10651168,18 12,18 Z" id="Oval"></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>media-services/pdf</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="Media-services" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="media-services/pdf">
|
|
9
|
+
<rect id="Rectangle-5" fill="#42526E" x="4" y="4" width="16" height="16" rx="2"></rect>
|
|
10
|
+
<rect id="Rectangle-3-Copy-2" fill="#79F2C0" x="7" y="8" width="10" height="2" rx="1"></rect>
|
|
11
|
+
<path d="M16.1874181,16 L12.8142202,16 C12.3636959,16 12,15.7777733 12,15.5034936 L12,11.4974074 C12,11.2221267 12.3636959,10.9999 12.8142202,10.9999 L16.1874181,10.9999 C16.6363041,10.9999 17,11.2221267 17,11.4974074 L17,15.5034936 C17,15.7777733 16.6363041,16 16.1874181,16" id="Fill-11" fill="#79F2C0"></path>
|
|
12
|
+
<rect id="Rectangle-33" fill="#79F2C0" x="7" y="11" width="4" height="2" rx="1"></rect>
|
|
13
|
+
<rect id="Rectangle-33-Copy" fill="#79F2C0" x="7" y="14" width="4" height="2" rx="1"></rect>
|
|
14
|
+
</g>
|
|
15
|
+
</g>
|
|
16
|
+
</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>media-services/preselected</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="Media-services" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="media-services/preselected" fill-rule="nonzero" fill="#42526E">
|
|
9
|
+
<path d="M12,19 C15.8659932,19 19,15.8659932 19,12 C19,8.13400675 15.8659932,5 12,5 C8.13400675,5 5,8.13400675 5,12 C5,15.8659932 8.13400675,19 12,19 Z M12,21 C7.02943725,21 3,16.9705627 3,12 C3,7.02943725 7.02943725,3 12,3 C16.9705627,3 21,7.02943725 21,12 C21,16.9705627 16.9705627,21 12,21 Z" id="Oval-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>media-services/presentation</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="Media-services" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="media-services/presentation">
|
|
9
|
+
<rect id="Rectangle-5" fill="#42526E" x="4" y="4" width="16" height="16" rx="2"></rect>
|
|
10
|
+
<rect id="Rectangle-40" fill="#79F2C0" x="8" y="12" width="2" height="3" rx="1"></rect>
|
|
11
|
+
<rect id="Rectangle-40-Copy" fill="#79F2C0" x="11" y="10" width="2" height="5" rx="1"></rect>
|
|
12
|
+
<rect id="Rectangle-40-Copy-2" fill="#79F2C0" x="14" y="8" width="2" height="7" rx="1"></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>media-services/rectangle</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="Media-services" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="media-services/rectangle" fill-rule="nonzero" fill="#42526E">
|
|
9
|
+
<path d="M5,6 L5,18 L19,18 L19,6 L5,6 Z M5,4 L19,4 C20.1045695,4 21,4.8954305 21,6 L21,18 C21,19.1045695 20.1045695,20 19,20 L5,20 C3.8954305,20 3,19.1045695 3,18 L3,6 C3,4.8954305 3.8954305,4 5,4 Z" id="Rectangle-path"></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>media-services/scale-large</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="Media-services" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="media-services/scale-large" fill="#42526E">
|
|
9
|
+
<path d="M5,6.00684547 L5,17.9931545 C5,18.5500512 5.45078007,19 6.00684547,19 L17.9931545,19 C18.5500512,19 19,18.5492199 19,17.9931545 L19,6.00684547 C19,5.44994876 18.5492199,5 17.9931545,5 L6.00684547,5 C5.44994876,5 5,5.45078007 5,6.00684547 Z M3,6.00684547 C3,4.34617863 4.34541088,3 6.00684547,3 L17.9931545,3 C19.6538214,3 21,4.34541088 21,6.00684547 L21,17.9931545 C21,19.6538214 19.6545891,21 17.9931545,21 L6.00684547,21 C4.34617863,21 3,19.6545891 3,17.9931545 L3,6.00684547 Z" id="Rectangle-2" fill-rule="nonzero"></path>
|
|
10
|
+
<path d="M11.0047153,17 L16.4995642,17 C16.7692032,17 17,16.7721226 17,16.4910217 L17,14.8568418 C17,14.7031248 16.9253157,14.5178471 16.8331881,14.4165066 L14.5001453,11.8501598 C14.4102656,11.7512922 14.2538865,11.7461135 14.1558838,11.8441162 L11,15 L10.1786795,14.1786795 C10.0741577,14.0741577 9.92000248,14.0799975 9.82132053,14.1786795 L7.3559202,16.6440798 C7.16129303,16.838707 7.21983051,17 7.49100518,17 L11.0047153,17 Z" id="Combined-Shape"></path>
|
|
11
|
+
<circle id="Oval-6" cx="9" cy="9" r="2"></circle>
|
|
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>media-services/scale-small</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="Media-services" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="media-services/scale-small" fill="#42526E">
|
|
9
|
+
<path d="M8,8.57534027 L8,15.4246597 C8,15.7518034 8.25758861,16 8.57534027,16 L15.4246597,16 C15.7518034,16 16,15.7424114 16,15.4246597 L16,8.57534027 C16,8.2481966 15.7424114,8 15.4246597,8 L8.57534027,8 C8.2481966,8 8,8.25758861 8,8.57534027 Z M6,8.57534027 C6,7.15478338 7.14176218,6 8.57534027,6 L15.4246597,6 C16.8452166,6 18,7.14176218 18,8.57534027 L18,15.4246597 C18,16.8452166 16.8582378,18 15.4246597,18 L8.57534027,18 C7.15478338,18 6,16.8582378 6,15.4246597 L6,8.57534027 Z" id="Rectangle-2" fill-rule="nonzero"></path>
|
|
10
|
+
<path d="M11.4253941,14.8571429 L14.5711795,14.8571429 C14.725259,14.8571429 14.8571429,14.7269272 14.8571429,14.5662981 L14.8571429,13.632481 C14.8571429,13.5446427 14.8123797,13.4364746 14.7571615,13.3757346 L13.4333147,11.9195033 C13.3710007,11.850958 13.2879351,11.854922 13.2319336,11.9109235 L11.4285714,13.7142857 L10.9592454,13.2449597 C10.8995187,13.185233 10.81143,13.18857 10.7550403,13.2449597 L9.33950751,14.6604925 C9.23502459,14.7649754 9.2737324,14.8571429 9.43517521,14.8571429 L11.4253941,14.8571429 Z" id="Combined-Shape"></path>
|
|
11
|
+
<circle id="Oval-6" cx="10.2857143" cy="10.2857143" r="1.14285714"></circle>
|
|
12
|
+
</g>
|
|
13
|
+
</g>
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,18 @@
|
|
|
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>media-services/spreadsheet</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="Media-services" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="media-services/spreadsheet">
|
|
9
|
+
<rect id="Rectangle-5" fill="#42526E" x="4" y="4" width="16" height="16" rx="2"></rect>
|
|
10
|
+
<rect id="Rectangle-33-Copy-3" fill="#79F2C0" x="7" y="8" width="4" height="2" rx="1"></rect>
|
|
11
|
+
<rect id="Rectangle-33-Copy-5" fill="#79F2C0" x="7" y="11" width="4" height="2" rx="1"></rect>
|
|
12
|
+
<rect id="Rectangle-33-Copy-7" fill="#79F2C0" x="13" y="11" width="4" height="2" rx="1"></rect>
|
|
13
|
+
<rect id="Rectangle-33-Copy-6" fill="#79F2C0" x="7" y="14" width="4" height="2" rx="1"></rect>
|
|
14
|
+
<rect id="Rectangle-33-Copy-8" fill="#79F2C0" x="13" y="14" width="4" height="2" rx="1"></rect>
|
|
15
|
+
<rect id="Rectangle-33-Copy-4" fill="#79F2C0" x="13" y="8" width="4" height="2" rx="1"></rect>
|
|
16
|
+
</g>
|
|
17
|
+
</g>
|
|
18
|
+
</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>media-services/text</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="Media-services" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="media-services/text" fill="#42526E">
|
|
9
|
+
<rect id="Rectangle-4" x="11" y="7" width="2" height="11"></rect>
|
|
10
|
+
<rect id="Rectangle-4-Copy" x="6" y="5" width="12" height="2"></rect>
|
|
11
|
+
<rect id="Rectangle-3" x="5" y="5" width="2" height="3"></rect>
|
|
12
|
+
<rect id="Rectangle-3-Copy-2" x="10" y="18" width="4" height="2"></rect>
|
|
13
|
+
<rect id="Rectangle-3-Copy" x="17" y="5" width="2" height="3"></rect>
|
|
14
|
+
</g>
|
|
15
|
+
</g>
|
|
16
|
+
</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>media-services/unknown</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="Media-services" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="media-services/unknown">
|
|
9
|
+
<rect id="Path-Copy" fill="#42526E" x="4" y="4" width="16" height="16" rx="2"></rect>
|
|
10
|
+
<path d="M12,11 L15.5023012,11 C15.7771727,11 16,11.2278805 16,11.4910052 L16,16.009222 C16,16.5564136 15.5562834,17 15.0001925,17 L11.5,17 L9.0093689,17 C8.45190985,17 8,16.5443356 8,16.0046024 L8,7.99539757 C8,7.44565467 8.44335318,7 9.0093689,7 L11.5095215,7 C11.7804053,7 12,7.22765279 12,7.50964952 L12,11 Z M13,7 L16,10 L13,10 L13,7 Z" id="Combined-Shape-Copy" fill="#79F2C0"></path>
|
|
11
|
+
</g>
|
|
12
|
+
</g>
|
|
13
|
+
</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>media-services/video</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="Media-services" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="media-services/video">
|
|
9
|
+
<rect id="Rectangle-5" fill="#42526E" x="4" y="4" width="16" height="16" rx="2"></rect>
|
|
10
|
+
<path d="M16.37,14.9536722 L14,13.8070073 L14,10.1937696 L16.37,9.04632777 C16.6554286,8.90804433 17,9.09604766 17,9.38892889 L17,14.6110711 C17,14.9039523 16.6554286,15.0919557 16.37,14.9536722" id="Fill-11" fill="#79F2C0"></path>
|
|
11
|
+
<rect id="Rectangle-3" fill="#79F2C0" x="7" y="9" width="6" height="6" rx="1"></rect>
|
|
12
|
+
</g>
|
|
13
|
+
</g>
|
|
14
|
+
</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>media-services/zip</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="Media-services" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<g id="media-services/zip">
|
|
9
|
+
<rect id="Rectangle-5" fill="#42526E" x="4" y="4" width="16" height="16" rx="2"></rect>
|
|
10
|
+
<path d="M9,6.99895656 C9,6.44724809 9.44266033,6 9.99895656,6 L12,6 L12,9 L9.99895656,9 C9.44724809,9 9,8.55733967 9,8.00104344 L9,6.99895656 Z" id="Rectangle-8" fill="#79F2C0"></path>
|
|
11
|
+
<path d="M12,9 L14.0010434,9 C14.5527519,9 15,9.44266033 15,9.99895656 L15,11.0010434 C15,11.5527519 14.5573397,12 14.0010434,12 L12,12 L12,9 Z" id="Rectangle-8-Copy-3" fill="#79F2C0"></path>
|
|
12
|
+
<path d="M9,12.9989566 C9,12.4472481 9.44266033,12 9.99895656,12 L12,12 L12,15 L9.99895656,15 C9.44724809,15 9,14.5573397 9,14.0010434 L9,12.9989566 Z" id="Rectangle-8-Copy-4" fill="#79F2C0"></path>
|
|
13
|
+
<path d="M12,15 L14.0010434,15 C14.5527519,15 15,15.4426603 15,15.9989566 L15,17.0010434 C15,17.5527519 14.5573397,18 14.0010434,18 L12,18 L12,15 Z" id="Rectangle-8-Copy-5" fill="#79F2C0"></path>
|
|
14
|
+
</g>
|
|
15
|
+
</g>
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
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 50.2 (55047) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>zoom-in-updated</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="zoom-in-updated" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<path d="M16.4355852,15.085219 L20.3769078,19.0953162 C20.7640398,19.4892036 20.7585636,20.1223449 20.3646762,20.5094769 C19.9707889,20.8966089 19.3376476,20.8911327 18.9505156,20.4972453 L15.0128538,16.4908729 C13.7571682,17.438259 12.1941849,18 10.5,18 C6.35786438,18 3,14.6421356 3,10.5 C3,6.35786438 6.35786438,3 10.5,3 C14.6421356,3 18,6.35786438 18,10.5 C18,12.2268852 17.4163648,13.8174552 16.4355852,15.085219 Z M13.5,11.5 C14.052,11.5 14.5,11.052 14.5,10.5 C14.5,9.948 14.052,9.5 13.5,9.5 L11.5,9.5 L11.5,7.5 C11.5,6.948 11.052,6.5 10.5,6.5 C9.948,6.5 9.5,6.948 9.5,7.5 L9.5,9.5 L7.5,9.5 C6.948,9.5 6.5,9.948 6.5,10.5 C6.5,11.052 6.948,11.5 7.5,11.5 L9.5,11.5 L9.5,13.5 C9.5,14.052 9.948,14.5 10.5,14.5 C11.052,14.5 11.5,14.052 11.5,13.5 L11.5,11.5 L13.5,11.5 Z" id="Combined-Shape" fill="#42526E"></path>
|
|
9
|
+
</g>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,10 @@
|
|
|
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 50.2 (55047) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>zoom-out-updated</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="zoom-out-updated" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<path d="M16.4355852,15.085219 L20.3769078,19.0953162 C20.7640398,19.4892036 20.7585636,20.1223449 20.3646762,20.5094769 C19.9707889,20.8966089 19.3376476,20.8911327 18.9505156,20.4972453 L15.0128538,16.4908729 C13.7571682,17.438259 12.1941849,18 10.5,18 C6.35786438,18 3,14.6421356 3,10.5 C3,6.35786438 6.35786438,3 10.5,3 C14.6421356,3 18,6.35786438 18,10.5 C18,12.2268852 17.4163648,13.8174552 16.4355852,15.085219 Z M13.5,11.5 L7.5,11.5 C6.948,11.5 6.5,11.052 6.5,10.5 C6.5,9.948 6.948,9.5 7.5,9.5 L13.5,9.5 C14.052,9.5 14.5,9.948 14.5,10.5 C14.5,11.052 14.052,11.5 13.5,11.5" id="Combined-Shape" fill="#42526E"></path>
|
|
9
|
+
</g>
|
|
10
|
+
</svg>
|