fix: Added backspace button on Super toolbar on Android as a workaround for backspace issue
This commit is contained in:
4
packages/icons/src/Icons/ic-backspace.svg
Normal file
4
packages/icons/src/Icons/ic-backspace.svg
Normal file
@@ -0,0 +1,4 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path fill="currentColor"
|
||||
d="m11.4 16l2.6-2.6l2.6 2.6l1.4-1.4l-2.6-2.6L18 9.4L16.6 8L14 10.6L11.4 8L10 9.4l2.6 2.6l-2.6 2.6l1.4 1.4ZM3 12l4.35-6.15q.275-.4.713-.625T9 5h10q.825 0 1.413.588T21 7v10q0 .825-.588 1.413T19 19H9q-.5 0-.938-.225t-.712-.625L3 12Z" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 330 B |
@@ -6,6 +6,7 @@ import AccountVariantIcon from './ic-account-variant.svg'
|
||||
import AddBoldIcon from './ic-add-bold.svg'
|
||||
import AddIcon from './ic-add.svg'
|
||||
import AddTextIcon from './ic-add-text.svg'
|
||||
import AegisIcon from './ic-aegis.svg'
|
||||
import ArchiveIcon from './ic-archive.svg'
|
||||
import ArrowDownCheckmarkIcon from './arrow-down-checkmark.svg'
|
||||
import ArrowDownIcon from './ic-arrow-down.svg'
|
||||
@@ -21,6 +22,7 @@ import AttachmentFileIcon from './ic-attachment-file.svg'
|
||||
import AuthenticatorIcon from './ic-authenticator.svg'
|
||||
import AuthenticatorVariantIcon from './ic-authenticator-variant.svg'
|
||||
import BackIosIcon from './ic-back-ios.svg'
|
||||
import BackspaceIcon from './ic-backspace.svg'
|
||||
import BlockIcon from './ic-block.svg'
|
||||
import BlueDotIcon from './blue-dot.svg'
|
||||
import BoldIcon from './ic-bold.svg'
|
||||
@@ -57,6 +59,7 @@ import EditorIcon from './ic-editor.svg'
|
||||
import EmailFilledIcon from './ic-email-filled.svg'
|
||||
import EmailIcon from './ic-email.svg'
|
||||
import EnterIcon from './ic-enter.svg'
|
||||
import EvernoteIcon from './ic-evernote.svg'
|
||||
import EyeFilledIcon from './ic-eye-filled.svg'
|
||||
import EyeIcon from './ic-eye.svg'
|
||||
import EyeOffFilledIcon from './ic-eye-off-filled.svg'
|
||||
@@ -87,6 +90,7 @@ import ForwardIosIcon from './ic-forward-ios.svg'
|
||||
import FullscreenExitIcon from './ic-fullscreen-exit.svg'
|
||||
import FullscreenIcon from './ic-fullscreen.svg'
|
||||
import GiftOutlineIcon from './ic-gift-outline.svg'
|
||||
import GoogleKeepIcon from './ic-gkeep.svg'
|
||||
import HashtagFilledIcon from './ic-hashtag-filled.svg'
|
||||
import HashtagIcon from './ic-hashtag.svg'
|
||||
import HashtagOffIcon from './ic-hashtag-off.svg'
|
||||
@@ -112,9 +116,9 @@ import LineWidthIcon from './ic-line-width.svg'
|
||||
import LinkIcon from './ic-link.svg'
|
||||
import LinkOffIcon from './ic-link-off.svg'
|
||||
import ListBulleted from './ic-list-bulleted.svg'
|
||||
import ListNumbered from './ic-list-numbered.svg'
|
||||
import ListedFilledIcon from './ic-listed-filled.svg'
|
||||
import ListedIcon from './ic-listed.svg'
|
||||
import ListNumbered from './ic-list-numbered.svg'
|
||||
import LockFilledIcon from './ic-lock-filled.svg'
|
||||
import LockIcon from './ic-lock.svg'
|
||||
import MarkdownIcon from './ic-markdown.svg'
|
||||
@@ -146,6 +150,8 @@ import PrintIcon from './ic-print.svg'
|
||||
import ProtectedIllustration from './il-protected.svg'
|
||||
import RedoIcon from './ic-redo.svg'
|
||||
import ReorderIcon from './ic-reorder.svg'
|
||||
import ReplaceAllIcon from './ic-replace-all.svg'
|
||||
import ReplaceIcon from './ic-replace.svg'
|
||||
import RestoreIcon from './ic-restore.svg'
|
||||
import RichTextIcon from './ic-text-rich.svg'
|
||||
import SafeIcon from './ic-safe.svg'
|
||||
@@ -164,6 +170,7 @@ import ShareIcon from './ic-share.svg'
|
||||
import ShortcutButtonIcon from './ic-shortcut-button.svg'
|
||||
import SignInIcon from './ic-signin.svg'
|
||||
import SignOutIcon from './ic-signout.svg'
|
||||
import SimplenoteIcon from './ic-simplenote.svg'
|
||||
import SNLogoAltIcon from './ic-standard-notes-2.svg'
|
||||
import SNLogoFull from './ic-sn-logo-full.svg'
|
||||
import SNLogoIcon from './ic-standard-notes.svg'
|
||||
@@ -201,12 +208,6 @@ import UserSwitch from './ic-user-switch.svg'
|
||||
import ViewIcon from './ic-view.svg'
|
||||
import WarningIcon from './ic-warning.svg'
|
||||
import WindowIcon from './ic-window.svg'
|
||||
import EvernoteIcon from './ic-evernote.svg'
|
||||
import GoogleKeepIcon from './ic-gkeep.svg'
|
||||
import SimplenoteIcon from './ic-simplenote.svg'
|
||||
import AegisIcon from './ic-aegis.svg'
|
||||
import ReplaceIcon from './ic-replace.svg'
|
||||
import ReplaceAllIcon from './ic-replace-all.svg'
|
||||
|
||||
export {
|
||||
AccessibilityIcon,
|
||||
@@ -232,6 +233,7 @@ export {
|
||||
AuthenticatorIcon,
|
||||
AuthenticatorVariantIcon,
|
||||
BackIosIcon,
|
||||
BackspaceIcon,
|
||||
BlockIcon,
|
||||
BlueDotIcon,
|
||||
BoldIcon,
|
||||
|
||||
Reference in New Issue
Block a user