├── .gitignore ├── LICENSE ├── README.md ├── photon-colors ├── CHANGELOG.md ├── README.md ├── build.js ├── package-lock.json ├── package.json ├── photon-colors.android.xml ├── photon-colors.css ├── photon-colors.gpl ├── photon-colors.js ├── photon-colors.json ├── photon-colors.less ├── photon-colors.scss ├── photon-colors.sketchpalette ├── photon-colors.soc └── photon-colors.swift ├── photon-components ├── README.md └── package.json └── photon-icons ├── README.md ├── icons ├── android │ └── back-24.svg ├── desktop │ ├── accessibility-16.svg │ ├── arrowhead-down-12.svg │ ├── arrowhead-down-16.svg │ ├── arrowhead-left-12.svg │ ├── arrowhead-left-16.svg │ ├── arrowhead-right-12.svg │ ├── arrowhead-right-16.svg │ ├── arrowhead-up-12.svg │ ├── arrowhead-up-16.svg │ ├── audio-16-mute.svg │ ├── audio-16.svg │ ├── available-updates-16.svg │ ├── back-16.svg │ ├── bookmark-16-filled.svg │ ├── bookmark-16-outline.svg │ ├── bookmark-remove-16.svg │ ├── bookmarksmenu-16.svg │ ├── caption-16.svg │ ├── cast-16.svg │ ├── chapter-16.svg │ ├── character-encoding-16.svg │ ├── check-16.svg │ ├── close-16.svg │ ├── copy-16.svg │ ├── customize-16.svg │ ├── cut-16.svg │ ├── delete-16.svg │ ├── developer-16.svg │ ├── developer-add-16.svg │ ├── developer-app-16.svg │ ├── developer-clear-16.svg │ ├── developer-close-16.svg │ ├── developer-command-console-16.svg │ ├── developer-command-eyedropper-16.svg │ ├── developer-command-frames-16.svg │ ├── developer-command-measure-16.svg │ ├── developer-command-noautohide-16.svg │ ├── developer-command-paintflashing-16.svg │ ├── developer-command-pick-16.svg │ ├── developer-command-responsivemode-16.svg │ ├── developer-command-rulers-16.svg │ ├── developer-command-screenshot-16.svg │ ├── developer-commandline-icon-16.svg │ ├── developer-console-input-12.svg │ ├── developer-console-output-12.svg │ ├── developer-debugger-step-in.svg │ ├── developer-debugger-step-out.svg │ ├── developer-debugger-step-over.svg │ ├── developer-debugging-devices.svg │ ├── developer-debugging-workers.svg │ ├── developer-diff.svg │ ├── developer-dir-close.svg │ ├── developer-dir-open.svg │ ├── developer-dock-bottom.svg │ ├── developer-dock-side.svg │ ├── developer-dock-undock.svg │ ├── developer-fast-forward.svg │ ├── developer-filter.svg │ ├── developer-geometry-editor.svg │ ├── developer-globe.svg │ ├── developer-import.svg │ ├── developer-item-toggle.svg │ ├── developer-pane-collapse.svg │ ├── developer-pane-expand.svg │ ├── developer-panel.svg │ ├── developer-pause.svg │ ├── developer-play.svg │ ├── developer-power.svg │ ├── developer-promise-debugger.svg │ ├── developer-pseudo-class.svg │ ├── developer-rewind.svg │ ├── developer-rotate-viewport.svg │ ├── developer-search.svg │ ├── developer-tool-canvas.svg │ ├── developer-tool-debugger.svg │ ├── developer-tool-dom.svg │ ├── developer-tool-inspector.svg │ ├── developer-tool-memory.svg │ ├── developer-tool-network.svg │ ├── developer-tool-options.svg │ ├── developer-tool-profiler.svg │ ├── developer-tool-scratchpad.svg │ ├── developer-tool-shadereditor.svg │ ├── developer-tool-storage.svg │ ├── developer-tool-styleeditor.svg │ ├── developer-tool-webaudio.svg │ ├── developer-tool-webconsole.svg │ ├── developer-touch-events.svg │ ├── developer-webide.svg │ ├── device-desktop-16.svg │ ├── device-mobile-16.svg │ ├── dictionaries-16.svg │ ├── download-16.svg │ ├── exit-24.svg │ ├── experiments-16.svg │ ├── extensions-16.svg │ ├── folder-16.svg │ ├── forget-16.svg │ ├── formfill-16.svg │ ├── forward-16.svg │ ├── fullscreen-16-disabled.svg │ ├── fullscreen-16.svg │ ├── fullscreen-exit-16.svg │ ├── get-add-ons-16.svg │ ├── go-12.svg │ ├── help-16.svg │ ├── highlights-16.svg │ ├── history-16.svg │ ├── home-16.svg │ ├── identity-icon-hover.svg │ ├── identity-icon-notice-hover.svg │ ├── identity-icon-notice.svg │ ├── identity-icon.svg │ ├── identity-mixed-active-blocked-16.svg │ ├── identity-mixed-active-loaded-16.svg │ ├── identity-mixed-passive-loaded-16.svg │ ├── identity-not-secure-16.svg │ ├── identity-secure-16.svg │ ├── import-export-16.svg │ ├── info-16.svg │ ├── legacy-extension-16.svg │ ├── library-16.svg │ ├── link-16.svg │ ├── list-16.svg │ ├── location-16-disabled.svg │ ├── location-16-mac-disabled.svg │ ├── location-16-mac.svg │ ├── location-16-win-disabled.svg │ ├── location-16-win.svg │ ├── location-16.svg │ ├── login-16.svg │ ├── mail-16.svg │ ├── menu-16.svg │ ├── microphone-16-disabled.svg │ ├── microphone-16.svg │ ├── more-16.svg │ ├── mouse-pointer-16-disabled.svg │ ├── mouse-pointer-16.svg │ ├── narrate-24.svg │ ├── narrate-faster-24.svg │ ├── narrate-slower-24.svg │ ├── new-16.svg │ ├── notification-16-disabled.svg │ ├── notification-16.svg │ ├── open-16.svg │ ├── open-in-new-16.svg │ ├── organize-16.svg │ ├── overflow-16.svg │ ├── paste-16.svg │ ├── pause-16.svg │ ├── permissions-24.svg │ ├── pin-12.svg │ ├── pin-16.svg │ ├── pinremove-16.svg │ ├── play-16.svg │ ├── plugin-16-disabled.svg │ ├── plugin-16.svg │ ├── pocket-16.svg │ ├── pocket-list-16.svg │ ├── popup-block-16.svg │ ├── preferences-16-macos.svg │ ├── print-16.svg │ ├── privatebrowsing-16.svg │ ├── quit-16.svg │ ├── readermode-16.svg │ ├── recent-updates-16.svg │ ├── redo-16.svg │ ├── refresh-16.svg │ ├── report-16.svg │ ├── rewind-16.svg │ ├── save-16.svg │ ├── screen-share-16-disabled.svg │ ├── screen-share-16.svg │ ├── screenshot-16.svg │ ├── search-16.svg │ ├── search-history-16.svg │ ├── share-16-macos.svg │ ├── share-16-windows.svg │ ├── sidebar-16.svg │ ├── stop-16.svg │ ├── store-data-16-disabled.svg │ ├── store-data-16.svg │ ├── subitem-16.svg │ ├── subscribe-16.svg │ ├── sync-16.svg │ ├── tab-16.svg │ ├── tab-groups-12.svg │ ├── tab-new-16.svg │ ├── themes-16.svg │ ├── topsites-16.svg │ ├── tracking-protection-16-disabled.svg │ ├── tracking-protection-16.svg │ ├── type-controls-24.svg │ ├── type-controls-serif-24.svg │ ├── undo-16.svg │ ├── update-failed-16.svg │ ├── update-success-16.svg │ ├── video-recorder-16-disabled.svg │ ├── video-recorder-16.svg │ ├── warning-16.svg │ ├── window-16.svg │ ├── window-new-16.svg │ ├── zoom-in-16.svg │ └── zoom-out-16.svg └── ios │ └── back-24.svg ├── package-lock.json ├── package.json ├── photon-icons.json └── validate.js /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/README.md -------------------------------------------------------------------------------- /photon-colors/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-colors/CHANGELOG.md -------------------------------------------------------------------------------- /photon-colors/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-colors/README.md -------------------------------------------------------------------------------- /photon-colors/build.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-colors/build.js -------------------------------------------------------------------------------- /photon-colors/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-colors/package-lock.json -------------------------------------------------------------------------------- /photon-colors/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-colors/package.json -------------------------------------------------------------------------------- /photon-colors/photon-colors.android.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-colors/photon-colors.android.xml -------------------------------------------------------------------------------- /photon-colors/photon-colors.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-colors/photon-colors.css -------------------------------------------------------------------------------- /photon-colors/photon-colors.gpl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-colors/photon-colors.gpl -------------------------------------------------------------------------------- /photon-colors/photon-colors.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-colors/photon-colors.js -------------------------------------------------------------------------------- /photon-colors/photon-colors.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-colors/photon-colors.json -------------------------------------------------------------------------------- /photon-colors/photon-colors.less: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-colors/photon-colors.less -------------------------------------------------------------------------------- /photon-colors/photon-colors.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-colors/photon-colors.scss -------------------------------------------------------------------------------- /photon-colors/photon-colors.sketchpalette: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-colors/photon-colors.sketchpalette -------------------------------------------------------------------------------- /photon-colors/photon-colors.soc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-colors/photon-colors.soc -------------------------------------------------------------------------------- /photon-colors/photon-colors.swift: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-colors/photon-colors.swift -------------------------------------------------------------------------------- /photon-components/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-components/README.md -------------------------------------------------------------------------------- /photon-components/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-components/package.json -------------------------------------------------------------------------------- /photon-icons/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/README.md -------------------------------------------------------------------------------- /photon-icons/icons/android/back-24.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/android/back-24.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/accessibility-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/accessibility-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/arrowhead-down-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/arrowhead-down-12.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/arrowhead-down-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/arrowhead-down-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/arrowhead-left-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/arrowhead-left-12.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/arrowhead-left-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/arrowhead-left-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/arrowhead-right-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/arrowhead-right-12.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/arrowhead-right-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/arrowhead-right-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/arrowhead-up-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/arrowhead-up-12.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/arrowhead-up-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/arrowhead-up-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/audio-16-mute.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/audio-16-mute.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/audio-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/audio-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/available-updates-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/available-updates-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/back-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/back-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/bookmark-16-filled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/bookmark-16-filled.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/bookmark-16-outline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/bookmark-16-outline.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/bookmark-remove-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/bookmark-remove-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/bookmarksmenu-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/bookmarksmenu-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/caption-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/caption-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/cast-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/cast-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/chapter-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/chapter-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/character-encoding-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/character-encoding-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/check-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/check-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/close-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/close-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/copy-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/copy-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/customize-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/customize-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/cut-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/cut-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/delete-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/delete-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-add-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-add-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-app-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-app-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-clear-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-clear-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-close-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-close-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-command-console-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-command-console-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-command-eyedropper-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-command-eyedropper-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-command-frames-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-command-frames-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-command-measure-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-command-measure-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-command-noautohide-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-command-noautohide-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-command-paintflashing-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-command-paintflashing-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-command-pick-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-command-pick-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-command-responsivemode-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-command-responsivemode-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-command-rulers-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-command-rulers-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-command-screenshot-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-command-screenshot-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-commandline-icon-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-commandline-icon-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-console-input-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-console-input-12.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-console-output-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-console-output-12.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-debugger-step-in.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-debugger-step-in.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-debugger-step-out.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-debugger-step-out.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-debugger-step-over.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-debugger-step-over.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-debugging-devices.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-debugging-devices.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-debugging-workers.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-debugging-workers.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-diff.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-diff.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-dir-close.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-dir-close.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-dir-open.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-dir-open.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-dock-bottom.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-dock-bottom.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-dock-side.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-dock-side.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-dock-undock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-dock-undock.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-fast-forward.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-fast-forward.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-filter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-filter.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-geometry-editor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-geometry-editor.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-globe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-globe.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-import.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-import.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-item-toggle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-item-toggle.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-pane-collapse.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-pane-collapse.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-pane-expand.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-pane-expand.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-panel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-panel.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-pause.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-pause.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-play.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-play.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-power.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-power.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-promise-debugger.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-promise-debugger.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-pseudo-class.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-pseudo-class.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-rewind.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-rewind.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-rotate-viewport.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-rotate-viewport.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-search.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-search.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-tool-canvas.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-tool-canvas.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-tool-debugger.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-tool-debugger.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-tool-dom.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-tool-dom.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-tool-inspector.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-tool-inspector.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-tool-memory.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-tool-memory.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-tool-network.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-tool-network.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-tool-options.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-tool-options.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-tool-profiler.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-tool-profiler.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-tool-scratchpad.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-tool-scratchpad.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-tool-shadereditor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-tool-shadereditor.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-tool-storage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-tool-storage.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-tool-styleeditor.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-tool-styleeditor.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-tool-webaudio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-tool-webaudio.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-tool-webconsole.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-tool-webconsole.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-touch-events.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-touch-events.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/developer-webide.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/developer-webide.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/device-desktop-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/device-desktop-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/device-mobile-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/device-mobile-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/dictionaries-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/dictionaries-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/download-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/download-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/exit-24.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/exit-24.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/experiments-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/experiments-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/extensions-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/extensions-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/folder-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/folder-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/forget-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/forget-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/formfill-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/formfill-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/forward-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/forward-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/fullscreen-16-disabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/fullscreen-16-disabled.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/fullscreen-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/fullscreen-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/fullscreen-exit-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/fullscreen-exit-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/get-add-ons-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/get-add-ons-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/go-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/go-12.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/help-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/help-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/highlights-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/highlights-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/history-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/history-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/home-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/home-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/identity-icon-hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/identity-icon-hover.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/identity-icon-notice-hover.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/identity-icon-notice-hover.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/identity-icon-notice.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/identity-icon-notice.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/identity-icon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/identity-icon.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/identity-mixed-active-blocked-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/identity-mixed-active-blocked-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/identity-mixed-active-loaded-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/identity-mixed-active-loaded-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/identity-mixed-passive-loaded-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/identity-mixed-passive-loaded-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/identity-not-secure-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/identity-not-secure-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/identity-secure-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/identity-secure-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/import-export-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/import-export-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/info-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/info-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/legacy-extension-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/legacy-extension-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/library-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/library-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/link-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/link-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/list-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/list-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/location-16-disabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/location-16-disabled.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/location-16-mac-disabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/location-16-mac-disabled.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/location-16-mac.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/location-16-mac.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/location-16-win-disabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/location-16-win-disabled.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/location-16-win.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/location-16-win.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/location-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/location-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/login-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/login-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/mail-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/mail-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/menu-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/menu-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/microphone-16-disabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/microphone-16-disabled.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/microphone-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/microphone-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/more-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/more-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/mouse-pointer-16-disabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/mouse-pointer-16-disabled.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/mouse-pointer-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/mouse-pointer-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/narrate-24.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/narrate-24.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/narrate-faster-24.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/narrate-faster-24.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/narrate-slower-24.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/narrate-slower-24.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/new-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/new-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/notification-16-disabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/notification-16-disabled.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/notification-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/notification-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/open-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/open-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/open-in-new-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/open-in-new-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/organize-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/organize-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/overflow-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/overflow-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/paste-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/paste-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/pause-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/pause-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/permissions-24.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/permissions-24.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/pin-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/pin-12.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/pin-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/pin-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/pinremove-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/pinremove-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/play-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/play-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/plugin-16-disabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/plugin-16-disabled.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/plugin-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/plugin-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/pocket-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/pocket-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/pocket-list-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/pocket-list-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/popup-block-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/popup-block-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/preferences-16-macos.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/preferences-16-macos.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/print-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/print-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/privatebrowsing-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/privatebrowsing-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/quit-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/quit-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/readermode-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/readermode-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/recent-updates-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/recent-updates-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/redo-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/redo-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/refresh-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/refresh-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/report-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/report-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/rewind-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/rewind-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/save-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/save-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/screen-share-16-disabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/screen-share-16-disabled.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/screen-share-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/screen-share-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/screenshot-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/screenshot-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/search-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/search-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/search-history-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/search-history-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/share-16-macos.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/share-16-macos.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/share-16-windows.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/share-16-windows.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/sidebar-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/sidebar-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/stop-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/stop-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/store-data-16-disabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/store-data-16-disabled.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/store-data-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/store-data-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/subitem-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/subitem-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/subscribe-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/subscribe-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/sync-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/sync-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/tab-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/tab-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/tab-groups-12.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/tab-groups-12.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/tab-new-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/tab-new-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/themes-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/themes-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/topsites-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/topsites-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/tracking-protection-16-disabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/tracking-protection-16-disabled.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/tracking-protection-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/tracking-protection-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/type-controls-24.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/type-controls-24.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/type-controls-serif-24.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/type-controls-serif-24.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/undo-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/undo-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/update-failed-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/update-failed-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/update-success-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/update-success-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/video-recorder-16-disabled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/video-recorder-16-disabled.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/video-recorder-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/video-recorder-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/warning-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/warning-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/window-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/window-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/window-new-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/window-new-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/zoom-in-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/zoom-in-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/desktop/zoom-out-16.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/desktop/zoom-out-16.svg -------------------------------------------------------------------------------- /photon-icons/icons/ios/back-24.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/icons/ios/back-24.svg -------------------------------------------------------------------------------- /photon-icons/package-lock.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/package-lock.json -------------------------------------------------------------------------------- /photon-icons/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/package.json -------------------------------------------------------------------------------- /photon-icons/photon-icons.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/photon-icons.json -------------------------------------------------------------------------------- /photon-icons/validate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/FirefoxUX/design-tokens/HEAD/photon-icons/validate.js --------------------------------------------------------------------------------