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

Unified Diff: third_party/WebKit/Source/devtools/front_end/Images/icons/largeicon-undock-mask.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/largeicon-undock-mask.svg
diff --git a/third_party/WebKit/Source/devtools/front_end/Images/icons/largeicon-undock-mask.svg b/third_party/WebKit/Source/devtools/front_end/Images/icons/largeicon-undock-mask.svg
new file mode 100644
index 0000000000000000000000000000000000000000..9eb2f72400dfe43cadc6a60a044e2a3d74fe43dd
--- /dev/null
+++ b/third_party/WebKit/Source/devtools/front_end/Images/icons/largeicon-undock-mask.svg
@@ -0,0 +1,6 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 48 28 24" width="28" height="24">
+ <g>
+ <path d="m 10,57 -2,0 0,9 11,0 0,-2 -9,0 z"/>
+ <path d="m 13,56 7,0 0,5 -7,0 z m -2,-2 0,9 11,0 0,-9 z"/>
+ </g>
+</svg>

Powered by Google App Engine
This is Rietveld 408576698