Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(163)

Unified Diff: third_party/WebKit/Source/devtools/front_end/Images/icons/smallicon-thick-left-arrow.svg

Issue 2671413004: DevTools: introduce spritesheet assembler. (Closed)
Patch Set: rebaseline tests Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/front_end/Images/icons/smallicon-thick-left-arrow.svg
diff --git a/third_party/WebKit/Source/devtools/front_end/Images/icons/smallicon-thick-left-arrow.svg b/third_party/WebKit/Source/devtools/front_end/Images/icons/smallicon-thick-left-arrow.svg
new file mode 100644
index 0000000000000000000000000000000000000000..ae8a37c1215be5585516c537f19a37348cc6f112
--- /dev/null
+++ b/third_party/WebKit/Source/devtools/front_end/Images/icons/smallicon-thick-left-arrow.svg
@@ -0,0 +1,5 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="180 20 10 10" width="10" height="10">
+ <g>
+ <path style="fill:#4688f1;fill-opacity:1" d="m 189.50034,27.5 h -4 v 2 l -5,-4.5 5,-4.5 v 2 h 4 z"/>
+ </g>
+</svg>

Powered by Google App Engine
This is Rietveld 408576698