diff --git a/docs/project_state_diagram.svg b/docs/project_state_diagram.svg index e24382e5a0b..697a287e40c 100644 --- a/docs/project_state_diagram.svg +++ b/docs/project_state_diagram.svg @@ -1,3 +1 @@ - - -
DONE_LOADING_VM_WITH_ID
DONE_LOADING_VM_WITH_ID
LOADING_VM_WITH_ID
loads projectData into vm
LOADING_VM_WITH_ID...
SET_PROJECT_ID
with projectId > 0
SET_PROJECT_ID...
SET_PROJECT_ID
with projectId == 0
SET_PROJECT_ID...
START_LOADING_VM_FILE_UPLOAD
START_LOADING_VM_FILE_UPLOAD
NOT_LOADED
NOT_LOADED
DONE_FETCHING_WITH_ID
sets projectData
DONE_FETCHING_WITH_ID...
FETCHING_WITH_ID
gets projectData from server
FETCHING_WITH_ID...
DONE_LOADING_VM_WITHOUT_ID
sets projectId = 0
[note: setting projectId here isn't necessary]
DONE_LOADING_VM_WITHOUT_ID...
LOADING_VM_NEW_DEFAULT
loads projectData into vm
LOADING_VM_NEW_DEFAULT...
DONE_FETCHING_DEFAULT
sets projectData
DONE_FETCHING_DEFAULT...
FETCHING_NEW_DEFAULT
gets default projectData
FETCHING_NEW_DEFAULT...
DONE_LOADING_VM_WITHOUT_ID
sets projectId = 0
DONE_LOADING_VM_WITHOUT_ID...
DONE_LOADING_VM_TO_SAVE
DONE_LOADING_VM_TO_SAVE
LOADING_VM_FILE_UPLOAD
loads project data into vm.
Note: projectData object is never set
LOADING_VM_FILE_UPLOAD...
SET_PROJECT_ID
with projectId == 0
or, START_FETCHING_NEW
SET_PROJECT_ID...
START_UPDATING_BEFORE_CREATING_COPY
START_UPDATING_BEFORE_CREATING_COPY
START_MANUAL_UPDATING
START_MANUAL_UPDATING
START_AUTO_UPDATING
START_AUTO_UPDATING
START_REMIXING
START_REMIXING
START_UPDATING_BEFORE_CREATING_NEW
START_UPDATING_BEFORE_CREATING_NEW
SET_PROJECT_ID
with projectId > 0
SET_PROJECT_ID...
START_LOADING_VM_FILE_UPLOAD
START_LOADING_VM_FILE_UPLOAD
SHOWING_WITH_ID
SHOWING_WITH_ID
DONE_CREATING_NEW
sets projectId
DONE_CREATING_NEW...
CREATING_NEW
sends project data to server,
gets project id

CREATING_NEW...
START_CREATING_NEW
START_CREATING_NEW
START_LOADING_VM_FILE_UPLOAD
START_LOADING_VM_FILE_UPLOAD
SET_PROJECT_ID
with projectId > 0
SET_PROJECT_ID...
START_FETCHING_NEW
START_FETCHING_NEW
SHOWING_WITHOUT_ID
SHOWING_WITHOUT_ID
DONE_REMIXING
sets projectId
DONE_REMIXING...
REMIXING
sends project data to server,
gets project id
REMIXING...
DONE_UPDATING
DONE_UPDATING
MANUAL_UPDATING
sends project data to server
MANUAL_UPDATING...
DONE_UPDATING
DONE_UPDATING
AUTO_UPDATING
sends project data to server
AUTO_UPDATING...
DONE_UPDATING_BEFORE_COPY
DONE_UPDATING_BEFORE_COPY
UPDATING_BEFORE_COPY
sends project data to server
UPDATING_BEFORE_COPY...
DONE_UPDATING_BEFORE_NEW
DONE_UPDATING_BEFORE_NEW
UPDATING_BEFORE_NEW
sends project data to server
UPDATING_BEFORE_NEW...
DONE_CREATING_COPY
sets projectId
DONE_CREATING_COPY...
CREATING_COPY
sends project data to server,
gets project id
CREATING_COPY...
\ No newline at end of file +
DONE_LOADING_VM_WITH_ID
DONE_LOADING_VM_WITH_ID
LOADING_VM_WITH_ID
loads projectData into vm
LOADING_VM_WITH_ID...
SET_PROJECT_ID
with projectId > 0
SET_PROJECT_ID...
SET_PROJECT_ID
with projectId == 0
SET_PROJECT_ID...
START_LOADING_VM_FILE_UPLOAD
START_LOADING_VM_FILE_UPLOAD
NOT_LOADED
NOT_LOADED
DONE_FETCHING_WITH_ID
sets projectData
DONE_FETCHING_WITH_ID...
FETCHING_WITH_ID
gets projectData from server
FETCHING_WITH_ID...
DONE_LOADING_VM_WITHOUT_ID
sets projectId = 0
[note: setting projectId here isn't necessary]
DONE_LOADING_VM_WITHOUT_ID...
LOADING_VM_NEW_DEFAULT
loads projectData into vm
LOADING_VM_NEW_DEFAULT...
DONE_FETCHING_DEFAULT
sets projectData
DONE_FETCHING_DEFAULT...
FETCHING_NEW_DEFAULT
gets default projectData
FETCHING_NEW_DEFAULT...
DONE_LOADING_VM_WITHOUT_ID
sets projectId = 0
DONE_LOADING_VM_WITHOUT_ID...
DONE_LOADING_VM_TO_SAVE
DONE_LOADING_VM_TO_SAVE
LOADING_VM_FILE_UPLOAD
loads project data into vm.
Note: projectData object is never set
LOADING_VM_FILE_UPLOAD...
SET_PROJECT_ID
with projectId == 0
or, START_FETCHING_NEW
SET_PROJECT_ID...
START_UPDATING_BEFORE_CREATING_COPY
START_UPDATING_BEFORE_CREATING_COPY
START_MANUAL_UPDATING
START_MANUAL_UPDATING
START_AUTO_UPDATING
START_AUTO_UPDATING
START_REMIXING
START_REMIXING
START_UPDATING_BEFORE_CREATING_NEW
START_UPDATING_BEFORE_CREATING_NEW
SET_PROJECT_ID
with projectId > 0
SET_PROJECT_ID...
START_LOADING_VM_FILE_UPLOAD
START_LOADING_VM_FILE_UPLOAD
SHOWING_WITH_ID
SHOWING_WITH_ID
DONE_CREATING_NEW
sets projectId
DONE_CREATING_NEW...
CREATING_NEW
sends project data to server,
gets project id

CREATING_NEW...
START_CREATING_NEW
START_CREATING_NEW
START_LOADING_VM_FILE_UPLOAD
START_LOADING_VM_FILE_UPLOAD
SET_PROJECT_ID
with projectId > 0
SET_PROJECT_ID...
START_FETCHING_NEW
START_FETCHING_NEW
SHOWING_WITHOUT_ID
SHOWING_WITHOUT_ID
DONE_REMIXING
sets projectId
DONE_REMIXING...
REMIXING
sends project data to server,
gets project id
REMIXING...
DONE_UPDATING
DONE_UPDATING
MANUAL_UPDATING
sends project data to server
MANUAL_UPDATING...
DONE_UPDATING
DONE_UPDATING
AUTO_UPDATING
sends project data to server
AUTO_UPDATING...
DONE_UPDATING_BEFORE_COPY
DONE_UPDATING_BEFORE_COPY
UPDATING_BEFORE_COPY
sends project data to server
UPDATING_BEFORE_COPY...
DONE_UPDATING_BEFORE_NEW
DONE_UPDATING_BEFORE_NEW
UPDATING_BEFORE_NEW
sends project data to server
UPDATING_BEFORE_NEW...
DONE_CREATING_COPY
sets projectId
DONE_CREATING_COPY...
CREATING_COPY
sends project data to server,
gets project id
CREATING_COPY...
\ No newline at end of file diff --git a/src/components/action-menu/icon--backdrop.svg b/src/components/action-menu/icon--backdrop.svg index 12fa6c7aba4..fe939ca4efe 100644 --- a/src/components/action-menu/icon--backdrop.svg +++ b/src/components/action-menu/icon--backdrop.svg @@ -1,21 +1 @@ - - - - backdrop-library - Created with Sketch. - - - - - - - - - - - - - - - - \ No newline at end of file +backdrop-libraryCreated with Sketch. \ No newline at end of file diff --git a/src/components/action-menu/icon--file-upload.svg b/src/components/action-menu/icon--file-upload.svg index 57337d959c1..fe4520e3a31 100644 --- a/src/components/action-menu/icon--file-upload.svg +++ b/src/components/action-menu/icon--file-upload.svg @@ -1,12 +1 @@ - - - - file-upload - Created with Sketch. - - - - - - - \ No newline at end of file +file-uploadCreated with Sketch. \ No newline at end of file diff --git a/src/components/action-menu/icon--paint.svg b/src/components/action-menu/icon--paint.svg index f79d562c350..368a1bac8cd 100644 --- a/src/components/action-menu/icon--paint.svg +++ b/src/components/action-menu/icon--paint.svg @@ -1,12 +1 @@ - - - - paint - Created with Sketch. - - - - - - - \ No newline at end of file +paintCreated with Sketch. \ No newline at end of file diff --git a/src/components/action-menu/icon--search.svg b/src/components/action-menu/icon--search.svg index fbd17b46c4c..2f7b3e6cf06 100644 --- a/src/components/action-menu/icon--search.svg +++ b/src/components/action-menu/icon--search.svg @@ -1,10 +1 @@ - - - - search-sprite-library - Created with Sketch. - - - - - \ No newline at end of file +search-sprite-libraryCreated with Sketch. \ No newline at end of file diff --git a/src/components/action-menu/icon--sprite.svg b/src/components/action-menu/icon--sprite.svg index 12c4a8b363e..99947b26824 100644 --- a/src/components/action-menu/icon--sprite.svg +++ b/src/components/action-menu/icon--sprite.svg @@ -1,12 +1 @@ - - - - sprite-library - Created with Sketch. - - - - - - - \ No newline at end of file +sprite-libraryCreated with Sketch. \ No newline at end of file diff --git a/src/components/action-menu/icon--surprise.svg b/src/components/action-menu/icon--surprise.svg index 41655999f67..a4ac962f04b 100644 --- a/src/components/action-menu/icon--surprise.svg +++ b/src/components/action-menu/icon--surprise.svg @@ -1,12 +1 @@ - - - - surprise - Created with Sketch. - - - - - - - \ No newline at end of file +surpriseCreated with Sketch. \ No newline at end of file diff --git a/src/components/asset-panel/icon--add-backdrop-lib.svg b/src/components/asset-panel/icon--add-backdrop-lib.svg index 2294afd72b6..fe939ca4efe 100644 --- a/src/components/asset-panel/icon--add-backdrop-lib.svg +++ b/src/components/asset-panel/icon--add-backdrop-lib.svg @@ -1,21 +1 @@ - - - - backdrop-library - Created with Sketch. - - - - - - - - - - - - - - - - +backdrop-libraryCreated with Sketch. \ No newline at end of file diff --git a/src/components/asset-panel/icon--add-blank-costume.svg b/src/components/asset-panel/icon--add-blank-costume.svg index 1a5014698bc..368a1bac8cd 100644 --- a/src/components/asset-panel/icon--add-blank-costume.svg +++ b/src/components/asset-panel/icon--add-blank-costume.svg @@ -1,12 +1 @@ - - - - paint - Created with Sketch. - - - - - - - +paintCreated with Sketch. \ No newline at end of file diff --git a/src/components/asset-panel/icon--add-costume-lib.svg b/src/components/asset-panel/icon--add-costume-lib.svg index 5e30024a23b..99947b26824 100644 --- a/src/components/asset-panel/icon--add-costume-lib.svg +++ b/src/components/asset-panel/icon--add-costume-lib.svg @@ -1,12 +1 @@ - - - - sprite-library - Created with Sketch. - - - - - - - +sprite-libraryCreated with Sketch. \ No newline at end of file diff --git a/src/components/asset-panel/icon--add-sound-lib.svg b/src/components/asset-panel/icon--add-sound-lib.svg index b279dc52cf2..c7ae2262a4f 100644 --- a/src/components/asset-panel/icon--add-sound-lib.svg +++ b/src/components/asset-panel/icon--add-sound-lib.svg @@ -1,12 +1 @@ - - - - sound-library - Created with Sketch. - - - - - - - +sound-libraryCreated with Sketch. \ No newline at end of file diff --git a/src/components/asset-panel/icon--add-sound-record.svg b/src/components/asset-panel/icon--add-sound-record.svg index 9feb24cfd50..65ba8fe3527 100644 --- a/src/components/asset-panel/icon--add-sound-record.svg +++ b/src/components/asset-panel/icon--add-sound-record.svg @@ -1,12 +1 @@ - - - - record - Created with Sketch. - - - - - - - +recordCreated with Sketch. \ No newline at end of file diff --git a/src/components/asset-panel/icon--sound-rtl.svg b/src/components/asset-panel/icon--sound-rtl.svg index adf85017394..a081d10e70a 100644 --- a/src/components/asset-panel/icon--sound-rtl.svg +++ b/src/components/asset-panel/icon--sound-rtl.svg @@ -1,20 +1 @@ - - - - Artboard - Created with Sketch. - - - - - - - - - - - - - - - \ No newline at end of file +ArtboardCreated with Sketch. \ No newline at end of file diff --git a/src/components/asset-panel/icon--sound.svg b/src/components/asset-panel/icon--sound.svg index 152272535f7..8300856dba7 100644 --- a/src/components/asset-panel/icon--sound.svg +++ b/src/components/asset-panel/icon--sound.svg @@ -1,10 +1 @@ - - - - Sound - Created with Sketch. - - - - - +SoundCreated with Sketch. \ No newline at end of file diff --git a/src/components/audio-trimmer/icon--handle.svg b/src/components/audio-trimmer/icon--handle.svg index 69eb54a7ec7..ace6c4c77c2 100644 --- a/src/components/audio-trimmer/icon--handle.svg +++ b/src/components/audio-trimmer/icon--handle.svg @@ -1,16 +1 @@ - - - - Bottom Left Handle - Created with Sketch. - - - - - - - - - - - +Bottom Left HandleCreated with Sketch. \ No newline at end of file diff --git a/src/components/browser-modal/unsupported-browser.svg b/src/components/browser-modal/unsupported-browser.svg index 7749f7539b3..6b0005eb1d7 100644 --- a/src/components/browser-modal/unsupported-browser.svg +++ b/src/components/browser-modal/unsupported-browser.svg @@ -1,54 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/src/components/cards/icon--close.svg b/src/components/cards/icon--close.svg index 73c7b929f41..8b6770c55bf 100644 --- a/src/components/cards/icon--close.svg +++ b/src/components/cards/icon--close.svg @@ -1,18 +1 @@ - - - - Extensions/Connection/Close - Created with Sketch. - - - - - - - - - - - - - \ No newline at end of file +Extensions/Connection/CloseCreated with Sketch. \ No newline at end of file diff --git a/src/components/cards/icon--expand.svg b/src/components/cards/icon--expand.svg index d8a01734ffd..0042dd01a47 100644 --- a/src/components/cards/icon--expand.svg +++ b/src/components/cards/icon--expand.svg @@ -1,18 +1 @@ - - - - Tutorials/Expand - Created with Sketch. - - - - - - - - - - - - - \ No newline at end of file +Tutorials/ExpandCreated with Sketch. \ No newline at end of file diff --git a/src/components/cards/icon--next.svg b/src/components/cards/icon--next.svg index 0c991f7c6e4..bed6ba8b137 100644 --- a/src/components/cards/icon--next.svg +++ b/src/components/cards/icon--next.svg @@ -1,10 +1 @@ - - - - Next - Created with Sketch. - - - - - \ No newline at end of file +NextCreated with Sketch. \ No newline at end of file diff --git a/src/components/cards/icon--prev.svg b/src/components/cards/icon--prev.svg index 82d4e886e11..ad1ffa3aa84 100644 --- a/src/components/cards/icon--prev.svg +++ b/src/components/cards/icon--prev.svg @@ -1,10 +1 @@ - - - - Previous - Created with Sketch. - - - - - \ No newline at end of file +PreviousCreated with Sketch. \ No newline at end of file diff --git a/src/components/cards/icon--shrink.svg b/src/components/cards/icon--shrink.svg index 2d630d4eed2..1f1701c3357 100644 --- a/src/components/cards/icon--shrink.svg +++ b/src/components/cards/icon--shrink.svg @@ -1,18 +1 @@ - - - - Tutorials/Shink - Created with Sketch. - - - - - - - - - - - - - \ No newline at end of file +Tutorials/ShinkCreated with Sketch. \ No newline at end of file diff --git a/src/components/close-button/icon--close-orange.svg b/src/components/close-button/icon--close-orange.svg index 7bd66335514..fb01cc61c14 100644 --- a/src/components/close-button/icon--close-orange.svg +++ b/src/components/close-button/icon--close-orange.svg @@ -1,20 +1 @@ - - - - Icon - Created with Sketch. - - - - - - - - - - - - - - - \ No newline at end of file +IconCreated with Sketch. \ No newline at end of file diff --git a/src/components/close-button/icon--close.svg b/src/components/close-button/icon--close.svg index 9e5509e76a2..e303ca0fc82 100644 --- a/src/components/close-button/icon--close.svg +++ b/src/components/close-button/icon--close.svg @@ -1 +1 @@ -icon--add \ No newline at end of file +icon--add \ No newline at end of file diff --git a/src/components/connection-modal/icons/back.svg b/src/components/connection-modal/icons/back.svg index 42f7508f279..809cb273e22 100644 --- a/src/components/connection-modal/icons/back.svg +++ b/src/components/connection-modal/icons/back.svg @@ -1,10 +1 @@ - - - - back - Created with Sketch. - - - - - \ No newline at end of file +backCreated with Sketch. \ No newline at end of file diff --git a/src/components/connection-modal/icons/bluetooth-white.svg b/src/components/connection-modal/icons/bluetooth-white.svg index df2ae141ebc..e4b0e558ad5 100644 --- a/src/components/connection-modal/icons/bluetooth-white.svg +++ b/src/components/connection-modal/icons/bluetooth-white.svg @@ -1,10 +1 @@ - - - - bluetooth-white - Created with Sketch. - - - - - \ No newline at end of file +bluetooth-whiteCreated with Sketch. \ No newline at end of file diff --git a/src/components/connection-modal/icons/bluetooth.svg b/src/components/connection-modal/icons/bluetooth.svg index ebec155b439..b83f305907b 100644 --- a/src/components/connection-modal/icons/bluetooth.svg +++ b/src/components/connection-modal/icons/bluetooth.svg @@ -1,31 +1 @@ - - - - Bluetooth - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file +BluetoothCreated with Sketch. \ No newline at end of file diff --git a/src/components/connection-modal/icons/cancel.svg b/src/components/connection-modal/icons/cancel.svg index b30decdb65a..768b86eedab 100644 --- a/src/components/connection-modal/icons/cancel.svg +++ b/src/components/connection-modal/icons/cancel.svg @@ -1,10 +1 @@ - - - - cancel - Created with Sketch. - - - - - \ No newline at end of file +cancelCreated with Sketch. \ No newline at end of file diff --git a/src/components/connection-modal/icons/close.svg b/src/components/connection-modal/icons/close.svg index a537fc800d0..c9e57f79b6d 100644 --- a/src/components/connection-modal/icons/close.svg +++ b/src/components/connection-modal/icons/close.svg @@ -1,10 +1 @@ - - - - close - Created with Sketch. - - - - - \ No newline at end of file +closeCreated with Sketch. \ No newline at end of file diff --git a/src/components/connection-modal/icons/help.svg b/src/components/connection-modal/icons/help.svg index 2938e8340eb..4fde3d60359 100644 --- a/src/components/connection-modal/icons/help.svg +++ b/src/components/connection-modal/icons/help.svg @@ -1,10 +1 @@ - - - - help - Created with Sketch. - - - - - \ No newline at end of file +helpCreated with Sketch. \ No newline at end of file diff --git a/src/components/connection-modal/icons/refresh.svg b/src/components/connection-modal/icons/refresh.svg index 3d4aebb4707..f0f3ff3a38a 100644 --- a/src/components/connection-modal/icons/refresh.svg +++ b/src/components/connection-modal/icons/refresh.svg @@ -1,10 +1 @@ - - - - refresh - Created with Sketch. - - - - - \ No newline at end of file +refreshCreated with Sketch. \ No newline at end of file diff --git a/src/components/connection-modal/icons/scratchlink.svg b/src/components/connection-modal/icons/scratchlink.svg index 704180653f5..98c0ea8d8d8 100644 --- a/src/components/connection-modal/icons/scratchlink.svg +++ b/src/components/connection-modal/icons/scratchlink.svg @@ -1,41 +1 @@ - - - - -Scratch Link -Created with Sketch. - - - - - - - - - - +Scratch LinkCreated with Sketch. \ No newline at end of file diff --git a/src/components/connection-modal/icons/send-update.svg b/src/components/connection-modal/icons/send-update.svg index 74192cd6747..d7f39fcb839 100644 --- a/src/components/connection-modal/icons/send-update.svg +++ b/src/components/connection-modal/icons/send-update.svg @@ -1 +1 @@ - + \ No newline at end of file diff --git a/src/components/crash-message/reload.svg b/src/components/crash-message/reload.svg index b74601fac9d..e7084d8fcd9 100644 --- a/src/components/crash-message/reload.svg +++ b/src/components/crash-message/reload.svg @@ -1,14 +1 @@ - - - - Reload - Created with Sketch. - - - - - - - - - \ No newline at end of file +ReloadCreated with Sketch. \ No newline at end of file diff --git a/src/components/custom-procedures/icon--boolean-input.svg b/src/components/custom-procedures/icon--boolean-input.svg index 49a4d919fb3..c10643791ac 100644 --- a/src/components/custom-procedures/icon--boolean-input.svg +++ b/src/components/custom-procedures/icon--boolean-input.svg @@ -1 +1 @@ -R1_ C.Procedure Editble Inputs \ No newline at end of file +R1_ C.Procedure Editble Inputs \ No newline at end of file diff --git a/src/components/custom-procedures/icon--label.svg b/src/components/custom-procedures/icon--label.svg index c46c2f00cc8..591d7b9105b 100644 --- a/src/components/custom-procedures/icon--label.svg +++ b/src/components/custom-procedures/icon--label.svg @@ -1 +1 @@ -R1_ C.Procedure Editble Inputstext +R1_ C.Procedure Editble Inputstext \ No newline at end of file diff --git a/src/components/custom-procedures/icon--text-input.svg b/src/components/custom-procedures/icon--text-input.svg index a6dfbe5ebb8..f65b0780a28 100644 --- a/src/components/custom-procedures/icon--text-input.svg +++ b/src/components/custom-procedures/icon--text-input.svg @@ -1 +1 @@ -R1_ C.Procedure Editble Inputs \ No newline at end of file +R1_ C.Procedure Editble Inputs \ No newline at end of file diff --git a/src/components/debug-modal/icons/icon--add-sound-checkpoints.svg b/src/components/debug-modal/icons/icon--add-sound-checkpoints.svg index 4b6f65bfe0d..003537ec545 100644 --- a/src/components/debug-modal/icons/icon--add-sound-checkpoints.svg +++ b/src/components/debug-modal/icons/icon--add-sound-checkpoints.svg @@ -1,14 +1 @@ - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/src/components/debug-modal/icons/icon--ask-for-help.svg b/src/components/debug-modal/icons/icon--ask-for-help.svg index 1f59b547318..67562bcbbed 100644 --- a/src/components/debug-modal/icons/icon--ask-for-help.svg +++ b/src/components/debug-modal/icons/icon--ask-for-help.svg @@ -1,82 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/src/components/debug-modal/icons/icon--break-it-down.svg b/src/components/debug-modal/icons/icon--break-it-down.svg index 7d1d104223a..1a2ca9bbdc7 100644 --- a/src/components/debug-modal/icons/icon--break-it-down.svg +++ b/src/components/debug-modal/icons/icon--break-it-down.svg @@ -1,44 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/src/components/debug-modal/icons/icon--check-code-sequence.svg b/src/components/debug-modal/icons/icon--check-code-sequence.svg index f458487e175..36178c1127a 100644 --- a/src/components/debug-modal/icons/icon--check-code-sequence.svg +++ b/src/components/debug-modal/icons/icon--check-code-sequence.svg @@ -1,34 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/src/components/debug-modal/icons/icon--check-the-values.svg b/src/components/debug-modal/icons/icon--check-the-values.svg index 9918a57b896..900da750b9b 100644 --- a/src/components/debug-modal/icons/icon--check-the-values.svg +++ b/src/components/debug-modal/icons/icon--check-the-values.svg @@ -1,20 +1 @@ - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/src/components/debug-modal/icons/icon--close.svg b/src/components/debug-modal/icons/icon--close.svg index e12cf933df8..9345e5720f0 100644 --- a/src/components/debug-modal/icons/icon--close.svg +++ b/src/components/debug-modal/icons/icon--close.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/src/components/debug-modal/icons/icon--comment-your-code.svg b/src/components/debug-modal/icons/icon--comment-your-code.svg index 6f2acd9bd9c..efead0121bb 100644 --- a/src/components/debug-modal/icons/icon--comment-your-code.svg +++ b/src/components/debug-modal/icons/icon--comment-your-code.svg @@ -1,16 +1 @@ - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/src/components/debug-modal/icons/icon--debug-inverted.svg b/src/components/debug-modal/icons/icon--debug-inverted.svg index 1c9a1d4ab48..7010c34ea24 100644 --- a/src/components/debug-modal/icons/icon--debug-inverted.svg +++ b/src/components/debug-modal/icons/icon--debug-inverted.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/src/components/debug-modal/icons/icon--debug.svg b/src/components/debug-modal/icons/icon--debug.svg index 6d192179918..560986946c3 100644 --- a/src/components/debug-modal/icons/icon--debug.svg +++ b/src/components/debug-modal/icons/icon--debug.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/src/components/debug-modal/icons/icon--next.svg b/src/components/debug-modal/icons/icon--next.svg index f2a10ae158c..5a5325646aa 100644 --- a/src/components/debug-modal/icons/icon--next.svg +++ b/src/components/debug-modal/icons/icon--next.svg @@ -1,18 +1 @@ - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/src/components/debug-modal/icons/icon--prev.svg b/src/components/debug-modal/icons/icon--prev.svg index ddf932d0308..53ff7b306af 100644 --- a/src/components/debug-modal/icons/icon--prev.svg +++ b/src/components/debug-modal/icons/icon--prev.svg @@ -1,18 +1 @@ - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/src/components/debug-modal/icons/icon--read-aloud.svg b/src/components/debug-modal/icons/icon--read-aloud.svg index e6a98660701..fca0f790a10 100644 --- a/src/components/debug-modal/icons/icon--read-aloud.svg +++ b/src/components/debug-modal/icons/icon--read-aloud.svg @@ -1,18 +1 @@ - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/src/components/debug-modal/icons/icon--slow-it-down.svg b/src/components/debug-modal/icons/icon--slow-it-down.svg index e5c04a9af6b..26e3970aa59 100644 --- a/src/components/debug-modal/icons/icon--slow-it-down.svg +++ b/src/components/debug-modal/icons/icon--slow-it-down.svg @@ -1,32 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/src/components/debug-modal/icons/icon--take-a-break.svg b/src/components/debug-modal/icons/icon--take-a-break.svg index 37b973b88ff..c77f595db95 100644 --- a/src/components/debug-modal/icons/icon--take-a-break.svg +++ b/src/components/debug-modal/icons/icon--take-a-break.svg @@ -1,100 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/src/components/debug-modal/icons/icon--think-about-block-options.svg b/src/components/debug-modal/icons/icon--think-about-block-options.svg index 1896cdddd88..4d6930c0b1c 100644 --- a/src/components/debug-modal/icons/icon--think-about-block-options.svg +++ b/src/components/debug-modal/icons/icon--think-about-block-options.svg @@ -1,28 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/src/components/debug-modal/icons/icon--timing-and-parallelism.svg b/src/components/debug-modal/icons/icon--timing-and-parallelism.svg index fbbf09c3381..161d8560e32 100644 --- a/src/components/debug-modal/icons/icon--timing-and-parallelism.svg +++ b/src/components/debug-modal/icons/icon--timing-and-parallelism.svg @@ -1,69 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/src/components/debug-modal/icons/icon--tinker-with-block-order.svg b/src/components/debug-modal/icons/icon--tinker-with-block-order.svg index 406ab56427d..336190efb3f 100644 --- a/src/components/debug-modal/icons/icon--tinker-with-block-order.svg +++ b/src/components/debug-modal/icons/icon--tinker-with-block-order.svg @@ -1,29 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/src/components/debug-modal/icons/icon--to-loop-or-not.svg b/src/components/debug-modal/icons/icon--to-loop-or-not.svg index cf50d62ca04..3f18ed6e309 100644 --- a/src/components/debug-modal/icons/icon--to-loop-or-not.svg +++ b/src/components/debug-modal/icons/icon--to-loop-or-not.svg @@ -1,79 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + \ No newline at end of file diff --git a/src/components/delete-button/icon--delete.svg b/src/components/delete-button/icon--delete.svg index 3edd347dd6a..599d9e87632 100644 --- a/src/components/delete-button/icon--delete.svg +++ b/src/components/delete-button/icon--delete.svg @@ -1,18 +1 @@ - - - - Sound/General/Delete - Created with Sketch. - - - - - - - - - - - - - \ No newline at end of file +Sound/General/DeleteCreated with Sketch. \ No newline at end of file diff --git a/src/components/delete-confirmation-prompt/icon--arrow-right.svg b/src/components/delete-confirmation-prompt/icon--arrow-right.svg index cc59340dc3f..46cfe153c05 100644 --- a/src/components/delete-confirmation-prompt/icon--arrow-right.svg +++ b/src/components/delete-confirmation-prompt/icon--arrow-right.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/src/components/delete-confirmation-prompt/icon--delete.svg b/src/components/delete-confirmation-prompt/icon--delete.svg index 4be0a2a3caf..f946d397c43 100644 --- a/src/components/delete-confirmation-prompt/icon--delete.svg +++ b/src/components/delete-confirmation-prompt/icon--delete.svg @@ -1,18 +1 @@ - - - - Sound/General/Delete - Created with Sketch. - - - - - - - - - - - - - \ No newline at end of file +Sound/General/DeleteCreated with Sketch. \ No newline at end of file diff --git a/src/components/delete-confirmation-prompt/icon--undo.svg b/src/components/delete-confirmation-prompt/icon--undo.svg index 44c9517b707..9f2b9870892 100644 --- a/src/components/delete-confirmation-prompt/icon--undo.svg +++ b/src/components/delete-confirmation-prompt/icon--undo.svg @@ -1,12 +1 @@ - - - - undo - Created with Sketch. - - - - - - - +undoCreated with Sketch. \ No newline at end of file diff --git a/src/components/direction-picker/icon--all-around.svg b/src/components/direction-picker/icon--all-around.svg index 8ace45b7c36..397fd2ee05c 100644 --- a/src/components/direction-picker/icon--all-around.svg +++ b/src/components/direction-picker/icon--all-around.svg @@ -1,10 +1 @@ - - - - all-around-active - Created with Sketch. - - - - - +all-around-activeCreated with Sketch. \ No newline at end of file diff --git a/src/components/direction-picker/icon--dial.svg b/src/components/direction-picker/icon--dial.svg index e2109dfb612..52c222e3ce1 100644 --- a/src/components/direction-picker/icon--dial.svg +++ b/src/components/direction-picker/icon--dial.svg @@ -1 +1 @@ -dial-face +dial-face \ No newline at end of file diff --git a/src/components/direction-picker/icon--dont-rotate.svg b/src/components/direction-picker/icon--dont-rotate.svg index 222054e825b..4811096e155 100644 --- a/src/components/direction-picker/icon--dont-rotate.svg +++ b/src/components/direction-picker/icon--dont-rotate.svg @@ -1,10 +1 @@ - - - - dont-rotate-active - Created with Sketch. - - - - - +dont-rotate-activeCreated with Sketch. \ No newline at end of file diff --git a/src/components/direction-picker/icon--handle.svg b/src/components/direction-picker/icon--handle.svg index ea901a7a43a..114d13e39b1 100644 --- a/src/components/direction-picker/icon--handle.svg +++ b/src/components/direction-picker/icon--handle.svg @@ -1 +1 @@ -01_Dial Elements +01_Dial Elements \ No newline at end of file diff --git a/src/components/direction-picker/icon--left-right.svg b/src/components/direction-picker/icon--left-right.svg index 8565562d848..c8424bb5572 100644 --- a/src/components/direction-picker/icon--left-right.svg +++ b/src/components/direction-picker/icon--left-right.svg @@ -1,12 +1 @@ - - - - left-right-active - Created with Sketch. - - - - - - - +left-right-activeCreated with Sketch. \ No newline at end of file diff --git a/src/components/filter/icon--filter.svg b/src/components/filter/icon--filter.svg index c60cc9172fa..1fd2dcc89d5 100644 --- a/src/components/filter/icon--filter.svg +++ b/src/components/filter/icon--filter.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/src/components/filter/icon--x.svg b/src/components/filter/icon--x.svg index 88b52e87007..a808c3e94dd 100644 --- a/src/components/filter/icon--x.svg +++ b/src/components/filter/icon--x.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/src/components/green-flag/icon--green-flag.svg b/src/components/green-flag/icon--green-flag.svg index a853b1cb859..77c911e458c 100644 --- a/src/components/green-flag/icon--green-flag.svg +++ b/src/components/green-flag/icon--green-flag.svg @@ -1 +1 @@ -icon--green-flag \ No newline at end of file +icon--green-flag \ No newline at end of file diff --git a/src/components/gui/icon--code.svg b/src/components/gui/icon--code.svg index c0699805558..422cbc2f741 100644 --- a/src/components/gui/icon--code.svg +++ b/src/components/gui/icon--code.svg @@ -1,10 +1 @@ - - - - Code V2 - Created with Sketch. - - - - - +Code V2Created with Sketch. \ No newline at end of file diff --git a/src/components/gui/icon--costumes.svg b/src/components/gui/icon--costumes.svg index 5111126f0c7..4e092aeca95 100644 --- a/src/components/gui/icon--costumes.svg +++ b/src/components/gui/icon--costumes.svg @@ -1,10 +1 @@ - - - - Paint Editor V1 - Created with Sketch. - - - - - +Paint Editor V1Created with Sketch. \ No newline at end of file diff --git a/src/components/gui/icon--extensions.svg b/src/components/gui/icon--extensions.svg index 5d50761c067..e0959a76b4f 100644 --- a/src/components/gui/icon--extensions.svg +++ b/src/components/gui/icon--extensions.svg @@ -1,18 +1 @@ - - - - add extension - Created with Sketch. - - - - - - - - - - - - - +add extensionCreated with Sketch. \ No newline at end of file diff --git a/src/components/gui/icon--sounds.svg b/src/components/gui/icon--sounds.svg index d05c06309c8..4313f4a2ab9 100644 --- a/src/components/gui/icon--sounds.svg +++ b/src/components/gui/icon--sounds.svg @@ -1,10 +1 @@ - - - - Sounds V1 - Created with Sketch. - - - - - +Sounds V1Created with Sketch. \ No newline at end of file diff --git a/src/components/language-selector/language-icon.svg b/src/components/language-selector/language-icon.svg index e3a712ffb3d..1c2a3534246 100644 --- a/src/components/language-selector/language-icon.svg +++ b/src/components/language-selector/language-icon.svg @@ -1,18 +1 @@ - - - - Language - Created with Sketch. - - - - - - - - - - - - - \ No newline at end of file +LanguageCreated with Sketch. \ No newline at end of file diff --git a/src/components/library-item/bluetooth.svg b/src/components/library-item/bluetooth.svg index 47f317dcf31..abc178dafc0 100644 --- a/src/components/library-item/bluetooth.svg +++ b/src/components/library-item/bluetooth.svg @@ -1,22 +1 @@ - - - - Extensions/Connection/Bluetooth - Created with Sketch. - - - - - - - - - - - - - - - - - \ No newline at end of file +Extensions/Connection/BluetoothCreated with Sketch. \ No newline at end of file diff --git a/src/components/library-item/lib-icon--sound-rtl.svg b/src/components/library-item/lib-icon--sound-rtl.svg index db193366a3f..eb4505ebcc3 100644 --- a/src/components/library-item/lib-icon--sound-rtl.svg +++ b/src/components/library-item/lib-icon--sound-rtl.svg @@ -1,9 +1 @@ - - - - Sound/General/Library Tile Icon/RTL - Created with Sketch. - - - - \ No newline at end of file +Sound/General/Library Tile Icon/RTLCreated with Sketch. \ No newline at end of file diff --git a/src/components/library-item/lib-icon--sound.svg b/src/components/library-item/lib-icon--sound.svg index 2ffc760131c..b5fa85cc281 100644 --- a/src/components/library-item/lib-icon--sound.svg +++ b/src/components/library-item/lib-icon--sound.svg @@ -1,9 +1 @@ - - - - Sound/General/Library Tile Icon/LTR - Created with Sketch. - - - - \ No newline at end of file +Sound/General/Library Tile Icon/LTRCreated with Sketch. \ No newline at end of file diff --git a/src/components/loader/bottom-block.svg b/src/components/loader/bottom-block.svg index b397068c448..213082cdec9 100644 --- a/src/components/loader/bottom-block.svg +++ b/src/components/loader/bottom-block.svg @@ -1,17 +1 @@ - - - - bottom-block - Created with Sketch. - - - - - - - - - - - - \ No newline at end of file +bottom-blockCreated with Sketch. \ No newline at end of file diff --git a/src/components/loader/middle-block.svg b/src/components/loader/middle-block.svg index 6e52d4213a9..2b47b7b9471 100644 --- a/src/components/loader/middle-block.svg +++ b/src/components/loader/middle-block.svg @@ -1,17 +1 @@ - - - - middle-block - Created with Sketch. - - - - - - - - - - - - \ No newline at end of file +middle-blockCreated with Sketch. \ No newline at end of file diff --git a/src/components/loader/top-block.svg b/src/components/loader/top-block.svg index 2b52a0d5d09..32de6372487 100644 --- a/src/components/loader/top-block.svg +++ b/src/components/loader/top-block.svg @@ -1,17 +1 @@ - - - - top-block - Created with Sketch. - - - - - - - - - - - - \ No newline at end of file +top-blockCreated with Sketch. \ No newline at end of file diff --git a/src/components/menu-bar/cat_logo.svg b/src/components/menu-bar/cat_logo.svg index 05a1c4e22cf..db75b8421a4 100644 --- a/src/components/menu-bar/cat_logo.svg +++ b/src/components/menu-bar/cat_logo.svg @@ -1 +1 @@ -Scratch \ No newline at end of file +Scratch \ No newline at end of file diff --git a/src/components/menu-bar/check.svg b/src/components/menu-bar/check.svg index afe11c097e4..62f78658f62 100644 --- a/src/components/menu-bar/check.svg +++ b/src/components/menu-bar/check.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/src/components/menu-bar/dropdown-caret.svg b/src/components/menu-bar/dropdown-caret.svg index 9ed9f8a5499..f901e1a6243 100644 --- a/src/components/menu-bar/dropdown-caret.svg +++ b/src/components/menu-bar/dropdown-caret.svg @@ -1,12 +1 @@ - - - - dropdown-caret - Created with Sketch. - - - - - - - \ No newline at end of file +dropdown-caretCreated with Sketch. \ No newline at end of file diff --git a/src/components/menu-bar/icon--edit.svg b/src/components/menu-bar/icon--edit.svg index 1ca2a883c78..7f3fa4f040c 100644 --- a/src/components/menu-bar/icon--edit.svg +++ b/src/components/menu-bar/icon--edit.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/src/components/menu-bar/icon--file.svg b/src/components/menu-bar/icon--file.svg index 2042dae195e..7226823e30d 100644 --- a/src/components/menu-bar/icon--file.svg +++ b/src/components/menu-bar/icon--file.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/src/components/menu-bar/icon--remix.svg b/src/components/menu-bar/icon--remix.svg index a82c1bf6d5b..29044954152 100644 --- a/src/components/menu-bar/icon--remix.svg +++ b/src/components/menu-bar/icon--remix.svg @@ -1,10 +1 @@ - - - - remix-white - Created with Sketch. - - - - - \ No newline at end of file +remix-whiteCreated with Sketch. \ No newline at end of file diff --git a/src/components/menu-bar/icon--see-community.svg b/src/components/menu-bar/icon--see-community.svg index 1f5b6ee6e58..80a7f11e09f 100644 --- a/src/components/menu-bar/icon--see-community.svg +++ b/src/components/menu-bar/icon--see-community.svg @@ -1,12 +1 @@ - - - - See Community - Created with Sketch. - - - - - - - \ No newline at end of file +See CommunityCreated with Sketch. \ No newline at end of file diff --git a/src/components/menu-bar/icon--settings.svg b/src/components/menu-bar/icon--settings.svg index aafdb307366..de25989533f 100644 --- a/src/components/menu-bar/icon--settings.svg +++ b/src/components/menu-bar/icon--settings.svg @@ -1,3 +1 @@ - - - + \ No newline at end of file diff --git a/src/components/menu-bar/oldtimey-logo.svg b/src/components/menu-bar/oldtimey-logo.svg index afc34cde28e..1e6ecebee60 100644 --- a/src/components/menu-bar/oldtimey-logo.svg +++ b/src/components/menu-bar/oldtimey-logo.svg @@ -1,76 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/src/components/menu-bar/prehistoric-logo.svg b/src/components/menu-bar/prehistoric-logo.svg index a18055270cd..27b934c869b 100644 --- a/src/components/menu-bar/prehistoric-logo.svg +++ b/src/components/menu-bar/prehistoric-logo.svg @@ -1,93 +1 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/src/components/menu-bar/scratch-logo.svg b/src/components/menu-bar/scratch-logo.svg index 28b62731df1..a8b761df693 100644 --- a/src/components/menu-bar/scratch-logo.svg +++ b/src/components/menu-bar/scratch-logo.svg @@ -1 +1 @@ - + \ No newline at end of file diff --git a/src/components/mic-indicator/mic-indicator.svg b/src/components/mic-indicator/mic-indicator.svg index 78726389d13..46cfd962991 100644 --- a/src/components/mic-indicator/mic-indicator.svg +++ b/src/components/mic-indicator/mic-indicator.svg @@ -1,40 +1 @@ - - - - mic-indicator - Created with Sketch. - - - - - - - - - - - - - - - - - - - +mic-indicatorCreated with Sketch. \ No newline at end of file diff --git a/src/components/play-button/icon--play.svg b/src/components/play-button/icon--play.svg index 7c4f45df771..e70f3ab93cc 100644 --- a/src/components/play-button/icon--play.svg +++ b/src/components/play-button/icon--play.svg @@ -1,27 +1 @@ - - - - play - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - +playCreated with Sketch. \ No newline at end of file diff --git a/src/components/play-button/icon--stop.svg b/src/components/play-button/icon--stop.svg index 53837e30c9f..fc0027a69b9 100644 --- a/src/components/play-button/icon--stop.svg +++ b/src/components/play-button/icon--stop.svg @@ -1,28 +1 @@ - - - - stop-playback - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - +stop-playbackCreated with Sketch. \ No newline at end of file diff --git a/src/components/prompt/icon--dropdown-caret.svg b/src/components/prompt/icon--dropdown-caret.svg index 8e08eda35e5..c6a8d9e17f5 100644 --- a/src/components/prompt/icon--dropdown-caret.svg +++ b/src/components/prompt/icon--dropdown-caret.svg @@ -1,12 +1 @@ - - - - dropdown-caret-gray - Created with Sketch. - - - - - - - \ No newline at end of file +dropdown-caret-grayCreated with Sketch. \ No newline at end of file diff --git a/src/components/question/icon--enter.svg b/src/components/question/icon--enter.svg index 03b7c08627d..4f0ce9e7fc1 100644 --- a/src/components/question/icon--enter.svg +++ b/src/components/question/icon--enter.svg @@ -1,18 +1 @@ - - - - General/Check - Created with Sketch. - - - - - - - - - - - - - \ No newline at end of file +General/CheckCreated with Sketch. \ No newline at end of file diff --git a/src/components/record-modal/icon--back.svg b/src/components/record-modal/icon--back.svg index aff0c4f6851..b6c80f07e2d 100644 --- a/src/components/record-modal/icon--back.svg +++ b/src/components/record-modal/icon--back.svg @@ -1,16 +1 @@ - - - - re-record - Created with Sketch. - - - - - - - - - - - +re-recordCreated with Sketch. \ No newline at end of file diff --git a/src/components/record-modal/icon--play.svg b/src/components/record-modal/icon--play.svg index 14ddbbaf221..7d12908ca3d 100644 --- a/src/components/record-modal/icon--play.svg +++ b/src/components/record-modal/icon--play.svg @@ -1,27 +1 @@ - - - - play - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - +playCreated with Sketch. \ No newline at end of file diff --git a/src/components/record-modal/icon--stop-playback.svg b/src/components/record-modal/icon--stop-playback.svg index c72c363e3eb..6c212338c1c 100644 --- a/src/components/record-modal/icon--stop-playback.svg +++ b/src/components/record-modal/icon--stop-playback.svg @@ -1,28 +1 @@ - - - - stop-playback - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - +stop-playbackCreated with Sketch. \ No newline at end of file diff --git a/src/components/record-modal/icon--stop-recording.svg b/src/components/record-modal/icon--stop-recording.svg index 4bf61fb506d..4bc7867ae6b 100644 --- a/src/components/record-modal/icon--stop-recording.svg +++ b/src/components/record-modal/icon--stop-recording.svg @@ -1,28 +1 @@ - - - - stop-recording - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file +stop-recordingCreated with Sketch. \ No newline at end of file diff --git a/src/components/sound-editor/icon--copy-to-new.svg b/src/components/sound-editor/icon--copy-to-new.svg index 4d228a1776c..2c1c58acd72 100644 --- a/src/components/sound-editor/icon--copy-to-new.svg +++ b/src/components/sound-editor/icon--copy-to-new.svg @@ -1,9 +1 @@ - - - - Sound/General/Copy to New - Created with Sketch. - - - - +Sound/General/Copy to NewCreated with Sketch. \ No newline at end of file diff --git a/src/components/sound-editor/icon--copy.svg b/src/components/sound-editor/icon--copy.svg index b905e43420a..0ec5e1621bd 100644 --- a/src/components/sound-editor/icon--copy.svg +++ b/src/components/sound-editor/icon--copy.svg @@ -1,14 +1 @@ - - - - Sound/General/Copy - Created with Sketch. - - - - - - - - - +Sound/General/CopyCreated with Sketch. \ No newline at end of file diff --git a/src/components/sound-editor/icon--delete.svg b/src/components/sound-editor/icon--delete.svg index c7e09696266..3e793906942 100644 --- a/src/components/sound-editor/icon--delete.svg +++ b/src/components/sound-editor/icon--delete.svg @@ -1,18 +1 @@ - - - - Sound/General/Trim - Created with Sketch. - - - - - - - - - - - - - +Sound/General/TrimCreated with Sketch. \ No newline at end of file diff --git a/src/components/sound-editor/icon--echo.svg b/src/components/sound-editor/icon--echo.svg index d024f819fbe..ae910366087 100644 --- a/src/components/sound-editor/icon--echo.svg +++ b/src/components/sound-editor/icon--echo.svg @@ -1,17 +1 @@ - - - - icon--echo - Created with Sketch. - - - - - - - - - - - - \ No newline at end of file +icon--echoCreated with Sketch. \ No newline at end of file diff --git a/src/components/sound-editor/icon--fade-in.svg b/src/components/sound-editor/icon--fade-in.svg index 351f5915a26..9aa5c77c80f 100644 --- a/src/components/sound-editor/icon--fade-in.svg +++ b/src/components/sound-editor/icon--fade-in.svg @@ -1,9 +1 @@ - - - - Sound/Effects/Fade-in - Created with Sketch. - - - - \ No newline at end of file +Sound/Effects/Fade-inCreated with Sketch. \ No newline at end of file diff --git a/src/components/sound-editor/icon--faster.svg b/src/components/sound-editor/icon--faster.svg index db35f3de3ed..ef224215ed1 100644 --- a/src/components/sound-editor/icon--faster.svg +++ b/src/components/sound-editor/icon--faster.svg @@ -1,12 +1 @@ - - - - icon--faster - Created with Sketch. - - - - - - - \ No newline at end of file +icon--fasterCreated with Sketch. \ No newline at end of file diff --git a/src/components/sound-editor/icon--louder.svg b/src/components/sound-editor/icon--louder.svg index 5afdbef12f8..2a5d91c6ac2 100644 --- a/src/components/sound-editor/icon--louder.svg +++ b/src/components/sound-editor/icon--louder.svg @@ -1,17 +1 @@ - - - - lounder - Created with Sketch. - - - - - - - - - - - - \ No newline at end of file +lounderCreated with Sketch. \ No newline at end of file diff --git a/src/components/sound-editor/icon--mute.svg b/src/components/sound-editor/icon--mute.svg index 6cdd71d4d77..459c4d9ffcc 100644 --- a/src/components/sound-editor/icon--mute.svg +++ b/src/components/sound-editor/icon--mute.svg @@ -1,9 +1 @@ - - - - Sound/Effects/Mute - Created with Sketch. - - - - +Sound/Effects/MuteCreated with Sketch. \ No newline at end of file diff --git a/src/components/sound-editor/icon--paste.svg b/src/components/sound-editor/icon--paste.svg index 51027762f4d..709bba733f1 100644 --- a/src/components/sound-editor/icon--paste.svg +++ b/src/components/sound-editor/icon--paste.svg @@ -1,9 +1 @@ - - - - Sound/General/Paste - Created with Sketch. - - - - +Sound/General/PasteCreated with Sketch. \ No newline at end of file diff --git a/src/components/sound-editor/icon--play.svg b/src/components/sound-editor/icon--play.svg index 817a2cab9f7..06ac307800e 100644 --- a/src/components/sound-editor/icon--play.svg +++ b/src/components/sound-editor/icon--play.svg @@ -1,20 +1 @@ - - - - play - Created with Sketch. - - - - - - - - - - - - - - - +playCreated with Sketch. \ No newline at end of file diff --git a/src/components/sound-editor/icon--redo.svg b/src/components/sound-editor/icon--redo.svg index c32f94494aa..0f584079f36 100644 --- a/src/components/sound-editor/icon--redo.svg +++ b/src/components/sound-editor/icon--redo.svg @@ -1,12 +1 @@ - - - - redo - Created with Sketch. - - - - - - - +redoCreated with Sketch. \ No newline at end of file diff --git a/src/components/sound-editor/icon--reverse.svg b/src/components/sound-editor/icon--reverse.svg index 951a31283f7..0a4d0d2f78f 100644 --- a/src/components/sound-editor/icon--reverse.svg +++ b/src/components/sound-editor/icon--reverse.svg @@ -1,12 +1 @@ - - - - reverse - Created with Sketch. - - - - - - - \ No newline at end of file +reverseCreated with Sketch. \ No newline at end of file diff --git a/src/components/sound-editor/icon--robot.svg b/src/components/sound-editor/icon--robot.svg index 60fe3204474..704b8d33dd4 100644 --- a/src/components/sound-editor/icon--robot.svg +++ b/src/components/sound-editor/icon--robot.svg @@ -1,22 +1 @@ - - - - robot - Created with Sketch. - - - - - - - - - - - - - - - - - \ No newline at end of file +robotCreated with Sketch. \ No newline at end of file diff --git a/src/components/sound-editor/icon--slower.svg b/src/components/sound-editor/icon--slower.svg index cb2a7c3ce75..b0baf99fb0d 100644 --- a/src/components/sound-editor/icon--slower.svg +++ b/src/components/sound-editor/icon--slower.svg @@ -1,12 +1 @@ - - - - icon--slower - Created with Sketch. - - - - - - - \ No newline at end of file +icon--slowerCreated with Sketch. \ No newline at end of file diff --git a/src/components/sound-editor/icon--softer.svg b/src/components/sound-editor/icon--softer.svg index f67dd091e7c..13128dbde0a 100644 --- a/src/components/sound-editor/icon--softer.svg +++ b/src/components/sound-editor/icon--softer.svg @@ -1,15 +1 @@ - - - - icon--softer - Created with Sketch. - - - - - - - - - - \ No newline at end of file +icon--softerCreated with Sketch. \ No newline at end of file diff --git a/src/components/sound-editor/icon--stop.svg b/src/components/sound-editor/icon--stop.svg index c960e66c3c5..b9729719fa0 100644 --- a/src/components/sound-editor/icon--stop.svg +++ b/src/components/sound-editor/icon--stop.svg @@ -1,21 +1 @@ - - - - stop-playback - Created with Sketch. - - - - - - - - - - - - - - - - +stop-playbackCreated with Sketch. \ No newline at end of file diff --git a/src/components/sound-editor/icon--trim-confirm.svg b/src/components/sound-editor/icon--trim-confirm.svg index 919b997eda6..cbb9e681528 100644 --- a/src/components/sound-editor/icon--trim-confirm.svg +++ b/src/components/sound-editor/icon--trim-confirm.svg @@ -1,18 +1 @@ - - - - trim-confirm - Created with Sketch. - - - - - - - - - - - - - \ No newline at end of file +trim-confirmCreated with Sketch. \ No newline at end of file diff --git a/src/components/sound-editor/icon--trim.svg b/src/components/sound-editor/icon--trim.svg index 549da5dd1b5..5b6251580f0 100644 --- a/src/components/sound-editor/icon--trim.svg +++ b/src/components/sound-editor/icon--trim.svg @@ -1,18 +1 @@ - - - - trim - Created with Sketch. - - - - - - - - - - - - - \ No newline at end of file +trimCreated with Sketch. \ No newline at end of file diff --git a/src/components/sound-editor/icon--undo.svg b/src/components/sound-editor/icon--undo.svg index 44c9517b707..9f2b9870892 100644 --- a/src/components/sound-editor/icon--undo.svg +++ b/src/components/sound-editor/icon--undo.svg @@ -1,12 +1 @@ - - - - undo - Created with Sketch. - - - - - - - +undoCreated with Sketch. \ No newline at end of file diff --git a/src/components/sprite-info/icon--hide.svg b/src/components/sprite-info/icon--hide.svg index 347b4db5ba4..aca5a140c3e 100644 --- a/src/components/sprite-info/icon--hide.svg +++ b/src/components/sprite-info/icon--hide.svg @@ -1,14 +1 @@ - - - - hide-icon-active - Created with Sketch. - - - - - - - - - +hide-icon-activeCreated with Sketch. \ No newline at end of file diff --git a/src/components/sprite-info/icon--show.svg b/src/components/sprite-info/icon--show.svg index d6fd9280df4..b6b4590e7df 100644 --- a/src/components/sprite-info/icon--show.svg +++ b/src/components/sprite-info/icon--show.svg @@ -1,15 +1 @@ - - - - show-icon-active - Created with Sketch. - - - - - - - - - - +show-icon-activeCreated with Sketch. \ No newline at end of file diff --git a/src/components/sprite-info/icon--x.svg b/src/components/sprite-info/icon--x.svg index 9c367def0b1..59f149d838b 100644 --- a/src/components/sprite-info/icon--x.svg +++ b/src/components/sprite-info/icon--x.svg @@ -1,14 +1 @@ - - - - x-icon_V2 - Created with Sketch. - - - - - - - - - \ No newline at end of file +x-icon_V2Created with Sketch. \ No newline at end of file diff --git a/src/components/sprite-info/icon--y.svg b/src/components/sprite-info/icon--y.svg index 259430f2171..d8a52028aa3 100644 --- a/src/components/sprite-info/icon--y.svg +++ b/src/components/sprite-info/icon--y.svg @@ -1,16 +1 @@ - - - - y icon V2 - Created with Sketch. - - - - - - - - - - - \ No newline at end of file +y icon V2Created with Sketch. \ No newline at end of file diff --git a/src/components/stage-header/icon--fullscreen.svg b/src/components/stage-header/icon--fullscreen.svg index 9d26e439189..108d1c0ba32 100644 --- a/src/components/stage-header/icon--fullscreen.svg +++ b/src/components/stage-header/icon--fullscreen.svg @@ -1,17 +1 @@ - - - - Fullscreen - Created with Sketch. - - - - - - - - - - - - \ No newline at end of file +FullscreenCreated with Sketch. \ No newline at end of file diff --git a/src/components/stage-header/icon--large-stage.svg b/src/components/stage-header/icon--large-stage.svg index 7b33554e7f2..6af763b558b 100644 --- a/src/components/stage-header/icon--large-stage.svg +++ b/src/components/stage-header/icon--large-stage.svg @@ -1,16 +1 @@ - - - - Large Stage (active) - Created with Sketch. - - - - - - - - - - - +Large Stage (active)Created with Sketch. \ No newline at end of file diff --git a/src/components/stage-header/icon--small-stage.svg b/src/components/stage-header/icon--small-stage.svg index aab6d5b557b..203e01005cf 100644 --- a/src/components/stage-header/icon--small-stage.svg +++ b/src/components/stage-header/icon--small-stage.svg @@ -1,16 +1 @@ - - - - Small Stage (inactive) - Created with Sketch. - - - - - - - - - - - +Small Stage (inactive)Created with Sketch. \ No newline at end of file diff --git a/src/components/stage-header/icon--unfullscreen.svg b/src/components/stage-header/icon--unfullscreen.svg index bf4a3e450de..6a2f788b22d 100644 --- a/src/components/stage-header/icon--unfullscreen.svg +++ b/src/components/stage-header/icon--unfullscreen.svg @@ -1,17 +1 @@ - - - - un-fullscreen - Created with Sketch. - - - - - - - - - - - - \ No newline at end of file +un-fullscreenCreated with Sketch. \ No newline at end of file diff --git a/src/components/stop-all/icon--stop-all.svg b/src/components/stop-all/icon--stop-all.svg index d18947cc2d7..ff5ebc5aae0 100644 --- a/src/components/stop-all/icon--stop-all.svg +++ b/src/components/stop-all/icon--stop-all.svg @@ -1,9 +1 @@ - - - - - - + \ No newline at end of file diff --git a/src/components/turbo-mode/icon--turbo.svg b/src/components/turbo-mode/icon--turbo.svg index 64fd1665fc0..43da35ca3e0 100644 --- a/src/components/turbo-mode/icon--turbo.svg +++ b/src/components/turbo-mode/icon--turbo.svg @@ -1,12 +1 @@ - - - - turbo-bolt-icon - Created with Sketch. - - - - - - - \ No newline at end of file +turbo-bolt-iconCreated with Sketch. \ No newline at end of file diff --git a/src/lib/assets/icon--back.svg b/src/lib/assets/icon--back.svg index e3f82a6fdb6..108028bc81d 100644 --- a/src/lib/assets/icon--back.svg +++ b/src/lib/assets/icon--back.svg @@ -1,12 +1 @@ - - - - back-icon - Created with Sketch. - - - - - - - \ No newline at end of file +back-iconCreated with Sketch. \ No newline at end of file diff --git a/src/lib/assets/icon--help.svg b/src/lib/assets/icon--help.svg index 2938e8340eb..4fde3d60359 100644 --- a/src/lib/assets/icon--help.svg +++ b/src/lib/assets/icon--help.svg @@ -1,10 +1 @@ - - - - help - Created with Sketch. - - - - - \ No newline at end of file +helpCreated with Sketch. \ No newline at end of file diff --git a/src/lib/assets/icon--success.svg b/src/lib/assets/icon--success.svg index d506e13b00c..a7f89e91617 100644 --- a/src/lib/assets/icon--success.svg +++ b/src/lib/assets/icon--success.svg @@ -1,9 +1 @@ - - - - Alerts/Check - Created with Sketch. - - - - \ No newline at end of file +Alerts/CheckCreated with Sketch. \ No newline at end of file diff --git a/src/lib/assets/icon--tutorials.svg b/src/lib/assets/icon--tutorials.svg index fea09e781b3..e8f2c30a898 100644 --- a/src/lib/assets/icon--tutorials.svg +++ b/src/lib/assets/icon--tutorials.svg @@ -1,10 +1 @@ - - - - Tutorials - Created with Sketch. - - - - - \ No newline at end of file +TutorialsCreated with Sketch. \ No newline at end of file diff --git a/src/lib/assets/placeholder.svg b/src/lib/assets/placeholder.svg index 67be6428a84..e78221cdfd7 100644 --- a/src/lib/assets/placeholder.svg +++ b/src/lib/assets/placeholder.svg @@ -1,10 +1 @@ - - - - Artboard - Created with Sketch. - - - - - \ No newline at end of file +ArtboardCreated with Sketch. \ No newline at end of file diff --git a/src/lib/default-project/0fb9be3e8397c983338cb71dc84d0b25.svg b/src/lib/default-project/0fb9be3e8397c983338cb71dc84d0b25.svg index 5ff997fd111..29e9415f166 100644 --- a/src/lib/default-project/0fb9be3e8397c983338cb71dc84d0b25.svg +++ b/src/lib/default-project/0fb9be3e8397c983338cb71dc84d0b25.svg @@ -1,42 +1 @@ - - - - costume2.1 - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file +costume2.1Created with Sketch. \ No newline at end of file diff --git a/src/lib/default-project/bcf454acf82e4504149f7ffe07081dbc.svg b/src/lib/default-project/bcf454acf82e4504149f7ffe07081dbc.svg index 03df23e29ad..8c9b7749c8a 100644 --- a/src/lib/default-project/bcf454acf82e4504149f7ffe07081dbc.svg +++ b/src/lib/default-project/bcf454acf82e4504149f7ffe07081dbc.svg @@ -1,42 +1 @@ - - - - costume1.1 - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file +costume1.1Created with Sketch. \ No newline at end of file diff --git a/src/lib/default-project/cd21514d0531fdffb22204e0ec5ed84a.svg b/src/lib/default-project/cd21514d0531fdffb22204e0ec5ed84a.svg index 15f73119b9c..01b8a51f77b 100644 --- a/src/lib/default-project/cd21514d0531fdffb22204e0ec5ed84a.svg +++ b/src/lib/default-project/cd21514d0531fdffb22204e0ec5ed84a.svg @@ -1,3 +1 @@ - - - \ No newline at end of file + \ No newline at end of file diff --git a/src/lib/libraries/extensions/boost/boost-button-illustration.svg b/src/lib/libraries/extensions/boost/boost-button-illustration.svg index 6b0f5d68f2b..2e25f040bea 100644 --- a/src/lib/libraries/extensions/boost/boost-button-illustration.svg +++ b/src/lib/libraries/extensions/boost/boost-button-illustration.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/lib/libraries/extensions/ev3/ev3-hub-illustration.svg b/src/lib/libraries/extensions/ev3/ev3-hub-illustration.svg index 7f8c8c39596..d19f9298404 100644 --- a/src/lib/libraries/extensions/ev3/ev3-hub-illustration.svg +++ b/src/lib/libraries/extensions/ev3/ev3-hub-illustration.svg @@ -1,41 +1 @@ - - - - ev3-hub-illustration - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file +ev3-hub-illustrationCreated with Sketch. \ No newline at end of file diff --git a/src/lib/libraries/extensions/ev3/ev3-small.svg b/src/lib/libraries/extensions/ev3/ev3-small.svg index 260e2fd26c1..0d48d165269 100644 --- a/src/lib/libraries/extensions/ev3/ev3-small.svg +++ b/src/lib/libraries/extensions/ev3/ev3-small.svg @@ -1,23 +1 @@ - - - - ev3-block-icon - Created with Sketch. - - - - - - - - - - - - - - - - - - \ No newline at end of file +ev3-block-iconCreated with Sketch. \ No newline at end of file diff --git a/src/lib/libraries/extensions/microbit/microbit-illustration.svg b/src/lib/libraries/extensions/microbit/microbit-illustration.svg index 3ef892bcc45..f190f0d135d 100644 --- a/src/lib/libraries/extensions/microbit/microbit-illustration.svg +++ b/src/lib/libraries/extensions/microbit/microbit-illustration.svg @@ -1,368 +1 @@ - - - - microbit-illustration - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file +microbit-illustrationCreated with Sketch. \ No newline at end of file diff --git a/src/lib/libraries/extensions/microbit/microbit-small.svg b/src/lib/libraries/extensions/microbit/microbit-small.svg index ead401aba10..4e53bb76ba5 100644 --- a/src/lib/libraries/extensions/microbit/microbit-small.svg +++ b/src/lib/libraries/extensions/microbit/microbit-small.svg @@ -1,259 +1 @@ - - - - microbit-block-icon - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file +microbit-block-iconCreated with Sketch. \ No newline at end of file diff --git a/src/lib/libraries/extensions/text2speech/text2speech-small.svg b/src/lib/libraries/extensions/text2speech/text2speech-small.svg index 1ce14e3fcf4..81a4e9673fd 100644 --- a/src/lib/libraries/extensions/text2speech/text2speech-small.svg +++ b/src/lib/libraries/extensions/text2speech/text2speech-small.svg @@ -1,12 +1 @@ - - - - Extensions/Software/Text-to-Speech-Block - Created with Sketch. - - - - - - - \ No newline at end of file +Extensions/Software/Text-to-Speech-BlockCreated with Sketch. \ No newline at end of file diff --git a/src/lib/libraries/extensions/videoSensing/video-sensing-small.svg b/src/lib/libraries/extensions/videoSensing/video-sensing-small.svg index 6837da1af49..13d653c8338 100644 --- a/src/lib/libraries/extensions/videoSensing/video-sensing-small.svg +++ b/src/lib/libraries/extensions/videoSensing/video-sensing-small.svg @@ -1,15 +1 @@ - - - - Extensions/Software/Video-Sensing-Block - Created with Sketch. - - - - - - - - - - \ No newline at end of file +Extensions/Software/Video-Sensing-BlockCreated with Sketch. \ No newline at end of file diff --git a/src/lib/libraries/extensions/wedo2/wedo-button-illustration.svg b/src/lib/libraries/extensions/wedo2/wedo-button-illustration.svg index d874b966961..07a8a3848fb 100644 --- a/src/lib/libraries/extensions/wedo2/wedo-button-illustration.svg +++ b/src/lib/libraries/extensions/wedo2/wedo-button-illustration.svg @@ -1,74 +1 @@ - - - - wedo-button-illustration - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +wedo-button-illustrationCreated with Sketch. \ No newline at end of file diff --git a/src/lib/libraries/extensions/wedo2/wedo-illustration.svg b/src/lib/libraries/extensions/wedo2/wedo-illustration.svg index e82660009ea..1b515f42abb 100644 --- a/src/lib/libraries/extensions/wedo2/wedo-illustration.svg +++ b/src/lib/libraries/extensions/wedo2/wedo-illustration.svg @@ -1,64 +1 @@ - - - - wedo-illustration - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file +wedo-illustrationCreated with Sketch. \ No newline at end of file diff --git a/src/lib/libraries/extensions/wedo2/wedo-small.svg b/src/lib/libraries/extensions/wedo2/wedo-small.svg index 70db707eb8a..4ac2d73ada8 100644 --- a/src/lib/libraries/extensions/wedo2/wedo-small.svg +++ b/src/lib/libraries/extensions/wedo2/wedo-small.svg @@ -1,58 +1 @@ - - - - wedo2-block-icon - Created with Sketch. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file +wedo2-block-iconCreated with Sketch. \ No newline at end of file diff --git a/src/lib/themes/default/icon.svg b/src/lib/themes/default/icon.svg index 8f54974f65d..7154ff17e9b 100644 --- a/src/lib/themes/default/icon.svg +++ b/src/lib/themes/default/icon.svg @@ -1,17 +1 @@ - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/src/lib/themes/high-contrast/blocks-media/comment-arrow-down.svg b/src/lib/themes/high-contrast/blocks-media/comment-arrow-down.svg index 9753f40b011..cd4f37c1dc1 100644 --- a/src/lib/themes/high-contrast/blocks-media/comment-arrow-down.svg +++ b/src/lib/themes/high-contrast/blocks-media/comment-arrow-down.svg @@ -1,10 +1 @@ - - - - dropdown-caret-up - Created with Sketch. - - - - - +dropdown-caret-upCreated with Sketch. \ No newline at end of file diff --git a/src/lib/themes/high-contrast/blocks-media/comment-arrow-up.svg b/src/lib/themes/high-contrast/blocks-media/comment-arrow-up.svg index a118883f4b5..0971375019c 100644 --- a/src/lib/themes/high-contrast/blocks-media/comment-arrow-up.svg +++ b/src/lib/themes/high-contrast/blocks-media/comment-arrow-up.svg @@ -1,10 +1 @@ - - - - dropdown-caret-down - Created with Sketch. - - - - - +dropdown-caret-downCreated with Sketch. \ No newline at end of file diff --git a/src/lib/themes/high-contrast/blocks-media/delete-x.svg b/src/lib/themes/high-contrast/blocks-media/delete-x.svg index 46d898a9a40..32f47042d75 100644 --- a/src/lib/themes/high-contrast/blocks-media/delete-x.svg +++ b/src/lib/themes/high-contrast/blocks-media/delete-x.svg @@ -1,10 +1 @@ - - - - delete-x - Created with Sketch. - - - - - +delete-xCreated with Sketch. \ No newline at end of file diff --git a/src/lib/themes/high-contrast/blocks-media/dropdown-arrow.svg b/src/lib/themes/high-contrast/blocks-media/dropdown-arrow.svg index 585e5cc4f8a..8534ecd4e45 100644 --- a/src/lib/themes/high-contrast/blocks-media/dropdown-arrow.svg +++ b/src/lib/themes/high-contrast/blocks-media/dropdown-arrow.svg @@ -1 +1 @@ -dropdown-arrow \ No newline at end of file +dropdown-arrow \ No newline at end of file diff --git a/src/lib/themes/high-contrast/blocks-media/eyedropper.svg b/src/lib/themes/high-contrast/blocks-media/eyedropper.svg index c7a7cfc9a4f..5d631300e1e 100644 --- a/src/lib/themes/high-contrast/blocks-media/eyedropper.svg +++ b/src/lib/themes/high-contrast/blocks-media/eyedropper.svg @@ -1,22 +1 @@ - - - - Artboard - Created with Sketch. - - - - - - - - - - - - - - - - - \ No newline at end of file +ArtboardCreated with Sketch. \ No newline at end of file diff --git a/src/lib/themes/high-contrast/blocks-media/icons/arrow_button.svg b/src/lib/themes/high-contrast/blocks-media/icons/arrow_button.svg index 5fa8ffee296..0354f90104b 100644 --- a/src/lib/themes/high-contrast/blocks-media/icons/arrow_button.svg +++ b/src/lib/themes/high-contrast/blocks-media/icons/arrow_button.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/src/lib/themes/high-contrast/blocks-media/repeat.svg b/src/lib/themes/high-contrast/blocks-media/repeat.svg index 70d02b90954..0c023ba87ab 100644 --- a/src/lib/themes/high-contrast/blocks-media/repeat.svg +++ b/src/lib/themes/high-contrast/blocks-media/repeat.svg @@ -1,13 +1 @@ - - - - -repeat - - +repeat \ No newline at end of file diff --git a/src/lib/themes/high-contrast/blocks-media/rotate-left.svg b/src/lib/themes/high-contrast/blocks-media/rotate-left.svg index eb120afa48d..3915c89875b 100644 --- a/src/lib/themes/high-contrast/blocks-media/rotate-left.svg +++ b/src/lib/themes/high-contrast/blocks-media/rotate-left.svg @@ -1 +1 @@ -rotate-clockwise \ No newline at end of file +rotate-clockwise \ No newline at end of file diff --git a/src/lib/themes/high-contrast/blocks-media/rotate-right.svg b/src/lib/themes/high-contrast/blocks-media/rotate-right.svg index 960c00bbecc..c2be7fbc4a7 100644 --- a/src/lib/themes/high-contrast/blocks-media/rotate-right.svg +++ b/src/lib/themes/high-contrast/blocks-media/rotate-right.svg @@ -1 +1 @@ -rotate-counter-clockwise \ No newline at end of file +rotate-counter-clockwise \ No newline at end of file diff --git a/src/lib/themes/high-contrast/blocks-media/zoom-in.svg b/src/lib/themes/high-contrast/blocks-media/zoom-in.svg index 6395eb2d400..2a45402a574 100644 --- a/src/lib/themes/high-contrast/blocks-media/zoom-in.svg +++ b/src/lib/themes/high-contrast/blocks-media/zoom-in.svg @@ -1,5 +1 @@ - - - - - + \ No newline at end of file diff --git a/src/lib/themes/high-contrast/blocks-media/zoom-out.svg b/src/lib/themes/high-contrast/blocks-media/zoom-out.svg index 3dc33cd6edc..29ea47c3de1 100644 --- a/src/lib/themes/high-contrast/blocks-media/zoom-out.svg +++ b/src/lib/themes/high-contrast/blocks-media/zoom-out.svg @@ -1,5 +1 @@ - - - - - + \ No newline at end of file diff --git a/src/lib/themes/high-contrast/blocks-media/zoom-reset.svg b/src/lib/themes/high-contrast/blocks-media/zoom-reset.svg index 2e358b0d75f..18b44cc6d9e 100644 --- a/src/lib/themes/high-contrast/blocks-media/zoom-reset.svg +++ b/src/lib/themes/high-contrast/blocks-media/zoom-reset.svg @@ -1,6 +1 @@ - - - - - - + \ No newline at end of file diff --git a/src/lib/themes/high-contrast/extensions/musicIcon.svg b/src/lib/themes/high-contrast/extensions/musicIcon.svg index 34cf4e4f3a8..2b46d4a7899 100644 --- a/src/lib/themes/high-contrast/extensions/musicIcon.svg +++ b/src/lib/themes/high-contrast/extensions/musicIcon.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/src/lib/themes/high-contrast/extensions/penIcon.svg b/src/lib/themes/high-contrast/extensions/penIcon.svg index d4436d58c34..49232d4d16a 100644 --- a/src/lib/themes/high-contrast/extensions/penIcon.svg +++ b/src/lib/themes/high-contrast/extensions/penIcon.svg @@ -1,14 +1 @@ - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/src/lib/themes/high-contrast/extensions/text2speechIcon.svg b/src/lib/themes/high-contrast/extensions/text2speechIcon.svg index 2606c9cfbef..2dcaa055f86 100644 --- a/src/lib/themes/high-contrast/extensions/text2speechIcon.svg +++ b/src/lib/themes/high-contrast/extensions/text2speechIcon.svg @@ -1,4 +1 @@ - - - - + \ No newline at end of file diff --git a/src/lib/themes/high-contrast/extensions/translateIcon.svg b/src/lib/themes/high-contrast/extensions/translateIcon.svg index e1fafc5be9d..58698635a8c 100644 --- a/src/lib/themes/high-contrast/extensions/translateIcon.svg +++ b/src/lib/themes/high-contrast/extensions/translateIcon.svg @@ -1,9 +1 @@ - - - - - - - - - + \ No newline at end of file diff --git a/src/lib/themes/high-contrast/extensions/videoSensingIcon.svg b/src/lib/themes/high-contrast/extensions/videoSensingIcon.svg index 95c2e90dbc1..c78a58fb490 100644 --- a/src/lib/themes/high-contrast/extensions/videoSensingIcon.svg +++ b/src/lib/themes/high-contrast/extensions/videoSensingIcon.svg @@ -1,7 +1 @@ - - - - - - - + \ No newline at end of file diff --git a/src/lib/themes/high-contrast/icon.svg b/src/lib/themes/high-contrast/icon.svg index 4bdf2fa04ee..9263cde0ee7 100644 --- a/src/lib/themes/high-contrast/icon.svg +++ b/src/lib/themes/high-contrast/icon.svg @@ -1,17 +1 @@ - - - - - - - - - - - - - - - - - + \ No newline at end of file diff --git a/test/fixtures/100-100.svg b/test/fixtures/100-100.svg index 108f7aa1bc9..a081d10e70a 100644 --- a/test/fixtures/100-100.svg +++ b/test/fixtures/100-100.svg @@ -1,20 +1 @@ - - - - Artboard - Created with Sketch. - - - - - - - - - - - - - - - +ArtboardCreated with Sketch. \ No newline at end of file